summaryrefslogtreecommitdiff
path: root/scripts/mod
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-271-9/+3
|\
| * module: Ignore L0 and rename is_arm_mapping_symbol()Tiezhu Yang2023-04-131-2/+2
| * module: Move is_arm_mapping_symbol() to module_symbol.hTiezhu Yang2023-04-131-9/+1
| * module: Sync code of is_arm_mapping_symbol()Tiezhu Yang2023-04-131-0/+2
* | Merge 6.3-rc6 into char-misc-nextGreg Kroah-Hartman2023-04-101-1/+1
|\ \
| * | modpost: Fix processing of CRCs on 32-bit build machinesBen Hutchings2023-03-231-1/+1
| |/
* | cdx: add the cdx bus driverNipun Gupta2023-03-292-0/+16
|/
* Merge tag 'kbuild-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2022-12-193-31/+26
|\
| * modpost: Include '.text.*' in TEXT_SECTIONSNathan Chancellor2022-12-141-2/+2
| * kbuild: change module.order to list *.o instead of *.koMasahiro Yamada2022-12-141-7/+4
| * modpost: Mark uuid_le type to be suitable only for MEIAndy Shevchenko2022-11-271-4/+8
| * modpost: fix array_size.cocci warningKaiLong Wang2022-11-211-2/+2
| * modpost: Join broken long printed messagesGeert Uytterhoeven2022-11-212-16/+10
* | LoongArch: Switch to relative exception tablesYouling Tang2022-12-141-0/+13
|/
* modpost: fix module versioning when a symbol lacks valid CRCMasahiro Yamada2022-08-211-3/+1
* Merge tag 'kbuild-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2022-08-103-250/+68
|\
| * modpost: remove .symbol_white_list field entirelyMasahiro Yamada2022-08-041-39/+16
| * modpost: remove unneeded .symbol_white_list initializersMasahiro Yamada2022-08-041-8/+0
| * modpost: add PATTERNS() helper macroMasahiro Yamada2022-08-041-0/+7
| * modpost: shorten warning messages in report_sec_mismatch()Masahiro Yamada2022-08-041-170/+9
| * Revert "Kbuild, lto, workaround: Don't warn for initcall_reference in modpost"Masahiro Yamada2022-08-041-3/+0
| * modpost: use more reliable way to get fromsec in section_rel(a)()Masahiro Yamada2022-08-031-4/+2
| * modpost: add array range check to sec_name()Masahiro Yamada2022-08-031-1/+9
| * modpost: refactor get_secindex()Masahiro Yamada2022-08-031-12/+18
| * modpost: remove unused Elf_Sword macroMasahiro Yamada2022-08-031-2/+0
| * modpost: use sym_get_data() to get module device_table dataMasahiro Yamada2022-07-273-4/+3
| * modpost: drop executable ELF supportMasahiro Yamada2022-07-271-6/+4
| * Revert "scripts/mod/modpost.c: permit '.cranges' secton for sh64 architecture."Masahiro Yamada2022-07-271-1/+0
* | Merge tag 'linux-kselftest-kunit-5.20-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds2022-08-021-0/+3
|\ \ | |/ |/|
| * module: panic: Taint the kernel when selftest modules loadDavid Gow2022-07-111-0/+3
* | modpost: fix section mismatch check for exported init/exit sectionsMasahiro Yamada2022-06-201-1/+1
|/
* Merge tag 'kbuild-v5.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2022-06-053-126/+40
|\
| * modpost: use fnmatch() to simplify match()Masahiro Yamada2022-06-051-61/+13
| * modpost: simplify mod->name allocationMasahiro Yamada2022-06-051-13/+12
| * kbuild: check static EXPORT_SYMBOL* by script instead of modpostMasahiro Yamada2022-06-011-27/+1
| * kbuild: do not create *.prelink.o for Clang LTO or IBTMasahiro Yamada2022-05-291-7/+0
| * modpost: squash if...else-if in find_elf_symbol2()Masahiro Yamada2022-05-271-7/+3
| * modpost: reuse ARRAY_SIZE() macro for section_mismatch()Masahiro Yamada2022-05-273-6/+6
| * modpost: remove the unused argument of check_sec_ref()Masahiro Yamada2022-05-271-3/+2
| * modpost: fix undefined behavior of is_arm_mapping_symbol()Masahiro Yamada2022-05-271-1/+2
| * modpost: fix removing numeric suffixesAlexander Lobakin2022-05-271-1/+1
* | Merge tag 'char-misc-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-06-031-0/+10
|\ \ | |/ |/|
| * bus: mhi: ep: Add uevent support for module autoloadingManivannan Sadhasivam2022-04-261-0/+10
* | kbuild: link symbol CRCs at final link, removing CONFIG_MODULE_REL_CRCSMasahiro Yamada2022-05-241-4/+24
* | modpost: extract symbol versions from *.cmd filesMasahiro Yamada2022-05-241-48/+131
* | modpost: add sym_find_with_module() helperMasahiro Yamada2022-05-241-2/+7
* | modpost: change the license of EXPORT_SYMBOL to bool typeMasahiro Yamada2022-05-111-78/+30
* | modpost: remove left-over cross_compile declarationMasahiro Yamada2022-05-111-1/+0
* | modpost: move *.mod.c generation to write_mod_c_files()Masahiro Yamada2022-05-111-25/+31
* | modpost: merge add_{intree_flag,retpoline,staging_flag} to add_headerMasahiro Yamada2022-05-111-18/+7