1. 42a0bb3 printk/nmi: generic solution for safe printk in NMI by Petr Mladek · 8 years ago
  2. 5f56a5d exit_thread: remove empty bodies by Jiri Slaby · 8 years ago
  3. b9ab5eb objtool: Add CONFIG_STACK_VALIDATION option by Josh Poimboeuf · 8 years ago
  4. e1c7e32 dma-mapping: always provide the dma_map_ops based implementation by Christoph Hellwig · 8 years ago
  5. 0d4a619 dma-mapping: make the generic coherent dma mmap implementation optional by Christoph Hellwig · 8 years ago
  6. d07e225 mm: mmap: add new /proc tunable for mmap_base ASLR by Daniel Cashman · 8 years ago
  7. 2965faa kexec: split kexec_load syscall from kexec core code by Dave Young · 9 years ago
  8. 7d9071a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  9. bf3eac8 percpu-rwsem: kill CONFIG_PERCPU_RWSEM by Oleg Nesterov · 9 years ago
  10. 1987c94 locking/static_keys: Add selftest by Peter Zijlstra · 9 years ago
  11. 5aaeb5c x86/fpu, sched: Introduce CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT and use it on x86 by Ingo Molnar · 9 years ago
  12. 3033f14a clone: support passing tls argument via C rather than pt_regs magic by Josh Triplett · 9 years ago
  13. d19d5ef Merge tag 'powerpc-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linux by Linus Torvalds · 9 years ago
  14. 204db6e mm: fold arch_randomize_brk into ARCH_HAS_ELF_RANDOMIZE by Kees Cook · 9 years ago
  15. 2b68f6c mm: expose arch_mmap_rnd when available by Kees Cook · 9 years ago
  16. 0ddab1d lib/ioremap.c: add huge I/O map capability interfaces by Toshi Kani · 9 years ago
  17. 235a8f0 mm: define default PGTABLE_LEVELS to two by Kirill A. Shutemov · 9 years ago
  18. af9feeb oprofile: Disable oprofile NMI timer on ppc64 by Anton Blanchard · 9 years ago
  19. ff27f38 seccomp: Document two-phase seccomp and arch-provided seccomp_data by Andy Lutomirski · 10 years ago
  20. 48dc92b seccomp: add "seccomp" syscall by Kees Cook · 10 years ago
  21. 09294e3 uprobes: Kconfig dependency fix by David A. Long · 10 years ago
  22. 8779657 stackprotector: Introduce CONFIG_CC_STACKPROTECTOR_STRONG by Kees Cook · 10 years ago
  23. 19952a9 stackprotector: Unify the HAVE_CC_STACKPROTECTOR logic between architectures by Kees Cook · 10 years ago
  24. 0a06ff0 kernel: remove CONFIG_USE_GENERIC_SMP_HELPERS by Christoph Hellwig · 11 years ago
  25. 8709382 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  26. cc1f027 irq: Optimize softirq stack selection in irq exit by Frederic Weisbecker · 11 years ago
  27. 554b000 vtime: Add HAVE_VIRT_CPU_ACCOUNTING_GEN Kconfig by Kevin Hilman · 11 years ago
  28. 083986e mutex: replace CONFIG_HAVE_ARCH_MUTEX_CPU_RELAX with simple ifdef by Heiko Carstens · 11 years ago
  29. dfa9771 microblaze: fix clone syscall by Michal Simek · 11 years ago
  30. 0f8975e mm: soft-dirty bits for user memory changes tracking by Pavel Emelyanov · 11 years ago
  31. 37cae5e Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  32. f8ce1fa Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago
  33. 485cf5d idle: Fix hlt/nohlt command-line handling in new generic idle by Kevin Hilman · 11 years ago
  34. 08d7676 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 11 years ago
  35. b92021b CONFIG_SYMBOL_PREFIX: cleanup. by Rusty Russell · 11 years ago
  36. 4febd95 Select VIRT_TO_BUS directly where needed by Stephen Rothwell · 11 years ago
  37. 22d1a35 make HAVE_SYSCALL_WRAPPERS unconditional by Al Viro · 11 years ago
  38. 8fd5e7a Merge tag 'metag-v3.9-rc1-v4' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag by Linus Torvalds · 11 years ago
  39. c19fa94 Add HAVE_64BIT_ALIGNED_ACCESS by James Hogan · 12 years ago
  40. 887cbce0 arch Kconfig: centralise CONFIG_ARCH_NO_VIRT_TO_BUS by Stephen Rothwell · 11 years ago
  41. 9e2d59a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 11 years ago
  42. d64008a burying unused conditionals by Al Viro · 12 years ago
  43. 495dfbf generic sys_sigaction() and compat_sys_sigaction() by Al Viro · 11 years ago
  44. 08d32fe generic sys_compat_rt_sigaction() by Al Viro · 11 years ago
  45. 0a0e8cd old sigsuspend variants in kernel/signal.c by Al Viro · 11 years ago
  46. 75907d4 generic compat_sys_rt_sigqueueinfo() by Al Viro · 11 years ago
  47. fe9c1db generic compat_sys_rt_sigpending() by Al Viro · 11 years ago
  48. 322a56c generic compat_sys_rt_sigprocmask() by Al Viro · 11 years ago
  49. eaca6ea sanitize rt_sigaction() situation a bit by Al Viro · 12 years ago
  50. e7dbfe3 kprobes/x86: Move ftrace-based kprobe code into kprobes-ftrace.c by Masami Hiramatsu · 12 years ago
  51. 54d46ea Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 11 years ago
  52. 6bf9adf introduce generic sys_sigaltstack(), switch x86 and um to it by Al Viro · 11 years ago
  53. ae903ca Bury the conditionals from kernel_thread/kernel_execve series by Al Viro · 11 years ago
  54. 7f2de81 Merge tag 'byteswap-for-linus-20121219' of git://git.infradead.org/users/dwmw2/byteswap by Linus Torvalds · 11 years ago
  55. 22b361d percpu_rw_semaphore: introduce CONFIG_PERCPU_RWSEM by Oleg Nesterov · 11 years ago
  56. 9977d9b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 11 years ago
  57. cf66bb9 byteorder: allow arch to opt to use GCC intrinsics for byteswapping by David Woodhouse · 12 years ago
  58. 91d1aa43 context_tracking: New context tracking susbsystem by Frederic Weisbecker · 12 years ago
  59. d212504 generic sys_fork / sys_vfork / sys_clone by Al Viro · 12 years ago
  60. d25282d Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 12 years ago
  61. 4e21fc1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  62. a74fb73 infrastructure for saner ret_from_kernel_thread semantics by Al Viro · 12 years ago
  63. 42859ee Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  64. 1562606 thp, x86: introduce HAVE_ARCH_TRANSPARENT_HUGEPAGE by Gerald Schaefer · 12 years ago
  65. 0b981cb Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  66. 7e92daa Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  67. 2aa3a7f preparation for generic kernel_thread() by Al Viro · 12 years ago
  68. 786d35d Make most arch asm/module.h files use asm-generic/module.h by David Howells · 12 years ago
  69. 2b1d502 rcu: Settle config for userspace extended quiescent state by Frederic Weisbecker · 12 years ago
  70. fdf9c35 cputime: Make finegrained irqtime accounting generally available by Frederic Weisbecker · 12 years ago
  71. b952741 cputime: Generalize CONFIG_VIRT_CPU_ACCOUNTING by Frederic Weisbecker · 12 years ago
  72. c5ebced perf: Add ability to attach user stack dump to sample by Jiri Olsa · 12 years ago
  73. c5e6319 perf: Unified API to record selective sets of arch registers by Jiri Olsa · 12 years ago
  74. c1d7e01 ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSION by Will Deacon · 12 years ago
  75. d484864 Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping by Linus Torvalds · 12 years ago
  76. 654443e Merge branch 'perf-uprobes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  77. cb60e3e Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 12 years ago
  78. c64be2b drivers: add Contiguous Memory Allocator by Marek Szyprowski · 12 years ago
  79. ec83db0 tracing: Fix kconfig warning due to a typo by Srikar Dronamraju · 12 years ago
  80. f5e1028 task_allocator: Use config switches instead of magic defines by Thomas Gleixner · 12 years ago
  81. f3f096c tracing: Provide trace events interface for uprobes by Srikar Dronamraju · 12 years ago
  82. a6359d1 init_task: Replace CONFIG_HAVE_GENERIC_INIT_TASK by Thomas Gleixner · 12 years ago
  83. a4a2eb4 init_task: Create generic init_task instance by Thomas Gleixner · 12 years ago
  84. 29d5e04 smp: Provide generic idle thread allocation by Thomas Gleixner · 12 years ago
  85. 6ac1ef4 Merge branch 'perf/core' into perf/uprobes by Ingo Molnar · 12 years ago
  86. fb0fadf ptrace,seccomp: Add PTRACE_SECCOMP support by Will Drewry · 12 years ago
  87. bb6ea43 seccomp: Add SECCOMP_RET_TRAP by Will Drewry · 12 years ago
  88. acf3b2c seccomp: add SECCOMP_RET_ERRNO by Will Drewry · 12 years ago
  89. e2cfabdf seccomp: add system call filtering using BPF by Will Drewry · 12 years ago
  90. 50483c3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 12 years ago
  91. d314d74 nmi watchdog: do not use cpp symbol in Kconfig by Cong Wang · 12 years ago
  92. 48b25c4 [PATCH v3] ipc: provide generic compat versions of IPC syscalls by Chris Metcalf · 12 years ago
  93. c5905af static keys: Introduce 'struct static_key', static_key_true()/false() and static_key_slow_[inc|dec]() by Ingo Molnar · 12 years ago
  94. a5f4374 uprobes: Move to kernel/events/ by Ingo Molnar · 12 years ago
  95. 7b2d81d uprobes/core: Clean up, refactor and improve the code by Ingo Molnar · 12 years ago
  96. 2b14449 uprobes, mm, x86: Add the ability to install and remove uprobes breakpoints by Srikar Dronamraju · 12 years ago
  97. 2565409 mm,x86,um: move CMPXCHG_DOUBLE config option by Heiko Carstens · 12 years ago
  98. 4156153 mm,x86,um: move CMPXCHG_LOCAL config option by Heiko Carstens · 12 years ago
  99. 43570fd mm,slub,x86: decouple size of struct page from CONFIG_CMPXCHG_LOCAL by Heiko Carstens · 12 years ago
  100. dcfce4a oprofile, x86: Reimplement nmi timer mode using perf event by Robert Richter · 13 years ago