Age | Commit message (Expand) | Author | Files | Lines |
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-16 | 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-07 | 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-11 | 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-04 | Merge branch 'akpm' (updates from Andrew Morton) | Linus Torvalds | 2 | -0/+26 |
2013-07-04 | 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-07 | 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-28 | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds | 5 | -312/+581 |
2013-01-25 | 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-12-01 | 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-12 | 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-04 | 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-05 | 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-14 | 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-23 | 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-24 | 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-10 | modpost: Fix modpost license checking of vmlinux.o | Frank Rowand | 2 | -2/+6 |
2012-03-31 | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds | 1 | -1/+1 |