1. 0ad5b05 Merge tag 'char-misc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 4 years, 9 months ago
  2. ff2ae60 Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx by Linus Torvalds · 4 years, 9 months ago
  3. 5b67fbf Merge tag 'kbuild-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 4 years, 9 months ago
  4. dbb381b Merge tag 'timers-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 9 months ago
  5. c03cb66 Merge tag 'i3c/for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux by Linus Torvalds · 4 years, 9 months ago
  6. d198b34 .gitignore: add SPDX License Identifier by Masahiro Yamada · 4 years, 10 months ago
  7. baca54d Merge 5.6-rc7 into char-misc-next by Greg Kroah-Hartman · 4 years, 10 months ago
  8. f58dd03 scripts: Fix the inclusion order in modpost by Vincenzo Frascino · 4 years, 10 months ago
  9. e6b0de46 bus: mhi: core: Add uevent support for module autoloading by Manivannan Sadhasivam · 4 years, 11 months ago
  10. 4b8a5cf modpost: Get proper section index by get_secindex() instead of st_shndx by Xiao Yang · 4 years, 10 months ago
  11. 5190044 modpost: move the namespace field in Module.symvers last by Jessica Yu · 4 years, 10 months ago
  12. 54b7784 modpost: return error if module is missing ns imports and MODULE_ALLOW_MISSING_NAMESPACE_IMPORTS=n by Jessica Yu · 4 years, 10 months ago
  13. 93c95e5 modpost: rework and consolidate logging interface by Jessica Yu · 4 years, 10 months ago
  14. 1ce589a i3c: Generate aliases for i3c modules by Boris Brezillon · 4 years, 10 months ago
  15. 5f2fb52 kbuild: rename hostprogs-y/always to hostprogs/always-y by Masahiro Yamada · 5 years ago
  16. 5370d4a modpost: assume STT_SPARC_REGISTER is defined by Masahiro Yamada · 5 years ago
  17. 7ef9ab3 modpost: respect the previous export when 'exported twice' is warned by Masahiro Yamada · 5 years ago
  18. e4b26c9 modpost: do not set ->preloaded for symbols from Module.symvers by Masahiro Yamada · 5 years ago
  19. 1743694 modpost: stop symbol preloading for modversion CRC by Masahiro Yamada · 5 years ago
  20. 9bd2a09 modpost: rename handle_modversions() to handle_symbol() by Masahiro Yamada · 5 years ago
  21. e84f9fb modpost: refactor namespace_from_kstrtabns() to not hard-code section name by Masahiro Yamada · 5 years ago
  22. afa0459 modpost: add a helper to get data pointed by a symbol by Masahiro Yamada · 5 years ago
  23. 76b54cf modpost: remove unneeded local variable in contains_namespace() by Masahiro Yamada · 5 years ago
  24. bbc55bd modpost: dump missing namespaces into a single modules.nsdeps file by Masahiro Yamada · 5 years ago
  25. 0241ea8 modpost: free ns_deps_buf.p after writing ns_deps files by Masahiro Yamada · 5 years ago
  26. bff9c62 modpost: do not invoke extra modpost for nsdeps by Masahiro Yamada · 5 years ago
  27. 39808e4 kbuild: do not read $(KBUILD_EXTMOD)/Module.symvers by Masahiro Yamada · 5 years ago
  28. 6992320 symbol namespaces: revert to previous __ksymtab name scheme by Matthias Maennich · 5 years ago
  29. 9ae5bd1 modpost: make updating the symbol namespace explicit by Matthias Maennich · 5 years ago
  30. a2b1118 modpost: delegate updating namespaces to separate function by Matthias Maennich · 5 years ago
  31. 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
  32. 389eb3f modpost: fix broken sym->namespace for external module builds by Masahiro Yamada · 5 years ago
  33. bf70b0503 module: swap the order of symbol.namespace by Masahiro Yamada · 5 years ago
  34. 47346e9 modpost: fix static EXPORT_SYMBOL warnings for UML build by Masahiro Yamada · 5 years ago
  35. 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
  36. a3d0cb0 modpost: use __section in the output to *.mod.c by Masahiro Yamada · 5 years ago
  37. 6df7e1e modpost: use MODULE_INFO() for __module_depends by Masahiro Yamada · 5 years ago
  38. 1d08277 modpost: add support for generating namespace dependencies by Matthias Maennich · 5 years ago
  39. cb9b55d modpost: add support for symbol namespaces by Matthias Maennich · 5 years ago
  40. 6f02bdf modpost: add NOFAIL to strndup by Denis Efremov · 5 years ago
  41. 389c9af modpost: add guid_t type definition by Heikki Krogerus · 5 years ago
  42. 15bfc23 modpost: check for static EXPORT_SYMBOL* functions by Denis Efremov · 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. 54a7151 kbuild: modversions: Fix relative CRC byte order interpretation by Fredrik Noring · 6 years ago
  46. 46c7dd5 modpost: always show verbose warning for section mismatch by Masahiro Yamada · 6 years ago
  47. dbbdf54 Merge tag 'platform-drivers-x86-v5.1-1' of git://git.infradead.org/linux-platform-drivers-x86 by Linus Torvalds · 6 years ago
  48. 0bc44b2 platform/x86: wmi: add WMI support to MODULE_DEVICE_TABLE() by Mattias Jacobsson · 6 years ago
  49. eacc95e platform/x86: wmi: move struct wmi_device_id to mod_devicetable.h by Mattias Jacobsson · 6 years ago
  50. 841f1b8 modpost: file2alias: define size of alias by Mattias Jacobsson · 6 years ago
  51. 0fc1db9 tee: add bus driver framework for TEE based devices by Sumit Garg · 6 years ago
  52. e4f3589 x86, modpost: Replace last remnants of RETPOLINE with CONFIG_RETPOLINE by WANG Chao · 6 years ago
  53. 60df1ae kbuild: move modpost out of 'scripts' target by Masahiro Yamada · 6 years ago
  54. 3b41528 modpost: move unresolved symbol checks to check_exports() by Masahiro Yamada · 6 years ago
  55. c6826ad modpost: merge module iterations by Masahiro Yamada · 6 years ago
  56. d2665ca modpost: refactor seen flag clearing in add_depends() by Masahiro Yamada · 6 years ago
  57. f880eea modpost: file2alias: check prototype of handler by Masahiro Yamada · 6 years ago
  58. ec91e78d modpost: file2alias: go back to simple devtable lookup by Masahiro Yamada · 6 years ago
  59. a4d26f1 modpost: skip ELF local symbols during section mismatch check by Paul Walmsley · 6 years ago
  60. 0987abc modpost: drop unused command line switches by Paul Walmsley · 6 years ago
  61. 5818c68 modpost: validate symbol names also in find_elf_symbol by Sami Tolvanen · 6 years ago
  62. ac747c0 Merge tag 'kbuild-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  63. c2b1a92 modpost: Create macro to avoid variable shadowing by Leonardo Bras · 6 years ago
  64. 153e04b modpost: remove leftover symbol prefix handling for module device table by Masahiro Yamada · 6 years ago
  65. 77b0bf5 kbuild/Makefile: Prepare for using macros in inline assembly code to work around asm() related GCC inlining bugs by Nadav Amit · 6 years ago
  66. 1f3aa90 scripts: modpost: check memory allocation results by Randy Dunlap · 6 years ago
  67. 5695d5d Merge tag 'usb-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 6 years ago
  68. 9afb719 kbuild: Add build salt to the kernel and modules by Laura Abbott · 7 years ago
  69. 8a37d87 usb: typec: Bus type for alternate modes by Heikki Krogerus · 7 years ago
  70. 8715ee7 Merge tag 'kbuild-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 7 years ago
  71. abf7dba Merge tag 'char-misc-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 7 years ago
  72. 8b18574 modpost: constify *modname function argument where possible by Masahiro Yamada · 7 years ago
  73. 074a04f modpost: remove redundant is_vmlinux() test by Masahiro Yamada · 7 years ago
  74. d62c476 modpost: use strstarts() helper more widely by Masahiro Yamada · 7 years ago
  75. bca2cce modpost: pass struct elf_info pointer to get_modinfo() by Masahiro Yamada · 7 years ago
  76. b2c5cdc modpost: remove symbol prefix support by Masahiro Yamada · 7 years ago
  77. 5b7d127 rpmsg: Correct support for MODULE_DEVICE_TABLE() by Andrew F. Davis · 7 years ago
  78. 9fc3476 modpost: delete stale comment by Rasmus Villemoes · 7 years ago
  79. 739d875 mn10300: Remove the architecture by David Howells · 7 years ago
  80. 581e400 Merge tag 'modules-for-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux by Linus Torvalds · 7 years ago
  81. f6cff79 Merge tag 'char-misc-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 7 years ago
  82. 6304672 Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  83. caf7501 module/retpoline: Warn about missing retpoline in module by Andi Kleen · 7 years ago
  84. 0cad61d modpost: Remove trailing semicolon by Luis de Bethencourt · 7 years ago
  85. 9251345 soundwire: Add SoundWire bus type by Vinod Koul · 7 years ago
  86. 5bbcc0f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  87. ba1029c modpost: detect modules without a MODULE_LICENSE by Randy Dunlap · 7 years ago
  88. 2a17178 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  89. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  90. e1ea2f9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  91. 02982f8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 7 years ago
  92. 09c3e01 Input: do not use property bits when generating module alias by Dmitry Torokhov · 7 years ago
  93. f8ddadc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  94. e5f468b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 7 years ago
  95. 8724ecb Input: allow matching device IDs on property bits by Dmitry Torokhov · 7 years ago
  96. d1ff702 thunderbolt: Add support for XDomain discovery protocol by Mika Westerberg · 7 years ago
  97. 4791bcc Merge tag 'modules-for-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux by Linus Torvalds · 7 years ago
  98. 6124c04 modpost: simplify sec_name() by Masahiro Yamada · 7 years ago
  99. 4fd3e4e modpost: abort if module name is too long by Wanlong Gao · 8 years ago
  100. 3e2e857 module: Add module name to modinfo by Kees Cook · 8 years ago