| Age | Commit message (Expand) | Author | Files | Lines |
| 2019-01-09 | x86, modpost: Replace last remnants of RETPOLINE with CONFIG_RETPOLINE | WANG Chao | 1 | -1/+1 |
| 2018-12-01 | kbuild: move modpost out of 'scripts' target | Masahiro Yamada | 1 | -2/+0 |
| 2018-12-01 | modpost: move unresolved symbol checks to check_exports() | Masahiro Yamada | 1 | -15/+18 |
| 2018-12-01 | modpost: merge module iterations | Masahiro Yamada | 1 | -6/+1 |
| 2018-12-01 | modpost: refactor seen flag clearing in add_depends() | Masahiro Yamada | 1 | -6/+6 |
| 2018-12-01 | modpost: file2alias: check prototype of handler | Masahiro Yamada | 1 | -4/+3 |
| 2018-12-01 | modpost: file2alias: go back to simple devtable lookup | Masahiro Yamada | 1 | -95/+49 |
| 2018-12-01 | modpost: skip ELF local symbols during section mismatch check | Paul Walmsley | 1 | -0/+12 |
| 2018-11-21 | modpost: drop unused command line switches | Paul Walmsley | 1 | -1/+1 |
| 2018-11-21 | modpost: validate symbol names also in find_elf_symbol | Sami Tolvanen | 1 | -24/+26 |
| 2018-10-28 | Merge tag 'kbuild-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -8/+18 |
| 2018-10-29 | modpost: Create macro to avoid variable shadowing | Leonardo Bras | 1 | -4/+15 |
| 2018-10-19 | modpost: remove leftover symbol prefix handling for module device table | Masahiro Yamada | 1 | -4/+3 |
| 2018-10-04 | kbuild/Makefile: Prepare for using macros in inline assembly code to work aro... | Nadav Amit | 1 | -0/+2 |
| 2018-08-22 | scripts: modpost: check memory allocation results | Randy Dunlap | 1 | -4/+4 |
| 2018-08-18 | Merge tag 'usb-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2 | -0/+17 |
| 2018-07-18 | kbuild: Add build salt to the kernel and modules | Laura Abbott | 1 | -0/+3 |
| 2018-07-02 | usb: typec: Bus type for alternate modes | Heikki Krogerus | 2 | -0/+17 |
| 2018-06-06 | Merge tag 'kbuild-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -56/+41 |
| 2018-06-05 | Merge tag 'char-misc-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -0/+14 |
| 2018-05-17 | modpost: constify *modname function argument where possible | Masahiro Yamada | 1 | -2/+2 |
| 2018-05-17 | modpost: remove redundant is_vmlinux() test | Masahiro Yamada | 1 | -2/+1 |
| 2018-05-17 | modpost: use strstarts() helper more widely | Masahiro Yamada | 1 | -21/+18 |
| 2018-05-17 | modpost: pass struct elf_info pointer to get_modinfo() | Masahiro Yamada | 1 | -13/+12 |
| 2018-05-17 | modpost: remove symbol prefix support | Masahiro Yamada | 1 | -20/+10 |
| 2018-05-14 | rpmsg: Correct support for MODULE_DEVICE_TABLE() | Andrew F. Davis | 2 | -0/+14 |
| 2018-05-03 | modpost: delete stale comment | Rasmus Villemoes | 1 | -8/+1 |
| 2018-03-09 | mn10300: Remove the architecture | David Howells | 1 | -4/+3 |
| 2018-02-07 | Merge tag 'modules-for-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+1 |
| 2018-02-01 | Merge tag 'char-misc-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -0/+19 |
| 2018-01-29 | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -0/+9 |
| 2018-01-26 | module/retpoline: Warn about missing retpoline in module | Andi Kleen | 1 | -0/+9 |
| 2018-01-16 | modpost: Remove trailing semicolon | Luis de Bethencourt | 1 | -1/+1 |
| 2017-12-19 | soundwire: Add SoundWire bus type | Vinod Koul | 2 | -0/+19 |
| 2017-11-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2 | -0/+32 |
| 2017-11-12 | modpost: detect modules without a MODULE_LICENSE | Randy Dunlap | 1 | -1/+1 |
| 2017-11-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 4 | -0/+4 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 4 | -0/+4 |
| 2017-10-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -6/+1 |
| 2017-10-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2 | -6/+1 |
| 2017-10-22 | Input: do not use property bits when generating module alias | Dmitry Torokhov | 2 | -6/+1 |
| 2017-10-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -1/+6 |
| 2017-10-21 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2 | -1/+6 |
| 2017-10-19 | Input: allow matching device IDs on property bits | Dmitry Torokhov | 2 | -1/+6 |
| 2017-10-02 | thunderbolt: Add support for XDomain discovery protocol | Mika Westerberg | 2 | -0/+32 |
| 2017-09-13 | Merge tag 'modules-for-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -5/+24 |
| 2017-09-06 | modpost: simplify sec_name() | Masahiro Yamada | 1 | -16/+11 |
| 2017-07-25 | modpost: abort if module name is too long | Wanlong Gao | 1 | -5/+24 |
| 2017-05-23 | module: Add module name to modinfo | Kees Cook | 1 | -0/+1 |
| 2017-04-13 | kbuild: Consolidate header generation from ASM offset information | Matthias Kaehlcke | 1 | -26/+2 |
| 2017-03-01 | objtool, modules: Discard objtool annotation sections for modules | Josh Poimboeuf | 1 | -0/+1 |
| 2017-02-03 | kbuild: modversions: add infrastructure for emitting relative CRCs | Ard Biesheuvel | 1 | -0/+10 |
| 2016-12-17 | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds | 1 | -0/+6 |
| 2016-11-29 | kbuild: modpost warn if export version crc is missing | Nicholas Piggin | 1 | -0/+6 |
| 2016-11-26 | modpost: free allocated memory | Heinrich Schuchardt | 1 | -0/+2 |
| 2016-10-07 | nmi_backtrace: generate one-line reports for idle cpus | Chris Metcalf | 1 | -1/+1 |
| 2016-06-26 | staging: fsl-mc: add support for device table matching | Stuart Yoder | 2 | -0/+16 |
| 2016-06-08 | of: fix autoloading due to broken modalias with no 'compatible' | Wolfram Sang | 1 | -1/+1 |
| 2016-05-05 | modpost: fix module autoloading for OF devices with generic compatible property | Philipp Zabel | 1 | -24/+45 |
| 2016-02-29 | objtool: Mark non-standard object files and directories | Josh Poimboeuf | 1 | -0/+2 |
| 2016-01-21 | powerpc: Simplify module TOC handling | Alan Modra | 1 | -1/+2 |
| 2016-01-14 | modpost: don't add a trailing wildcard for OF module aliases | Javier Martinez Canillas | 1 | -2/+1 |
| 2015-12-14 | Drivers: hv: vmbus: Use uuid_le type consistently | K. Y. Srinivasan | 1 | -1/+1 |
| 2015-11-09 | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -7/+30 |
| 2015-11-06 | Merge tag 'sound-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds | 2 | -0/+22 |
| 2015-10-26 | scripts: [modpost] add new sections to white list | Noam Camus | 1 | -0/+2 |
| 2015-10-20 | ALSA: hda - Add hduadio support to DEVTABLE | Subhransu S. Prusty | 2 | -0/+22 |
| 2015-10-06 | modpost: Add flag -E for making section mismatches fatal | Nicolas Boichat | 1 | -7/+17 |
| 2015-09-20 | mei: bus: add client protocol version to the device alias | Tomas Winkler | 2 | -1/+4 |
| 2015-09-20 | mei: make modules.alias UUID information easier to read | Prarit Bhargava | 1 | -3/+5 |
| 2015-09-08 | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds | 1 | -0/+6 |
| 2015-08-20 | Avoid conflict with host definitions when cross-compiling | Pavel Fedin | 1 | -0/+6 |
| 2015-08-08 | modpost: abort if a module symbol is too long | Takashi Iwai | 1 | -0/+11 |
| 2015-07-08 | Merge tag 'pm+acpi-4.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -2/+32 |
| 2015-07-08 | modpost: work correctly with tile coldtext sections | Chris Metcalf | 1 | -1/+2 |
| 2015-07-07 | ACPI / scan: Add support for ACPI _CLS device matching | Suthikulpanit, Suravee | 2 | -2/+32 |
| 2015-06-26 | Merge tag 'usb-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2 | -0/+17 |
| 2015-05-31 | mei: fix up uuid matching | Greg Kroah-Hartman | 1 | -2/+5 |
| 2015-05-24 | mei: bus: report also uuid in module alias | Tomas Winkler | 2 | -2/+17 |
| 2015-05-13 | usb: add bus type for USB ULPI | Heikki Krogerus | 2 | -0/+17 |
| 2015-04-22 | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -54/+287 |
| 2015-04-22 | modpost: don't emit section mismatch warnings for compiler optimizations | Paul Gortmaker | 1 | -0/+21 |
| 2015-04-22 | modpost: expand pattern matching to support substring matches | Paul Gortmaker | 1 | -1/+11 |
| 2015-04-22 | modpost: do not try to match the SHT_NUL section. | Quentin Casasnovas | 1 | -0/+9 |
| 2015-04-22 | modpost: fix extable entry size calculation. | Quentin Casasnovas | 1 | -6/+10 |
| 2015-04-22 | modpost: fix inverted logic in is_extable_fault_address(). | Quentin Casasnovas | 1 | -1/+6 |
| 2015-04-22 | modpost: handle -ffunction-sections | Rusty Russell | 1 | -1/+1 |
| 2015-04-22 | modpost: Whitelist .text.fixup and .exception.text | Thierry Reding | 1 | -1/+1 |
| 2015-04-13 | modpost: document the use of struct section_check. | Quentin Casasnovas | 1 | -0/+20 |
| 2015-04-13 | modpost: handle relocations mismatch in __ex_table. | Quentin Casasnovas | 1 | -0/+141 |
| 2015-04-13 | modpost: mismatch_handler: retrieve tosym information only when needed. | Quentin Casasnovas | 1 | -3/+4 |
| 2015-04-13 | modpost: factorize symbol pretty print in get_pretty_name(). | Quentin Casasnovas | 1 | -11/+12 |
| 2015-04-13 | modpost: add handler function pointer to sectioncheck. | Quentin Casasnovas | 1 | -26/+42 |
| 2015-04-13 | modpost: add .sched.text and .kprobes.text to the TEXT_SECTIONS list. | Quentin Casasnovas | 1 | -1/+2 |
| 2015-04-13 | modpost: add strict white-listing when referencing sections. | Quentin Casasnovas | 1 | -15/+19 |
| 2015-03-31 | MIPS: Add CDMM bus support | James Hogan | 2 | -0/+19 |
| 2014-10-08 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -1/+1 |
| 2014-10-02 | aarch64: filter $x from kallsyms | Kyle McMartin | 1 | -1/+1 |
| 2014-08-27 | modpost: simplify file name generation of *.mod.c files | Mathias Krause | 1 | -1/+1 |
| 2014-08-27 | modpost: reduce visibility of symbols and constify r/o arrays | Mathias Krause | 1 | -11/+12 |
| 2014-07-27 | scripts: modpost: Remove numeric suffix pattern matching | Rasmus Villemoes | 1 | -39/+10 |
| 2014-07-27 | scripts: modpost: fix compilation warning | Michal Nazarewicz | 1 | -5/+4 |
| 2014-06-12 | Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k... | Linus Torvalds | 5 | -41/+37 |
| 2014-06-11 | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -0/+2 |
| 2014-06-10 | kbuild: trivial - use tabs for code indent where possible | Masahiro Yamada | 3 | -39/+37 |
| 2014-06-10 | kbuild: trivial - remove trailing empty lines | Masahiro Yamada | 2 | -2/+0 |
| 2014-06-04 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
| 2014-05-05 | modpost: Fix comment typo "Modules.symvers" | Paul Bolle | 1 | -1/+1 |
| 2014-04-28 | modpost: Fix resource leak in read_dump() | Christian Engelmayer | 1 | -0/+2 |
| 2014-04-06 | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -5/+9 |
| 2014-04-01 | Merge tag 'driver-core-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -5/+18 |
| 2014-03-31 | Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2 | -3/+24 |
| 2014-03-13 | module: allow multiple calls to MODULE_DEVICE_TABLE() per module | Tom Gundersen | 1 | -5/+9 |
| 2014-03-07 | Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm | Linus Torvalds | 1 | -0/+13 |
| 2014-02-18 | x86: align x86 arch with generic CPU modalias handling | Ard Biesheuvel | 1 | -5/+5 |
| 2014-02-18 | cpu: add generic support for CPU feature based module autoloading | Ard Biesheuvel | 2 | -0/+13 |
| 2014-02-18 | ARM: 7964/1: Detect section mismatches in thumb relocations | David A. Long | 1 | -0/+13 |
| 2014-02-13 | Kbuild, lto: Handle basic LTO in modpost | Andi Kleen | 1 | -1/+5 |
| 2014-02-13 | Kbuild, lto: Drop .number postfixes in modpost | Andi Kleen | 2 | -2/+15 |
| 2014-02-13 | Kbuild, lto, workaround: Don't warn for initcall_reference in modpost | Andi Kleen | 1 | -0/+4 |
| 2014-02-07 | Modpost: fixed USB alias generation for ranges including 0x9 and 0xA | Jan Moskyto Matejka | 1 | -2/+2 |
| 2014-01-15 | powerpc: Add vr save/restore functions | Andreas Schwab | 1 | -2/+6 |
| 2013-11-15 | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds | 1 | -1/+1 |
| 2013-11-15 | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -4/+18 |
| 2013-11-13 | scripts/mod/modpost.c: handle non ABS crc symbols | Andi Kleen | 1 | -8/+7 |
| 2013-11-07 | modpost: fix bogus 'exported twice' warnings. | Rusty Russell | 1 | -2/+5 |
| 2013-11-06 | kbuild: replace unbounded sprintf call in modpost | Kees Cook | 1 | -1/+1 |
| 2013-10-29 | asmlinkage, module: Make ksymtab and kcrctab symbols and __this_module __visible | Andi Kleen | 1 | -1/+1 |
| 2013-09-23 | modpost: Optionally ignore secondary errors seen if a single module build fails | Guenter Roeck | 1 | -1/+12 |
| 2013-08-20 | scripts/mod/modpost.c: permit '.cranges' secton for sh64 architecture. | Chen Gang | 1 | -0/+1 |
| 2013-07-10 | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds | 2 | -14/+11 |
| 2013-07-07 | Merge branch 'cpuinit-delete' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -43/+9 |
| 2013-07-03 | Merge branch 'akpm' (updates from Andrew Morton) | Linus Torvalds | 2 | -0/+26 |
| 2013-07-03 | rapidio: add udev notification | Alexandre Bounine | 2 | -0/+26 |
| 2013-07-03 | Fix a build warning in scripts/mod/file2alias.c | Daniel Tang | 1 | -4/+6 |
| 2013-06-28 | improve modalias building | Jan Beulich | 1 | -8/+3 |
| 2013-06-28 | scripts/mod: Spelling s/DEVICEVTABLE/DEVICETABLE/ | Geert Uytterhoeven | 1 | -2/+2 |
| 2013-06-26 | modpost: remove all traces of cpuinit/cpuexit sections | Paul Gortmaker | 1 | -43/+9 |
| 2013-05-20 | modpost.c: Add .text.unlikely to TEXT_SECTIONS | Tom Rini | 1 | -1/+1 |
| 2013-05-07 | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds | 1 | -0/+2 |
| 2013-05-06 | Fix cleaning in scripts/mod | Andreas Schwab | 1 | -0/+2 |
| 2013-05-05 | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -32/+62 |
| 2013-04-29 | modpost: fix unwanted VMLINUX_SYMBOL_STR expansion | James Hogan | 1 | -1/+1 |
| 2013-04-05 | modpost: add -T option to read module names from file/stdin. | Rusty Russell | 1 | -2/+30 |
| 2013-04-05 | modpost: minor cleanup. | Rusty Russell | 1 | -8/+15 |
| 2013-03-29 | mei: bus: Initial MEI Client bus type implementation | Samuel Ortiz | 2 | -0/+15 |
| 2013-03-20 | module: fix symbol versioning with symbol prefixes | James Hogan | 1 | -1/+2 |
| 2013-03-15 | CONFIG_SYMBOL_PREFIX: cleanup. | Rusty Russell | 1 | -21/+15 |
| 2013-02-27 | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds | 5 | -312/+581 |
| 2013-01-24 | mod/file2alias: make modalias generation safe for cross compiling | Andreas Schwab | 5 | -312/+581 |
| 2013-01-21 | modpost: Ignore ARC specific non-alloc sections | Vineet Gupta | 1 | -0/+2 |
| 2012-11-30 | modpost.c: Stop checking __dev* section mismatches | Greg Kroah-Hartman | 1 | -14/+10 |
| 2012-10-12 | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds | 1 | -0/+1 |
| 2012-10-11 | modpost: Permit .GCC.command.line sections | Jonathan Kliegman | 1 | -0/+1 |
| 2012-10-09 | Merge tag 'xtensa-next-20121008' of git://github.com/czankel/xtensa-linux | Linus Torvalds | 1 | -0/+2 |
| 2012-10-03 | modpost: fix modpost warnings for xtensa | Max Filippov | 1 | -0/+2 |
| 2012-09-07 | staging/ipack: Fix bug introduced by IPack device matching | Jens Taprogge | 1 | -1/+1 |
| 2012-09-04 | Staging: ipack: implement ipack device table. | Jens Taprogge | 1 | -0/+15 |
| 2012-07-26 | Merge tag 'usb-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -1/+4 |
| 2012-06-16 | scripts/modpost: check for bad references in .pci.fixups area | Sebastian Andrzej Siewior | 1 | -0/+11 |
| 2012-06-13 | USB: allow match on bInterfaceNumber | Bjørn Mork | 1 | -1/+4 |
| 2012-05-23 | modpost: use proper kernel style for autogenerated files | Greg Kroah-Hartman | 1 | -4/+4 |
| 2012-05-23 | modpost: Stop grab_file() from leaking filedescriptors if fstat() fails | Jesper Juhl | 1 | -3/+6 |
| 2012-05-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+4 |
| 2012-05-01 | HID: Allow bus wildcard matching | Henrik Rydberg | 1 | -1/+2 |
| 2012-05-01 | HID: Add device group to modalias | Henrik Rydberg | 1 | -0/+2 |
| 2012-04-23 | Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar... | Linus Torvalds | 1 | -0/+4 |
| 2012-04-18 | Fix modpost failures in fedora 17 | David Miller | 1 | -0/+4 |
| 2012-04-09 | modpost: Fix modpost license checking of vmlinux.o | Frank Rowand | 2 | -2/+6 |
| 2012-03-30 | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds | 1 | -1/+1 |
| 2012-03-26 | modpost: fix ALL_INIT_DATA_SECTIONS | Jan Beulich | 1 | -1/+1 |
| 2012-03-09 | Merge 3.3-rc6 into driver-core-next | Greg Kroah-Hartman | 2 | -5/+41 |
| 2012-02-27 | mod/file2alias: make modpost compile on darwin again | Andreas Bießmann | 1 | -4/+31 |
| 2012-02-15 | ARM: 7324/1: modpost: Fix section warnings for ARM for many compilers | Tony Lindgren | 1 | -0/+9 |
| 2012-02-14 | module: fix broken isapnp handling in file2alias | Ondrej Zary | 1 | -1/+1 |
| 2012-02-13 | x86/cpu: Clean up modalias feature matching | Ben Hutchings | 1 | -2/+3 |
| 2012-02-02 | Merge 3.3-rc2 into the driver-core-next branch. | Greg Kroah-Hartman | 1 | -10/+0 |
| 2012-01-26 | Add driver auto probing for x86 features v4 | Andi Kleen | 1 | -0/+24 |
| 2012-01-20 | Revert "ARM: sa11x0: Implement autoloading of codec and codec pdata for mcp b... | Russell King | 1 | -10/+0 |
| 2012-01-14 | Merge tag 'for-linus' of git://github.com/rustyrussell/linux | Linus Torvalds | 1 | -125/+92 |
| 2012-01-13 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/same... | Linus Torvalds | 1 | -0/+13 |
| 2012-01-13 | modpost: use linker section to generate table. | Rusty Russell | 1 | -45/+61 |
| 2012-01-13 | modpost: use a table rather than a giant if/else statement. | Rusty Russell | 1 | -119/+73 |
| 2012-01-09 | ARM: sa11x0: Implement autoloading of codec and codec pdata for mcp bus. | Jochen Friedrich | 1 | -0/+13 |
| 2011-11-22 | ARM: amba: Auto-generate AMBA driver module aliases during modpost | Dave Martin | 1 | -0/+72 |
| 2011-11-07 | module,bug: Add TAINT_OOT_MODULE flag for modules not built in-tree | Ben Hutchings | 1 | -0/+7 |
| 2011-08-25 | Staging: hv: file2alias: fix up alias creation logic for hv_vmbus_device_id | Greg Kroah-Hartman | 1 | -2/+2 |
| 2011-08-25 | Staging: hv: Add code to parse struct hv_vmbus_device_id table | K. Y. Srinivasan | 1 | -0/+25 |
| 2011-07-24 | modpost: Fix modpost's license checking V3 | Alessio Igor Bogani | 1 | -1/+28 |
| 2011-05-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 1 | -0/+22 |
| 2011-05-19 | modpost: Update 64k section support for binutils 2.18.50 | Anders Kaseorg | 2 | -29/+14 |
| 2011-05-10 | bcma: add Broadcom specific AMBA bus driver | Rafał Miłecki | 1 | -0/+22 |
| 2011-03-21 | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds | 1 | -8/+15 |
| 2011-03-17 | modpost: fix trailing comma | Randy Dunlap | 1 | -8/+15 |
| 2011-03-13 | kbuild: Fix computing srcversion for modules | Michal Marek | 1 | -2/+17 |
| 2011-01-13 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 1 | -1/+1 |
| 2010-12-28 | modpost: Fix address calculation in reloc_location() | Olof Johansson | 1 | -1/+1 |
| 2010-12-16 | modpost: Put .zdebug* section on white list | H.J. Lu | 1 | -0/+1 |
| 2010-11-01 | tree-wide: fix comment/printk typos | Uwe Kleine-König | 1 | -1/+1 |
| 2010-10-28 | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds | 1 | -1/+4 |