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