1. d54ce61 kgdb: fix to kill breakpoints on initmem after boot by Sumit Garg · 3 years, 11 months ago
  2. e1fdc40 lib: stackdepot: add support to disable stack depot by Vijayanand Jitta · 3 years, 11 months ago
  3. 0ce20dd mm: add Kernel Electric-Fence infrastructure by Alexander Potapenko · 3 years, 11 months ago
  4. 4590d98 sfi: Remove framework for deprecated firmware by Andy Shevchenko · 4 years ago
  5. 55b6f763 init/gcov: allow CONFIG_CONSTRUCTORS on UML to fix module gcov by Johannes Berg · 4 years ago
  6. a91bd62 Revert "init/console: Use ttynull as a fallback when there is no console" by Petr Mladek · 4 years ago
  7. 36bbbd0 Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu by Linus Torvalds · 4 years, 1 month ago
  8. d3eb521 Merge tag 'printk-for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux by Linus Torvalds · 4 years, 1 month ago
  9. 0401351 mm, page_alloc: do not rely on the order of page_poison and init_on_alloc/free parameters by Vlastimil Babka · 4 years, 1 month ago
  10. ba8f358 init/main: fix broken buffer_init when DEFERRED_STRUCT_PAGE_INIT set by Lin Feng · 4 years, 1 month ago
  11. 7fb7ab6 mm: fix page_owner initializing issue for arm32 by Zhenhua Huang · 4 years, 1 month ago
  12. 1b04fa9 rcu-tasks: Move RCU-tasks initialization to before early_initcall() by Uladzislau Rezki (Sony) · 4 years, 1 month ago
  13. 5f3b8d3 Merge branch 'for-5.11-null-console' into for-linus by Petr Mladek · 4 years, 1 month ago
  14. 24aed09 bootconfig: Load size and checksum in the footer as le32 by Masami Hiramatsu · 4 years, 2 months ago
  15. 757055ae init/console: Use ttynull as a fallback when there is no console by Petr Mladek · 4 years, 2 months ago
  16. 50b8a74 bootconfig: Extend the magic check range to the preceding 3 bytes by Masami Hiramatsu · 4 years, 2 months ago
  17. 7cf726a Merge tag 'linux-kselftest-kunit-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 4 years, 3 months ago
  18. bbf6259 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 4 years, 3 months ago
  19. 8c0d884 init: main: add KUnit to kernel init by Brendan Higgins · 4 years, 6 months ago
  20. a27026e bootconfig: init: make xbc_namebuf static by Jason Yan · 4 years, 4 months ago
  21. 82d083a kprobes: tracing/kprobes: Fix to kill kprobes on initmem after boot by Masami Hiramatsu · 4 years, 4 months ago
  22. 36c6aa2 bootconfig: Fix kernel message mentioning CONFIG_BOOT_CONFIG by Shaokun Zhang · 4 years, 9 months ago
  23. 32663c78 Merge tag 'trace-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 4 years, 6 months ago
  24. 81e1133 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 6 months ago
  25. f9409d5 kasan, arm64: don't instrument functions that enable kasan by Andrey Konovalov · 4 years, 6 months ago
  26. e1ec517 Merge branch 'hch.init_path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 6 months ago
  27. f073531 init: add an init_dup helper by Christoph Hellwig · 4 years, 6 months ago
  28. 3950e97 Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 4 years, 6 months ago
  29. 477d084 bootconfig: Fix to find the initargs correctly by Masami Hiramatsu · 4 years, 6 months ago
  30. eb9d7d3 init: add an init_eaccess helper by Christoph Hellwig · 4 years, 6 months ago
  31. a94b521 init: mark console_on_rootfs as __init by Christoph Hellwig · 4 years, 6 months ago
  32. 916db73 init: initialize ramdisk_execute_command at compile time by Christoph Hellwig · 4 years, 8 months ago
  33. 8f74063 init: open code setting up stdin/stdout/stderr by Christoph Hellwig · 4 years, 8 months ago
  34. be619f7 exec: Implement kernel_execve by Eric W. Biederman · 4 years, 6 months ago
  35. f0fe00d security: allow using Clang's zero initialization for stack variables by glider@google.com · 4 years, 7 months ago
  36. 37d1a04 Rebase locking/kcsan to locking/urgent by Thomas Gleixner · 4 years, 7 months ago
  37. 3db978d kernel/sysctl: support setting sysctl parameters from kernel command line by Vlastimil Babka · 4 years, 8 months ago
  38. ada4ab7 init: allow distribution configuration of default init by Chris Down · 4 years, 8 months ago
  39. f1b192b padata: initialize earlier by Daniel Jordan · 4 years, 8 months ago
  40. 4356713 Merge tag 'x86_urgent_for_v5.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 8 months ago
  41. a9a3ed1 x86: Fix early boot crash on gcc-10, third try by Borislav Petkov · 4 years, 9 months ago
  42. 611d0a9 bootconfig: Fix to prevent warning message if no bootconfig option by Masami Hiramatsu · 4 years, 9 months ago
  43. de462e5 bootconfig: Fix to remove bootconfig data from initrd while boot by Masami Hiramatsu · 4 years, 9 months ago
  44. 3b02a05 Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refresh by Ingo Molnar · 4 years, 9 months ago
  45. ab6f762 printk: queue wake_up_klogd irq_work only if per-CPU areas are ready by Sergey Senozhatsky · 4 years, 11 months ago
  46. df10846 Merge branch 'linus' into locking/kcsan, to pick up fixes by Ingo Molnar · 4 years, 10 months ago
  47. a4654e9 Merge branch 'x86/kdump' into locking/kcsan, to resolve conflicts by Ingo Molnar · 4 years, 10 months ago
  48. 89b74ca tools/bootconfig: Show line and column in parse error by Masami Hiramatsu · 4 years, 11 months ago
  49. 91ad64a Merge tag 'trace-v5.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 5 years ago
  50. 88b9137 bootconfig: Print array as multiple commands for legacy command line by Masami Hiramatsu · 5 years ago
  51. 85c46b7 bootconfig: Add bootconfig magic word for indicating bootconfig explicitly by Masami Hiramatsu · 5 years ago
  52. d8a953d bootconfig: Set CONFIG_BOOT_CONFIG=n by default by Masami Hiramatsu · 5 years ago
  53. 08d9e68 bootconfig: Mark boot_config_checksum() static by Qiujun Huang · 5 years ago
  54. 61a7595 Merge tag 'trace-v5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 5 years ago
  55. f61872b bootconfig: Use parse_args() to find bootconfig and '--' by Steven Rostedt (VMware) · 5 years ago
  56. e310396 Merge tag 'trace-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 5 years ago
  57. a005740 bootconfig: Show the number of nodes on boot message by Masami Hiramatsu · 5 years ago
  58. e241d14 bootconfig: Use bootconfig instead of boot config by Masami Hiramatsu · 5 years ago
  59. 7495e09 bootconfig: Only load bootconfig if "bootconfig" is on the kernel cmdline by Steven Rostedt (VMware) · 5 years ago
  60. f596ded1 init/main.c: fix misleading "This architecture does not have kernel memory protection" message by Christophe Leroy · 5 years ago
  61. 283900e init/main.c: fix quoted value handling in unknown_bootoption by Arvind Sankar · 5 years ago
  62. 7e2762e init/main.c: remove unnecessary repair_env_string in do_initcall_level by Arvind Sankar · 5 years ago
  63. b88c50a init/main.c: log arguments and environment passed to init by Arvind Sankar · 5 years ago
  64. 975f9ce Merge tag 'driver-core-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 5 years ago
  65. 837171f Merge tag 'v5.5-rc7' into locking/kcsan, to refresh the tree by Ingo Molnar · 5 years ago
  66. 8e57f8a mm, debug_pagealloc: don't rely on static keys too early by Vlastimil Babka · 5 years ago
  67. 131991620 bootconfig: init: Allow admin to use bootconfig for init command line by Masami Hiramatsu · 5 years ago
  68. 51887d0 bootconfig: init: Allow admin to use bootconfig for kernel command line by Masami Hiramatsu · 5 years ago
  69. 0068c92 init/main.c: Alloc initcall_command_line in do_initcall() and free it by Masami Hiramatsu · 5 years ago
  70. 7684b85 bootconfig: Load boot config from the tail of initrd by Masami Hiramatsu · 5 years ago
  71. 31c7ac38 Merge tag 'v5.5-rc5' into locking/kcsan, to resolve conflict by Ingo Molnar · 5 years ago
  72. 74f1a29 Revert "fs: remove ksys_dup()" by Dominik Brodowski · 5 years ago
  73. 28336be Merge tag 'v5.5-rc4' into locking/kcsan, to resolve conflicts by Ingo Molnar · 5 years ago
  74. 2d3145f early init: fix error handling when opening /dev/console by Linus Torvalds · 5 years ago
  75. 4c002c9 device.h: move 'struct driver' stuff out to device/driver.h by Greg Kroah-Hartman · 5 years ago
  76. 8243186 fs: remove ksys_dup() by Dominik Brodowski · 6 years ago
  77. b49a733 init: unify opening /dev/console as stdin/stdout/stderr by Dominik Brodowski · 6 years ago
  78. dfd402a kcsan: Add Kernel Concurrency Sanitizer infrastructure by Marco Elver · 5 years ago
  79. aefcf2f Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 5 years ago
  80. 2286bf4 mm: use CPU_BITS_NONE to initialize init_mm.cpu_bitmask by Mike Rapoport · 5 years ago
  81. 782de70 mm: consolidate pgtable_cache_init() and pgd_cache_init() by Mike Rapoport · 5 years ago
  82. c566586 mm: kmemleak: use the memory pool for early allocations by Catalin Marinas · 5 years ago
  83. e6b1db9 security: Support early LSMs by Matthew Garrett · 5 years ago
  84. c1a280b sched/preempt: Use CONFIG_PREEMPTION where appropriate by Thomas Gleixner · 5 years ago
  85. 933a90b Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  86. 23a5c8c mm: init: report memory auto-initialization features at boot time by Alexander Potapenko · 6 years ago
  87. 037f11b mnt_init(): call shmem_init() unconditionally by Al Viro · 6 years ago
  88. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  89. f403999 init: free_initmem: poison freed init memory by Mike Rapoport · 6 years ago
  90. 997aef6 init: provide a generic free_initmem implementation by Mike Rapoport · 6 years ago
  91. dd5001e Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 6 years ago
  92. 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
  93. caa8413 x86/mm: Initialize PGD cache during mm initialization by Nadav Amit · 6 years ago
  94. 4fc1970 x86/alternatives: Initialize temporary mm for patching by Nadav Amit · 6 years ago
  95. d555352 random: move rand_initialize() earlier by Kees Cook · 6 years ago
  96. 6041186 init: initialize jump labels before command line option parsing by Dan Williams · 6 years ago
  97. d75f773 treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively by Sakari Ailus · 6 years ago
  98. f5c7310 init/main: add checks for the return value of memblock_alloc*() by Mike Rapoport · 6 years ago
  99. 2f1ee09 Revert "mm: use early_pfn_to_nid in page_ext_init" by Qian Cai · 6 years ago
  100. fb5bf31 fork: fix some -Wmissing-prototypes warnings by Yi Wang · 6 years ago