1. 20210a9 Merge tag 'kbuild-fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 4 years ago
  2. 67a5a68 gcc-plugins: fix gcc 11 indigestion with plugins... by Valdis Klētnieks · 4 years ago
  3. 9bba03d kconfig: remove 'kvmconfig' and 'xenconfig' shorthands by Masahiro Yamada · 4 years ago
  4. c0f975a kconfig: Support building mconf with vendor sysroot ncurses by John Millikin · 4 years ago
  5. d39648e kconfig: config script: add a little user help by Randy Dunlap · 4 years, 1 month ago
  6. cedd186 depmod: handle the case of /sbin/depmod without /sbin in PATH by Linus Torvalds · 4 years ago
  7. 5dbdb2d checkpatch: prefer strscpy to strlcpy by Joe Perches · 4 years ago
  8. 42dc45e Merge branch 'for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/jlawall/linux by Linus Torvalds · 4 years ago
  9. d8f6e5c scripts: coccicheck: Correct usage of make coccicheck by Sumera Priyadarsini · 4 years, 1 month ago
  10. 2762db7 Merge tag 'kconfig-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 4 years ago
  11. 7b95f05 Merge tag 'kbuild-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 4 years ago
  12. 0fea6e9 kasan, arm64: expand CONFIG_KASAN checks by Andrey Konovalov · 4 years ago
  13. 135b495 kconfig: fix return value of do_error_if() by Masahiro Yamada · 4 years, 1 month ago
  14. 9ab55d7 genksyms: Ignore module scoped _Static_assert() by Marco Elver · 4 years, 1 month ago
  15. b9ed847 modpost: turn static exports into error by Quentin Perret · 4 years, 1 month ago
  16. c7299d9 modpost: turn section mismatches to error from fatal() by Masahiro Yamada · 4 years, 1 month ago
  17. d6d692f modpost: change license incompatibility to error() from fatal() by Masahiro Yamada · 4 years, 1 month ago
  18. 1d6cd392 modpost: turn missing MODULE_LICENSE() into error by Masahiro Yamada · 4 years, 1 month ago
  19. 0fd3fba modpost: refactor error handling and clarify error/fatal difference by Masahiro Yamada · 4 years, 1 month ago
  20. bc72d72 modpost: rename merror() to error() by Masahiro Yamada · 4 years, 1 month ago
  21. 6df0f28 Merge tag 'gcc-plugins-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 4 years, 1 month ago
  22. cdf8a76 ubsan: move cc-option tests into Kconfig by Kees Cook · 4 years, 1 month ago
  23. d8a7f62 ubsan: remove redundant -Wno-maybe-uninitialized by Kees Cook · 4 years, 1 month ago
  24. f5eea3b checkpatch: add printk_once and printk_ratelimit to prefer pr_<level> warning by Joe Perches · 4 years, 1 month ago
  25. 7da07c3 checkpatch: fix TYPO_SPELLING check for words with apostrophe by Dwaipayan Ray · 4 years, 1 month ago
  26. 084a617 checkpatch: add warning for lines starting with a '#' in commit log by Dwaipayan Ray · 4 years, 1 month ago
  27. 70eb227 checkpatch: add warning for unnecessary use of %h[xudi] and %hh[xudi] by Dwaipayan Ray · 4 years, 1 month ago
  28. 831242a checkpatch: add fix and improve warning msg for non-standard signature by Aditya Srivastava · 4 years, 1 month ago
  29. 8e08f07 checkpatch: add fix option for LOGICAL_CONTINUATIONS by Aditya Srivastava · 4 years, 1 month ago
  30. da7355a checkpatch: add fix option for ASSIGNMENT_CONTINUATIONS by Aditya Srivastava · 4 years, 1 month ago
  31. 03f4935 checkpatch: fix unescaped left brace by Dwaipayan Ray · 4 years, 1 month ago
  32. 27b379a checkpatch: avoid COMMIT_LOG_LONG_LINE warning for signature tags by Aditya Srivastava · 4 years, 1 month ago
  33. e73d271 checkpatch: fix spelling errors and remove repeated word by Dwaipayan Ray · 4 years, 1 month ago
  34. fccaebf checkpatch: improve email parsing by Dwaipayan Ray · 4 years, 1 month ago
  35. 0830aab checkpatch: add __alias and __weak to suggested __attribute__ conversions by Joe Perches · 4 years, 1 month ago
  36. 7580c5b checkpatch: add fix option for GERRIT_CHANGE_ID by Aditya Srivastava · 4 years, 1 month ago
  37. 339f29d checkpatch: update __attribute__((section("name"))) quote removal by Joe Perches · 4 years, 1 month ago
  38. 47ca69b checkpatch: add a fixer for missing newline at eof by Tom Rix · 4 years, 1 month ago
  39. 7ebe1d1 checkpatch: extend attributes check to handle more patterns by Dwaipayan Ray · 4 years, 1 month ago
  40. dc58bc5 checkpatch: allow --fix removal of unnecessary break statements by Joe Perches · 4 years, 1 month ago
  41. 7316976 checkpatch: prefer static const declarations by Joe Perches · 4 years, 1 month ago
  42. 4104a20 checkpatch: ignore generated CamelCase defines and enum values by Łukasz Stelmach · 4 years, 1 month ago
  43. 8d0325c checkpatch: fix false positives in REPEATED_WORD warning by Aditya Srivastava · 4 years, 1 month ago
  44. 1db81a6 checkpatch: add new exception to repeated word check by Dwaipayan Ray · 4 years, 1 month ago
  45. d635a69 Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 1 month ago
  46. b784c77 coccinnelle: Remove ptr_ret script by Maxime Ripard · 4 years, 1 month ago
  47. 76d4acf2 Merge tag 'perf-kprobes-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 1 month ago
  48. ff61359 Merge tag 'docs-5.11' of git://git.lwn.net/linux by Linus Torvalds · 4 years, 1 month ago
  49. 58659247 Merge tag 's390-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 4 years, 1 month ago
  50. a6b5e02 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 4 years, 1 month ago
  51. 33114c4 kbuild: do not use scripts/ld-version.sh for checking spatch version by Masahiro Yamada · 4 years, 1 month ago
  52. 46d5e62 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 1 month ago
  53. 78cb090 kconfig: clean up header inclusion by Boris Kolpackov · 4 years, 1 month ago
  54. f463269 kconfig: qconf: show Qt version in the About dialog by Masahiro Yamada · 4 years, 2 months ago
  55. 98ebea7 kconfig: make lkc.h self-sufficient #include-wise by Boris Kolpackov · 4 years, 2 months ago
  56. a2574c1 kconfig: qconf: convert to Qt5 new signal/slot connection syntax by Masahiro Yamada · 4 years, 2 months ago
  57. 7cd0158 kconfig: qconf: use a variable to pass packages to pkg-config by Masahiro Yamada · 4 years, 2 months ago
  58. 7b67564 kconfig: qconf: drop Qt4 support by Masahiro Yamada · 4 years, 2 months ago
  59. c93e4ae Makefile.extrawarn: remove -Wnested-externs warning by Arnd Bergmann · 4 years, 1 month ago
  60. c25ce58 tweewide: Fix most Shebang lines by Finn Behrens · 4 years, 1 month ago
  61. 8e98387 Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux by Jakub Kicinski · 4 years, 1 month ago
  62. e6585a4 Merge tag 'kbuild-fixes-v5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 4 years, 1 month ago
  63. 7d32358 kbuild: avoid split lines in .mod files by Masahiro Yamada · 4 years, 1 month ago
  64. 1e86004 gcc-plugins: simplify GCC plugin-dev capability test by Masahiro Yamada · 4 years, 1 month ago
  65. af2d222 gcc-plugins: remove code for GCC versions older than 4.9 by Masahiro Yamada · 4 years, 1 month ago
  66. f5889e7 scripts: get_feat.pl: reduce table width for all features output by Mauro Carvalho Chehab · 4 years, 1 month ago
  67. 4fa32f8 scripts: get_feat.pl: change the group by order by Mauro Carvalho Chehab · 4 years, 1 month ago
  68. dbb9090 scripts: get_feat.pl: make complete table more coincise by Mauro Carvalho Chehab · 4 years, 1 month ago
  69. 4f19cab bpf: Add a bpf_sock_from_file helper by Florent Revest · 4 years, 1 month ago
  70. a1dd1d8 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 4 years, 1 month ago
  71. 354ad58 Merge tag 'auxbus-5.11-rc1' of https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core into mlx5-next by Leon Romanovsky · 4 years, 1 month ago
  72. 7de3697 Add auxiliary bus support by Dave Ertman · 4 years, 1 month ago
  73. 55fd59b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 1 month ago
  74. 7d2c6b1 scripts: kernel-doc: fix parsing function-like typedefs by Mauro Carvalho Chehab · 4 years, 1 month ago
  75. ca90857 scripts: get_feat.pl: use its implementation for list-arch.sh by Mauro Carvalho Chehab · 4 years, 1 month ago
  76. ba813f7 scripts: get_feat.pl: improve matrix output by Mauro Carvalho Chehab · 4 years, 1 month ago
  77. 52a4be3 scripts: get_feat.pl: add a script to handle Documentation/features by Mauro Carvalho Chehab · 4 years, 1 month ago
  78. d5750cd kbuild: Disable CONFIG_LD_ORPHAN_WARN for ld.lld 10.0.1 by Nathan Chancellor · 4 years, 2 months ago
  79. 45e885c Merge tag 'kbuild-fixes-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 4 years, 1 month ago
  80. 27672f0 bpf: Add a BPF helper for getting the IMA hash of an inode by KP Singh · 4 years, 1 month ago
  81. e732b53 kbuild: Skip module BTF generation for out-of-tree external modules by Andrii Nakryiko · 4 years, 2 months ago
  82. 095fbca Makefile.extrawarn: move -Wcast-align to W=3 by Arnd Bergmann · 4 years, 2 months ago
  83. c934363 s390/ftrace: assume -mhotpatch or -mrecord-mcount always available by Vasily Gorbik · 4 years, 2 months ago
  84. 3f6719c bpf: Add bpf_bprm_opts_set helper by KP Singh · 4 years, 2 months ago
  85. 07cbce2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 4 years, 2 months ago
  86. ae5b17e scripts: kernel-doc: Restore anonymous enum parsing by Andy Shevchenko · 4 years, 2 months ago
  87. db7c953 Merge tag 'net-5.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 2 months ago
  88. 5f9ae91 kbuild: Build kernel module BTFs if BTF is enabled and pahole supports it by Andrii Nakryiko · 4 years, 2 months ago
  89. 2b07605 remove boolinit.cocci by Peter Zijlstra · 4 years, 2 months ago
  90. 15f5d20 Merge tag 'driver-core-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 4 years, 2 months ago
  91. a70a04b locking/atomics: Regenerate the atomics-check SHA1's by Ingo Molnar · 4 years, 2 months ago
  92. 666fab4 Merge branch 'linus' into perf/kprobes by Ingo Molnar · 4 years, 2 months ago
  93. 0a986ea Merge branch 'linus' into perf/kprobes by Ingo Molnar · 4 years, 2 months ago
  94. 86bbf01 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by Jakub Kicinski · 4 years, 2 months ago
  95. e6b0bd6 Merge tag 'docs-5.10-warnings' of git://git.lwn.net/linux by Linus Torvalds · 4 years, 2 months ago
  96. ce2e33b Merge tag 'docs-5.10-3' of git://git.lwn.net/linux by Linus Torvalds · 4 years, 2 months ago
  97. 9d4fdda scripts: get_api.pl: Add sub-titles to ABI output by Mauro Carvalho Chehab · 4 years, 2 months ago
  98. daaaf58 scripts: get_abi.pl: Don't let ABI files to create subtitles by Mauro Carvalho Chehab · 4 years, 2 months ago
  99. d188958 builddeb: Fix rootless build in setuid/setgid directory by Sven Joachim · 4 years, 2 months ago
  100. 2fcce37 scripts: get_abi.pl: assume ReST format by default by Mauro Carvalho Chehab · 4 years, 2 months ago