1. 3a7c733 int128: fix __uint128_t compiler test in Kconfig by Masahiro Yamada · 4 years, 10 months ago
  2. 91ad64a Merge tag 'trace-v5.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 4 years, 10 months ago
  3. 2910b5a bootconfig: Fix CONFIG_BOOTTIME_TRACING dependency issue by Masami Hiramatsu · 4 years, 10 months ago
  4. 88b9137 bootconfig: Print array as multiple commands for legacy command line by Masami Hiramatsu · 4 years, 10 months ago
  5. 85c46b7 bootconfig: Add bootconfig magic word for indicating bootconfig explicitly by Masami Hiramatsu · 4 years, 10 months ago
  6. d8a953d bootconfig: Set CONFIG_BOOT_CONFIG=n by default by Masami Hiramatsu · 4 years, 10 months ago
  7. 08d9e68 bootconfig: Mark boot_config_checksum() static by Qiujun Huang · 4 years, 11 months ago
  8. 61a7595 Merge tag 'trace-v5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 4 years, 11 months ago
  9. f61872b bootconfig: Use parse_args() to find bootconfig and '--' by Steven Rostedt (VMware) · 5 years ago
  10. 26445f9 bootconfig: Remove unneeded CONFIG_LIBXBC by Masami Hiramatsu · 5 years ago
  11. 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
  12. a005740 bootconfig: Show the number of nodes on boot message by Masami Hiramatsu · 5 years ago
  13. e241d14 bootconfig: Use bootconfig instead of boot config by Masami Hiramatsu · 5 years ago
  14. 7495e09 bootconfig: Only load bootconfig if "bootconfig" is on the kernel cmdline by Steven Rostedt (VMware) · 5 years ago
  15. f596ded1 init/main.c: fix misleading "This architecture does not have kernel memory protection" message by Christophe Leroy · 5 years ago
  16. 283900e init/main.c: fix quoted value handling in unknown_bootoption by Arvind Sankar · 5 years ago
  17. 7e2762e init/main.c: remove unnecessary repair_env_string in do_initcall_level by Arvind Sankar · 5 years ago
  18. b88c50a init/main.c: log arguments and environment passed to init by Arvind Sankar · 5 years ago
  19. 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
  20. fad7bdc Merge tag 'for-linus-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 5 years ago
  21. bd2463a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 5 years ago
  22. 8b56177 Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  23. e279160 Merge tag 'timers-core-2020-01-27' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  24. 0947db0 bootconfig: Fix Kconfig help message for BOOT_CONFIG by Masami Hiramatsu · 5 years ago
  25. 87c9366 Revert "um: Enable CONFIG_CONSTRUCTORS" by Johannes Berg · 5 years ago
  26. b3f7e3f Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  27. 660fd04 lib/vdso: Prepare for time namespace support by Thomas Gleixner · 5 years ago
  28. 769071a ns: Introduce Time Namespace by Andrei Vagin · 5 years ago
  29. 8e57f8a mm, debug_pagealloc: don't rely on static keys too early by Vlastimil Babka · 5 years ago
  30. 131991620 bootconfig: init: Allow admin to use bootconfig for init command line by Masami Hiramatsu · 5 years ago
  31. 51887d0 bootconfig: init: Allow admin to use bootconfig for kernel command line by Masami Hiramatsu · 5 years ago
  32. 0068c92 init/main.c: Alloc initcall_command_line in do_initcall() and free it by Masami Hiramatsu · 5 years ago
  33. 7684b85 bootconfig: Load boot config from the tail of initrd by Masami Hiramatsu · 5 years ago
  34. 76db5a2 bootconfig: Add Extra Boot Config support by Masami Hiramatsu · 5 years ago
  35. a2d6d7a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  36. 74f1a29 Revert "fs: remove ksys_dup()" by Dominik Brodowski · 5 years ago
  37. 2bbc078 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 5 years ago
  38. 2d3145f early init: fix error handling when opening /dev/console by Linus Torvalds · 5 years ago
  39. 7de7de7 Fix root mounting with no mount options by Linus Torvalds · 5 years ago
  40. 4c002c9 device.h: move 'struct driver' stuff out to device/driver.h by Greg Kroah-Hartman · 5 years ago
  41. 1091670 scripts/sorttable: Rename 'sortextable' to 'sorttable' by Shile Zhang · 5 years ago
  42. 8243186 fs: remove ksys_dup() by Dominik Brodowski · 6 years ago
  43. b49a733 init: unify opening /dev/console as stdin/stdout/stderr by Dominik Brodowski · 6 years ago
  44. cccaa5e init: use do_mount() instead of ksys_mount() by Dominik Brodowski · 6 years ago
  45. d4440aa initrd: use do_mount() instead of ksys_mount() by Dominik Brodowski · 5 years ago
  46. 5e787db devtmpfs: use do_mount() instead of ksys_mount() by Dominik Brodowski · 6 years ago
  47. 81c2204 bpf, x86, arm64: Enable jit by default when not built as always-on by Daniel Borkmann · 5 years ago
  48. e8cf4e9 init/Kconfig: fix indentation by Krzysztof Kozlowski · 5 years ago
  49. 76bb8b0 Merge tag 'kbuild-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 5 years ago
  50. ad0b314 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 5 years ago
  51. 61a47c1 sysctl: Remove the sysctl system call by Eric W. Biederman · 5 years ago
  52. 386403a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 5 years ago
  53. 642356c Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 5 years ago
  54. 4ba380f Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 5 years ago
  55. c12d336 int128: move __uint128_t compiler test to Kconfig by Ard Biesheuvel · 5 years ago
  56. fcbb846 kbuild: remove header compile test by Masahiro Yamada · 5 years ago
  57. 561fb04 io_uring: replace workqueue usage with io-wq by Jens Axboe · 5 years ago
  58. 899ee4a arm64: use generic free_initrd_mem() by Mike Rapoport · 5 years ago
  59. 8902dd5 init: Support mounting root file systems over SMB by Paulo Alcantara (SUSE) · 5 years ago
  60. aefcf2f Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 5 years ago
  61. f1f2f61 Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity by Linus Torvalds · 5 years ago
  62. 2286bf4 mm: use CPU_BITS_NONE to initialize init_mm.cpu_bitmask by Mike Rapoport · 5 years ago
  63. 782de70 mm: consolidate pgtable_cache_init() and pgd_cache_init() by Mike Rapoport · 5 years ago
  64. c566586 mm: kmemleak: use the memory pool for early allocations by Catalin Marinas · 5 years ago
  65. e070355 Merge tag 'modules-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux by Linus Torvalds · 5 years ago
  66. 9dca343 Merge tag 'for-linus-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 5 years ago
  67. 227c3e9 Merge tag 'compiler-attributes-for-linus-v5.4' of git://github.com/ojeda/linux by Linus Torvalds · 5 years ago
  68. d7b0827 Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 5 years ago
  69. bc7d9ae Merge branch 'work.mount2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  70. 7f2444d Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  71. 7e67a85 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  72. 563c4f8 Merge branch 'sched/rt' into sched/core, to pick up -rt changes by Ingo Molnar · 5 years ago
  73. 786b238 um: Enable CONFIG_CONSTRUCTORS by Johannes Berg · 5 years ago
  74. eb11186 compiler-types.h: add asm_inline definition by Rasmus Villemoes · 5 years ago
  75. f323562 vfs: Convert ramfs, shmem, tmpfs, devtmpfs, rootfs to use the new mount API by David Howells · 6 years ago
  76. efd9763 module: move CONFIG_UNUSED_SYMBOLS to the sub-menu of MODULES by Masahiro Yamada · 5 years ago
  77. d189c2a module: remove redundant 'depends on MODULES' by Masahiro Yamada · 5 years ago
  78. 3d52ec5 module: add config option MODULE_ALLOW_MISSING_NAMESPACE_IMPORTS by Matthias Maennich · 5 years ago
  79. 7e30d2a5 make shmem_fill_super() static by Al Viro · 6 years ago
  80. df02450 make ramfs_fill_super() static by Al Viro · 6 years ago
  81. 15f5db6 kbuild,arc: add CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE_O3 for ARC by Masahiro Yamada · 5 years ago
  82. 2480c09 sched/uclamp: Extend CPU's cgroup controller by Patrick Bellasi · 5 years ago
  83. ce3b487 init/Kconfig: rework help of CONFIG_CC_OPTIMIZE_FOR_SIZE by Masahiro Yamada · 5 years ago
  84. 244d49e posix-cpu-timers: Move state tracking to struct posix_cputimers by Thomas Gleixner · 5 years ago
  85. 2ff2b7e kbuild: add CONFIG_ASM_MODVERSIONS by Masahiro Yamada · 5 years ago
  86. 2d12294 Revert "init/Kconfig: Fix infinite Kconfig recursion on PPC" by Will Deacon · 5 years ago
  87. 49fcf73 lockdown: Enforce module signatures if the kernel is locked down by David Howells · 5 years ago
  88. e6b1db9 security: Support early LSMs by Matthew Garrett · 5 years ago
  89. 4b950bb Kbuild: Handle PREEMPT_RT for version string and magic by Thomas Gleixner · 5 years ago
  90. 71c67a3 init/Kconfig: Fix infinite Kconfig recursion on PPC by Will Deacon · 5 years ago
  91. c8424e7 MODSIGN: Export module signature definitions by Thiago Jung Bauermann · 5 years ago
  92. 5cf896f arm64: Add support for relocating the kernel with RELR relocations by Peter Collingbourne · 5 years ago
  93. c1a280b sched/preempt: Use CONFIG_PREEMPTION where appropriate by Thomas Gleixner · 5 years ago
  94. 933a90b Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  95. 57a8ec3 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 5 years ago
  96. 92bae78 init/Kconfig: fix neighboring typos by Kees Cook · 5 years ago
  97. da82c92 docs: cgroup-v1: add it to the admin-guide book by Mauro Carvalho Chehab · 6 years ago
  98. c312355 docs: accounting: convert to ReST by Mauro Carvalho Chehab · 6 years ago
  99. 39ceda5 Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 5 years ago
  100. 23a5c8c mm: init: report memory auto-initialization features at boot time by Alexander Potapenko · 5 years ago