aboutsummaryrefslogtreecommitdiff
path: root/scripts/mod
AgeCommit message (Expand)AuthorFilesLines
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 4-0/+4
2017-10-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 2-6/+1
2017-10-22Input: do not use property bits when generating module aliasGravatar Dmitry Torokhov 2-6/+1
2017-10-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 2-1/+6
2017-10-19Input: allow matching device IDs on property bitsGravatar Dmitry Torokhov 2-1/+6
2017-09-13Merge tag 'modules-for-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-5/+24
2017-09-06modpost: simplify sec_name()Gravatar Masahiro Yamada 1-16/+11
2017-07-25modpost: abort if module name is too longGravatar Wanlong Gao 1-5/+24
2017-05-23module: Add module name to modinfoGravatar Kees Cook 1-0/+1
2017-04-13kbuild: Consolidate header generation from ASM offset informationGravatar Matthias Kaehlcke 1-26/+2
2017-03-01objtool, modules: Discard objtool annotation sections for modulesGravatar Josh Poimboeuf 1-0/+1
2017-02-03kbuild: modversions: add infrastructure for emitting relative CRCsGravatar Ard Biesheuvel 1-0/+10
2016-12-17Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Gravatar Linus Torvalds 1-0/+6
2016-11-29kbuild: modpost warn if export version crc is missingGravatar Nicholas Piggin 1-0/+6
2016-11-26modpost: free allocated memoryGravatar Heinrich Schuchardt 1-0/+2
2016-10-07nmi_backtrace: generate one-line reports for idle cpusGravatar Chris Metcalf 1-1/+1
2016-06-26staging: fsl-mc: add support for device table matchingGravatar Stuart Yoder 2-0/+16
2016-06-08of: fix autoloading due to broken modalias with no 'compatible'Gravatar Wolfram Sang 1-1/+1
2016-05-05modpost: fix module autoloading for OF devices with generic compatible propertyGravatar Philipp Zabel 1-24/+45
2016-02-29objtool: Mark non-standard object files and directoriesGravatar Josh Poimboeuf 1-0/+2
2016-01-21powerpc: Simplify module TOC handlingGravatar Alan Modra 1-1/+2
2016-01-14modpost: don't add a trailing wildcard for OF module aliasesGravatar Javier Martinez Canillas 1-2/+1
2015-12-14Drivers: hv: vmbus: Use uuid_le type consistentlyGravatar K. Y. Srinivasan 1-1/+1
2015-11-09Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-7/+30
2015-11-06Merge tag 'sound-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Gravatar Linus Torvalds 2-0/+22
2015-10-26scripts: [modpost] add new sections to white listGravatar Noam Camus 1-0/+2
2015-10-20ALSA: hda - Add hduadio support to DEVTABLEGravatar Subhransu S. Prusty 2-0/+22
2015-10-06modpost: Add flag -E for making section mismatches fatalGravatar Nicolas Boichat 1-7/+17
2015-09-20mei: bus: add client protocol version to the device aliasGravatar Tomas Winkler 2-1/+4
2015-09-20mei: make modules.alias UUID information easier to readGravatar Prarit Bhargava 1-3/+5
2015-09-08Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Gravatar Linus Torvalds 1-0/+6
2015-08-20Avoid conflict with host definitions when cross-compilingGravatar Pavel Fedin 1-0/+6
2015-08-08modpost: abort if a module symbol is too longGravatar Takashi Iwai 1-0/+11
2015-07-08Merge tag 'pm+acpi-4.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-2/+32
2015-07-08modpost: work correctly with tile coldtext sectionsGravatar Chris Metcalf 1-1/+2
2015-07-07ACPI / scan: Add support for ACPI _CLS device matchingGravatar Suthikulpanit, Suravee 2-2/+32
2015-06-26Merge tag 'usb-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 2-0/+17
2015-05-31mei: fix up uuid matchingGravatar Greg Kroah-Hartman 1-2/+5
2015-05-24mei: bus: report also uuid in module aliasGravatar Tomas Winkler 2-2/+17
2015-05-13usb: add bus type for USB ULPIGravatar Heikki Krogerus 2-0/+17
2015-04-22Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-54/+287
2015-04-22modpost: don't emit section mismatch warnings for compiler optimizationsGravatar Paul Gortmaker 1-0/+21
2015-04-22modpost: expand pattern matching to support substring matchesGravatar Paul Gortmaker 1-1/+11
2015-04-22modpost: do not try to match the SHT_NUL section.Gravatar Quentin Casasnovas 1-0/+9
2015-04-22modpost: fix extable entry size calculation.Gravatar Quentin Casasnovas 1-6/+10
2015-04-22modpost: fix inverted logic in is_extable_fault_address().Gravatar Quentin Casasnovas 1-1/+6
2015-04-22modpost: handle -ffunction-sectionsGravatar Rusty Russell 1-1/+1
2015-04-22modpost: Whitelist .text.fixup and .exception.textGravatar Thierry Reding 1-1/+1
2015-04-13modpost: document the use of struct section_check.Gravatar Quentin Casasnovas 1-0/+20
2015-04-13modpost: handle relocations mismatch in __ex_table.Gravatar Quentin Casasnovas 1-0/+141