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