1. 6f4d29d scripts/spdxcheck.py: make python3 compliant by Uwe Kleine-König · 6 years ago
  2. f5f67cc scripts/faddr2line: fix location of start_kernel in comment by Randy Dunlap · 6 years ago
  3. d5615e4 builddeb: Fix inclusion of dtbs in debian package by Rob Herring · 6 years ago
  4. 8ef14c2 Revert "scripts/setlocalversion: git: Make -dirty check more robust" by Guenter Roeck · 6 years ago
  5. bbcde0a kbuild: deb-pkg: fix too low build version number by Masahiro Yamada · 6 years ago
  6. 6bbe4385 kconfig: merge_config: avoid false positive matches from comment lines by Masahiro Yamada · 6 years ago
  7. 02826a6 kbuild: deb-pkg: fix bindeb-pkg breakage when O= is used by Masahiro Yamada · 6 years ago
  8. 21b42eb kbuild: rpm-pkg: fix binrpm-pkg breakage when O= is used by Masahiro Yamada · 6 years ago
  9. 9a12efc Merge tag 'kbuild-v4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  10. 9951674 kbuild: remove cc-name variable by Masahiro Yamada · 6 years ago
  11. 076f421 kbuild: replace cc-name test with CONFIG_CC_IS_CLANG by Masahiro Yamada · 6 years ago
  12. e468f5c Merge tag 'compiler-attributes-for-linus-4.20-rc1' of https://github.com/ojeda/linux by Linus Torvalds · 6 years ago
  13. 2d6bb6a Merge tag 'stackleak-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 6 years ago
  14. 2cd3faf merge_config.sh: Allow to define config prefix by Petr Vorel · 6 years ago
  15. 3f80bab kbuild: remove unused cc-fullversion variable by Masahiro Yamada · 6 years ago
  16. 0085b41 kconfig: remove silentoldconfig target by Masahiro Yamada · 6 years ago
  17. 04c459d kconfig: remove oldnoconfig target by Masahiro Yamada · 6 years ago
  18. 22ebb72 checkpatch: remove GCC_BINARY_CONSTANT warning by Christophe Leroy · 6 years ago
  19. 746bb4e Merge tag 'vla-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 6 years ago
  20. ac747c0 Merge tag 'kbuild-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  21. c2b1a92 modpost: Create macro to avoid variable shadowing by Leonardo Bras · 6 years ago
  22. 9e1e819 ASN.1: Remove unnecessary shadowed local variable by Leonardo Bras · 6 years ago
  23. 345671e Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  24. 1f6904f scripts/tags.sh: add DECLARE_HASHTABLE() by Kirill Tkhai · 6 years ago
  25. b27186a Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 6 years ago
  26. 01aa9d5 Merge tag 'docs-4.20' of git://git.lwn.net/linux by Linus Torvalds · 6 years ago
  27. 4478688 Merge branch 'parisc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 6 years ago
  28. 0200fbd Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  29. 7d0ea25 kbuild: use 'else ifeq' for checksrc to improve readability by Masahiro Yamada · 6 years ago
  30. 69ea912 kbuild: remove unneeded link_multi_deps by Masahiro Yamada · 6 years ago
  31. 153e04b modpost: remove leftover symbol prefix handling for module device table by Masahiro Yamada · 6 years ago
  32. cf419d5 kernel-doc: fix declaration type determination by Randy Dunlap · 6 years ago
  33. db139d7 extract-vmlinux: Check for uncompressed image as fallback by Helge Deller · 6 years ago
  34. e533717 Merge tag 'kbuild-fixes-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Greg Kroah-Hartman · 6 years ago
  35. 0bb95f8 Makefile: Globally enable VLA warning by Kees Cook · 6 years ago
  36. 4355151 Merge branch 'all-dtbs' into dt/next by Rob Herring · 6 years ago
  37. 80d0dda kbuild: simplify command line creation in scripts/mkmakefile by Masahiro Yamada · 6 years ago
  38. 4fd6127 kbuild: do not pass $(objtree) to scripts/mkmakefile by Masahiro Yamada · 6 years ago
  39. 74bc0c0 kbuild: remove user ID check in scripts/mkmakefile by Masahiro Yamada · 6 years ago
  40. 77ec0c2 kbuild: remove VERSION and PATCHLEVEL from $(objtree)/Makefile by Masahiro Yamada · 6 years ago
  41. 77b0bf5 kbuild/Makefile: Prepare for using macros in inline assembly code to work around asm() related GCC inlining bugs by Nadav Amit · 6 years ago
  42. 37c8a5f kbuild: consolidate Devicetree dtb build rules by Rob Herring · 7 years ago
  43. 23066c3 Compiler Attributes: enable -Wstringop-truncation on W=1 (gcc >= 8) by Miguel Ojeda · 6 years ago
  44. f858927 scripts/dtc: Update to upstream version v1.4.7-14-gc86da84d30e4 by Rob Herring · 6 years ago
  45. c36d5a6 scripts/dtc: Add yamltree.c to dtc sources by Rob Herring · 6 years ago
  46. 5a4630a ftrace: Build with CPPFLAGS to get -Qunused-arguments by Joel Stanley · 6 years ago
  47. c0747ad Merge tag 'linux-kselftest-4.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Greg Kroah-Hartman · 6 years ago
  48. 0d91bf5 kbuild: remove old check for CFLAGS use by Masahiro Yamada · 6 years ago
  49. 487c7c7 kbuild: prefix Makefile.dtbinst path with $(srctree) unconditionally by Masahiro Yamada · 6 years ago
  50. 36f546a kallsyms: remove left-over Blackfin code by Masahiro Yamada · 6 years ago
  51. 80ffbaa kallsyms: reduce size a little on 64-bit by Jan Beulich · 6 years ago
  52. a7ddcea Drop all 00-INDEX files from Documentation/ by Henrik Austad · 6 years ago
  53. 1d22577 Merge tag 'kbuild-fixes-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  54. f0b0d88 kbuild: modules_install: warn when missing System.map file by Randy Dunlap · 6 years ago
  55. d0c1db1 Merge tag 'nds32-for-linus-4.19-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/greentime/linux by Linus Torvalds · 6 years ago
  56. b2d35fa selftests: add headers_install to lib.mk by Anders Roxell · 6 years ago
  57. c5967e9 checkpatch: add __ro_after_init to known $Attribute by Joe Perches · 6 years ago
  58. 328b5f4 checkpatch: add optional static const to blank line declarations test by Joe Perches · 6 years ago
  59. 964c9df stackleak: Allow runtime disabling of kernel stack erasing by Alexander Popov · 6 years ago
  60. c8d1262 fs/proc: Show STACKLEAK metrics in the /proc file system by Alexander Popov · 6 years ago
  61. 10e9ae9 gcc-plugins: Add STACKLEAK plugin for tracking the kernel stack by Alexander Popov · 6 years ago
  62. afaef01 x86/entry: Add STACKLEAK erasing the kernel stack at the end of syscalls by Alexander Popov · 6 years ago
  63. fbf58a5 nds32/ftrace: Add RECORD_MCOUNT support by Zong Li · 6 years ago
  64. 914b087 kbuild: make missing $DEPMOD a Warning instead of an Error by Randy Dunlap · 6 years ago
  65. fd65465b kconfig: do not require pkg-config on make {menu,n}config by Masahiro Yamada · 6 years ago
  66. 899ba79 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  67. bc8d2e2 kconfig: remove a spurious self-assignment by Lukas Bulwahn · 6 years ago
  68. 6147b1c scripts/setlocalversion: git: Make -dirty check more robust by Genki Sky · 6 years ago
  69. 113fc08 objtool: Remove workaround for unreachable warnings from old GCC by Masahiro Yamada · 6 years ago
  70. 36bf9da x86/build: Remove jump label quirk for GCC older than 4.5.2 by Masahiro Yamada · 6 years ago
  71. c4726e7 Merge tag 'gcc-plugins-v4.19-rc1-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 6 years ago
  72. 1bc2767 Merge tag 'kbuild-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  73. 3cc97be treewide: correct "differenciate" and "instanciate" typos by Finn Thain · 6 years ago
  74. d503ac5 kbuild: rename LDFLAGS to KBUILD_LDFLAGS by Masahiro Yamada · 6 years ago
  75. 87a32e6 kbuild: pass LDFLAGS to recordmcount.pl by Masahiro Yamada · 6 years ago
  76. b044133 gcc-plugins: Disable when building under Clang by Kees Cook · 6 years ago
  77. 133712a checkpatch: DT bindings should be a separate patch by Rob Herring · 6 years ago
  78. 809e082 checkpatch: warn on unnecessary int declarations by Joe Perches · 6 years ago
  79. 6ad724e checkpatch: check for space after "else" keyword by Michal Zylowski · 6 years ago
  80. 5629411 checkpatch: fix SPDX license check with --root=<path> by Joe Perches · 6 years ago
  81. 490b292 checkpatch: warn when a patch doesn't have a description by Joe Perches · 6 years ago
  82. 60f8901 checkpatch: check for #if 0/#if 1 by Prakruthi Deepak Heragu · 6 years ago
  83. 4cab63c checkpatch: fix krealloc reuse test by Joe Perches · 6 years ago
  84. 3b6e8ac checkpatch: validate SPDX license with spdxcheck.py by Joe Perches · 6 years ago
  85. 8c8c45c checkpatch: fix macro argument reuse test by Joe Perches · 6 years ago
  86. cd26149 checkpatch: warn if missing author Signed-off-by by Geert Uytterhoeven · 6 years ago
  87. 33aa459 checkpatch: update section keywords by Geert Uytterhoeven · 6 years ago
  88. 5b57980 checkpatch: improve runtime execution speed a little by Joe Perches · 6 years ago
  89. 79682c0 checkpatch: add --fix for CONCATENATED_STRING and STRING_FRAGMENTS by Joe Perches · 6 years ago
  90. d729593 checkpatch: add a --strict test for structs with bool member definitions by Joe Perches · 6 years ago
  91. 0fbd75f get_maintainer: allow option --mpath <directory> to read all files in <directory> by Joe Perches · 6 years ago
  92. 5f0baf9 get_maintainer.pl: add -mpath=<path or file> for MAINTAINERS file location by Joe Perches · 6 years ago
  93. 31bb82c get_maintainer: allow usage outside of kernel tree by Antonio Nino Diaz · 6 years ago
  94. bc63804 spelling.txt: add more spellings to spelling.txt by Colin Ian King · 6 years ago
  95. f6f57a4 initramfs: move gen_initramfs_list.sh from scripts/ to usr/ by Masahiro Yamada · 6 years ago
  96. 6fbd856 Coccinelle: remove pci_alloc_consistent semantic to detect in zalloc-simple.cocci by zhong jiang · 6 years ago
  97. f55f232 kbuild: make sorting initramfs contents independent of locale by Andrzej Pietrasiewicz · 6 years ago
  98. 9a9ddcf kconfig: suppress "configuration written to .config" for syncconfig by Masahiro Yamada · 6 years ago
  99. 98a4afb kconfig: fix "Can't open ..." in parallel build by Masahiro Yamada · 6 years ago
  100. b5f8cb9 kbuild: Add a space after `!` to prevent parsing as file pattern by Michael Forney · 6 years ago