1. 7140ad3 Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 6 years ago
  2. 2f4df00 tracing: Add -mcount-nop option support by Vasily Gorbik · 6 years ago
  3. 07d0408 tracing: Avoid calling cc-option -mrecord-mcount for every Makefile by Vasily Gorbik · 6 years ago
  4. f28bc3c tracing: Handle CC_FLAGS_FTRACE more accurately by Vasily Gorbik · 6 years ago
  5. 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
  6. 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
  7. 94710ca Linux 4.18 by Linus Torvalds · 6 years ago
  8. 3fca170 kbuild: make samples really depend on headers_install by Masahiro Yamada · 6 years ago
  9. 63e31a6 kbuild: add %asm-generic to no-dot-config-targets by Masahiro Yamada · 6 years ago
  10. 1ffaddd Linux 4.18-rc8 by Linus Torvalds · 6 years ago
  11. acb1872 Linux 4.18-rc7 by Linus Torvalds · 6 years ago
  12. 43fee2b kbuild: do not redirect the first prerequisite for filechk by Masahiro Yamada · 6 years ago
  13. 2063945 kbuild: remove auto.conf from prerequisite of phony targets by Masahiro Yamada · 6 years ago
  14. a29d4d8 kbuild: do not update config for 'make kernelrelease' by Masahiro Yamada · 6 years ago
  15. d794241 kbuild: do not update config when running install targets by Masahiro Yamada · 6 years ago
  16. 0a16d2e kbuild: use 'include' directive to load auto.conf from top Makefile by Masahiro Yamada · 6 years ago
  17. d72e90f3 Linux 4.18-rc6 by Linus Torvalds · 6 years ago
  18. f92d19e kbuild: Use HOST*FLAGS options from the command line by Laura Abbott · 6 years ago
  19. 8377bd2 kbuild: Rename HOST_LOADLIBES to KBUILD_HOSTLDLIBS by Laura Abbott · 6 years ago
  20. b90a368 kbuild: Rename HOSTLDFLAGS to KBUILD_HOSTLDFLAGS by Laura Abbott · 6 years ago
  21. 10844ae kbuild: Rename HOSTCXXFLAGS to KBUILD_HOSTCXXFLAGS by Laura Abbott · 6 years ago
  22. 96f14fe kbuild: Rename HOSTCFLAGS to KBUILD_HOSTCFLAGS by Laura Abbott · 6 years ago
  23. 9d3cce1 Linux 4.18-rc5 by Linus Torvalds · 6 years ago
  24. 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
  25. 6d79a7b kbuild: suppress warnings from 'getconf LFS_*' by Masahiro Yamada · 6 years ago
  26. 1e4b044 Linux 4.18-rc4 by Linus Torvalds · 6 years ago
  27. bd412d8 kbuild: .PHONY is not a variable, but PHONY is by Ulf Magnusson · 6 years ago
  28. 4e33d7d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  29. 021c917 Linux 4.18-rc3 by Linus Torvalds · 6 years ago
  30. 88e85a7 bpfilter: check compiler capability in Kconfig by Masahiro Yamada · 6 years ago
  31. 7daf201 Linux 4.18-rc2 by Linus Torvalds · 6 years ago
  32. ce397d2 Linux 4.18-rc1 by Linus Torvalds · 6 years ago
  33. 050e9ba Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variables by Linus Torvalds · 6 years ago
  34. 5aadfde kcov: test compiler capability in Kconfig and correct dependency by Masahiro Yamada · 6 years ago
  35. 2a61f47 stack-protector: test compiler capability in Kconfig and drop AUTO mode by Masahiro Yamada · 6 years ago
  36. 315bab4 kbuild: fix endless syncconfig in case arch Makefile sets CROSS_COMPILE by Masahiro Yamada · 6 years ago
  37. 1c8c5a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  38. 0ad39cb Merge tag 'kconfig-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  39. 8715ee7 Merge tag 'kbuild-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  40. 819dd92 bpfilter: switch to CC from HOSTCC by Alexei Starovoitov · 6 years ago
  41. 29dcea8 Linux 4.17 by Linus Torvalds · 6 years ago
  42. 1f2f01b kbuild: add machine size to CHECKFLAGS by Luc Van Oostenryck · 6 years ago
  43. 1451676 kbuild: add endianness flag to CHEKCFLAGS by Luc Van Oostenryck · 6 years ago
  44. 59f7b58 kbuild: $(CHECK) doesnt need NOSTDINC_FLAGS twice by Luc Van Oostenryck · 6 years ago
  45. 21c54b7 kconfig: show compiler version text in the top comment by Masahiro Yamada · 6 years ago
  46. 2972666 kconfig: replace $(UNAME_RELEASE) with function call by Masahiro Yamada · 6 years ago
  47. 104daea kconfig: reference environment variables directly and remove 'option env=' by Masahiro Yamada · 6 years ago
  48. f1089c9 kbuild: remove CONFIG_CROSS_COMPILE support by Masahiro Yamada · 6 years ago
  49. e08d6de kbuild: remove kbuild cache by Masahiro Yamada · 6 years ago
  50. b04e217 Linux 4.17-rc7 by Linus Torvalds · 6 years ago
  51. 861d9dd Merge tag 'kbuild-fixes-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  52. 771c577 Linux 4.17-rc6 by Linus Torvalds · 6 years ago
  53. 6ca8d94 kbuild: LD_DEAD_CODE_DATA_ELIMINATION no -ffunction-sections/-fdata-sections for module build by Nicholas Piggin · 6 years ago
  54. 5a144a1 depmod.sh: remove symbol prefix support by Masahiro Yamada · 6 years ago
  55. 8438ee7 Makefile: disable PIE before testing asm goto by Michal Kubecek · 6 years ago
  56. c64ba04 kbuild: gcov: enable -fno-tree-loop-im if supported by Nick Desaulniers · 6 years ago
  57. 67b8d5c Linux 4.17-rc5 by Linus Torvalds · 6 years ago
  58. 75bc37f Linux 4.17-rc4 by Linus Torvalds · 6 years ago
  59. 6da6c0d Linux v4.17-rc3 by Linus Torvalds · 6 years ago
  60. 6d08b06 Linux 4.17-rc2 by Linus Torvalds · 6 years ago
  61. 60cc43f Linux 4.17-rc1 by Linus Torvalds · 6 years ago
  62. a73619a kbuild: use -fmacro-prefix-map to make __FILE__ a relative path by Masahiro Yamada · 6 years ago
  63. 4fa8bc9 kbuild: rename *-asn1.[ch] to *.asn1.[ch] by Masahiro Yamada · 6 years ago
  64. 3ca3273e kbuild: clean up *-asn1.[ch] patterns from top-level Makefile by Masahiro Yamada · 6 years ago
  65. 9a8dfb3 kbuild: clean up *.lex.c and *.tab.[ch] patterns from top-level Makefile by Masahiro Yamada · 6 years ago
  66. 147a89b Merge tag 'kconfig-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  67. 3b24b83 Merge tag 'kbuild-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  68. f5a8eb6 Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 6 years ago
  69. e68b4ba Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  70. 0adb328 Linux 4.16 by Linus Torvalds · 6 years ago
  71. b5dbc28 Merge tag 'kbuild-fixes-v4.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  72. 3eb2ce8 Linux 4.16-rc7 by Linus Torvalds · 6 years ago
  73. e9781b5 kbuild: add PYTHON2 and PYTHON3 variables by Masahiro Yamada · 6 years ago
  74. 911a91c kconfig: rename silentoldconfig to syncconfig by Masahiro Yamada · 6 years ago
  75. 3fdc7d3 kbuild: link vmlinux only once for CONFIG_TRIM_UNUSED_KSYMS by Masahiro Yamada · 6 years ago
  76. fbfa9be kbuild: move include/config/ksym/* to include/ksym/* by Masahiro Yamada · 6 years ago
  77. 1f50b80 kbuild: move CONFIG_TRIM_UNUSED_KSYMS code unneeded for external module by Masahiro Yamada · 6 years ago
  78. 07a422b kbuild: restore autoksyms.h touch to the top Makefile by Masahiro Yamada · 6 years ago
  79. d882162 kbuild: move 'scripts' target below by Masahiro Yamada · 6 years ago
  80. ce99d0b kbuild: clear LDFLAGS in the top Makefile by Masahiro Yamada · 6 years ago
  81. 22340a0 kbuild: process mixture of clean/build targets one by one by Masahiro Yamada · 6 years ago
  82. f49821e kbuild: rename built-in.o to built-in.a by Nicholas Piggin · 6 years ago
  83. c4f4d2f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  84. 0f0e8de kbuild: set no-integrated-as before incl. arch Makefile by Stefan Agner · 6 years ago
  85. 87e0d4f kbuild: disable clang's default use of -fmerge-all-constants by Daniel Borkmann · 6 years ago
  86. e501ce9 x86: Force asm-goto by Peter Zijlstra · 7 years ago
  87. c698ca5 Linux 4.16-rc6 by Linus Torvalds · 6 years ago
  88. bb9d812 arch: remove tile port by Arnd Bergmann · 6 years ago
  89. 0c8efd6 Linux 4.16-rc5 by Linus Torvalds · 6 years ago
  90. 661e50b Linux 4.16-rc4 by Linus Torvalds · 6 years ago
  91. 0eb3412 Merge tag 'kbuild-fixes-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  92. 0da4fab kbuild: test --build-id linker flag by ld-option instead of cc-ldoption by Masahiro Yamada · 6 years ago
  93. 6c49f35 kbuild: disable sparse warnings about unknown attributes by Luc Van Oostenryck · 6 years ago
  94. 6127798 Makefile: Fix lying comment re. silentoldconfig by Ulf Magnusson · 6 years ago
  95. 85a2d93 Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  96. 4a3928c Linux 4.16-rc3 by Linus Torvalds · 6 years ago
  97. d5028ba objtool, retpolines: Integrate objtool with retpoline support more closely by Peter Zijlstra · 6 years ago
  98. 91ab883 Linux 4.16-rc2 by Linus Torvalds · 6 years ago
  99. 7928b2c Linux 4.16-rc1 by Linus Torvalds · 6 years ago
  100. 9a61df9 Merge tag 'kbuild-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago