1. f403999 init: free_initmem: poison freed init memory by Mike Rapoport · 6 years ago
  2. 997aef6 init: provide a generic free_initmem implementation by Mike Rapoport · 6 years ago
  3. f94f743 initramfs: poison freed initrd memory by Christoph Hellwig · 6 years ago
  4. 4afd58e initramfs: provide a generic free_initrd_mem implementation by Christoph Hellwig · 6 years ago
  5. d8ae8a3 initramfs: move the legacy keepinitrd parameter to core code by Christoph Hellwig · 6 years ago
  6. afef788 initramfs: cleanup populate_rootfs by Christoph Hellwig · 6 years ago
  7. 7c184ec initramfs: factor out a helper to populate the initrd image by Christoph Hellwig · 6 years ago
  8. 23091e2 initramfs: cleanup initrd freeing by Christoph Hellwig · 6 years ago
  9. 54c7a89 initramfs: free initrd memory if opening /initrd.image fails by Christoph Hellwig · 6 years ago
  10. dd5001e Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 6 years ago
  11. cf482a4 Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
  12. eac7078 Merge tag 'pidfd-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 6 years ago
  13. 0968621 Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 6 years ago
  14. caa8413 x86/mm: Initialize PGD cache during mm initialization by Nadav Amit · 6 years ago
  15. 4fc1970 x86/alternatives: Initialize temporary mm for patching by Nadav Amit · 6 years ago
  16. bc0c604 init/config: Do not select BUILD_BIN2C for IKCONFIG by Joel Fernandes (Google) · 6 years ago
  17. 43d8ce9 Provide in-kernel headers to make extending kernel easier by Joel Fernandes (Google) · 6 years ago
  18. d555352 random: move rand_initialize() earlier by Kees Cook · 6 years ago
  19. 6041186 init: initialize jump labels before command line option parsing by Dan Williams · 6 years ago
  20. 5dd50aa Make anon_inodes unconditional by David Howells · 6 years ago
  21. d75f773 treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively by Sakari Ailus · 6 years ago
  22. f5c7310 init/main: add checks for the return value of memblock_alloc*() by Mike Rapoport · 6 years ago
  23. ffd602e Merge tag 'kbuild-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  24. a15f6b9 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  25. 38e7571 Merge tag 'io_uring-2019-03-06' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  26. b5dd0c6 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  27. e5eed35 init/initramfs.c: provide more details in error messages by David Engraf · 6 years ago
  28. be37f21 Merge tag 'audit-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit by Linus Torvalds · 6 years ago
  29. 041a157 time: Make VIRT_CPU_ACCOUNTING_GEN depend on GENERIC_CLOCKEVENTS by Arnd Bergmann · 6 years ago
  30. 8dcd175 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  31. 45802da Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  32. 98fa15f mm: replace all open encodings for NUMA_NO_NODE by Anshuman Khandual · 6 years ago
  33. fa7295a kbuild: clean up scripts/gcc-version.sh by Masahiro Yamada · 6 years ago
  34. 2b188cc Add io_uring IO interface by Jens Axboe · 6 years ago
  35. b303c6d kbuild: compute false-positive -Wmaybe-uninitialized cases in Kconfig by Masahiro Yamada · 6 years ago
  36. a841c67 revert "initramfs: cleanup incomplete rootfs" by Andrew Morton · 6 years ago
  37. 2f1ee09 Revert "mm: use early_pfn_to_nid in page_ext_init" by Qian Cai · 6 years ago
  38. c9ba756 Merge tag 'v5.0-rc6' into sched/core, to pick up fixes by Ingo Molnar · 6 years ago
  39. f0b89d3 sched/core: Convert task_struct.stack_refcount to refcount_t by Elena Reshetova · 6 years ago
  40. ec1d281 sched/core: Convert task_struct.usage to refcount_t by Elena Reshetova · 6 years ago
  41. 60d4de3 sched/core: Convert signal_struct.sigcnt to refcount_t by Elena Reshetova · 6 years ago
  42. 7b2489d psi: clarify the Kconfig text for the default-disable option by Johannes Weiner · 6 years ago
  43. 9807683 init/Kconfig: fix grammar by moving a closing parenthesis by Jonathan Neuschäfer · 6 years ago
  44. 4b7d248 audit: move loginuid and sessionid from CONFIG_AUDITSYSCALL to CONFIG_AUDIT by Richard Guy Briggs · 6 years ago
  45. 16fd20a kbuild: Disable LD_DEAD_CODE_DATA_ELIMINATION with ftrace & GCC <= 4.7 by Paul Burton · 6 years ago
  46. e9666d1 jump_label: move 'asm goto' support test to Kconfig by Masahiro Yamada · 6 years ago
  47. 505b050 Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  48. ff1522b initramfs: cleanup incomplete rootfs by David Engraf · 6 years ago
  49. fb5bf31 fork: fix some -Wmissing-prototypes warnings by Yi Wang · 6 years ago
  50. 7c8f719 init/main.c: make "initcall_level_names[]" const char * by Alexey Dobriyan · 6 years ago
  51. 030672a Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 6 years ago
  52. f346b0b Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  53. 0e9da3f Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  54. a9ee3a6 debugobjects: call debug_objects_mem_init eariler by Qian Cai · 6 years ago
  55. 047ce6d Merge tag 'audit-pr-20181224' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit by Linus Torvalds · 6 years ago
  56. 684019d Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  57. 792bf4d Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  58. e262e32d vfs: Suppress MS_* flag defs within the kernel unless explicitly enabled by David Howells · 6 years ago
  59. 428a1cb psi: fix reference to kernel commandline enable by Baruch Siach · 6 years ago
  60. 89d04ec Merge tag 'v4.20-rc5' into for-4.21/block by Jens Axboe · 6 years ago
  61. 4bbfd74 Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 6 years ago
  62. 7c0950d initramfs: clean old path before creating a hardlink by Li Zhijian · 6 years ago
  63. e0c2744 psi: make disabling/enabling easier for vendor kernels by Johannes Weiner · 6 years ago
  64. 47c33a0 x86/efi: Move efi_<reserve/free>_boot_services() to arch/x86 by Sai Praneeth Prakhya · 6 years ago
  65. ba18031 main: Replace rcu_barrier_sched() with rcu_barrier() by Paul E. McKenney · 6 years ago
  66. 229c55cc arch: Move initrd= parsing into do_mounts_initrd.c by Florian Fainelli · 6 years ago
  67. b1ab95c arch: Make phys_initrd_start and phys_initrd_size global variables by Florian Fainelli · 6 years ago
  68. c8fc5d4 audit: remove WATCH and TREE config options by Richard Guy Briggs · 6 years ago
  69. a1ce35f block: remove dead elevator code by Jens Axboe · 6 years ago
  70. 7e1c4e2 memblock: stop using implicit alignment to SMP_CACHE_BYTES by Mike Rapoport · 6 years ago
  71. 57c8a66 mm: remove include/linux/bootmem.h by Mike Rapoport · 6 years ago
  72. 2a5bda5 memblock: replace alloc_bootmem with memblock_alloc by Mike Rapoport · 6 years ago
  73. eb31d55 memblock: remove _virt from APIs returning virtual address by Mike Rapoport · 6 years ago
  74. f027c34 init/do_mounts.c: add root=PARTLABEL=<name> support by Nikolaus Voss · 6 years ago
  75. 2ce7135 psi: cgroup support by Johannes Weiner · 6 years ago
  76. eb41468 psi: pressure stall information for CPU, memory, and IO by Johannes Weiner · 6 years ago
  77. 42f52e1 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  78. 0200fbd Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  79. 53c99bd init: add arch_call_rest_init to allow stack switching by Martin Schwidefsky · 6 years ago
  80. 11d4afd sched/pelt: Fix warning and clean up IRQ PELT config by Vincent Guittot · 6 years ago
  81. 1948367 jump_label: Annotate entries that operate on __init code earlier by Ard Biesheuvel · 6 years ago
  82. 1bc2767 Merge tag 'kbuild-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  83. e85d1d6 kbuild: test dead code/data elimination support in Kconfig by Masahiro Yamada · 6 years ago
  84. cd9b44f Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  85. 5cb366b init/Kconfig: remove EXPERT from CHECKPOINT_RESTORE by Adrian Reber · 6 years ago
  86. 3f5c15d init/main.c: log init process file name by Paul Menzel · 6 years ago
  87. 3903bf9 init/Kconfig: fix its typos by Randy Dunlap · 6 years ago
  88. 6ad018e init/: remove ineffective sparse disabling by Luc Van Oostenryck · 6 years ago
  89. 1b1eeca init: allow initcall tables to be emitted using relative references by Ard Biesheuvel · 6 years ago
  90. 0214f46 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
  91. 7140ad3 Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 6 years ago
  92. 84c07d1 mm: introduce CONFIG_MEMCG_KMEM as combination of CONFIG_MEMCG && !CONFIG_SLOB by Kirill Tkhai · 6 years ago
  93. fa1b5d0 Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  94. 01f0e5cd Merge tag 'kconfig-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  95. e026bcc Merge tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  96. 85a0b79 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 6 years ago
  97. 13e091b Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  98. eac3411 Merge branch 'x86/pti' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  99. b5b1404 init: rename and re-order boot_cpu_state_init() by Linus Torvalds · 6 years ago
  100. bff1b20 tracing: Partial revert of "tracing: Centralize preemptirq tracepoints and unify their usage" by Steven Rostedt (VMware) · 6 years ago