1. dfdf8be module: fix DEBUG_SET_MODULE_RONX typo by Arnd Bergmann · 7 years ago
  2. 6bb53ee init: rename and re-order boot_cpu_state_init() by Linus Torvalds · 6 years ago
  3. 7f9a93b module: extend 'rodata=off' boot cmdline parameter to module mappings by AKASHI Takahiro · 6 years ago
  4. a3d6dd6 bpf: introduce BPF_JIT_ALWAYS_ON config by Alexei Starovoitov · 6 years ago
  5. 0994a2c kaiser: stack map PAGE_SIZE at THREAD_SIZE-PAGE_SIZE by Hugh Dickins · 7 years ago
  6. 13be448 KAISER: Kernel Address Isolation by Richard Fellner · 7 years ago
  7. aaf54d4 initramfs: finish fput() before accessing any binary from initramfs by Lokesh Vutla · 7 years ago
  8. 7c03613 random: use chacha20 for get_random_int/long by Jason A. Donenfeld · 7 years ago
  9. faaae2a Re-enable CONFIG_MODVERSIONS in a slightly weaker form by Linus Torvalds · 7 years ago
  10. cd3caef Fix subtle CONFIG_MODVERSIONS problems by Linus Torvalds · 7 years ago
  11. 18594e9 init: use pr_cont() when displaying rotator during ramdisk loading. by Nicolas Schichan · 7 years ago
  12. 9ffc669 Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 8 years ago
  13. 84d6984 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 8 years ago
  14. 26b5679 relay: Use irq_work instead of plain timer for deferred wakeup by Peter Zijlstra · 8 years ago
  15. 38addce gcc-plugins: Add latent_entropy plugin by Emese Revfy · 8 years ago
  16. 997b611 Merge branch 'parisc-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 8 years ago
  17. b5d5cf2 parisc: Drop BROKEN_RODATA config option by Helge Deller · 8 years ago
  18. c6c314a sched/core: Add try_get_task_stack() and put_task_stack() by Andy Lutomirski · 8 years ago
  19. c65eacb sched/core: Allow putting thread_info into task_struct by Andy Lutomirski · 8 years ago
  20. b67067f kbuild: allow archs to select link dead code/data elimination by Nicholas Piggin · 8 years ago
  21. 1eccfa0 Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 8 years ago
  22. f1cb637 init/Kconfig: add clarification for out-of-tree modules by Valdis Kletnieks · 8 years ago
  23. ac3339b init/Kconfig: ban CONFIG_LOCALVERSION_AUTO with allmodconfig by Alexey Dobriyan · 8 years ago
  24. 841c06d init: allow blacklisting of module_init functions by Prarit Bhargava · 8 years ago
  25. bd721ea treewide: replace obsolete _refok by __ref by Fabian Frederick · 8 years ago
  26. bc083a6 init/Kconfig: make COMPILE_TEST depend on !UML by Richard Weinberger · 8 years ago
  27. 9991a9c cgroup: update cgroup's document path by seokhoon.yoon · 8 years ago
  28. 69c4289 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 8 years ago
  29. 210e7a4 mm: SLUB freelist randomization by Thomas Garnier · 8 years ago
  30. ed18adc mm: SLUB hardened usercopy support by Kees Cook · 8 years ago
  31. 04385fc mm: SLAB hardened usercopy support by Kees Cook · 8 years ago
  32. 766fd5f Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  33. df00ccc Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  34. b58c358 sched/cputime: Replace VTIME_GEN irq time code with IRQ_TIME_ACCOUNTING code by Rik van Riel · 8 years ago
  35. 076501f init/Kconfig: keep Expert users menu together by Randy Dunlap · 8 years ago
  36. 54d5f16e Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 8 years ago
  37. 086e3eb Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  38. 0fd5ed8 init/main.c: fix initcall_blacklisted on ia64, ppc64 and parisc64 by Rasmus Villemoes · 8 years ago
  39. b235bee Clarify naming of thread info/stack allocators by Linus Torvalds · 8 years ago
  40. 5e0d8d5 init: fix Kconfig text by Geert Uytterhoeven · 8 years ago
  41. 570dd3c rcu: Disable TASKS_RCU for usermode Linux by Paul E. McKenney · 8 years ago
  42. fe53ca5 mm: use early_pfn_to_nid in page_ext_init by Yang Shi · 8 years ago
  43. 5b26fc8 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 8 years ago
  44. c8cdd2b init/main.c: simplify initcall_blacklisted() by Rasmus Villemoes · 8 years ago
  45. 427934b printk/nmi: increase the size of NMI buffer and make it configurable by Petr Mladek · 8 years ago
  46. 42a0bb3 printk/nmi: generic solution for safe printk in NMI by Petr Mladek · 8 years ago
  47. b8f1a75 mm: call page_ext_init() after all struct pages are initialized by Yang Shi · 8 years ago
  48. c7ce4f60 mm: SLAB freelist randomization by Thomas Garnier · 8 years ago
  49. 877417e Kbuild: change CC_OPTIMIZE_FOR_SIZE definition by Arnd Bergmann · 8 years ago
  50. f76be61 Make CONFIG_FHANDLE default y by Andi Kleen · 8 years ago
  51. dbacb0e kconfig option for TRIM_UNUSED_KSYMS by Nicolas Pitre · 8 years ago
  52. 6b5f04b Merge branch 'for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 8 years ago
  53. bb7aeae Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 8 years ago
  54. 271ecc5 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  55. 2213e9a kallsyms: add support for relative offsets in kallsyms address table by Ard Biesheuvel · 8 years ago
  56. 4d5d566 x86: kallsyms: disable absolute percpu symbols on !SMP by Ard Biesheuvel · 8 years ago
  57. e6fd1fb init/main.c: use list_for_each_entry() by Geliang Tang · 8 years ago
  58. 710d60c Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  59. d09e356 Merge branch 'mm-readonly-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  60. 6cc578d cgroup: Trivial correction to reflect controller. by Parav Pandit · 8 years ago
  61. d43de6c akcipher: Move the RSA DER encoding check to the crypto layer by David Howells · 8 years ago
  62. 931ef16 cpu/hotplug: Unpark smpboot threads from the state machine by Thomas Gleixner · 8 years ago
  63. cff7d37 cpu/hotplug: Convert to a state machine for the control processor by Thomas Gleixner · 8 years ago
  64. d2aa1ac mm/init: Add 'rodata=off' boot cmdline parameter to disable read-only kernel mappings by Kees Cook · 8 years ago
  65. 06bea3d locking/lockdep: Eliminate lockdep_init() by Andrey Ryabinin · 8 years ago
  66. d886f4e mm: memcontrol: rein in the CONFIG space madness by Johannes Weiner · 8 years ago
  67. 489c2a2 mm: memcontrol: introduce CONFIG_MEMCG_LEGACY_KMEM by Johannes Weiner · 8 years ago
  68. f057f3b init/do_mounts: initrd_load() can be boolean by Yaowei Bai · 8 years ago
  69. 31c025b init/main.c: obsolete_checksetup can be boolean by Yaowei Bai · 8 years ago
  70. 2d663b5 Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 8 years ago
  71. 0cbeafb Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  72. e535d74 Merge tag 'docs-4.5' of git://git.lwn.net/linux by Linus Torvalds · 8 years ago
  73. b2113a4 uselib: default depending if libc5 was used by Riku Voipio · 8 years ago
  74. cb74ed2 audit: always enable syscall auditing when supported and audit is enabled by Paul Moore · 8 years ago
  75. 34a9304 Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 8 years ago
  76. 3104fb3 Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 8 years ago
  77. b035396 init, Documentation: Remove ramdisk_blocksize mentions by Robert Elliott · 8 years ago
  78. 6bf024e cgroup: put controller Kconfig options in meaningful order by Johannes Weiner · 8 years ago
  79. a0166ec cgroup: clean up the kernel configuration menu nomenclature by Johannes Weiner · 8 years ago
  80. 86fffe4 kernel: remove stop_machine() Kconfig dependency by Chris Wilson · 8 years ago
  81. 967dcb8 rcu: Wire up rcu_end_inkernel_boot() by Paul E. McKenney · 8 years ago
  82. 5b25b13 sys_membarrier(): system-wide memory barrier (generic, x86) by Mathieu Desnoyers · 9 years ago
  83. 2965faa kexec: split kexec_load syscall from kexec core code by Dave Young · 9 years ago
  84. 90f0230 kmod: use system_unbound_wq instead of khelper by Frederic Weisbecker · 9 years ago
  85. b793c00 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 9 years ago
  86. 7d9071a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  87. 6c0f568 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  88. 72b252a mm: send one IPI per CPU to TLB flush all entries after unmapping pages by Mel Gorman · 9 years ago
  89. a14c151 userfaultfd: buildsystem activation by Andrea Arcangeli · 9 years ago
  90. 8bdc69b Merge branch 'for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 9 years ago
  91. bf3eac8 percpu-rwsem: kill CONFIG_PERCPU_RWSEM by Oleg Nesterov · 9 years ago
  92. cfc411e Move certificate handling to its own directory by David Howells · 9 years ago
  93. 228c37f sign-file: Document dependency on OpenSSL devel libraries by David Howells · 9 years ago
  94. 9b9412d Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 9 years ago
  95. 99d27b1 modsign: Add explicit CONFIG_SYSTEM_TRUSTED_KEYS option by David Woodhouse · 9 years ago
  96. fb11794 modsign: Use single PEM file for autogenerated key by David Woodhouse · 9 years ago
  97. 1329e8c modsign: Extract signing cert from CONFIG_MODULE_SIG_KEY if needed by David Woodhouse · 9 years ago
  98. 19e91b6 modsign: Allow external signing key to be specified by David Woodhouse · 9 years ago
  99. 091f6e2 MODSIGN: Extract the blob PKCS#7 signature verifier from module signing by David Howells · 9 years ago
  100. 3f1e1be MODSIGN: Use PKCS#7 messages as module signatures by David Howells · 9 years ago