1. a0166ec cgroup: clean up the kernel configuration menu nomenclature by Johannes Weiner · 8 years ago
  2. 5b25b13 sys_membarrier(): system-wide memory barrier (generic, x86) by Mathieu Desnoyers · 9 years ago
  3. b793c00 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 9 years ago
  4. 7d9071a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  5. 6c0f568 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  6. 72b252a mm: send one IPI per CPU to TLB flush all entries after unmapping pages by Mel Gorman · 9 years ago
  7. a14c151 userfaultfd: buildsystem activation by Andrea Arcangeli · 9 years ago
  8. 8bdc69b Merge branch 'for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 9 years ago
  9. bf3eac8 percpu-rwsem: kill CONFIG_PERCPU_RWSEM by Oleg Nesterov · 9 years ago
  10. cfc411e Move certificate handling to its own directory by David Howells · 9 years ago
  11. 228c37f sign-file: Document dependency on OpenSSL devel libraries by David Howells · 9 years ago
  12. 99d27b1 modsign: Add explicit CONFIG_SYSTEM_TRUSTED_KEYS option by David Woodhouse · 9 years ago
  13. fb11794 modsign: Use single PEM file for autogenerated key by David Woodhouse · 9 years ago
  14. 1329e8c modsign: Extract signing cert from CONFIG_MODULE_SIG_KEY if needed by David Woodhouse · 9 years ago
  15. 19e91b6 modsign: Allow external signing key to be specified by David Woodhouse · 9 years ago
  16. 091f6e2 MODSIGN: Extract the blob PKCS#7 signature verifier from module signing by David Howells · 9 years ago
  17. 3f1e1be MODSIGN: Use PKCS#7 messages as module signatures by David Howells · 9 years ago
  18. be55fa2 rcu: Hide RCU_NOCB_CPU behind RCU_EXPERT by Paul E. McKenney · 9 years ago
  19. 49b786e cgroup: implement the PIDs subsystem by Aleksa Sarai · 9 years ago
  20. d1ec4c3 rcu: Drop RCU_USER_QS in favor of NO_HZ_FULL by Paul E. McKenney · 9 years ago
  21. 22a093b Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  22. 91cca0f Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  23. f6db834 sched/stat: Simplify the sched_info accounting dependency by Naveen N. Rao · 9 years ago
  24. 02201e3 Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 9 years ago
  25. fb39f98 printk: Increase maximum CONFIG_LOG_BUF_SHIFT from 21 to 25 by Ingo Molnar · 9 years ago
  26. bbe179f Merge branch 'for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 9 years ago
  27. 47a4694 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  28. 2e13ba5 fs, proc: introduce CONFIG_PROC_CHILDREN by Iago López Galeiras · 9 years ago
  29. e4bc13a Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  30. b6c09b5 modules: clarify CONFIG_MODULE_COMPRESS help, suggest 'N'. by Rusty Russell · 9 years ago
  31. c58267e Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  32. 89e9b9e writeback: add {CONFIG|BDI_CAP|FS}_CGROUP_WRITEBACK by Tejun Heo · 9 years ago
  33. 6c9692e module: Make the mod_tree stuff conditional on PERF_EVENTS || TRACING by Peter Zijlstra · 9 years ago
  34. e72aeaf rcu: Remove prompt for RCU implementation by Pranith Kumar · 9 years ago
  35. 26730f5 rcu: Make RCU able to tolerate undefined CONFIG_RCU_KTHREAD_PRIO by Paul E. McKenney · 9 years ago
  36. 47d631a rcu: Make RCU able to tolerate undefined CONFIG_RCU_FANOUT_LEAF by Paul E. McKenney · 9 years ago
  37. 05c5df3 rcu: Make RCU able to tolerate undefined CONFIG_RCU_FANOUT by Paul E. McKenney · 9 years ago
  38. 8739c5c rcu: Break dependency of RCU_FANOUT_LEAF on RCU_FANOUT by Paul E. McKenney · 9 years ago
  39. 78cae10 rcu: Create RCU_EXPERT Kconfig and hide booleans behind it by Paul E. McKenney · 9 years ago
  40. 7fa2700 rcu: Convert CONFIG_RCU_FANOUT_EXACT to boot parameter by Paul E. McKenney · 9 years ago
  41. 7db21ed rcu: Directly drive RCU_USER_QS from Kconfig by Paul E. McKenney · 9 years ago
  42. 82d0f4c rcu: Directly drive TASKS_RCU from Kconfig by Paul E. McKenney · 9 years ago
  43. d59cfc0 sched, cgroup: replace signal_struct->group_rwsem with a global percpu_rwsem by Tejun Heo · 9 years ago
  44. cb30711 perf_event: Don't allow vmalloc() backed perf on powerpc by Michael Ellerman · 9 years ago
  45. d6a24d0 Merge tag 'docs-for-linus' of git://git.lwn.net/linux-2.6 by Linus Torvalds · 9 years ago
  46. 2813893 kernel: conditionally support non-root users, groups and capabilities by Iulia Manda · 9 years ago
  47. 6c8a53c9 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  48. 1971754 Documentation/memcg: update memcg/kmem status by Vladimir Davydov · 9 years ago
  49. e1abf2c bpf: Fix the build on BPF_SYSCALL=y && !CONFIG_TRACING kernels, make it more configurable by Ingo Molnar · 9 years ago
  50. ee42571 rcu: Add Kconfig option to expedite grace periods during boot by Paul E. McKenney · 9 years ago
  51. b11a278 Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 9 years ago
  52. 7734334 Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 9 years ago
  53. 5125991 init: remove CONFIG_INIT_FALLBACK by Andy Lutomirski · 9 years ago
  54. 78e691f Merge branches 'doc.2015.01.07a', 'fixes.2015.01.15a', 'preempt.2015.01.06a', 'srcu.2015.01.06a', 'stall.2015.01.16a' and 'torture.2015.01.11a' into HEAD by Paul E. McKenney · 9 years ago
  55. a94844b rcu: Optionally run grace-period kthreads at real-time priority by Paul E. McKenney · 9 years ago
  56. 31a4af7 kbuild: trivial - fix the help doc of CONFIG_CC_OPTIMIZE_FOR_SIZE by Masahiro Yamada · 10 years ago
  57. 6341e62 kconfig: use bool instead of boolean for type definition attributes by Christoph Jaeger · 9 years ago
  58. 83fe27e rcu: Make SRCU optional by using CONFIG_SRCU by Pranith Kumar · 10 years ago
  59. 5a43b88 rcu: Remove "select IRQ_WORK" from config TREE_RCU by Lai Jiangshan · 9 years ago
  60. 6ef4536 init: allow CONFIG_INIT_FALLBACK=n to disable defaults if init= fails by Andy Lutomirski · 9 years ago
  61. 9edad6e mm: move page->mem_cgroup bad page handling into generic code by Johannes Weiner · 9 years ago
  62. 6f7c97e mm/numa balancing: rearrange Kconfig entry by Aneesh Kumar K.V · 9 years ago
  63. 5b1efc0 kernel: res_counter: remove the unused API by Johannes Weiner · 9 years ago
  64. 71f87bee mm: hugetlb_cgroup: convert to lockless page counters by Johannes Weiner · 9 years ago
  65. 3e32cb2 mm: memcontrol: lockless page counters by Johannes Weiner · 9 years ago
  66. d360b78 Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 10 years ago
  67. 28f6569 rcu: Remove redundant TREE_PREEMPT_RCU config option by Pranith Kumar · 10 years ago
  68. 21871d7 rcu: Unify boost and kthread priorities by Clark Williams · 10 years ago
  69. 4568779 init/Kconfig: move RCU_NOCB_CPU dependencies to choice by Stefan Hengelein · 10 years ago
  70. f89b775 bpf: split eBPF out of NET by Alexei Starovoitov · 10 years ago
  71. 2240a31 printk: don't bother using LOG_CPU_MAX_BUF_SHIFT on !SMP by Geert Uytterhoeven · 10 years ago
  72. d6dd50e Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  73. 6a33979 mm: remove misleading ARCH_USES_NUMA_PROT_NONE by Mel Gorman · 10 years ago
  74. bdf428f Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 10 years ago
  75. 74da386 Merge tag 'tiny/for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/josh/linux by Linus Torvalds · 10 years ago
  76. 62b4d20 init/Kconfig: Fix HAVE_FUTEX_CMPXCHG to not break up the EXPERT menu by Josh Triplett · 10 years ago
  77. 361e9df init/Kconfig: Hide printk log config if CONFIG_PRINTK=n by Josh Triplett · 10 years ago
  78. 96b4672 Merge branch 'rcu-tasks.2014.09.10a' into HEAD by Paul E. McKenney · 10 years ago
  79. f4579fc rcu: Fix attempt to avoid unsolicited offloading of callbacks by Paul E. McKenney · 10 years ago
  80. 8315f42 rcu: Add call_rcu_tasks() by Paul E. McKenney · 10 years ago
  81. beb50df kbuild: handle module compression while running 'make modules_install'. by Bertrand Jacquin · 10 years ago
  82. d3ac21c mm: Support compiling out madvise and fadvise by Josh Triplett · 10 years ago
  83. a2a368d mm: fix CROSS_MEMORY_ATTACH help text grammar by Geert Uytterhoeven · 10 years ago
  84. de5b56b kernel: build bin2c based on config option CONFIG_BUILD_BIN2C by Vivek Goyal · 10 years ago
  85. 23b2899 printk: allow increasing the ring buffer depending on the number of CPUs by Luis R. Rodriguez · 10 years ago
  86. 1823172 Merge branches 'doc.2014.07.08a', 'fixes.2014.07.09a', 'maintainers.2014.07.08b', 'nocbs.2014.07.07a' and 'torture.2014.07.07a' into HEAD by Paul E. McKenney · 10 years ago
  87. ab74fdf rcu: Handle obsolete references to TINY_PREEMPT_RCU by Paul E. McKenney · 10 years ago
  88. b58cc46 rcu: Don't offload callbacks unless specifically requested by Paul E. McKenney · 10 years ago
  89. f618776 sys_sgetmask/sys_ssetmask: add CONFIG_SGETMASK_SYSCALL by Fabian Frederick · 10 years ago
  90. 226b4cc mm/process_vm_access: move config option into init/Kconfig by Konstantin Khlebnikov · 10 years ago
  91. f98bafa memcg: kill CONFIG_MM_OWNER by Oleg Nesterov · 10 years ago
  92. 2ee0646 Documentation/memcg: warn about incomplete kmemcg state by Vladimir Davydov · 10 years ago
  93. 82c04ff init/Kconfig: move the trusted keyring config option to general setup by Peter Foley · 10 years ago
  94. 0b74717 Merge git://git.infradead.org/users/eparis/audit by Linus Torvalds · 10 years ago
  95. 5d2acfc kconfig: make allnoconfig disable options behind EMBEDDED and EXPERT by Josh Triplett · 10 years ago
  96. 76ca7d1 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 10 years ago
  97. 69369a7 fs, kernel: permit disabling the uselib syscall by Josh Triplett · 10 years ago
  98. 6af9f7b sys_sysfs: Add CONFIG_SYSFS_SYSCALL by Fabian Frederick · 10 years ago
  99. 32d01dc Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 10 years ago
  100. 7a01772 audit: Add CONFIG_HAVE_ARCH_AUDITSYSCALL by AKASHI Takahiro · 10 years ago