1. 6df7e1e modpost: use MODULE_INFO() for __module_depends by Masahiro Yamada · 5 years ago
  2. 69a94ab export.h, genksyms: do not make genksyms calculate CRC of trimmed symbols by Masahiro Yamada · 5 years ago
  3. 6863f56 kbuild: allow Clang to find unused static inline functions for W=1 build by Masahiro Yamada · 5 years ago
  4. e27128d kbuild: rename KBUILD_ENABLE_EXTRA_GCC_CHECKS to KBUILD_EXTRA_WARN by Masahiro Yamada · 5 years ago
  5. 64a9190 kbuild: refactor scripts/Makefile.extrawarn by Masahiro Yamada · 5 years ago
  6. 60bef52 merge_config.sh: ignore unwanted grep errors by Guillaume Tucker · 5 years ago
  7. 54b8ae6 kbuild: change *FLAGS_<basetarget>.o to take the path relative to $(obj) by Masahiro Yamada · 5 years ago
  8. 6f02bdf modpost: add NOFAIL to strndup by Denis Efremov · 5 years ago
  9. 389c9af modpost: add guid_t type definition by Heikki Krogerus · 5 years ago
  10. 858805b kbuild: add $(BASH) to run scripts with bash-extension by Masahiro Yamada · 5 years ago
  11. 4ca7694 kbuild: clean up subdir-ymn calculation in Makefile.clean by Masahiro Yamada · 5 years ago
  12. 687ac1f kbuild: remove unneeded '+' marker from cmd_clean by Masahiro Yamada · 5 years ago
  13. 1634f2b kbuild: remove clean-dirs syntax by Masahiro Yamada · 5 years ago
  14. 9c3ad4c kbuild: get rid of $(realpath ...) from scripts/mkmakefile by Masahiro Yamada · 5 years ago
  15. fc01adc kbuild: remove unneeded comments and code from scripts/basic/Makefile by Masahiro Yamada · 5 years ago
  16. 000ec95 kbuild: pkg: rename scripts/package/Makefile to scripts/Makefile.package by Masahiro Yamada · 5 years ago
  17. 6a4f6a2 kbuild: pkg: add package targets to PHONY instead of FORCE by Masahiro Yamada · 5 years ago
  18. 46a63d4 kbuild: pkg: clean up package files/dirs from the top Makefile by Masahiro Yamada · 5 years ago
  19. cdfca82 merge_config.sh: Check error codes from make by Mark Brown · 5 years ago
  20. eb27ea5 kbuild: move modkern_{c,a}flags to Makefile.lib from Makefile.build by Masahiro Yamada · 5 years ago
  21. 2ff2b7e kbuild: add CONFIG_ASM_MODVERSIONS by Masahiro Yamada · 5 years ago
  22. 9b9a3f2 kbuild: split final module linking out into Makefile.modfinal by Masahiro Yamada · 5 years ago
  23. 10df063 kbuild: rebuild modules when module linker scripts are updated by Masahiro Yamada · 5 years ago
  24. 394053f kbuild: make single targets work more correctly by Masahiro Yamada · 5 years ago
  25. 8959e39 kbuild: Parameterize kallsyms generation and correct reporting by Kees Cook · 5 years ago
  26. c7c0eec kbuild: re-implement detection of CONFIG options leaked to user-space by Masahiro Yamada · 5 years ago
  27. c2290f3 kbuild: fix modkern_aflags implementation by Masahiro Yamada · 5 years ago
  28. 986662b kbuild: refactor part-of-module more by Masahiro Yamada · 5 years ago
  29. 33e84f2 kbuild: treat an object as multi-used when $(foo-) is set by Masahiro Yamada · 5 years ago
  30. f6545be kbuild: add [M] marker for build log of *.mod.o by Masahiro Yamada · 5 years ago
  31. 4b950bb Kbuild: Handle PREEMPT_RT for version string and magic by Thomas Gleixner · 5 years ago
  32. cf8dfd1 kbuild: move flex and bison rules to Makefile.host by Masahiro Yamada · 5 years ago
  33. 6ba7dc6 kbuild: make bison create C file and header in a single pattern rule by Masahiro Yamada · 5 years ago
  34. 49d5089 kbuild: use $(basename ...) for cmd_asn1_compiler by Masahiro Yamada · 5 years ago
  35. 75959d4 kbuild: Fail if gold linker is detected by Thomas Gleixner · 5 years ago
  36. 15bfc23 modpost: check for static EXPORT_SYMBOL* functions by Denis Efremov · 5 years ago
  37. c07d8d47 kbuild: show hint if subdir-y/m is used to visit module Makefile by Masahiro Yamada · 5 years ago
  38. 4f2c8f3 kbuild: generate modules.order only in directories visited by obj-y/m by Masahiro Yamada · 5 years ago
  39. d9f78ed kbuild: fix false-positive need-builtin calculation by Masahiro Yamada · 5 years ago
  40. 47801c9 kbuild: revive single target %.ko by Masahiro Yamada · 5 years ago
  41. 0c5b6c28 kconfig: Clear "written" flag to avoid data loss by M. Vefa Bicakci · 5 years ago
  42. e8de12f kbuild: Check for unknown options with cc-option usage in Kconfig and clang by Stephen Boyd · 5 years ago
  43. a721588 kbuild: modpost: do not parse unnecessary rules for vmlinux modpost by Masahiro Yamada · 5 years ago
  44. acf2a13 kbuild: modpost: remove unnecessary dependency for __modpost by Masahiro Yamada · 5 years ago
  45. cb48199 kbuild: modpost: handle KBUILD_EXTRA_SYMBOLS only for external modules by Masahiro Yamada · 5 years ago
  46. 944cfe9 kbuild: modpost: include .*.cmd files only when targets exist by Masahiro Yamada · 5 years ago
  47. 6224455 kbuild: detect missing "WITH Linux-syscall-note" for uapi headers by Masahiro Yamada · 5 years ago
  48. 8e61ea1 Merge tag 'kbuild-fixes-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 5 years ago
  49. b25e8a2 kbuild: remove unused single-used-m by Masahiro Yamada · 5 years ago
  50. cb36955 gen_compile_commands: lower the entry count threshold by Masahiro Yamada · 5 years ago
  51. b2eff09 kbuild: remove unused objectify macro by Masahiro Yamada · 5 years ago
  52. 48ffc3d Merge branch 'pdf_fixes_v1' of https://git.linuxtv.org/mchehab/experimental into mauro by Jonathan Corbet · 5 years ago
  53. 168c799 Merge tag 'kbuild-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 5 years ago
  54. 9f69a49 kbuild: split out *.mod out of {single,multi}-used-m rules by Masahiro Yamada · 5 years ago
  55. 60ae1b1 kbuild: remove the first line of *.mod files by Masahiro Yamada · 5 years ago
  56. b7dca6d kbuild: create *.mod with full directory path and remove MODVERDIR by Masahiro Yamada · 5 years ago
  57. 7deb55f kbuild: export_report: read modules.order instead of .tmp_versions/*.mod by Masahiro Yamada · 5 years ago
  58. ff9b45c kbuild: modpost: read modules.order instead of $(MODVERDIR)/*.mod by Masahiro Yamada · 5 years ago
  59. 57a8ec3 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 5 years ago
  60. c35c87d kbuild: modsign: read modules.order instead of $(MODVERDIR)/*.mod by Masahiro Yamada · 5 years ago
  61. d56aec1 kbuild: modinst: read modules.order instead of $(MODVERDIR)/*.mod by Masahiro Yamada · 5 years ago
  62. e0e1b1e kbuild: remove duplication from modules.order in sub-directories by Masahiro Yamada · 5 years ago
  63. 1bd9a46 kbuild: get rid of kernel/ prefix from in-tree modules.{order,builtin} by Masahiro Yamada · 5 years ago
  64. 7e13191 kbuild: do not create empty modules.order in the prepare stage by Masahiro Yamada · 5 years ago
  65. d09778d coccinelle: api: add devm_platform_ioremap_resource script by Himanshu Jha · 5 years ago
  66. 4bd01de kbuild: compile-test headers listed in header-test-m as well by Masahiro Yamada · 5 years ago
  67. c04d1e4 kbuild: remove unused hostcc-option by Masahiro Yamada · 5 years ago
  68. 8e2442a kconfig: fix missing choice values in auto.conf by Masahiro Yamada · 5 years ago
  69. 27eed92 scripts/sphinx-pre-install: seek for Noto CJK fonts for pdf output by Mauro Carvalho Chehab · 5 years ago
  70. 4ea96d5 scripts/sphinx-pre-install: cleanup Gentoo checks by Mauro Carvalho Chehab · 5 years ago
  71. 353290a scripts/sphinx-pre-install: fix latexmk dependencies by Mauro Carvalho Chehab · 5 years ago
  72. 56e5a63 scripts/sphinx-pre-install: don't use LaTeX with CentOS 7 by Mauro Carvalho Chehab · 5 years ago
  73. b308467 scripts/sphinx-pre-install: fix script for RHEL/CentOS by Mauro Carvalho Chehab · 5 years ago
  74. 778c1f5 scripts/gdb: add helpers to find and list devices by Leonard Crestez · 5 years ago
  75. 8207d4a scripts/gdb: add lx-genpd-summary command by Leonard Crestez · 5 years ago
  76. 6a8d76c checkpatch.pl: warn on duplicate sysctl local variable by Matteo Croce · 5 years ago
  77. 4966250 get_maintainer: add ability to skip moderated mailing lists by Joe Perches · 5 years ago
  78. 5a46421 builddeb: generate multi-arch friendly linux-libc-dev package by Cedric Hombourger · 5 years ago
  79. 3266c80 kconfig: run olddefconfig instead of oldconfig after merging fragments by Masahiro Yamada · 6 years ago
  80. fe34c89 docs: driver-model: move it to the driver-api book by Mauro Carvalho Chehab · 6 years ago
  81. d5ccd65 docs: move gcc_plugins.txt to core-api and rename to .rst by Mauro Carvalho Chehab · 6 years ago
  82. fcd9814 Merge tag 'stream_open-5.3' of https://lab.nexedi.com/kirr/linux by Linus Torvalds · 5 years ago
  83. 3975b09 *: convert stream-like files -> stream_open, even if they use noop_llseek by Kirill Smelkov · 6 years ago
  84. 192f0f8 Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 5 years ago
  85. 106f146 Merge tag 'kconfig-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 5 years ago
  86. 39ceda5 Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 5 years ago
  87. f632a81 Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 5 years ago
  88. ef8f3d4 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 5 years ago
  89. 6e22fd0 scripts/spelling.txt: add more spellings to spelling.txt by Colin Ian King · 5 years ago
  90. ca90bbd scripts/decode_stacktrace: Accept dash/underscore in modules by Evan Green · 5 years ago
  91. 85f946f scripts/spelling.txt: add spelling fix for prohibited by Chris Paterson · 5 years ago
  92. cc0e5f1 scripts/spelling.txt: drop "sepc" from the misspelling list by Paul Walmsley · 5 years ago
  93. fe7d14f scripts/decode_stacktrace: look for modules with .ko.debug extension by Nicolas Boichat · 5 years ago
  94. 3101383 scripts/decode_stacktrace: match basepath using shell prefix operator, not regex by Nicolas Boichat · 5 years ago
  95. d06e415 Merge tag 'devicetree-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 5 years ago
  96. e3cd513 kconfig: remove meaningless if-conditional in conf_read() by Masahiro Yamada · 5 years ago
  97. d4a74bb kbuild: use -- separater intead of $(filter-out ...) for cc-cross-prefix by Masahiro Yamada · 5 years ago
  98. b956c7a kbuild: fix compression errors getting ignored by Harald Seiler · 5 years ago
  99. 95fd3f8 kbuild: add a flag to force absolute path for srctree by Masahiro Yamada · 5 years ago
  100. 051f278 kbuild: replace KBUILD_SRCTREE with boolean building_out_of_srctree by Masahiro Yamada · 5 years ago