1. d4615e5 Merge tag 'trace-v5.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 5 years ago
  2. 7f8557b recordmcount: Fix nop_mcount() function by Steven Rostedt (VMware) · 5 years ago
  3. c6f6ebd Merge tag 'modules-for-v5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux by Linus Torvalds · 5 years ago
  4. df6f098 nsdeps: make generated patches independent of locale by Masahiro Yamada · 5 years ago
  5. 40997fb nsdeps: fix hashbang of scripts/nsdeps by Masahiro Yamada · 5 years ago
  6. 389eb3f modpost: fix broken sym->namespace for external module builds by Masahiro Yamada · 5 years ago
  7. bf70b0503 module: swap the order of symbol.namespace by Masahiro Yamada · 5 years ago
  8. c7c4e29 scripts: add_namespace: Fix coccicheck failed by YueHaibing · 5 years ago
  9. 7a82e3f scripts/setlocalversion: clear local variable to make it work for sh by Masahiro Yamada · 5 years ago
  10. 82fdd12 namespace: fix namespace.pl script to support relative paths by Jacob Keller · 5 years ago
  11. 47346e9 modpost: fix static EXPORT_SYMBOL warnings for UML build by Masahiro Yamada · 5 years ago
  12. 13dc8c0 kbuild: remove ar-option and KBUILD_ARFLAGS by Masahiro Yamada · 5 years ago
  13. f1f2f61 Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity by Linus Torvalds · 5 years ago
  14. de3f186 checkpatch: check for nested (un)?likely() calls by Denis Efremov · 5 years ago
  15. da036ae scripts/gdb: handle split debug by Douglas Anderson · 5 years ago
  16. dbbf869 checkpatch: make git output use LANGUAGE=en_US.utf8 by Joe Perches · 5 years ago
  17. 5a7f445 checkpatch: remove obsolete period from "ambiguous SHA1" query by Sean Christopherson · 5 years ago
  18. 94fb984 checkpatch: allow consecutive close braces by Joe Perches · 5 years ago
  19. 462811d checkpatch: prefer __section over __attribute__((section(...))) by Joe Perches · 5 years ago
  20. 6dba824 checkpatch: exclude sizeof sub-expressions from MACRO_ARG_REUSE by Brendan Jackman · 5 years ago
  21. a8dd86b checkpatch.pl: warn on invalid commit id by Matteo Croce · 5 years ago
  22. ffbce89 checkpatch: improve SPDX license checking by Joe Perches · 5 years ago
  23. 634cffc checkpatch: don't interpret stack dumps as commit IDs by Joe Perches · 5 years ago
  24. e070355 Merge tag 'modules-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux by Linus Torvalds · 5 years ago
  25. 56c631f Merge tag 'gcc-plugins-v5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 5 years ago
  26. 45979a9 Merge tag 'trace-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 5 years ago
  27. d7b0827 Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 5 years ago
  28. 81160dd Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 5 years ago
  29. 1f7d290 Merge tag 'driver-core-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 5 years ago
  30. 7c672ab Merge tag 'docs-5.4' of git://git.lwn.net/linux by Linus Torvalds · 5 years ago
  31. e77fafe Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 5 years ago
  32. 77564a4 genksyms: convert to SPDX License Identifier for lex.l and parse.y by Masahiro Yamada · 5 years ago
  33. a3d0cb0 modpost: use __section in the output to *.mod.c by Masahiro Yamada · 5 years ago
  34. 6df7e1e modpost: use MODULE_INFO() for __module_depends by Masahiro Yamada · 5 years ago
  35. 69a94ab export.h, genksyms: do not make genksyms calculate CRC of trimmed symbols by Masahiro Yamada · 5 years ago
  36. eb8305a scripts: Coccinelle script for namespace dependencies. by Matthias Maennich · 5 years ago
  37. 1d08277 modpost: add support for generating namespace dependencies by Matthias Maennich · 5 years ago
  38. cb9b55d modpost: add support for symbol namespaces by Matthias Maennich · 5 years ago
  39. 6863f56 kbuild: allow Clang to find unused static inline functions for W=1 build by Masahiro Yamada · 5 years ago
  40. 618916a kbuild: replace BASH-specific ${@:2} with shift and ${@} by Andrii Nakryiko · 5 years ago
  41. 1e46c09 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 5 years ago
  42. e27128d kbuild: rename KBUILD_ENABLE_EXTRA_GCC_CHECKS to KBUILD_EXTRA_WARN by Masahiro Yamada · 5 years ago
  43. 64a9190 kbuild: refactor scripts/Makefile.extrawarn by Masahiro Yamada · 5 years ago
  44. ca7ce5a coccinelle: platform_get_irq: Fix parse error by YueHaibing · 5 years ago
  45. 60bef52 merge_config.sh: ignore unwanted grep errors by Guillaume Tucker · 5 years ago
  46. 54b8ae6 kbuild: change *FLAGS_<basetarget>.o to take the path relative to $(obj) by Masahiro Yamada · 5 years ago
  47. 6f02bdf modpost: add NOFAIL to strndup by Denis Efremov · 5 years ago
  48. 389c9af modpost: add guid_t type definition by Heikki Krogerus · 5 years ago
  49. 858805b kbuild: add $(BASH) to run scripts with bash-extension by Masahiro Yamada · 5 years ago
  50. 4fbcf07 recordmcount: Clarify what cleanup() does by Matt Helsley · 5 years ago
  51. c97fea2 recordmcount: Remove redundant cleanup() calls by Matt Helsley · 5 years ago
  52. 2e63152 recordmcount: Kernel style formatting by Matt Helsley · 5 years ago
  53. 3aec863 recordmcount: Kernel style function signature formatting by Matt Helsley · 5 years ago
  54. 3f1df12 recordmcount: Rewrite error/success handling by Matt Helsley · 5 years ago
  55. 17e262e9 recordmcount: Remove unused fd from uwrite() and ulseek() by Matt Helsley · 5 years ago
  56. a146207 recordmcount: Remove uread() by Matt Helsley · 5 years ago
  57. 1bd95be recordmcount: Remove redundant strcmp by Matt Helsley · 5 years ago
  58. ac12cf8 Merge branches 'for-next/52-bit-kva', 'for-next/cpu-topology', 'for-next/error-injection', 'for-next/perf', 'for-next/psci-cpuidle', 'for-next/rng', 'for-next/smpboot', 'for-next/tbi' and 'for-next/tlbi' into for-next/core by Will Deacon · 5 years ago
  59. 4ca7694 kbuild: clean up subdir-ymn calculation in Makefile.clean by Masahiro Yamada · 5 years ago
  60. 687ac1f kbuild: remove unneeded '+' marker from cmd_clean by Masahiro Yamada · 5 years ago
  61. 1634f2b kbuild: remove clean-dirs syntax by Masahiro Yamada · 5 years ago
  62. 9c3ad4c kbuild: get rid of $(realpath ...) from scripts/mkmakefile by Masahiro Yamada · 5 years ago
  63. fc01adc kbuild: remove unneeded comments and code from scripts/basic/Makefile by Masahiro Yamada · 5 years ago
  64. 000ec95 kbuild: pkg: rename scripts/package/Makefile to scripts/Makefile.package by Masahiro Yamada · 5 years ago
  65. 6a4f6a2 kbuild: pkg: add package targets to PHONY instead of FORCE by Masahiro Yamada · 5 years ago
  66. 46a63d4 kbuild: pkg: clean up package files/dirs from the top Makefile by Masahiro Yamada · 5 years ago
  67. cdfca82 merge_config.sh: Check error codes from make by Mark Brown · 5 years ago
  68. eb27ea5 kbuild: move modkern_{c,a}flags to Makefile.lib from Makefile.build by Masahiro Yamada · 5 years ago
  69. 2ff2b7e kbuild: add CONFIG_ASM_MODVERSIONS by Masahiro Yamada · 5 years ago
  70. 9b9a3f2 kbuild: split final module linking out into Makefile.modfinal by Masahiro Yamada · 5 years ago
  71. fdf3703 btf: do not use CONFIG_OUTPUT_FORMAT by Ilya Leoshkevich · 5 years ago
  72. 10df063 kbuild: rebuild modules when module linker scripts are updated by Masahiro Yamada · 5 years ago
  73. 394053f kbuild: make single targets work more correctly by Masahiro Yamada · 5 years ago
  74. 8959e39 kbuild: Parameterize kallsyms generation and correct reporting by Kees Cook · 5 years ago
  75. c7c0eec kbuild: re-implement detection of CONFIG options leaked to user-space by Masahiro Yamada · 5 years ago
  76. 446bf64 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  77. 5bba5c9 Merge tag 'spdx-5.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx by Linus Torvalds · 5 years ago
  78. 34b5560 kasan/arm64: fix CONFIG_KASAN_SW_TAGS && KASAN_INLINE by Mark Rutland · 5 years ago
  79. c2290f3 kbuild: fix modkern_aflags implementation by Masahiro Yamada · 5 years ago
  80. 986662b kbuild: refactor part-of-module more by Masahiro Yamada · 5 years ago
  81. 33e84f2 kbuild: treat an object as multi-used when $(foo-) is set by Masahiro Yamada · 5 years ago
  82. 708852d Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 5 years ago
  83. 7fd7856 btf: rename /sys/kernel/btf/kernel into /sys/kernel/btf/vmlinux by Andrii Nakryiko · 5 years ago
  84. f6545be kbuild: add [M] marker for build log of *.mod.o by Masahiro Yamada · 5 years ago
  85. 4b950bb Kbuild: Handle PREEMPT_RT for version string and magic by Thomas Gleixner · 5 years ago
  86. cf8dfd1 kbuild: move flex and bison rules to Makefile.host by Masahiro Yamada · 5 years ago
  87. 6ba7dc6 kbuild: make bison create C file and header in a single pattern rule by Masahiro Yamada · 5 years ago
  88. 49d5089 kbuild: use $(basename ...) for cmd_asn1_compiler by Masahiro Yamada · 5 years ago
  89. 75959d4 kbuild: Fail if gold linker is detected by Thomas Gleixner · 5 years ago
  90. 15bfc23 modpost: check for static EXPORT_SYMBOL* functions by Denis Efremov · 5 years ago
  91. 341dfcf btf: expose BTF info through sysfs by Andrii Nakryiko · 5 years ago
  92. 15e2544 kernel-doc: Allow anonymous enum by Andy Shevchenko · 5 years ago
  93. e6aa640 Merge 5.3-rc4 into driver-core-next by Greg Kroah-Hartman · 5 years ago
  94. c07d8d47 kbuild: show hint if subdir-y/m is used to visit module Makefile by Masahiro Yamada · 5 years ago
  95. 4f2c8f3 kbuild: generate modules.order only in directories visited by obj-y/m by Masahiro Yamada · 5 years ago
  96. d9f78ed kbuild: fix false-positive need-builtin calculation by Masahiro Yamada · 5 years ago
  97. 47801c9 kbuild: revive single target %.ko by Masahiro Yamada · 5 years ago
  98. 95e760c kernel-doc: ignore __printf attribute by Randy Dunlap · 5 years ago
  99. c8424e7 MODSIGN: Export module signature definitions by Thiago Jung Bauermann · 5 years ago
  100. 5cf896f arm64: Add support for relocating the kernel with RELR relocations by Peter Collingbourne · 5 years ago