1. 2dba5eb lib/stackdepot: allow optional init and stack_table allocation by kvmalloc() by Vlastimil Babka · 3 years ago
  2. fd6f57b Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 3 years ago
  3. 763978c Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux by Linus Torvalds · 3 years ago
  4. 8e5b0ad Merge tag 'perf_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years ago
  5. b1ae6dc module: add in-kernel support for decompressing by Dmitry Torokhov · 3 years ago
  6. daadb3b Merge tag 'locking_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years ago
  7. 1be5bdf Merge tag 'kcsan.2022.01.09a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu by Linus Torvalds · 3 years ago
  8. b35b6d4 Merge tag 'pm-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 3 years ago
  9. 129ab0d kbuild: do not quote string values in include/config/auto.conf by Masahiro Yamada · 3 years ago
  10. eb52c0f mm: Make SLAB_MERGE_DEFAULT depend on SL[AU]B by Hyeonggon Yoo · 3 years ago
  11. 5ee22fa Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm by Rafael J. Wysocki · 3 years ago
  12. 6773cc3 Merge tag 'v5.16-rc5' into locking/core, to pick up fixes by Ingo Molnar · 3 years ago
  13. 71f8de7 kcsan: Remove redundant zero-initialization of globals by Marco Elver · 3 years, 1 month ago
  14. 4dc0759 init/Kconfig: Drop linker version check for LD_ORPHAN_WARN by Nathan Chancellor · 3 years, 1 month ago
  15. 3297481 futex: Remove futex_cmpxchg detection by Arnd Bergmann · 3 years, 2 months ago
  16. 3f2beda futex: Ensure futex_atomic_cmpxchg_inatomic() is present by Arnd Bergmann · 3 years, 2 months ago
  17. 7e97b3d arch_topology: Remove unused topology_set_thermal_pressure() and related by Lukasz Luba · 3 years, 2 months ago
  18. 2aef6f3 perf: Force architectures to opt-in to guest callbacks by Sean Christopherson · 3 years, 2 months ago
  19. 158ea2d kbuild: Fix -Wimplicit-fallthrough=5 error for GCC 5.x and 6.x by Gustavo A. R. Silva · 3 years, 1 month ago
  20. dee2b702 kconfig: Add support for -Wimplicit-fallthrough by Gustavo A. R. Silva · 3 years, 1 month ago
  21. fc661f2 Merge tag 'sched_urgent_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 1 month ago
  22. 252220d mm: allow only SLUB on PREEMPT_RT by Ingo Molnar · 3 years, 2 months ago
  23. a8b7691 preempt: Restore preemption model selection configs by Valentin Schneider · 3 years, 2 months ago
  24. 59a2cee Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 2 months ago
  25. 8bc2b3d init: make unknown command line param message clearer by Andrew Halaney · 3 years, 2 months ago
  26. 512b7931 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 2 months ago
  27. 4421cca memblock: use memblock_free for freeing virtual pointers by Mike Rapoport · 3 years, 2 months ago
  28. 3ecc683 memblock: rename memblock_free to memblock_phys_free by Mike Rapoport · 3 years, 2 months ago
  29. d2635f2 mm: create a new system state and fix core_kernel_text() by Christophe Leroy · 3 years, 2 months ago
  30. 554b0f3 mm: disable NUMA_BALANCING_DEFAULT_ENABLED and TRANSPARENT_HUGEPAGE on PREEMPT_RT by Sebastian Andrzej Siewior · 3 years, 2 months ago
  31. 79ef0c0 Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years, 2 months ago
  32. 2e9bc34 block: move elevator.h to block/ by Christoph Hellwig · 3 years, 3 months ago
  33. 1ae4385 bootconfig: init: Fix memblock leak in xbc_make_cmdline() by Masami Hiramatsu · 3 years, 3 months ago
  34. 115d4d0 bootconfig: Rename xbc_destroy_all() to xbc_exit() by Masami Hiramatsu · 3 years, 3 months ago
  35. e306220 bootconfig: Add xbc_get_info() for the node information by Masami Hiramatsu · 3 years, 3 months ago
  36. bdac5c2 bootconfig: Allocate xbc_data inside xbc_init() by Masami Hiramatsu · 3 years, 3 months ago
  37. a801695 Merge branch 'work.init' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 3 years, 3 months ago
  38. 58e2cf5 init: Revert accidental changes to print irqs_disabled() by Geert Uytterhoeven · 3 years, 4 months ago
  39. 40c8ee6 init: don't panic if mount_nodev_root failed by Leon Romanovsky · 3 years, 3 months ago
  40. b51593c init/do_mounts.c: Harden split_fs_names() against buffer overflow by Vivek Goyal · 3 years, 3 months ago
  41. 77e02cf memblock: introduce saner 'memblock_free_ptr()' interface by Linus Torvalds · 3 years, 3 months ago
  42. 4317562 Merge tag 'trace-v5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years, 4 months ago
  43. e2e694b Merge branch 'work.init' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 3 years, 4 months ago
  44. 2d33820 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 4 months ago
  45. b66fbbe init/bootconfig: Reorder init parameter from bootconfig and cmdline by Masami Hiramatsu · 3 years, 4 months ago
  46. 40caa12 init: bootconfig: Remove all bootconfig data when the init memory is removed by Masami Hiramatsu · 3 years, 4 months ago
  47. 8b09788 trap: cleanup trap_init() by Kefeng Wang · 3 years, 4 months ago
  48. b234ed6d init: move usermodehelper_enable() to populate_rootfs() by Rasmus Villemoes · 3 years, 4 months ago
  49. b339ec9 kbuild: Only default to -Werror if COMPILE_TEST by Marco Elver · 3 years, 4 months ago
  50. 3fe617c Enable '-Werror' by default for all kernel builds by Linus Torvalds · 3 years, 4 months ago
  51. df43d90 Merge tag 'printk-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux by Linus Torvalds · 3 years, 4 months ago
  52. 9e9fb76 Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 3 years, 4 months ago
  53. 6793691 Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 4 months ago
  54. 5d3c0db Merge tag 'sched-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 4 months ago
  55. c985aaf Merge branch 'rework/printk_safe-removal' into for-linus by Petr Mladek · 3 years, 4 months ago
  56. c4b2b7d block: remove CONFIG_DEBUG_BLOCK_EXT_DEVT by Christoph Hellwig · 3 years, 4 months ago
  57. 6e7c177 fs: simplify get_filesystem_list / get_all_fs_names by Christoph Hellwig · 3 years, 6 months ago
  58. f9259be init: allow mounting arbitrary non-blockdevice filesystems as root by Christoph Hellwig · 3 years, 6 months ago
  59. e24d12b init: split get_fs_names by Christoph Hellwig · 3 years, 6 months ago
  60. b90ca8b sched: Introduce task_struct::user_cpus_ptr to track requested affinity by Will Deacon · 3 years, 5 months ago
  61. f444fea Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 4 months ago
  62. d0ac5fb init: Suppress wrong warning for bootconfig cmdline parameter by Masami Hiramatsu · 3 years, 5 months ago
  63. f8ade8d xsurf100: drop include of lib8390.c by Michael Schmitz · 3 years, 5 months ago
  64. 85e3e7f printk: remove NMI tracking by John Ogness · 3 years, 6 months ago
  65. 3370155 printk: Userspace format indexing support by Chris Down · 3 years, 7 months ago
  66. ae14c63 Revert "mm/slub: use stackdepot to save stack trace in objects" by Linus Torvalds · 3 years, 5 months ago
  67. 81361b8 Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 3 years, 6 months ago
  68. 83cc6fa buildid: stash away kernels build ID on init by Stephen Boyd · 3 years, 6 months ago
  69. 78869146 mm/slub: use stackdepot to save stack trace in objects by Oliver Glitta · 3 years, 6 months ago
  70. 28e92f9 Merge branch 'core-rcu-2021.07.04' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu by Linus Torvalds · 3 years, 6 months ago
  71. 757fa80 Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years, 6 months ago
  72. 71bd934 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 6 months ago
  73. 86d1919 init: print out unknown kernel parameters by Andrew Halaney · 3 years, 6 months ago
  74. 44b6ed4 Merge tag 'clang-features-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 3 years, 6 months ago
  75. df668a5 Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 6 months ago
  76. 51c2ee6 Kconfig: Introduce ARCH_WANTS_NO_INSTR and CC_HAS_NO_PROFILE_FN_ATTR by Nick Desaulniers · 3 years, 6 months ago
  77. 2f064a5 sched: Change task_struct::state by Peter Zijlstra · 3 years, 7 months ago
  78. b2c0931 Merge branch 'sched/urgent' into sched/core, to resolve conflicts by Ingo Molnar · 3 years, 6 months ago
  79. 99f4f5d bootconfig: Share the checksum function with tools by Masami Hiramatsu · 3 years, 7 months ago
  80. 0711f0d pid: take a reference when initializing `cad_pid` by Mark Rutland · 3 years, 7 months ago
  81. a9e906b Merge branch 'sched/urgent' into sched/core, to pick up fixes by Ingo Molnar · 3 years, 7 months ago
  82. 15faafc sched,init: Fix DEBUG_PREEMPT vs early boot by Peter Zijlstra · 3 years, 7 months ago
  83. c97d93c block: factor out a part_devt helper by Christoph Hellwig · 3 years, 7 months ago
  84. 41eba23 init: use $(call cmd,) for generating include/generated/compile.h by Masahiro Yamada · 3 years, 7 months ago
  85. f1a0a37 sched/core: Initialize the idle task with preemption disabled by Valentin Schneider · 3 years, 8 months ago
  86. df6f823 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 3 years, 8 months ago
  87. b24abcf bpf, kconfig: Add consolidated menu entry for bpf with core options by Daniel Borkmann · 3 years, 8 months ago
  88. 8e9c01c srcu: Initialize SRCU after timers by Frederic Weisbecker · 3 years, 9 months ago
  89. a48b087 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 8 months ago
  90. 17652f4 modules: add CONFIG_MODPROBE_PATH by Rasmus Villemoes · 3 years, 8 months ago
  91. e7cb072 init/initramfs.c: do unpacking asynchronously by Rasmus Villemoes · 3 years, 8 months ago
  92. 8404c9f Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 8 months ago
  93. 7677f7f userfaultfd: add minor fault registration mode by Axel Rasmussen · 3 years, 8 months ago
  94. 9b1f61d Merge tag 'trace-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years, 8 months ago
  95. e6f0bf0 Merge tag 'integrity-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity by Linus Torvalds · 3 years, 8 months ago
  96. 1f9d03c mm: move mem_init_print_info() into mm_init() by Kefeng Wang · 3 years, 8 months ago
  97. bbc180a mm: HUGE_VMAP arch support cleanup by Nicholas Piggin · 3 years, 8 months ago
  98. 8ca5297 Merge tag 'kconfig-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 3 years, 8 months ago
  99. b0030af Merge tag 'kbuild-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 3 years, 8 months ago
  100. 9d31d23 Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 3 years, 8 months ago