Age | Commit message (Expand) | Author |
2016-01-20 | dma-mapping: always provide the dma_map_ops based implementation | Christoph Hellwig |
2016-01-20 | dma-mapping: make the generic coherent dma mmap implementation optional | Christoph Hellwig |
2016-01-14 | mm: mmap: add new /proc tunable for mmap_base ASLR | Daniel Cashman |
2015-09-10 | kexec: split kexec_load syscall from kexec core code | Dave Young |
2015-09-05 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2015-08-15 | percpu-rwsem: kill CONFIG_PERCPU_RWSEM | Oleg Nesterov |
2015-08-03 | locking/static_keys: Add selftest | Peter Zijlstra |
2015-07-18 | x86/fpu, sched: Introduce CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT and use it on... | Ingo Molnar |
2015-06-25 | clone: support passing tls argument via C rather than pt_regs magic | Josh Triplett |
2015-04-16 | Merge tag 'powerpc-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mp... | Linus Torvalds |
2015-04-14 | mm: fold arch_randomize_brk into ARCH_HAS_ELF_RANDOMIZE | Kees Cook |
2015-04-14 | mm: expose arch_mmap_rnd when available | Kees Cook |
2015-04-14 | lib/ioremap.c: add huge I/O map capability interfaces | Toshi Kani |
2015-04-14 | mm: define default PGTABLE_LEVELS to two | Kirill A. Shutemov |
2015-04-11 | oprofile: Disable oprofile NMI timer on ppc64 | Anton Blanchard |
2014-09-03 | seccomp: Document two-phase seccomp and arch-provided seccomp_data | Andy Lutomirski |
2014-07-18 | seccomp: add "seccomp" syscall | Kees Cook |
2014-03-18 | uprobes: Kconfig dependency fix | David A. Long |
2013-12-20 | stackprotector: Introduce CONFIG_CC_STACKPROTECTOR_STRONG | Kees Cook |
2013-12-20 | stackprotector: Unify the HAVE_CC_STACKPROTECTOR logic between architectures | Kees Cook |
2013-11-15 | kernel: remove CONFIG_USE_GENERIC_SMP_HELPERS | Christoph Hellwig |
2013-11-12 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2013-10-01 | irq: Optimize softirq stack selection in irq exit | Frederic Weisbecker |
2013-09-30 | vtime: Add HAVE_VIRT_CPU_ACCOUNTING_GEN Kconfig | Kevin Hilman |
2013-09-28 | mutex: replace CONFIG_HAVE_ARCH_MUTEX_CPU_RELAX with simple ifdef | Heiko Carstens |
2013-08-13 | microblaze: fix clone syscall | Michal Simek |
2013-07-03 | mm: soft-dirty bits for user memory changes tracking | Pavel Emelyanov |
2013-05-15 | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2013-05-05 | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2013-05-05 | idle: Fix hlt/nohlt command-line handling in new generic idle | Kevin Hilman |
2013-05-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2013-03-15 | CONFIG_SYMBOL_PREFIX: cleanup. | Rusty Russell |
2013-03-12 | Select VIRT_TO_BUS directly where needed | Stephen Rothwell |
2013-03-03 | make HAVE_SYSCALL_WRAPPERS unconditional | Al Viro |
2013-03-03 | Merge tag 'metag-v3.9-rc1-v4' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2013-03-02 | Add HAVE_64BIT_ALIGNED_ACCESS | James Hogan |
2013-02-27 | arch Kconfig: centralise CONFIG_ARCH_NO_VIRT_TO_BUS | Stephen Rothwell |
2013-02-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2013-02-14 | burying unused conditionals | Al Viro |
2013-02-03 | generic sys_sigaction() and compat_sys_sigaction() | Al Viro |
2013-02-03 | generic sys_compat_rt_sigaction() | Al Viro |
2013-02-03 | old sigsuspend variants in kernel/signal.c | Al Viro |
2013-02-03 | generic compat_sys_rt_sigqueueinfo() | Al Viro |
2013-02-03 | generic compat_sys_rt_sigpending() | Al Viro |
2013-02-03 | generic compat_sys_rt_sigprocmask() | Al Viro |
2013-02-03 | sanitize rt_sigaction() situation a bit | Al Viro |
2013-01-21 | kprobes/x86: Move ftrace-based kprobe code into kprobes-ftrace.c | Masami Hiramatsu |
2012-12-20 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2012-12-19 | introduce generic sys_sigaltstack(), switch x86 and um to it | Al Viro |
2012-12-19 | Bury the conditionals from kernel_thread/kernel_execve series | Al Viro |