1. cd28b11 checkpatch: reduce is_maintained_obsolete lookup runtime by Joe Perches · 5 years ago
  2. d439e6a checkpatch: improve ignoring CamelCase SI style variants like mA by Joe Perches · 5 years ago
  3. 2f5bd343 scripts/get_maintainer.pl: add signatures from Fixes: <badcommit> lines in commit message by Joe Perches · 5 years ago
  4. 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
  5. 937d6ee Merge tag 'docs-5.5a' of git://git.lwn.net/linux by Linus Torvalds · 5 years ago
  6. 2c97b5a Merge tag 'devicetree-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 5 years ago
  7. 2d216b2 scripts/spelling.txt: add more spellings to spelling.txt by Colin Ian King · 5 years ago
  8. 361b0d2 Merge tag 'devprop-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 5 years ago
  9. 386403a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 5 years ago
  10. 436b2a8 Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 5 years ago
  11. 831362f scripts/kallsyms: remove redundant initializers by Masahiro Yamada · 5 years ago
  12. d44270f scripts/kallsyms: put check_symbol_range() calls close together by Masahiro Yamada · 5 years ago
  13. b6233d0 scripts/kallsyms: make check_symbol_range() void function by Masahiro Yamada · 5 years ago
  14. 887df76 scripts/kallsyms: move ignored symbol types to is_ignored_symbol() by Masahiro Yamada · 5 years ago
  15. 97261e1 scripts/kallsyms: move more patterns to the ignored_prefixes array by Masahiro Yamada · 5 years ago
  16. a41333e scripts/kallsyms: skip ignored symbols very early by Masahiro Yamada · 5 years ago
  17. 4bfe2b7 scripts/kallsyms: add const qualifiers where possible by Masahiro Yamada · 5 years ago
  18. 2558c13 scripts/kallsyms: make find_token() return (unsigned char *) by Masahiro Yamada · 5 years ago
  19. aa91524 scripts/kallsyms: replace prefix_underscores_count() with strspn() by Masahiro Yamada · 5 years ago
  20. 29e55ad scripts/kallsyms: add sym_name() to mitigate cast ugliness by Masahiro Yamada · 5 years ago
  21. c5e5002 scripts/kallsyms: remove unneeded length check for prefix matching by Masahiro Yamada · 5 years ago
  22. e010904 scripts/kallsyms: remove redundant is_arm_mapping_symbol() by Masahiro Yamada · 5 years ago
  23. f34ea02 scripts/kallsyms: set relative_base more effectively by Masahiro Yamada · 5 years ago
  24. 5e5c4fa scripts/kallsyms: shrink table before sorting it by Masahiro Yamada · 5 years ago
  25. 21915ec scripts/kallsyms: fix definitely-lost memory leak by Masahiro Yamada · 5 years ago
  26. 1ef26b7 scripts/kallsyms: remove unneeded #ifndef ARRAY_SIZE by Masahiro Yamada · 5 years ago
  27. 7ef9ab3 modpost: respect the previous export when 'exported twice' is warned by Masahiro Yamada · 5 years ago
  28. e4b26c9 modpost: do not set ->preloaded for symbols from Module.symvers by Masahiro Yamada · 5 years ago
  29. 1743694 modpost: stop symbol preloading for modversion CRC by Masahiro Yamada · 5 years ago
  30. 9bd2a09 modpost: rename handle_modversions() to handle_symbol() by Masahiro Yamada · 5 years ago
  31. e84f9fb modpost: refactor namespace_from_kstrtabns() to not hard-code section name by Masahiro Yamada · 5 years ago
  32. afa0459 modpost: add a helper to get data pointed by a symbol by Masahiro Yamada · 5 years ago
  33. 51e46c7 docs, parallelism: Rearrange how jobserver reservations are made by Kees Cook · 5 years ago
  34. dffd011 docs, parallelism: Do not leak blocking mode to other readers by Kees Cook · 5 years ago
  35. 4920323 docs, parallelism: Fix failure path and add comment by Kees Cook · 5 years ago
  36. 19b7e21 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  37. eb70e26 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 5 years ago
  38. 7ecaf06 kbuild: move headers_check rule to usr/include/Makefile by Masahiro Yamada · 5 years ago
  39. fcbb846 kbuild: remove header compile test by Masahiro Yamada · 5 years ago
  40. 1d28122 checkpatch: don't warn about new vsprintf pointer extension '%pe' by Uwe Kleine-König · 5 years ago
  41. 65e1f38 scripts/tools-support-relr.sh: un-quote variables by Ilie Halip · 5 years ago
  42. eba1903 kbuild: rename any-prereq to newer-prereqs by Masahiro Yamada · 5 years ago
  43. 2d3b1b8 kbuild: drop $(wildcard $^) check in if_changed* for faster rebuild by Masahiro Yamada · 5 years ago
  44. 76b54cf modpost: remove unneeded local variable in contains_namespace() by Masahiro Yamada · 5 years ago
  45. bc35d4b scripts/nsdeps: support nsdeps for external module builds by Masahiro Yamada · 5 years ago
  46. bbc55bd modpost: dump missing namespaces into a single modules.nsdeps file by Masahiro Yamada · 5 years ago
  47. 0241ea8 modpost: free ns_deps_buf.p after writing ns_deps files by Masahiro Yamada · 5 years ago
  48. bff9c62 modpost: do not invoke extra modpost for nsdeps by Masahiro Yamada · 5 years ago
  49. faade96 scripts/ver_linux: add Bison and Flex to the checklist by Bhaskar Chowdhury · 5 years ago
  50. 46b2afa kconfig: be more helpful if pkg-config is missing by Alyssa Ross · 5 years ago
  51. 5d8b42a kconfig: Add option to get the full help text with listnewconfig by Laura Abbott · 5 years ago
  52. af7db99 kbuild: Add make dir-pkg build option by Matteo Croce · 5 years ago
  53. a64c044 kbuild: Wrap long "make help" text lines by Geert Uytterhoeven · 5 years ago
  54. 3c96bdd scripts: setlocalversion: replace backquote to dollar parenthesis by Bhaskar Chowdhury · 5 years ago
  55. 2dffd23 kbuild: make single target builds much faster by Masahiro Yamada · 5 years ago
  56. 2031262 kbuild: reduce KBUILD_SINGLE_TARGETS as descending into subdirectories by Masahiro Yamada · 5 years ago
  57. 39808e4 kbuild: do not read $(KBUILD_EXTMOD)/Module.symvers by Masahiro Yamada · 5 years ago
  58. 1747269 modpost: do not parse vmlinux for external module builds by Masahiro Yamada · 5 years ago
  59. fab546e kbuild: update comments in scripts/Makefile.modpost by Masahiro Yamada · 5 years ago
  60. 521b29b kconfig: split util.c out of parser.y by Masahiro Yamada · 5 years ago
  61. 78a20a0 video/logo: move pnmtologo tool to drivers/video/logo/ from scripts/ by Masahiro Yamada · 5 years ago
  62. 14684b9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  63. 6737e76 Merge tag 'modules-for-v5.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux by Linus Torvalds · 5 years ago
  64. 0d0da9a scripts/sphinx-pre-install: fix Arch latexmk dependency by Louis Taylor · 5 years ago
  65. 43756e3 scripts/kernel-doc: Add support for named variable macro arguments by Jonathan Neuschäfer · 5 years ago
  66. 8731acc scripts/gdb: fix debugging modules compiled with hot/cold partitioning by Ilya Leoshkevich · 5 years ago
  67. 57baec7 scripts/nsdeps: make sure to pass all module source files to spatch by Jessica Yu · 5 years ago
  68. 067c650 dtc: Use pkg-config to locate libyaml by Pavel Modilaynen · 5 years ago
  69. 1ee1ffe scripts/dtc: dtx_diff - add color output support by Geert Uytterhoeven · 5 years ago
  70. d31e955 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  71. 822bbba Merge tag 'v5.4-rc4' into docs-next by Jonathan Corbet · 5 years ago
  72. 5b7fe93 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 5 years ago
  73. 9e2dd2c Merge tag 'modules-for-v5.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux by Linus Torvalds · 5 years ago
  74. 0968495 scripts/nsdeps: use alternative sed delimiter by Jessica Yu · 5 years ago
  75. ab81e20 scripts/bpf: Print an error when known types list needs updating by Jakub Sitnicki · 5 years ago
  76. 2f18439 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  77. e2ab4ef Merge tag 'kbuild-fixes-v5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 5 years ago
  78. 585d730 scripts/gdb: fix debugging modules on s390 by Ilya Leoshkevich · 5 years ago
  79. ca210ba scripts/gdb: fix lx-dmesg when CONFIG_PRINTK_CALLER is set by Joel Colledge · 5 years ago
  80. 6992320 symbol namespaces: revert to previous __ksymtab name scheme by Matthias Maennich · 5 years ago
  81. 9ae5bd1 modpost: make updating the symbol namespace explicit by Matthias Maennich · 5 years ago
  82. a2b1118 modpost: delegate updating namespaces to separate function by Matthias Maennich · 5 years ago
  83. 283ea34 coccinelle: api/devm_platform_ioremap_resource: remove useless script by Alexandre Belloni · 5 years ago
  84. 456a513 scripts/bpf: Emit an #error directive known types list needs updating by Jakub Sitnicki · 5 years ago
  85. 991b78f scripts: setlocalversion: fix a bashism by Randy Dunlap · 5 years ago
  86. a98d62c Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 5 years ago
  87. d4615e5 Merge tag 'trace-v5.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 5 years ago
  88. 7f8557b recordmcount: Fix nop_mcount() function by Steven Rostedt (VMware) · 5 years ago
  89. e400edb checkpatch: Warn if DT bindings are not in schema format by Rob Herring · 5 years ago
  90. c6f6ebd Merge tag 'modules-for-v5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux by Linus Torvalds · 5 years ago
  91. 3bd32d6 lib/vsprintf: Add %pfw conversion specifier for printing fwnode names by Sakari Ailus · 5 years ago
  92. 9af7706 lib/vsprintf: Remove support for %pF and %pf in favour of %pS and %ps by Sakari Ailus · 5 years ago
  93. e0b68fb scripts/bpf: Fix xdp_md forward declaration typo by Andrii Nakryiko · 5 years ago
  94. df6f098 nsdeps: make generated patches independent of locale by Masahiro Yamada · 5 years ago
  95. 40997fb nsdeps: fix hashbang of scripts/nsdeps by Masahiro Yamada · 5 years ago
  96. 389eb3f modpost: fix broken sym->namespace for external module builds by Masahiro Yamada · 5 years ago
  97. bf70b0503 module: swap the order of symbol.namespace by Masahiro Yamada · 5 years ago
  98. c7c4e29 scripts: add_namespace: Fix coccicheck failed by YueHaibing · 5 years ago
  99. 7a387be scripts/bpf: teach bpf_helpers_doc.py to dump BPF helper definitions by Andrii Nakryiko · 5 years ago
  100. 7a82e3f scripts/setlocalversion: clear local variable to make it work for sh by Masahiro Yamada · 5 years ago