1. bed95c4 scripts: add Python 3 compatibility to spdxcheck.py by Jeremy Cline · 6 years ago
  2. fde5e90 scripts/spdxcheck.py: work with current HEAD LICENSES/ directory by Joe Perches · 6 years ago
  3. 01f0e5cd Merge tag 'kconfig-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  4. e026bcc Merge tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  5. 7c7b562 Merge tag 'gcc-plugin-cleanup-v4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 6 years ago
  6. 1202f4f Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 6 years ago
  7. e6ecec3 Merge tag 'docs-4.19' of git://git.lwn.net/linux by Linus Torvalds · 6 years ago
  8. 1880861 kconfig: remove P_ENV property type by Masahiro Yamada · 6 years ago
  9. c151272 kconfig: remove unused sym_get_env_prop() function by Masahiro Yamada · 6 years ago
  10. 512ddf7 coccicheck: return proper error code on fail by Denis Efremov · 6 years ago
  11. 09d4d96 Coccinelle: doubletest: reduce side effect false positives by Julia Lawall · 6 years ago
  12. 56869d4 kconfig: fix the rule of mainmenu_stmt symbol by Masahiro Yamada · 6 years ago
  13. 3ca17b1 lib/ubsan: remove null-pointer checks by Andrey Ryabinin · 6 years ago
  14. d6c6ab9 kbuild: remove deprecated host-progs variable by Masahiro Yamada · 6 years ago
  15. 673bb2d scripts/kernel-doc: Escape all literal braces in regexes by Ben Hutchings · 6 years ago
  16. b5cdca7 Kbuild: Makefile.modbuiltin: include auto.conf and tristate.conf mandatory by Dirk Gouders · 6 years ago
  17. ddc7c57 scripts: Add Python 3 support to tracing/draw_functrace.py by Jeremy Cline · 6 years ago
  18. 79a85b5 builddeb: Add automatic support for sh{3,4}{,eb} architectures by Ben Hutchings · 6 years ago
  19. 75ebcee builddeb: Add automatic support for riscv* architectures by Ben Hutchings · 6 years ago
  20. 60ca40a0 builddeb: Add automatic support for m68k architecture by Ben Hutchings · 6 years ago
  21. 822f44f builddeb: Add automatic support for or1k architecture by Ben Hutchings · 6 years ago
  22. a27ae28 builddeb: Add automatic support for sparc64 architecture by Ben Hutchings · 6 years ago
  23. 679caaf builddeb: Add automatic support for mips{,64}r6{,el} architectures by Ben Hutchings · 6 years ago
  24. 159b379 builddeb: Add automatic support for mips64el architecture by Ben Hutchings · 6 years ago
  25. 50d511b builddeb: Add automatic support for ppc64 and powerpcspe architectures by Ben Hutchings · 6 years ago
  26. 08d3892 builddeb: Introduce functions to simplify kconfig tests in set_debarch by Ben Hutchings · 6 years ago
  27. 4260ecd builddeb: Drop check for 32-bit s390 by Ben Hutchings · 6 years ago
  28. 091d30a builddeb: Change architecture detection fallback to use dpkg-architecture by Ben Hutchings · 6 years ago
  29. f2abcc1 builddeb: Skip architecture detection when KBUILD_DEBARCH is set by Ben Hutchings · 6 years ago
  30. 43fee2b kbuild: do not redirect the first prerequisite for filechk by Masahiro Yamada · 6 years ago
  31. 9c2af1c kbuild: add .DELETE_ON_ERROR special target by Masahiro Yamada · 6 years ago
  32. 00c864f kconfig: allow all config targets to write auto.conf if missing by Masahiro Yamada · 6 years ago
  33. 16952b7 kconfig: make syncconfig update .config regardless of sym_change_count by Masahiro Yamada · 6 years ago
  34. 79123b1 kconfig: create directories needed for syncconfig by itself by Masahiro Yamada · 6 years ago
  35. adc18ac kconfig: remove unneeded directory generation from local*config by Masahiro Yamada · 6 years ago
  36. 0608182 kconfig: split out useful helpers in confdata.c by Masahiro Yamada · 6 years ago
  37. a2ff404 kconfig: rename file_write_dep and move it to confdata.c by Masahiro Yamada · 6 years ago
  38. 5accd7f kconfig: handle format string before calling conf_message_callback() by Masahiro Yamada · 6 years ago
  39. 45d9a1e gcc-plugins: Clean up the cgraph_create_edge* macros by Alexander Popov · 6 years ago
  40. 7ccb95e gcc-plugins: Regularize Makefile.gcc-plugins by Kees Cook · 6 years ago
  41. 45332b1 gcc-plugins: split out Kconfig entries to scripts/gcc-plugins/Kconfig by Masahiro Yamada · 6 years ago
  42. 701b3a3 PATCH scripts/kernel-doc by valdis.kletnieks@vt.edu · 6 years ago
  43. c931d34 arm64: build with baremetal linker target instead of Linux when available by Olof Johansson · 6 years ago
  44. 024ddc0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  45. 0df57d9 kbuild: buildtar: add arm64 support by Olof Johansson · 6 years ago
  46. 33c362b kbuild: buildtar: remove crufty vax pieces by Olof Johansson · 6 years ago
  47. 2fb9279 kbuild: change ld_flags to contain LDFLAGS_$(@F) by Masahiro Yamada · 6 years ago
  48. f60b992 kbuild: replace $(LDFLAGS) $(ldflags-y) with $(ld_flags) by Masahiro Yamada · 6 years ago
  49. 693359f kconfig: rename SYMBOL_AUTO to SYMBOL_NO_WRITE by Dirk Gouders · 6 years ago
  50. 4ab3b80 kconfig: check for pkg-config on make {menu,n,g,x}config by Randy Dunlap · 6 years ago
  51. 8377bd2 kbuild: Rename HOST_LOADLIBES to KBUILD_HOSTLDLIBS by Laura Abbott · 6 years ago
  52. b90a368 kbuild: Rename HOSTLDFLAGS to KBUILD_HOSTLDFLAGS by Laura Abbott · 6 years ago
  53. 10844ae kbuild: Rename HOSTCXXFLAGS to KBUILD_HOSTCXXFLAGS by Laura Abbott · 6 years ago
  54. 96f14fe kbuild: Rename HOSTCFLAGS to KBUILD_HOSTCFLAGS by Laura Abbott · 6 years ago
  55. 9afb719 kbuild: Add build salt to the kernel and modules by Laura Abbott · 6 years ago
  56. 934193a kbuild: verify that $DEPMOD is installed by Randy Dunlap · 6 years ago
  57. c417fbc kbuild: move bin2c back to scripts/ from scripts/basic/ by Masahiro Yamada · 6 years ago
  58. b56e535 Coccinelle: add atomic_as_refcounter script by Elena Reshetova · 7 years ago
  59. 24d4e34 scripts/tags.sh: Add BPF_CALL by Constantine Shulyupin · 6 years ago
  60. ffe0751 checkpatch: fix duplicate invalid vsprintf pointer extension '%p<foo>' messages by Joe Perches · 6 years ago
  61. 79facf3 Merge tag 'kbuild-fixes-v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  62. e23ba82 scripts/tags.sh: add __ro_after_init by Constantine Shulyupin · 6 years ago
  63. 47a18a2 scripts: teach extract-vmlinux about LZ4 and ZSTD by Adam Borowski · 6 years ago
  64. 6916162 kbuild: remove duplicated comments about PHONY by Masahiro Yamada · 6 years ago
  65. 48f6e3c kbuild: do not drop -I without parameter by Masahiro Yamada · 6 years ago
  66. c17d617 gcc-plugins: remove unused GCC_PLUGIN_SUBDIR by Masahiro Yamada · 6 years ago
  67. 4e33d7d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  68. 5d395fa scripts/documentation-file-ref-check: ignore sched-pelt false positive by Mauro Carvalho Chehab · 6 years ago
  69. d25c063 scripts/documentation-file-ref-check: remove some false positives by Mauro Carvalho Chehab · 6 years ago
  70. 22d3e0c Merge tag 'kbuild-fixes-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  71. 73d1c58 kconfig: loop boundary condition fix by Jerry James · 6 years ago
  72. ecd53ac kconfig: handle P_SYMBOL in print_symbol() by Dirk Gouders · 6 years ago
  73. 88e85a7 bpfilter: check compiler capability in Kconfig by Masahiro Yamada · 6 years ago
  74. 3b41c3e checkpatch: remove warning for 'old' stable@kernel.org address by Linus Torvalds · 6 years ago
  75. b2d00d7 kconfig: fix line numbers for if-entries in menu tree by Dirk Gouders · 6 years ago
  76. 5391e53 stack-protector: Fix test with 32-bit userland and CONFIG_64BIT=y by Sven Joachim · 6 years ago
  77. ed7d40b tracing: Fix SKIP_STACK_VALIDATION=1 build due to bad merge with -mrecord-mcount by Greg Thelen · 6 years ago
  78. a78513c scripts/documentation-file-ref-check: check tools/*/Documentation by Mauro Carvalho Chehab · 6 years ago
  79. 2d69708 scripts/documentation-file-ref-check: get rid of false-positives by Mauro Carvalho Chehab · 6 years ago
  80. e1f319f scripts/documentation-file-ref-check: hint: dash or underline by Mauro Carvalho Chehab · 6 years ago
  81. be600e5 scripts/documentation-file-ref-check: add a fix logic for DT by Mauro Carvalho Chehab · 6 years ago
  82. 5044024 scripts/documentation-file-ref-check: accept more wildcards at filenames by Mauro Carvalho Chehab · 6 years ago
  83. 40fc3eb scripts/documentation-file-ref-check: fix help message by Mauro Carvalho Chehab · 6 years ago
  84. be779f0 Merge tag 'kbuild-v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  85. 8593080 kconfig: fix localmodconfig by Sam Ravnborg · 6 years ago
  86. 59f5385 gcc-plugins: test plugin support in Kconfig and clean up Makefile by Masahiro Yamada · 6 years ago
  87. 8034c2f gcc-plugins: move GCC version check for PowerPC to Kconfig by Masahiro Yamada · 6 years ago
  88. 5aadfde kcov: test compiler capability in Kconfig and correct dependency by Masahiro Yamada · 6 years ago
  89. eafdca4 Merge tag 'staging-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 6 years ago
  90. 469cb73 kconfig: add CC_IS_CLANG and CLANG_VERSION by Masahiro Yamada · 6 years ago
  91. 2a61f47 stack-protector: test compiler capability in Kconfig and drop AUTO mode by Masahiro Yamada · 6 years ago
  92. 68abbe7 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  93. 12c253a checkpatch: improve patch recognition by Joe Perches · 6 years ago
  94. 0455c74 get_maintainer: improve patch recognition by Joe Perches · 6 years ago
  95. 6e292b9 mm: split page_type out from _mapcount by Matthew Wilcox · 6 years ago
  96. 882ea1d scripts: use SPDX tag in get_maintainer and checkpatch by Joe Perches · 6 years ago
  97. 289cf15 Merge tag 'devicetree-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 6 years ago
  98. c90fca9 Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 6 years ago
  99. 1c8c5a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  100. 5eb6eed Merge tag 'trace-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 6 years ago