summaryrefslogtreecommitdiff
path: root/scripts/mod
AgeCommit message (Expand)Author
2025-01-09modpost: fix the missed iteration for the max bit in do_input()Masahiro Yamada
2025-01-09modpost: fix input MODULE_DEVICE_TABLE() built for 64-bit on 32-bit hostMasahiro Yamada
2024-12-14modpost: Add .irqentry.text to OTHER_SECTIONSThomas Gleixner
2024-12-14modpost: remove incorrect code in do_eisa_entry()Masahiro Yamada
2024-02-23modpost: trim leading spaces when processing source files listRadek Krejci
2023-11-20modpost: fix tee MODULE_DEVICE_TABLE built on big-endian hostMasahiro Yamada
2023-10-10modpost: add missing else to the "of" checkMauricio Faria de Oliveira
2023-07-27modpost: fix off by one in is_executable_section()Dan Carpenter
2023-07-27modpost: fix section mismatch message for R_ARM_{PC24,CALL,JUMP24}Masahiro Yamada
2023-07-27modpost: fix section mismatch message for R_ARM_ABS32Masahiro Yamada
2022-06-29modpost: fix section mismatch check for exported init/exit sectionsMasahiro Yamada
2022-06-14modpost: fix undefined behavior of is_arm_mapping_symbol()Masahiro Yamada
2022-06-14modpost: fix removing numeric suffixesAlexander Lobakin
2021-05-19kbuild: generate Module.symvers only when vmlinux existsMasahiro Yamada
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches
2020-08-09Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2020-08-10kbuild: introduce hostprogs-always-y and userprogs-always-yMasahiro Yamada
2020-08-05Merge tag 'char-misc-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-07-27Merge 5.8-rc7 into char-misc-nextGreg Kroah-Hartman
2020-07-27modpost: explain why we can't use strsepWolfram Sang
2020-07-07modpost: remove use of non-standard strsep() in HOSTCC codeH. Nikolaus Schaller
2020-06-30soundwire: extend SDW_SLAVE_ENTRYPierre-Louis Bossart
2020-06-06Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2020-06-06Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-06-06modpost: change elf_info->size to size_tMasahiro Yamada
2020-06-06modpost: remove is_vmlinux() helperMasahiro Yamada
2020-06-06modpost: strip .o from modname before calling new_module()Masahiro Yamada
2020-06-06modpost: set have_vmlinux in new_module()Masahiro Yamada
2020-06-06modpost: remove mod->skip struct memberMasahiro Yamada
2020-06-06modpost: add mod->is_vmlinux struct memberMasahiro Yamada
2020-06-06modpost: remove is_vmlinux() call in check_for_{gpl_usage,unused}()Masahiro Yamada
2020-06-06modpost: remove mod->is_dot_o struct memberMasahiro Yamada
2020-06-06modpost: remove -s optionMasahiro Yamada
2020-06-06modpost: remove get_next_text() and make {grab,release_}file staticMasahiro Yamada
2020-06-06modpost: use read_text_file() and get_line() for reading text filesMasahiro Yamada
2020-06-06modpost: avoid false-positive file open errorMasahiro Yamada
2020-06-06modpost: fix potential mmap'ed file overrun in get_src_version()Masahiro Yamada
2020-06-06modpost: add read_text_file() and get_line() helpersMasahiro Yamada
2020-06-06modpost: do not call get_modinfo() for vmlinux(.o)Masahiro Yamada
2020-06-06modpost: drop RCS/CVS $Revision handling in MODULE_VERSION()Masahiro Yamada
2020-06-06modpost: show warning if vmlinux is not found when processing modulesMasahiro Yamada
2020-06-06modpost: invoke modpost only when input files are updatedMasahiro Yamada
2020-06-06modpost: re-add -e to set external_module flagMasahiro Yamada
2020-06-06modpost: rename ext_sym_list to dump_listMasahiro Yamada
2020-06-06modpost: allow to pass -i option multiple times to remove -e optionMasahiro Yamada
2020-06-06modpost: track if the symbol origin is a dump file or ELF objectMasahiro Yamada
2020-06-06firmware/dmi: Report DMI Bios & EC firmware releaseErwan Velu
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-06-03modpost: load KBUILD_EXTRA_SYMBOLS files in orderMasahiro Yamada
2020-05-29modpost: refactor sech_name()Masahiro Yamada