1. 6727ad9 nmi_backtrace: generate one-line reports for idle cpus by Chris Metcalf · 8 years ago
  2. 0afef45 staging: fsl-mc: add support for device table matching by Stuart Yoder · 8 years ago
  3. b3c0a4d of: fix autoloading due to broken modalias with no 'compatible' by Wolfram Sang · 8 years ago
  4. acbef7b modpost: fix module autoloading for OF devices with generic compatible property by Philipp Zabel · 8 years ago
  5. c0dd671686 objtool: Mark non-standard object files and directories by Josh Poimboeuf · 8 years ago
  6. c153693 powerpc: Simplify module TOC handling by Alan Modra · 8 years ago
  7. 2f63236 modpost: don't add a trailing wildcard for OF module aliases by Javier Martinez Canillas · 8 years ago
  8. af3ff64 Drivers: hv: vmbus: Use uuid_le type consistently by K. Y. Srinivasan · 8 years ago
  9. 50c3650 Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 8 years ago
  10. 0280d1a Merge tag 'sound-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 8 years ago
  11. d1189c6 scripts: [modpost] add new sections to white list by Noam Camus · 9 years ago
  12. da23ac1 ALSA: hda - Add hduadio support to DEVTABLE by Subhransu S. Prusty · 9 years ago
  13. 47490ec modpost: Add flag -E for making section mismatches fatal by Nicolas Boichat · 9 years ago
  14. b26864c mei: bus: add client protocol version to the device alias by Tomas Winkler · 9 years ago
  15. 59796ed mei: make modules.alias UUID information easier to read by Prarit Bhargava · 9 years ago
  16. dab3c3c Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 9 years ago
  17. 3c0561e Avoid conflict with host definitions when cross-compiling by Pavel Fedin · 9 years ago
  18. 5cfb203 modpost: abort if a module symbol is too long by Takashi Iwai · 9 years ago
  19. 883a2df Merge tag 'pm+acpi-4.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  20. 673c2c3 modpost: work correctly with tile coldtext sections by Chris Metcalf · 9 years ago
  21. 26095a0 ACPI / scan: Add support for ACPI _CLS device matching by Suthikulpanit, Suravee · 9 years ago
  22. 2a29867 Merge tag 'usb-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 9 years ago
  23. b144ce2 mei: fix up uuid matching by Greg Kroah-Hartman · 9 years ago
  24. c93b76b mei: bus: report also uuid in module alias by Tomas Winkler · 9 years ago
  25. 289fcff usb: add bus type for USB ULPI by Heikki Krogerus · 9 years ago
  26. 15ce265 Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 9 years ago
  27. 4a3893d modpost: don't emit section mismatch warnings for compiler optimizations by Paul Gortmaker · 9 years ago
  28. 09c20c0 modpost: expand pattern matching to support substring matches by Paul Gortmaker · 9 years ago
  29. c5c3439 modpost: do not try to match the SHT_NUL section. by Quentin Casasnovas · 9 years ago
  30. e84048a modpost: fix extable entry size calculation. by Quentin Casasnovas · 9 years ago
  31. d3df4de modpost: fix inverted logic in is_extable_fault_address(). by Quentin Casasnovas · 9 years ago
  32. 6c730bf modpost: handle -ffunction-sections by Rusty Russell · 9 years ago
  33. d7e0abc modpost: Whitelist .text.fixup and .exception.text by Thierry Reding · 9 years ago
  34. e5d8f59 modpost: document the use of struct section_check. by Quentin Casasnovas · 9 years ago
  35. 52dc059 modpost: handle relocations mismatch in __ex_table. by Quentin Casasnovas · 9 years ago
  36. c7a65e0 modpost: mismatch_handler: retrieve tosym information only when needed. by Quentin Casasnovas · 9 years ago
  37. 356ad53 modpost: factorize symbol pretty print in get_pretty_name(). by Quentin Casasnovas · 9 years ago
  38. 644e8f1 modpost: add handler function pointer to sectioncheck. by Quentin Casasnovas · 9 years ago
  39. 157d197 modpost: add .sched.text and .kprobes.text to the TEXT_SECTIONS list. by Quentin Casasnovas · 9 years ago
  40. 050e57f modpost: add strict white-listing when referencing sections. by Quentin Casasnovas · 9 years ago
  41. 8286ae0 MIPS: Add CDMM bus support by James Hogan · 9 years ago
  42. 6325e94 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 10 years ago
  43. 6c34f1f aarch64: filter $x from kallsyms by Kyle McMartin · 10 years ago
  44. d93e171 modpost: simplify file name generation of *.mod.c files by Mathias Krause · 10 years ago
  45. 7a3ee75 modpost: reduce visibility of symbols and constify r/o arrays by Mathias Krause · 10 years ago
  46. a0d8f80 scripts: modpost: Remove numeric suffix pattern matching by Rasmus Villemoes · 10 years ago
  47. fcd38ed scripts: modpost: fix compilation warning by Michal Nazarewicz · 10 years ago
  48. c1fdb2d Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 10 years ago
  49. 4251c2a6 Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 10 years ago
  50. bb66fc6 kbuild: trivial - use tabs for code indent where possible by Masahiro Yamada · 10 years ago
  51. 7eb6e34 kbuild: trivial - remove trailing empty lines by Masahiro Yamada · 10 years ago
  52. 1aacb90 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial into next by Linus Torvalds · 10 years ago
  53. baec30e modpost: Fix comment typo "Modules.symvers" by Paul Bolle · 10 years ago
  54. 2ee41e6 modpost: Fix resource leak in read_dump() by Christian Engelmayer · 10 years ago
  55. 6f4c98e Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 10 years ago
  56. 158e0d3 Merge tag 'driver-core-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  57. 176ab02 Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  58. 21bdd17 module: allow multiple calls to MODULE_DEVICE_TABLE() per module by Tom Gundersen · 10 years ago
  59. 4d7eaa1 Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 10 years ago
  60. 2b9c1f0 x86: align x86 arch with generic CPU modalias handling by Ard Biesheuvel · 10 years ago
  61. 67bad2f cpu: add generic support for CPU feature based module autoloading by Ard Biesheuvel · 10 years ago
  62. c9698e5 ARM: 7964/1: Detect section mismatches in thumb relocations by David A. Long · 10 years ago
  63. ef178f9 Kbuild, lto: Handle basic LTO in modpost by Andi Kleen · 10 years ago
  64. 7d02b49 Kbuild, lto: Drop .number postfixes in modpost by Andi Kleen · 10 years ago
  65. 77ab21a Kbuild, lto, workaround: Don't warn for initcall_reference in modpost by Andi Kleen · 10 years ago
  66. 03b5632 Modpost: fixed USB alias generation for ranges including 0x9 and 0xA by Jan Moskyto Matejka · 10 years ago
  67. 8fe9c93 powerpc: Add vr save/restore functions by Andreas Schwab · 10 years ago
  68. 762fb1d Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 10 years ago
  69. ce6513f Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 10 years ago
  70. b506465 scripts/mod/modpost.c: handle non ABS crc symbols by Andi Kleen · 10 years ago
  71. b6568b1 modpost: fix bogus 'exported twice' warnings. by Rusty Russell · 10 years ago
  72. 849464d kbuild: replace unbounded sprintf call in modpost by Kees Cook · 11 years ago
  73. e0f244c asmlinkage, module: Make ksymtab and kcrctab symbols and __this_module __visible by Andi Kleen · 11 years ago
  74. eed380f modpost: Optionally ignore secondary errors seen if a single module build fails by Guenter Roeck · 11 years ago
  75. 4d10c22 scripts/mod/modpost.c: permit '.cranges' secton for sh64 architecture. by Chen Gang · 11 years ago
  76. cb63fc2 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 11 years ago
  77. 8dce5f3 Merge branch 'cpuinit-delete' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 11 years ago
  78. 7f0ef02 Merge branch 'akpm' (updates from Andrew Morton) by Linus Torvalds · 11 years ago
  79. 3bdbb62 rapidio: add udev notification by Alexandre Bounine · 11 years ago
  80. 04130cc Fix a build warning in scripts/mod/file2alias.c by Daniel Tang · 11 years ago
  81. bd70134 improve modalias building by Jan Beulich · 11 years ago
  82. f82935e scripts/mod: Spelling s/DEVICEVTABLE/DEVICETABLE/ by Geert Uytterhoeven · 11 years ago
  83. e24f662 modpost: remove all traces of cpuinit/cpuexit sections by Paul Gortmaker · 11 years ago
  84. 06df44e modpost.c: Add .text.unlikely to TEXT_SECTIONS by Tom Rini · 11 years ago
  85. 57c29bd Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 11 years ago
  86. 22fc427 Fix cleaning in scripts/mod by Andreas Schwab · 11 years ago
  87. f8ce1fa Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago
  88. a53a11f3 modpost: fix unwanted VMLINUX_SYMBOL_STR expansion by James Hogan · 11 years ago
  89. 712f9b4 modpost: add -T option to read module names from file/stdin. by Rusty Russell · 11 years ago
  90. d4ef1c3 modpost: minor cleanup. by Rusty Russell · 11 years ago
  91. e535410 mei: bus: Initial MEI Client bus type implementation by Samuel Ortiz · 11 years ago
  92. a4b6a77 module: fix symbol versioning with symbol prefixes by James Hogan · 11 years ago
  93. b92021b CONFIG_SYMBOL_PREFIX: cleanup. by Rusty Russell · 11 years ago
  94. 0ca7ffb Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 11 years ago
  95. 6543bec mod/file2alias: make modalias generation safe for cross compiling by Andreas Schwab · 11 years ago
  96. f2e207f modpost: Ignore ARC specific non-alloc sections by Vineet Gupta · 11 years ago
  97. 92e9e6d modpost.c: Stop checking __dev* section mismatches by Greg Kroah-Hartman · 11 years ago
  98. ae3e462 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 12 years ago
  99. 76b2764 modpost: Permit .GCC.command.line sections by Jonathan Kliegman · 12 years ago
  100. 1ea4f4f Merge tag 'xtensa-next-20121008' of git://github.com/czankel/xtensa-linux by Linus Torvalds · 12 years ago