| Commit message (Expand) | Author | Age | Files | Lines |
* | um: Define PTRACE_OLDSETOPTIONS | Richard Weinberger | 2015-11-06 | 1 | -0/+2 |
* | Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetc... | Linus Torvalds | 2015-10-04 | 1 | -0/+1 |
|\ |
|
| * | Make asm/word-at-a-time.h available on all architectures | Chris Metcalf | 2015-07-08 | 1 | -0/+1 |
* | | mm: clean up per architecture MM hook header files | Laurent Dufour | 2015-07-17 | 2 | -15/+1 |
|/ |
|
* | Merge branch 'for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2015-06-28 | 5 | -155/+36 |
|\ |
|
| * | um: Don't pollute kernel namespace with uapi | Richard Weinberger | 2015-06-25 | 1 | -1/+0 |
| * | um: Handle tracehook_report_syscall_entry() result | Richard Weinberger | 2015-05-31 | 1 | -1/+1 |
| * | um: Rework uaccess code | Richard Weinberger | 2015-05-31 | 2 | -152/+26 |
| * | um: Use char[] for linker script address declarations | Nicolas Iooss | 2015-05-31 | 1 | -2/+2 |
| * | um: Create asm/sections.h | Nicolas Iooss | 2015-05-31 | 2 | -1/+9 |
* | | Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-block | Linus Torvalds | 2015-06-25 | 1 | -1/+0 |
|\ \ |
|
| * | | remove scatterlist.h generation from arch Kbuild files | Christoph Hellwig | 2015-05-19 | 1 | -1/+0 |
| |/ |
|
* | | mm: new mm hook framework | Laurent Dufour | 2015-06-24 | 1 | -0/+15 |
|/ |
|
* | Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2015-04-15 | 1 | -2/+0 |
|\ |
|
| * | um: Remove signal translation and exec_domain | Richard Weinberger | 2015-04-12 | 1 | -2/+0 |
* | | um: Remove broken highmem support | Richard Weinberger | 2015-04-13 | 2 | -9/+1 |
* | | um: Remove broken SMP support | Richard Weinberger | 2015-04-13 | 2 | -34/+0 |
|/ |
|
* | all arches, signal: move restart_block to struct task_struct | Andy Lutomirski | 2015-02-12 | 1 | -4/+0 |
* | mm: make FIRST_USER_ADDRESS unsigned long on all archs | Kirill A. Shutemov | 2015-02-11 | 2 | -2/+2 |
* | um: drop _PAGE_FILE and pte_file()-related helpers | Kirill A. Shutemov | 2015-02-10 | 3 | -38/+0 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2014-12-11 | 1 | -1/+0 |
|\ |
|
| * | net, lib: kill arch_fast_hash library bits | Daniel Borkmann | 2014-12-10 | 1 | -1/+0 |
* | | mm: Make arch_unmap()/bprm_mm_init() available to all architectures | Dave Hansen | 2014-11-19 | 1 | -5/+19 |
|/ |
|
* | um: Add support for CONFIG_STACKTRACE | Daniel Walter | 2014-10-13 | 1 | -0/+42 |
* | irq_work: Introduce arch_irq_work_has_interrupt() | Peter Zijlstra | 2014-09-13 | 1 | -0/+1 |
* | arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate area | Andy Lutomirski | 2014-08-08 | 1 | -0/+5 |
* | lib/scatterlist: make ARCH_HAS_SG_CHAIN an actual Kconfig | Laura Abbott | 2014-08-08 | 1 | -0/+1 |
* | mm: split 'tlb_flush_mmu()' into tlb flushing and memory freeing parts | Linus Torvalds | 2014-04-25 | 1 | -2/+14 |
* | locking/mcs: Allow architecture specific asm files to be used for contended case | Tim Chen | 2014-02-09 | 1 | -0/+1 |
* | locking/mcs: Order the header files in Kbuild of each architecture in alphabe... | Tim Chen | 2014-02-09 | 1 | -7/+26 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml | Linus Torvalds | 2014-01-26 | 2 | -3/+1 |
|\ |
|
| * | um: Include generic barrier.h | Richard Weinberger | 2014-01-26 | 1 | -0/+1 |
| * | um: Removed unused attributes from thread_struct | Richard Weinberger | 2014-01-26 | 1 | -3/+0 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2014-01-25 | 1 | -0/+1 |
|\ \ |
|
| * | | lib: Add missing arch generic-y entries for asm-generic/hash.h | David S. Miller | 2013-12-17 | 1 | -0/+1 |
| |/ |
|
* | | um: use generic fixmap.h | Mark Salter | 2014-01-23 | 1 | -39/+1 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml | Linus Torvalds | 2013-11-19 | 1 | -1/+1 |
|\ |
|
| * | um: Get rid of thread_struct->saved_task | Richard Weinberger | 2013-11-17 | 1 | -1/+0 |
| * | um: Make stack trace reliable against kernel mode faults | Richard Weinberger | 2013-11-17 | 1 | -0/+1 |
* | | preempt: Make PREEMPT_ACTIVE generic | Thomas Gleixner | 2013-11-13 | 1 | -2/+0 |
* | | sched, arch: Create asm/preempt.h | Peter Zijlstra | 2013-09-25 | 1 | -0/+1 |
|/ |
|
* | Fix TLB gather virtual address range invalidation corner cases | Linus Torvalds | 2013-08-16 | 1 | -2/+4 |
* | UML: normalize global variables exported by vmlinux.lds | Jiang Liu | 2013-07-03 | 1 | -1/+0 |
* | consolidate io_remap_pfn_range definitions | Al Viro | 2013-06-29 | 1 | -2/+0 |
* | tracing,x86: Add a TSC trace_clock | David Sharp | 2012-11-13 | 1 | -0/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-10-13 | 1 | -2/+0 |
|\ |
|
| * | x86, um: convert to saner kernel_execve() semantics | Al Viro | 2012-10-12 | 1 | -2/+0 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-10-12 | 1 | -3/+0 |
|\ \
| |/ |
|
| * | sanitize tsk_is_polling() | Al Viro | 2012-10-01 | 1 | -3/+0 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-10-10 | 1 | -2/+0 |
|\ \
| |/ |
|