1. 14cd0bd Merge tag 'kconfig-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 5 years ago
  2. 368d060 Merge tag 'kbuild-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 5 years ago
  3. 7eec11d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 5 years ago
  4. 4efc61c scripts/spelling.txt: add "issus" typo by Luca Ceresoli · 5 years ago
  5. 2ab1278 scripts/spelling.txt: add more spellings to spelling.txt by Xiong · 5 years ago
  6. 893e591 Merge tag 'devicetree-for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 5 years ago
  7. 05ef8b9 Merge tag 'docs-5.6' of git://git.lwn.net/linux by Linus Torvalds · 5 years ago
  8. ca9b5b6 Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 5 years ago
  9. bd2463a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 5 years ago
  10. 451dff3 builddeb: split libc headers deployment out into a function by Masahiro Yamada · 5 years ago
  11. 3126c17 builddeb: split kernel headers deployment out into a function by Masahiro Yamada · 5 years ago
  12. aae6a671 builddeb: remove redundant make for ARCH=um by Masahiro Yamada · 5 years ago
  13. 9a92eee builddeb: avoid invoking sub-shells where possible by Masahiro Yamada · 5 years ago
  14. f9a4711 builddeb: remove redundant $objtree/ by Masahiro Yamada · 5 years ago
  15. 1694e94 builddeb: match temporary directory name to the package name by Masahiro Yamada · 5 years ago
  16. 7e61b16 builddeb: remove unneeded files in hdrobjfiles for headers package by Masahiro Yamada · 5 years ago
  17. 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
  18. e9a3bfe scripts/dtc: Revert "yamltree: Ensure consistent bracketing of properties with phandles" by Rob Herring · 5 years ago
  19. 1630146 scripts/find-unused-docs: Fix massive false positives by Geert Uytterhoeven · 5 years ago
  20. 6a1000b Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremap by Linus Torvalds · 5 years ago
  21. 0238d3c Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 5 years ago
  22. 4d8773b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  23. 2821e26 Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 5 years ago
  24. 954b3c4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 5 years ago
  25. 2a67a6c bpf, btf: Always output invariant hit in pahole DWARF to BTF transform by Chris Down · 5 years ago
  26. 3bed1b7 kbuild: use -S instead of -E for precise cc-option test in Kconfig by Masahiro Yamada · 5 years ago
  27. 1a7f0a3 builddeb: allow selection of .deb compressor by Michał Mirosław · 5 years ago
  28. 927d780 ARM: 8950/1: ftrace/recordmcount: filter relocation types by Alex Sverdlin · 5 years ago
  29. 9c9aa8f kbuild: remove 'Building modules, stage 2.' log by Masahiro Yamada · 5 years ago
  30. 88fe89a kbuild: remove *.tmp file when filechk fails by Masahiro Yamada · 5 years ago
  31. 5370d4a modpost: assume STT_SPARC_REGISTER is defined by Masahiro Yamada · 5 years ago
  32. 42d519e kbuild: Add support for 'as-instr' to be used in Kconfig files by Catalin Marinas · 5 years ago
  33. 292e1d7 libbpf: Clean up bpf_helper_defs.h generation output by Andrii Nakryiko · 5 years ago
  34. 9945722 builddeb: make headers package thinner by Michał Mirosław · 5 years ago
  35. a6184f8 Merge 5.5-rc6 into tty-next by Greg Kroah-Hartman · 5 years ago
  36. ba82f52 kconfig: fix an "implicit declaration of function" warning by Bartosz Golaszewski · 5 years ago
  37. a960968 kconfig: fix nesting of symbol help text by Thomas Hebb · 5 years ago
  38. 3460d0bc kconfig: distinguish between dependencies and visibility in help text by Thomas Hebb · 5 years ago
  39. edda15f kconfig: list all definitions of a symbol in help text by Thomas Hebb · 5 years ago
  40. 89b9060 kconfig: Add yes2modconfig and mod2yesconfig targets. by Tetsuo Handa · 5 years ago
  41. c8138a5 kconfig: use $(PERL) in Makefile by Masahiro Yamada · 5 years ago
  42. 1d13523 kconfig: fix too deep indentation in Makefile by Masahiro Yamada · 5 years ago
  43. 68f0d62 kconfig: localmodconfig: fix indentation for closing brace by Masahiro Yamada · 5 years ago
  44. 5edcef8 kconfig: localmodconfig: remove unused $config by Masahiro Yamada · 5 years ago
  45. adf7c5b kconfig: squash prop_alloc() into menu_add_prop() by Masahiro Yamada · 5 years ago
  46. 6397d96 kconfig: remove sym from struct property by Masahiro Yamada · 5 years ago
  47. 2ffeef6 kconfig: remove 'prompt' argument from menu_add_prop() by Masahiro Yamada · 5 years ago
  48. 024352ff kconfig: move prompt handling to menu_add_prompt() from menu_add_prop() by Masahiro Yamada · 5 years ago
  49. 1be6e79 kconfig: remove 'prompt' symbol by Masahiro Yamada · 5 years ago
  50. 801b27d kconfig: drop T_WORD from the RHS of 'prompt' symbol by Masahiro Yamada · 5 years ago
  51. de026ca kconfig: use parent->dep as the parentdep of 'menu' by Masahiro Yamada · 5 years ago
  52. f64048a kconfig: remove the rootmenu check in menu_add_prop() by Masahiro Yamada · 5 years ago
  53. 8b41fc4 kbuild: create modules.builtin without Makefile.modbuiltin or tristate.conf by Masahiro Yamada · 5 years ago
  54. 1664a37 kbuild: pass KBUILD_MODFILE when compiling builtin objects by Masahiro Yamada · 5 years ago
  55. 7e826c4 kbuild: add stringify helper to quote a string passed to C files by Masahiro Yamada · 5 years ago
  56. a749926 kbuild: use pattern rule for building built-in.a in sub-directories by Masahiro Yamada · 5 years ago
  57. 56d5893 kbuild: do not create orphan built-in.a or obj-y objects by Masahiro Yamada · 5 years ago
  58. 4bdc0d6 remove ioremap_nocache and devm_ioremap_nocache by Christoph Hellwig · 5 years ago
  59. bed7235 Merge tag 'kbuild-fixes-v5.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 5 years ago
  60. 8ffdc54 kbuild/deb-pkg: annotate libelf-dev dependency as :native by Ard Biesheuvel · 5 years ago
  61. a5b0dc5 gcc-plugins: make it possible to disable CONFIG_GCC_PLUGINS again by Arnd Bergmann · 5 years ago
  62. 0cec114 scripts/dtc: Update to upstream version v1.5.1-22-gc40aeb60b47a by Rob Herring · 5 years ago
  63. 749e412 Merge 5.5-rc3 into tty-next by Greg Kroah-Hartman · 5 years ago
  64. 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
  65. 4484aa80 tty: vt: move conmakehash to drivers/tty/vt/ from scripts/ by Masahiro Yamada · 5 years ago
  66. a11391b scripts: package: mkdebian: add missing rsync dependency by Enrico Weigelt, metux IT consult · 5 years ago
  67. 272a721 kconfig: don't crash on NULL expressions in expr_eq() by Thomas Hebb · 5 years ago
  68. fd2ab2f scripts/kallsyms: fix offset overflow of kallsyms_relative_base by Masahiro Yamada · 5 years ago
  69. c8f3dea mkcompile_h: use printf for LINUX_COMPILE_BY by Masahiro Yamada · 5 years ago
  70. e819365 mkcompile_h: git rid of UTS_TRUNCATE from LINUX_COMPILE_{BY,HOST} by Masahiro Yamada · 5 years ago
  71. f14bf6a x86/unwind/orc: Remove boot-time ORC unwind tables sorting by Shile Zhang · 5 years ago
  72. 57fa189 scripts/sorttable: Implement build-time ORC unwind table sorting by Shile Zhang · 5 years ago
  73. 1091670 scripts/sorttable: Rename 'sortextable' to 'sorttable' by Shile Zhang · 5 years ago
  74. 57cafdf scripts/sortextable: Refactor the do_func() function by Shile Zhang · 5 years ago
  75. abe4f92 scripts/sortextable: Remove dead code by Shile Zhang · 5 years ago
  76. 6402e14 scripts/sortextable: Clean up the code to meet the kernel coding style better by Shile Zhang · 5 years ago
  77. 3c47b78 scripts/sortextable: Rewrite error/success handling by Shile Zhang · 5 years ago
  78. 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
  79. 95e6ba5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 5 years ago
  80. 969bea5 checkpatch: Drop pr_warning check by Kefeng Wang · 5 years ago
  81. cd28b11 checkpatch: reduce is_maintained_obsolete lookup runtime by Joe Perches · 5 years ago
  82. d439e6a checkpatch: improve ignoring CamelCase SI style variants like mA by Joe Perches · 5 years ago
  83. 2f5bd343 scripts/get_maintainer.pl: add signatures from Fixes: <badcommit> lines in commit message by Joe Perches · 5 years ago
  84. 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
  85. 937d6ee Merge tag 'docs-5.5a' of git://git.lwn.net/linux by Linus Torvalds · 5 years ago
  86. 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
  87. 734c702 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 5 years ago
  88. 2d216b2 scripts/spelling.txt: add more spellings to spelling.txt by Colin Ian King · 5 years ago
  89. df786c9 bpf: Force .BTF section start to zero when dumping from vmlinux by Stanislav Fomichev · 5 years ago
  90. da5fb18 bpf: Support pre-2.25-binutils objcopy for vmlinux BTF by Stanislav Fomichev · 5 years ago
  91. 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
  92. 386403a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 5 years ago
  93. 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
  94. 831362f scripts/kallsyms: remove redundant initializers by Masahiro Yamada · 5 years ago
  95. d44270f scripts/kallsyms: put check_symbol_range() calls close together by Masahiro Yamada · 5 years ago
  96. b6233d0 scripts/kallsyms: make check_symbol_range() void function by Masahiro Yamada · 5 years ago
  97. 887df76 scripts/kallsyms: move ignored symbol types to is_ignored_symbol() by Masahiro Yamada · 5 years ago
  98. 97261e1 scripts/kallsyms: move more patterns to the ignored_prefixes array by Masahiro Yamada · 5 years ago
  99. a41333e scripts/kallsyms: skip ignored symbols very early by Masahiro Yamada · 5 years ago
  100. 4bfe2b7 scripts/kallsyms: add const qualifiers where possible by Masahiro Yamada · 5 years ago