1. 96144c5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 7 months ago
  2. fa7566a Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 4 years, 7 months ago
  3. 6adc19f Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 4 years, 7 months ago
  4. 4071b85 Merge tag 'devicetree-fixes-for-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 4 years, 7 months ago
  5. 8440d4a Merge branch 'dt/schema-cleanups' into dt/linus by Rob Herring · 4 years, 7 months ago
  6. b791d1b Merge tag 'locking-kcsan-2020-06-11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 7 months ago
  7. 9716e57 Merge tag 'locking-urgent-2020-06-11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 7 months ago
  8. 623f6dc Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 7 months ago
  9. d31d4d6 kcsan: Pass option tsan-instrument-read-before-write to Clang by Marco Elver · 4 years, 7 months ago
  10. 75d75b7 kcsan: Support distinguishing volatile accesses by Marco Elver · 4 years, 7 months ago
  11. 17168f5 kcsan: Avoid inserting __tsan_func_entry/exit if possible by Marco Elver · 4 years, 7 months ago
  12. 37d1a04 Rebase locking/kcsan to locking/urgent by Thomas Gleixner · 4 years, 7 months ago
  13. e4a42c8 kbuild: fix broken builds because of GZIP,BZIP2,LZOP variables by Denis Efremov · 4 years, 7 months ago
  14. 37f8173 locking/atomics: Flip fallbacks and instrumentation by Peter Zijlstra · 5 years ago
  15. 765dcd2 asm-generic/atomic: Use __always_inline for fallback wrappers by Marco Elver · 5 years ago
  16. 2581ac7 checkpatch: correct check for kernel parameters doc by Tim Froidcoeur · 4 years, 7 months ago
  17. 4059066 scripts/spelling: add a few more typos by SeongJae Park · 4 years, 7 months ago
  18. 4152d14 Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux by Linus Torvalds · 4 years, 7 months ago
  19. 6d62c5b Merge tag 'docs-5.8-2' of git://git.lwn.net/linux by Linus Torvalds · 4 years, 7 months ago
  20. 21a85bd scripts: Require pahole v1.16 when generating BTF by Lorenz Bauer · 4 years, 7 months ago
  21. f8d8b46 scripts/dtc: use pkg-config to include <yaml.h> in non-standard path by Masahiro Yamada · 4 years, 8 months ago
  22. 93431e0 Replace HTTP links with HTTPS ones: documentation by Alexander A. Klimov · 4 years, 7 months ago
  23. 3b69e8b Merge tag 'sh-for-5.8' of git://git.libc.org/linux-sh by Linus Torvalds · 4 years, 7 months ago
  24. b170290 Merge tag 'kconfig-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 4 years, 7 months ago
  25. cff11ab Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 4 years, 7 months ago
  26. e542e0d Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging by Linus Torvalds · 4 years, 7 months ago
  27. 8dfb61d kbuild: add variables for compression tools by Denis Efremov · 4 years, 7 months ago
  28. 72d24ac mksysmap: Fix the mismatch of '.L' symbols in System.map by ashimida · 4 years, 7 months ago
  29. 3b09efc modpost: change elf_info->size to size_t by Masahiro Yamada · 4 years, 7 months ago
  30. 4de7b62 modpost: remove is_vmlinux() helper by Masahiro Yamada · 4 years, 7 months ago
  31. a82f794 modpost: strip .o from modname before calling new_module() by Masahiro Yamada · 4 years, 7 months ago
  32. 858b937 modpost: set have_vmlinux in new_module() by Masahiro Yamada · 4 years, 7 months ago
  33. 0b19d54 modpost: remove mod->skip struct member by Masahiro Yamada · 4 years, 7 months ago
  34. 5a438af modpost: add mod->is_vmlinux struct member by Masahiro Yamada · 4 years, 7 months ago
  35. 1be5fa6 modpost: remove is_vmlinux() call in check_for_{gpl_usage,unused}() by Masahiro Yamada · 4 years, 7 months ago
  36. 3379576 modpost: remove mod->is_dot_o struct member by Masahiro Yamada · 4 years, 7 months ago
  37. 859c926 modpost: move -d option in scripts/Makefile.modpost by Masahiro Yamada · 4 years, 7 months ago
  38. 467b82d modpost: remove -s option by Masahiro Yamada · 4 years, 7 months ago
  39. 7589357 modpost: remove get_next_text() and make {grab,release_}file static by Masahiro Yamada · 4 years, 7 months ago
  40. 70f30cf modpost: use read_text_file() and get_line() for reading text files by Masahiro Yamada · 4 years, 7 months ago
  41. 7c8f566 modpost: avoid false-positive file open error by Masahiro Yamada · 4 years, 7 months ago
  42. f531c1b modpost: fix potential mmap'ed file overrun in get_src_version() by Masahiro Yamada · 4 years, 7 months ago
  43. ac5100f modpost: add read_text_file() and get_line() helpers by Masahiro Yamada · 4 years, 7 months ago
  44. 4ddea2f modpost: do not call get_modinfo() for vmlinux(.o) by Masahiro Yamada · 4 years, 7 months ago
  45. f693153 modpost: drop RCS/CVS $Revision handling in MODULE_VERSION() by Masahiro Yamada · 4 years, 7 months ago
  46. 48a0f72 modpost: show warning if any of symbol dump files is missing by Masahiro Yamada · 4 years, 7 months ago
  47. 7e8a323 modpost: show warning if vmlinux is not found when processing modules by Masahiro Yamada · 4 years, 7 months ago
  48. 436b2ac modpost: invoke modpost only when input files are updated by Masahiro Yamada · 4 years, 7 months ago
  49. 269a535 modpost: generate vmlinux.symvers and reuse it for the second modpost by Masahiro Yamada · 4 years, 7 months ago
  50. f1005b3 modpost: refactor -i option calculation by Masahiro Yamada · 4 years, 7 months ago
  51. bcfedae modpost: print symbol dump file as the build target in short log by Masahiro Yamada · 4 years, 7 months ago
  52. e3fb4df modpost: re-add -e to set external_module flag by Masahiro Yamada · 4 years, 7 months ago
  53. 7924799 modpost: rename ext_sym_list to dump_list by Masahiro Yamada · 4 years, 7 months ago
  54. ce2ddd6 modpost: allow to pass -i option multiple times to remove -e option by Masahiro Yamada · 4 years, 7 months ago
  55. 52c3416 modpost: track if the symbol origin is a dump file or ELF object by Masahiro Yamada · 4 years, 7 months ago
  56. f5152f4 firmware/dmi: Report DMI Bios & EC firmware release by Erwan Velu · 4 years, 7 months ago
  57. 571d54e Merge tag 'devicetree-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 4 years, 7 months ago
  58. c7f574d checkpatch: use patch subject when reading from stdin by Geert Uytterhoeven · 4 years, 7 months ago
  59. 32f30ca checkpatch: disallow --git and --file/--fix by Joe Perches · 4 years, 7 months ago
  60. a55ee0c checkpatch: look for c99 comments in ctx_locate_comment by Joe Perches · 4 years, 7 months ago
  61. 7ccf41a checkpatch: additional MAINTAINER section entry ordering checks by Joe Perches · 4 years, 7 months ago
  62. e33c9fe get_maintainer: fix unexpected behavior for path/to//file (double slashes) by Joe Perches · 4 years, 7 months ago
  63. 0c78c01 get_maintainer: add email addresses from .yaml files by Joe Perches · 4 years, 7 months ago
  64. cb8e59c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 7 months ago
  65. 2beee86 modpost: load KBUILD_EXTRA_SYMBOLS files in order by Masahiro Yamada · 4 years, 7 months ago
  66. 4e5ab74 modpost: pass -N option only for modules modpost by Masahiro Yamada · 4 years, 7 months ago
  67. 89d6117 modpost: move -T option close to the modpost command by Masahiro Yamada · 4 years, 7 months ago
  68. 91e6ee5 modpost: fix -i (--ignore-errors) MAKEFLAGS detection by Masahiro Yamada · 4 years, 7 months ago
  69. b2c8855 kbuild: update modules.order only when contained modules are updated by Masahiro Yamada · 4 years, 7 months ago
  70. b23c477 Merge tag 'docs-5.8' of git://git.lwn.net/linux by Linus Torvalds · 4 years, 7 months ago
  71. 69fc06f Merge tag 'objtool-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 7 months ago
  72. 0bd957e Merge tag 'core-kprobes-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 7 months ago
  73. 37744fe sh: remove sh5 support by Arnd Bergmann · 4 years, 8 months ago
  74. f3908ab kbuild: refactor tagets caluculation for KBUILD_{BUILTIN,KBUILD_MODULES} by Masahiro Yamada · 4 years, 7 months ago
  75. 0a8820e kbuild: refactor subdir-ym calculation by Masahiro Yamada · 4 years, 7 months ago
  76. 1806c13 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 7 months ago
  77. bdc48fa checkpatch/coding-style: deprecate 80-column warning by Joe Perches · 4 years, 7 months ago
  78. 565587d modpost: refactor sech_name() by Masahiro Yamada · 4 years, 7 months ago
  79. d2e4d05 modpost: fix potential segmentation fault for addend_i386_rel() by Masahiro Yamada · 4 years, 7 months ago
  80. e9e81b6 kbuild: disallow multi-word in M= or KBUILD_EXTMOD by Masahiro Yamada · 4 years, 7 months ago
  81. 454753d kbuild: make modules.order rule consistent with built-in.a by Masahiro Yamada · 4 years, 7 months ago
  82. aaa385b kbuild: rename subdir-obj-y to subdir-builtin by Masahiro Yamada · 4 years, 7 months ago
  83. 6ba3bcb kbuild: move subdir-obj-y to scripts/Makefile.build by Masahiro Yamada · 4 years, 7 months ago
  84. b480fec kbuild: clear KBUILD_MODULES in top Makefile if CONFIG_MODULES=n by Masahiro Yamada · 4 years, 7 months ago
  85. e578edc kbuild: remove ifdef builtin-target / lib-target by Masahiro Yamada · 4 years, 7 months ago
  86. 8451791 kbuild: make module name conflict fatal error by Masahiro Yamada · 4 years, 8 months ago
  87. 827365f gcc-plugins: remove always-false $(if ...) in Makefile by Masahiro Yamada · 4 years, 8 months ago
  88. 6ce16f2 scripts/checkstack.pl: fix arm sp regex by Maninder Singh · 4 years, 8 months ago
  89. 3311eee scripts/checkstack.pl: add arm push handling for stack usage by Maninder Singh · 4 years, 8 months ago
  90. 572220a scripts/checkstack.pl: Add argument to print stacks greather than value. by Maninder Singh · 4 years, 8 months ago
  91. 677f141 scripts/checkstack.pl: don't display $dre as different entity by Maninder Singh · 4 years, 8 months ago
  92. 859c817 modpost,fixdep: Replace zero-length array with flexible-array by Gustavo A. R. Silva · 4 years, 8 months ago
  93. 5967577 scripts: headers_install: Exit with error on config leak by Siddharth Gupta · 4 years, 8 months ago
  94. bcfefb6 kconfig: announce removal of 'kvmconfig' and 'xenconfig' shorthands by Masahiro Yamada · 4 years, 8 months ago
  95. 6553896 vmlinux.lds.h: Create section for protection against instrumentation by Thomas Gleixner · 4 years, 10 months ago
  96. 7c0577f Merge tag 'v5.7-rc6' into objtool/core, to pick up fixes and resolve semantic conflict by Ingo Molnar · 4 years, 8 months ago
  97. 7f3a59d kbuild: add infrastructure to build userspace programs by Masahiro Yamada · 4 years, 8 months ago
  98. 59721d4 kbuild: warn if always, hostprogs-y, or hostprogs-m is used by Masahiro Yamada · 4 years, 8 months ago
  99. da07f52 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 8 months ago
  100. d00f26b Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 8 months ago