1. 3cb8c94 ANDROID: modpost: add an exception for CFI stubs by Sami Tolvanen · 6 years ago
  2. 0e70f11 FROMGIT: modpost: validate symbol names also in find_elf_symbol by Sami Tolvanen · 6 years ago
  3. 94279fa scripts: modpost: check memory allocation results by Randy Dunlap · 6 years ago
  4. a1745ad module/retpoline: Warn about missing retpoline in module by Andi Kleen · 6 years ago
  5. 35aee62 objtool, modules: Discard objtool annotation sections for modules by Josh Poimboeuf · 7 years ago
  6. 6727ad9 nmi_backtrace: generate one-line reports for idle cpus by Chris Metcalf · 8 years ago
  7. c153693 powerpc: Simplify module TOC handling by Alan Modra · 8 years ago
  8. d1189c6 scripts: [modpost] add new sections to white list by Noam Camus · 9 years ago
  9. 47490ec modpost: Add flag -E for making section mismatches fatal by Nicolas Boichat · 9 years ago
  10. 5cfb203 modpost: abort if a module symbol is too long by Takashi Iwai · 9 years ago
  11. 673c2c3 modpost: work correctly with tile coldtext sections by Chris Metcalf · 9 years ago
  12. 4a3893d modpost: don't emit section mismatch warnings for compiler optimizations by Paul Gortmaker · 9 years ago
  13. 09c20c0 modpost: expand pattern matching to support substring matches by Paul Gortmaker · 9 years ago
  14. c5c3439 modpost: do not try to match the SHT_NUL section. by Quentin Casasnovas · 9 years ago
  15. e84048a modpost: fix extable entry size calculation. by Quentin Casasnovas · 9 years ago
  16. d3df4de modpost: fix inverted logic in is_extable_fault_address(). by Quentin Casasnovas · 9 years ago
  17. 6c730bf modpost: handle -ffunction-sections by Rusty Russell · 9 years ago
  18. d7e0abc modpost: Whitelist .text.fixup and .exception.text by Thierry Reding · 9 years ago
  19. e5d8f59 modpost: document the use of struct section_check. by Quentin Casasnovas · 9 years ago
  20. 52dc059 modpost: handle relocations mismatch in __ex_table. by Quentin Casasnovas · 9 years ago
  21. c7a65e0 modpost: mismatch_handler: retrieve tosym information only when needed. by Quentin Casasnovas · 9 years ago
  22. 356ad53 modpost: factorize symbol pretty print in get_pretty_name(). by Quentin Casasnovas · 9 years ago
  23. 644e8f1 modpost: add handler function pointer to sectioncheck. by Quentin Casasnovas · 9 years ago
  24. 157d197 modpost: add .sched.text and .kprobes.text to the TEXT_SECTIONS list. by Quentin Casasnovas · 9 years ago
  25. 050e57f modpost: add strict white-listing when referencing sections. by Quentin Casasnovas · 9 years ago
  26. 6325e94 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 10 years ago
  27. 6c34f1f aarch64: filter $x from kallsyms by Kyle McMartin · 10 years ago
  28. d93e171 modpost: simplify file name generation of *.mod.c files by Mathias Krause · 10 years ago
  29. 7a3ee75 modpost: reduce visibility of symbols and constify r/o arrays by Mathias Krause · 10 years ago
  30. a0d8f80 scripts: modpost: Remove numeric suffix pattern matching by Rasmus Villemoes · 10 years ago
  31. fcd38ed scripts: modpost: fix compilation warning by Michal Nazarewicz · 10 years ago
  32. c1fdb2d Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 10 years ago
  33. 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
  34. bb66fc6 kbuild: trivial - use tabs for code indent where possible by Masahiro Yamada · 10 years ago
  35. baec30e modpost: Fix comment typo "Modules.symvers" by Paul Bolle · 10 years ago
  36. 2ee41e6 modpost: Fix resource leak in read_dump() by Christian Engelmayer · 10 years ago
  37. 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
  38. c9698e5 ARM: 7964/1: Detect section mismatches in thumb relocations by David A. Long · 10 years ago
  39. ef178f9 Kbuild, lto: Handle basic LTO in modpost by Andi Kleen · 10 years ago
  40. 7d02b49 Kbuild, lto: Drop .number postfixes in modpost by Andi Kleen · 10 years ago
  41. 77ab21a Kbuild, lto, workaround: Don't warn for initcall_reference in modpost by Andi Kleen · 10 years ago
  42. 8fe9c93 powerpc: Add vr save/restore functions by Andreas Schwab · 10 years ago
  43. ce6513f Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago
  44. b506465 scripts/mod/modpost.c: handle non ABS crc symbols by Andi Kleen · 11 years ago
  45. b6568b1 modpost: fix bogus 'exported twice' warnings. by Rusty Russell · 11 years ago
  46. e0f244c asmlinkage, module: Make ksymtab and kcrctab symbols and __this_module __visible by Andi Kleen · 11 years ago
  47. eed380f modpost: Optionally ignore secondary errors seen if a single module build fails by Guenter Roeck · 11 years ago
  48. 4d10c22 scripts/mod/modpost.c: permit '.cranges' secton for sh64 architecture. by Chen Gang · 11 years ago
  49. 8dce5f3 Merge branch 'cpuinit-delete' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 11 years ago
  50. e24f6628 modpost: remove all traces of cpuinit/cpuexit sections by Paul Gortmaker · 11 years ago
  51. 06df44e modpost.c: Add .text.unlikely to TEXT_SECTIONS by Tom Rini · 11 years ago
  52. a53a11f3 modpost: fix unwanted VMLINUX_SYMBOL_STR expansion by James Hogan · 11 years ago
  53. 712f9b4 modpost: add -T option to read module names from file/stdin. by Rusty Russell · 11 years ago
  54. d4ef1c3 modpost: minor cleanup. by Rusty Russell · 11 years ago
  55. a4b6a77 module: fix symbol versioning with symbol prefixes by James Hogan · 11 years ago
  56. b92021b CONFIG_SYMBOL_PREFIX: cleanup. by Rusty Russell · 11 years ago
  57. 0ca7ffb Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 11 years ago
  58. 6543bec mod/file2alias: make modalias generation safe for cross compiling by Andreas Schwab · 11 years ago
  59. f2e207f modpost: Ignore ARC specific non-alloc sections by Vineet Gupta · 11 years ago
  60. 92e9e6d modpost.c: Stop checking __dev* section mismatches by Greg Kroah-Hartman · 12 years ago
  61. ae3e462 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 12 years ago
  62. 76b2764 modpost: Permit .GCC.command.line sections by Jonathan Kliegman · 12 years ago
  63. af42e97 modpost: fix modpost warnings for xtensa by Max Filippov · 12 years ago
  64. bb15d8d scripts/modpost: check for bad references in .pci.fixups area by Sebastian Andrzej Siewior · 12 years ago
  65. 3c7ec94 modpost: use proper kernel style for autogenerated files by Greg Kroah-Hartman · 12 years ago
  66. eb3d5cc modpost: Stop grab_file() from leaking filedescriptors if fstat() fails by Jesper Juhl · 12 years ago
  67. 258f742 modpost: Fix modpost license checking of vmlinux.o by Frank Rowand · 12 years ago
  68. 923f797 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 12 years ago
  69. 9aaf440 modpost: fix ALL_INIT_DATA_SECTIONS by Jan Beulich · 12 years ago
  70. 6e2e340 ARM: 7324/1: modpost: Fix section warnings for ARM for many compilers by Tony Lindgren · 12 years ago
  71. 2449b8b module,bug: Add TAINT_OOT_MODULE flag for modules not built in-tree by Ben Hutchings · 13 years ago
  72. 62a2635 modpost: Fix modpost's license checking V3 by Alessio Igor Bogani · 13 years ago
  73. 6845756 modpost: Update 64k section support for binutils 2.18.50 by Anders Kaseorg · 13 years ago
  74. 00759c0e modpost: fix trailing comma by Randy Dunlap · 13 years ago
  75. 008d23e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  76. 731ece4 modpost: Fix address calculation in reloc_location() by Olof Johansson · 14 years ago
  77. 1121584 modpost: Put .zdebug* section on white list by H.J. Lu · 14 years ago
  78. b595076 tree-wide: fix comment/printk typos by Uwe Kleine-König · 14 years ago
  79. c9e2a72 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 by Linus Torvalds · 14 years ago
  80. cbcf14a9 scripts/mod/modpost.c: fix commentary accordingly to last changes by Andy Shevchenko · 14 years ago
  81. 26df076 Merge branch 'params' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 14 years ago
  82. 019fca8 MN10300: Permit .GCC-command-line sections by David Howells · 14 years ago
  83. 5003bab fix "scripts/mod/modpost.c: fix memory leak" by Andrew Morton · 14 years ago
  84. 6a84152 param: silence .init.text references from param ops by Rusty Russell · 14 years ago
  85. 37ed19d scripts/mod/modpost.c: fix memory leak by Alexey Fomenko · 14 years ago
  86. 772320e Merge commit 'v2.6.35' into kbuild/kbuild by Michal Marek · 14 years ago
  87. 1ce53ad modpost: support objects with more than 64k sections by Denys Vlasenko · 14 years ago
  88. 7fca5dc powerpc: Fix module building for gcc 4.5 and 64 bit by Stephen Rothwell · 14 years ago
  89. 1c93866 kbuild: Fix modpost segfault by Krzysztof Halasa · 14 years ago
  90. 0db25245 modpost: don't allow *driver to reference .init.* by Uwe Kleine-König · 14 years ago
  91. af92a82 modpost: make symbol white list a per mismatch type variable by Uwe Kleine-König · 14 years ago
  92. fc2f7ef modpost: remove now unused NO_MISMATCH constant by Uwe Kleine-König · 14 years ago
  93. 0d2a636 modpost: pass around const struct sectioncheck * instead of enum mismatch by Uwe Kleine-König · 14 years ago
  94. bbd3f4f modpost: give most mismatch constants a better name by Uwe Kleine-König · 14 years ago
  95. 4a31a22 modpost: define ALL_XXX{IN,EX}IT_SECTIONS by Uwe Kleine-König · 14 years ago
  96. b75dcab modpost: members of *driver structs should not point to __init functions by Uwe Kleine-König · 14 years ago
  97. 5a865c0 Merge branch 'for-33' of git://repo.or.cz/linux-kbuild by Linus Torvalds · 15 years ago
  98. 8d99513 modpost: fix segfault with short symbol names by Michal Marek · 15 years ago
  99. a877376 Kbuild: clear marker out of modpost by Wenji Huang · 15 years ago
  100. 9e1b9b8 module: make MODULE_SYMBOL_PREFIX into a CONFIG option by Alan Jenkins · 15 years ago