Age | Commit message (Expand) | Author | Files | Lines |
2025-04-06 | Disable SLUB_TINY for build testing | Linus Torvalds | 1 | -1/+1 |
2025-03-23 | modpost: require a MODULE_DESCRIPTION() | Jeff Johnson | 1 | -2/+2 |
2025-03-15 | modpost: use strstarts() to clean up parse_source_files() | Masahiro Yamada | 1 | -2/+2 |
2025-03-15 | modpost: introduce get_basename() helper | Masahiro Yamada | 3 | -32/+23 |
2025-02-16 | modpost: Fix a few typos in a comment | Uwe Kleine-König | 1 | -2/+2 |
2025-02-06 | kbuild: keep symbols for symbol_get() even with CONFIG_TRIM_UNUSED_KSYMS | Masahiro Yamada | 2 | -0/+41 |
2025-01-31 | Merge tag 'kbuild-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -6/+65 |
2025-01-13 | Merge 6.13-rc7 into usb-next | Greg Kroah-Hartman | 3 | -31/+43 |
2025-01-11 | modpost: Allow extended modversions without basic MODVERSIONS | Matthew Maurer | 1 | -2/+7 |
2025-01-11 | modpost: Produce extended MODVERSIONS information | Matthew Maurer | 1 | -4/+58 |
2025-01-10 | modpost: zero-pad CRC values in modversion_info array | Masahiro Yamada | 1 | -1/+1 |
2024-12-28 | modpost: work around unaligned data access error | Masahiro Yamada | 3 | -25/+39 |
2024-12-28 | modpost: refactor do_vmbus_entry() | Masahiro Yamada | 1 | -5/+3 |
2024-12-28 | modpost: fix the missed iteration for the max bit in do_input() | Masahiro Yamada | 1 | -1/+1 |
2024-12-24 | usb: typec: Only use SVID for matching altmodes | Abhishek Pandit-Subedi | 2 | -8/+2 |
2024-12-21 | modpost: distinguish same module paths from different dump files | Masahiro Yamada | 2 | -9/+11 |
2024-12-08 | modpost: Add .irqentry.text to OTHER_SECTIONS | Thomas Gleixner | 1 | -1/+1 |
2024-11-28 | modpost: replace tdb_hash() with hash_str() | Masahiro Yamada | 1 | -15/+3 |
2024-11-28 | modpost: improve error messages in device_id_check() | Masahiro Yamada | 1 | -37/+18 |
2024-11-28 | modpost: rename alias symbol for MODULE_DEVICE_TABLE() | Masahiro Yamada | 1 | -10/+7 |
2024-11-28 | modpost: rename variables in handle_moddevtable() | Masahiro Yamada | 1 | -11/+11 |
2024-11-28 | modpost: move strstarts() to modpost.h | Masahiro Yamada | 3 | -3/+3 |
2024-11-28 | modpost: convert do_usb_table() to a generic handler | Masahiro Yamada | 1 | -30/+9 |
2024-11-28 | modpost: convert do_of_table() to a generic handler | Masahiro Yamada | 1 | -18/+2 |
2024-11-28 | modpost: convert do_pnp_device_entry() to a generic handler | Masahiro Yamada | 1 | -21/+9 |
2024-11-28 | modpost: convert do_pnp_card_entries() to a generic handler | Masahiro Yamada | 1 | -25/+14 |
2024-11-28 | modpost: call module_alias_printf() from all do_*_entry() functions | Masahiro Yamada | 1 | -257/+181 |
2024-11-28 | modpost: pass (struct module *) to do_*_entry() functions | Masahiro Yamada | 1 | -59/+59 |
2024-11-28 | modpost: remove DEF_FIELD_ADDR_VAR() macro | Masahiro Yamada | 1 | -8/+1 |
2024-11-28 | modpost: deduplicate MODULE_ALIAS() for all drivers | Masahiro Yamada | 1 | -33/+15 |
2024-11-28 | modpost: introduce module_alias_printf() helper | Masahiro Yamada | 3 | -28/+93 |
2024-11-28 | modpost: remove unnecessary check in do_acpi_entry() | Masahiro Yamada | 1 | -1/+1 |
2024-11-28 | modpost: remove incorrect code in do_eisa_entry() | Masahiro Yamada | 1 | -4/+1 |
2024-11-03 | modpost: fix input MODULE_DEVICE_TABLE() built for 64-bit on 32-bit host | Masahiro Yamada | 1 | -1/+1 |
2024-11-03 | modpost: fix acpi MODULE_DEVICE_TABLE built with mismatched endianness | Masahiro Yamada | 1 | -5/+5 |
2024-10-23 | sumversion: Fix a memory leak in get_src_version() | Elena Salomatkina | 1 | -2/+3 |
2024-09-26 | Merge tag 'char-misc-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -0/+15 |
2024-09-07 | kbuild: compile constant module information only once | Thomas Weißschuh | 1 | -23/+0 |
2024-09-03 | slimbus: generate MODULE_ALIAS() from MODULE_DEVICE_TABLE() | Masahiro Yamada | 2 | -0/+15 |
2024-09-01 | modpost: simplify modpost_log() | Masahiro Yamada | 2 | -19/+9 |
2024-09-01 | modpost: improve the section mismatch warning format | Masahiro Yamada | 1 | -8/+13 |
2024-09-01 | modpost: replace the use of NOFAIL() with xmalloc() etc. | Masahiro Yamada | 4 | -27/+17 |
2024-09-01 | modpost: detect endianness on run-time | Masahiro Yamada | 3 | -28/+40 |
2024-09-01 | modpost: remove unused HOST_ELFCLASS | Masahiro Yamada | 1 | -6/+0 |
2024-07-23 | Merge tag 'kbuild-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 3 | -273/+9 |
2024-07-21 | modpost: use generic macros for hash table implementation | Masahiro Yamada | 1 | -13/+5 |
2024-07-21 | kbuild: move some helper headers from scripts/kconfig/ to scripts/include/ | Masahiro Yamada | 3 | -214/+3 |
2024-07-16 | modpost: rename R_ARM_THM_CALL to R_ARM_THM_PC22 | Masahiro Yamada | 1 | -5/+1 |
2024-07-16 | modpost: remove self-definitions of R_ARM_* macros | Masahiro Yamada | 1 | -30/+0 |
2024-07-16 | modpost: Enable section warning from *driver to .exit.text | Uwe Kleine-König | 1 | -11/+0 |
2024-07-12 | init/modpost: conditionally check section mismatch to __meminit* | Masahiro Yamada | 1 | -15/+4 |
2024-06-07 | modpost: do not warn about missing MODULE_DESCRIPTION() for vmlinux.o | Masahiro Yamada | 1 | -2/+3 |
2024-05-18 | Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -1/+0 |
2024-05-14 | Makefile: remove redundant tool coverage variables | Masahiro Yamada | 1 | -1/+0 |
2024-04-17 | s390/expoline: Make modules use kernel expolines | Vasily Gorbik | 1 | -5/+0 |
2024-03-28 | modpost: do not make find_tosym() return NULL | Masahiro Yamada | 1 | -2/+5 |
2024-03-21 | Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 1 | -1/+3 |
2024-03-19 | modpost: fix null pointer dereference | Max Kellermann | 1 | -1/+3 |
2024-03-13 | Merge tag 'tag-chrome-platform-firmware-for-v6.9' of git://git.kernel.org/pub... | Linus Torvalds | 2 | -0/+13 |
2024-03-11 | Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+1 |
2024-02-17 | firmware: coreboot: Generate aliases for coreboot modules | Nícolas F. R. A. Prado | 2 | -0/+13 |
2024-02-15 | modpost: trim leading spaces when processing source files list | Radek Krejci | 1 | -1/+6 |
2024-02-14 | Merge branch 'x86/bugs' into x86/core, to pick up pending changes before depe... | Ingo Molnar | 1 | -1/+1 |
2024-01-31 | modpost: avoid using the alias attribute | Masahiro Yamada | 2 | -16/+2 |
2024-01-28 | modpost: Add '.ltext' and '.ltext.*' to TEXT_SECTIONS | Nathan Chancellor | 1 | -1/+2 |
2024-01-19 | Merge tag 'loongarch-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ch... | Linus Torvalds | 1 | -2/+17 |
2024-01-17 | modpost: Ignore relaxation and alignment marker relocs on LoongArch | WANG Xuerui | 1 | -2/+17 |
2024-01-10 | x86/bugs: Rename CONFIG_RETPOLINE => CONFIG_MITIGATION_RETPOLINE | Breno Leitao | 1 | -1/+1 |
2023-12-10 | modpost: remove unreachable code after fatal() | Masahiro Yamada | 1 | -6/+3 |
2023-12-10 | modpost: remove unneeded initializer in section_rel() | Masahiro Yamada | 1 | -1/+1 |
2023-12-10 | modpost: inform compilers that fatal() never returns | Masahiro Yamada | 2 | -1/+7 |
2023-12-10 | modpost: move __attribute__((format(printf, 2, 3))) to modpost.h | Masahiro Yamada | 2 | -3/+3 |
2023-11-16 | modpost: fix section mismatch message for RELA | Masahiro Yamada | 1 | -2/+4 |
2023-11-04 | Merge tag 'kbuild-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 5 | -174/+294 |
2023-11-03 | Merge tag 'staging-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -0/+12 |
2023-11-03 | Merge tag 'char-misc-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -0/+12 |
2023-11-01 | module: Make is_valid_name() return bool | Tiezhu Yang | 1 | -2/+2 |
2023-10-28 | modpost: squash ALL_{INIT,EXIT}_TEXT_SECTIONS to ALL_TEXT_SECTIONS | Masahiro Yamada | 1 | -6/+1 |
2023-10-28 | modpost: merge sectioncheck table entries regarding init/exit sections | Masahiro Yamada | 1 | -15/+3 |
2023-10-28 | modpost: use ALL_INIT_SECTIONS for the section check from DATA_SECTIONS | Masahiro Yamada | 1 | -1/+1 |
2023-10-28 | modpost: disallow the combination of EXPORT_SYMBOL and __meminit* | Masahiro Yamada | 1 | -1/+1 |
2023-10-28 | modpost: remove EXIT_SECTIONS macro | Masahiro Yamada | 1 | -5/+3 |
2023-10-28 | modpost: remove MEM_INIT_SECTIONS macro | Masahiro Yamada | 1 | -2/+1 |
2023-10-28 | modpost: remove more symbol patterns from the section check whitelist | Masahiro Yamada | 1 | -7/+1 |
2023-10-28 | modpost: disallow *driver to reference .meminit* sections | Masahiro Yamada | 1 | -6/+0 |
2023-10-28 | linux/init: remove __memexit* annotations | Masahiro Yamada | 1 | -12/+3 |
2023-10-28 | modpost: remove ALL_EXIT_DATA_SECTIONS macro | Masahiro Yamada | 1 | -2/+0 |
2023-10-27 | cdx: add sysfs for subsystem, class and revision | Abhijit Gangurde | 2 | -0/+12 |
2023-10-21 | staging: vc04_services: Support module autoloading using MODULE_DEVICE_TABLE | Umang Jain | 2 | -0/+12 |
2023-10-18 | modpost: factor out the common boilerplate of section_rel(a) | Masahiro Yamada | 1 | -24/+26 |
2023-10-18 | modpost: refactor check_sec_ref() | Masahiro Yamada | 1 | -6/+7 |
2023-10-18 | modpost: define TO_NATIVE() using bswap_* functions | Masahiro Yamada | 2 | -22/+16 |
2023-10-18 | modpost: fix ishtp MODULE_DEVICE_TABLE built on big-endian host | Masahiro Yamada | 1 | -2/+2 |
2023-10-18 | modpost: fix tee MODULE_DEVICE_TABLE built on big-endian host | Masahiro Yamada | 1 | -5/+5 |
2023-10-03 | modpost: Optimize symbol search from linear to binary search | Jack Brennen | 4 | -66/+232 |
2023-10-01 | modpost: Don't let "driver"s reference .exit.* | Uwe Kleine-König | 1 | -2/+13 |
2023-10-01 | modpost: add missing else to the "of" check | Mauricio Faria de Oliveira | 1 | -1/+1 |
2023-09-13 | Merge tag 'parisc-for-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+9 |
2023-09-12 | linux/export: fix reference to exported functions for parisc64 | Masahiro Yamada | 1 | -0/+9 |
2023-09-01 | modpost: Skip .llvm.call-graph-profile section check | Denis Nikitin | 1 | -0/+1 |
2023-07-31 | modpost: remove ElF_Rela variables from for-loop in section_rel(a) | Masahiro Yamada | 1 | -14/+11 |
2023-07-31 | modpost: clean up MIPS64 little endian relocation code | Masahiro Yamada | 2 | -55/+43 |
2023-07-31 | modpost: pass r_type to addend_*_rel() | Masahiro Yamada | 1 | -13/+11 |
2023-07-31 | modpost: change return type of addend_*_rel() | Masahiro Yamada | 1 | -39/+24 |
2023-07-25 | linux/export.h: make <linux/export.h> independent of CONFIG_MODULES | Masahiro Yamada | 1 | -2/+6 |
2023-07-01 | Merge tag 'kbuild-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 2 | -418/+373 |
2023-06-30 | Merge tag 'vfio-v6.5-rc1' of https://github.com/awilliam/linux-vfio | Linus Torvalds | 2 | -1/+17 |
2023-06-29 | modpost: define more R_ARM_* for old distributions | Masahiro Yamada | 1 | -0/+17 |
2023-06-25 | modpost: continue even with unknown relocation type | Masahiro Yamada | 1 | -10/+9 |
2023-06-25 | modpost: factor out Elf_Sym pointer calculation to section_rel() | Masahiro Yamada | 1 | -4/+5 |
2023-06-25 | modpost: factor out inst location calculation to section_rel() | Masahiro Yamada | 1 | -16/+12 |
2023-06-24 | script: modpost: emit a warning when the description is missing | Vincenzo Palazzo | 1 | -0/+2 |
2023-06-22 | modpost: show offset from symbol for section mismatch warnings | Masahiro Yamada | 1 | -2/+2 |
2023-06-22 | modpost: merge two similar section mismatch warnings | Masahiro Yamada | 1 | -15/+3 |
2023-06-22 | kbuild: implement CONFIG_TRIM_UNUSED_KSYMS without recursion | Masahiro Yamada | 1 | -5/+52 |
2023-06-22 | modpost: use null string instead of NULL pointer for default namespace | Masahiro Yamada | 1 | -6/+11 |
2023-06-22 | modpost: squash sym_update_namespace() into sym_add_exported() | Masahiro Yamada | 1 | -23/+4 |
2023-06-22 | modpost: check static EXPORT_SYMBOL* by modpost again | Masahiro Yamada | 1 | -0/+7 |
2023-06-22 | kbuild: generate KSYMTAB entries by modpost | Masahiro Yamada | 2 | -33/+74 |
2023-06-16 | vfio/cdx: add support for CDX bus | Nipun Gupta | 2 | -1/+17 |
2023-06-16 | x86/unwind/orc: Add ELF section with ORC version identifier | Omar Sandoval | 1 | -0/+5 |
2023-06-15 | modpost: pass struct module pointer to check_section_mismatch() | Masahiro Yamada | 1 | -11/+11 |
2023-06-08 | modpost: fix off by one in is_executable_section() | Dan Carpenter | 1 | -1/+1 |
2023-06-07 | modpost: propagate W=1 build option to modpost | Masahiro Yamada | 1 | -1/+6 |
2023-06-04 | modpost: detect section mismatch for R_ARM_REL32 | Masahiro Yamada | 1 | -0/+1 |
2023-06-04 | modpost: fix section_mismatch message for R_ARM_THM_{CALL,JUMP24,JUMP19} | Masahiro Yamada | 1 | -6/+47 |
2023-06-04 | modpost: detect section mismatch for R_ARM_THM_{MOVW_ABS_NC,MOVT_ABS} | Masahiro Yamada | 1 | -5/+26 |
2023-06-02 | modpost: refactor find_fromsym() and find_tosym() | Masahiro Yamada | 1 | -56/+33 |
2023-06-02 | modpost: detect section mismatch for R_ARM_{MOVW_ABS_NC,MOVT_ABS} | Masahiro Yamada | 1 | -2/+9 |
2023-06-02 | modpost: fix section mismatch message for R_ARM_{PC24,CALL,JUMP24} | Masahiro Yamada | 1 | -0/+12 |
2023-06-02 | modpost: fix section mismatch message for R_ARM_ABS32 | Masahiro Yamada | 1 | -3/+9 |
2023-05-28 | modpost: remove *_sections[] arrays | Masahiro Yamada | 1 | -27/+9 |
2023-05-28 | modpost: merge bad_tosec=ALL_EXIT_SECTIONS entries in sectioncheck table | Masahiro Yamada | 1 | -11/+4 |
2023-05-28 | modpost: merge fromsec=DATA_SECTIONS entries in sectioncheck table | Masahiro Yamada | 1 | -6/+1 |
2023-05-28 | modpost: remove is_shndx_special() check from section_rel(a) | Masahiro Yamada | 2 | -17/+4 |
2023-05-28 | modpost: replace r->r_offset, r->r_addend with faddr, taddr | Masahiro Yamada | 1 | -15/+19 |
2023-05-28 | modpost: unify 'sym' and 'to' in default_mismatch_handler() | Masahiro Yamada | 1 | -5/+4 |
2023-05-28 | modpost: remove unused argument from secref_whitelist() | Masahiro Yamada | 1 | -3/+2 |
2023-05-28 | Revert "modpost: skip ELF local symbols during section mismatch check" | Masahiro Yamada | 1 | -12/+0 |
2023-05-22 | modpost: rename find_elf_symbol() and find_elf_symbol2() | Masahiro Yamada | 1 | -6/+6 |
2023-05-22 | modpost: pass section index to find_elf_symbol2() | Masahiro Yamada | 1 | -19/+15 |
2023-05-22 | modpost: pass 'tosec' down to default_mismatch_handler() | Masahiro Yamada | 1 | -4/+3 |
2023-05-22 | modpost: squash extable_mismatch_handler() into default_mismatch_handler() | Masahiro Yamada | 1 | -58/+26 |
2023-05-22 | modpost: clean up is_executable_section() | Masahiro Yamada | 1 | -8/+8 |
2023-05-22 | modpost: squash report_sec_mismatch() into default_mismatch_handler() | Masahiro Yamada | 1 | -35/+20 |
2023-05-22 | modpost: squash report_extable_warnings() into extable_mismatch_handler() | Masahiro Yamada | 1 | -26/+14 |
2023-05-22 | modpost: remove get_prettyname() | Masahiro Yamada | 1 | -25/+2 |
2023-05-22 | modpost: remove fromsym info in __ex_table section mismatch warning | Masahiro Yamada | 1 | -9/+2 |
2023-05-22 | modpost: remove broken calculation of exception_table_entry size | Masahiro Yamada | 1 | -57/+3 |
2023-05-22 | modpost: error out if addend_*_rel() is not implemented for REL arch | Masahiro Yamada | 1 | -0/+2 |
2023-04-27 | Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -9/+3 |
2023-04-13 | module: Ignore L0 and rename is_arm_mapping_symbol() | Tiezhu Yang | 1 | -2/+2 |
2023-04-13 | module: Move is_arm_mapping_symbol() to module_symbol.h | Tiezhu Yang | 1 | -9/+1 |
2023-04-13 | module: Sync code of is_arm_mapping_symbol() | Tiezhu Yang | 1 | -0/+2 |
2023-04-10 | Merge 6.3-rc6 into char-misc-next | Greg Kroah-Hartman | 1 | -1/+1 |
2023-03-29 | cdx: add the cdx bus driver | Nipun Gupta | 2 | -0/+16 |
2023-03-23 | modpost: Fix processing of CRCs on 32-bit build machines | Ben Hutchings | 1 | -1/+1 |
2022-12-19 | Merge tag 'kbuild-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 3 | -31/+26 |
2022-12-14 | modpost: Include '.text.*' in TEXT_SECTIONS | Nathan Chancellor | 1 | -2/+2 |
2022-12-14 | kbuild: change module.order to list *.o instead of *.ko | Masahiro Yamada | 1 | -7/+4 |
2022-12-14 | LoongArch: Switch to relative exception tables | Youling Tang | 1 | -0/+13 |
2022-11-27 | modpost: Mark uuid_le type to be suitable only for MEI | Andy Shevchenko | 1 | -4/+8 |
2022-11-21 | modpost: fix array_size.cocci warning | KaiLong Wang | 1 | -2/+2 |
2022-11-21 | modpost: Join broken long printed messages | Geert Uytterhoeven | 2 | -16/+10 |
2022-08-21 | modpost: fix module versioning when a symbol lacks valid CRC | Masahiro Yamada | 1 | -3/+1 |
2022-08-10 | Merge tag 'kbuild-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 3 | -250/+68 |
2022-08-04 | modpost: remove .symbol_white_list field entirely | Masahiro Yamada | 1 | -39/+16 |
2022-08-04 | modpost: remove unneeded .symbol_white_list initializers | Masahiro Yamada | 1 | -8/+0 |
2022-08-04 | modpost: add PATTERNS() helper macro | Masahiro Yamada | 1 | -0/+7 |
2022-08-04 | modpost: shorten warning messages in report_sec_mismatch() | Masahiro Yamada | 1 | -170/+9 |
2022-08-04 | Revert "Kbuild, lto, workaround: Don't warn for initcall_reference in modpost" | Masahiro Yamada | 1 | -3/+0 |
2022-08-03 | modpost: use more reliable way to get fromsec in section_rel(a)() | Masahiro Yamada | 1 | -4/+2 |
2022-08-03 | modpost: add array range check to sec_name() | Masahiro Yamada | 1 | -1/+9 |
2022-08-03 | modpost: refactor get_secindex() | Masahiro Yamada | 1 | -12/+18 |
2022-08-03 | modpost: remove unused Elf_Sword macro | Masahiro Yamada | 1 | -2/+0 |
2022-08-02 | Merge tag 'linux-kselftest-kunit-5.20-rc1' of git://git.kernel.org/pub/scm/li... | Linus Torvalds | 1 | -0/+3 |
2022-07-27 | modpost: use sym_get_data() to get module device_table data | Masahiro Yamada | 3 | -4/+3 |
2022-07-27 | modpost: drop executable ELF support | Masahiro Yamada | 1 | -6/+4 |
2022-07-27 | Revert "scripts/mod/modpost.c: permit '.cranges' secton for sh64 architecture." | Masahiro Yamada | 1 | -1/+0 |
2022-07-11 | module: panic: Taint the kernel when selftest modules load | David Gow | 1 | -0/+3 |
2022-06-20 | modpost: fix section mismatch check for exported init/exit sections | Masahiro Yamada | 1 | -1/+1 |
2022-06-05 | Merge tag 'kbuild-v5.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds | 3 | -126/+40 |
2022-06-05 | modpost: use fnmatch() to simplify match() | Masahiro Yamada | 1 | -61/+13 |
2022-06-05 | modpost: simplify mod->name allocation | Masahiro Yamada | 1 | -13/+12 |
2022-06-03 | Merge tag 'char-misc-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+10 |
2022-06-01 | kbuild: check static EXPORT_SYMBOL* by script instead of modpost | Masahiro Yamada | 1 | -27/+1 |
2022-05-29 | kbuild: do not create *.prelink.o for Clang LTO or IBT | Masahiro Yamada | 1 | -7/+0 |
2022-05-27 | modpost: squash if...else-if in find_elf_symbol2() | Masahiro Yamada | 1 | -7/+3 |
2022-05-27 | modpost: reuse ARRAY_SIZE() macro for section_mismatch() | Masahiro Yamada | 3 | -6/+6 |
2022-05-27 | modpost: remove the unused argument of check_sec_ref() | Masahiro Yamada | 1 | -3/+2 |
2022-05-27 | modpost: fix undefined behavior of is_arm_mapping_symbol() | Masahiro Yamada | 1 | -1/+2 |
2022-05-27 | modpost: fix removing numeric suffixes | Alexander Lobakin | 1 | -1/+1 |
2022-05-24 | kbuild: link symbol CRCs at final link, removing CONFIG_MODULE_REL_CRCS | Masahiro Yamada | 1 | -4/+24 |
2022-05-24 | modpost: extract symbol versions from *.cmd files | Masahiro Yamada | 1 | -48/+131 |
2022-05-24 | modpost: add sym_find_with_module() helper | Masahiro Yamada | 1 | -2/+7 |
2022-05-11 | modpost: change the license of EXPORT_SYMBOL to bool type | Masahiro Yamada | 1 | -78/+30 |
2022-05-11 | modpost: remove left-over cross_compile declaration | Masahiro Yamada | 1 | -1/+0 |
2022-05-11 | modpost: move *.mod.c generation to write_mod_c_files() | Masahiro Yamada | 1 | -25/+31 |
2022-05-11 | modpost: merge add_{intree_flag,retpoline,staging_flag} to add_header | Masahiro Yamada | 1 | -18/+7 |
2022-05-08 | modpost: split new_symbol() to symbol allocation and hash table addition | Masahiro Yamada | 1 | -10/+8 |