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