summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2023-07-0144-1003/+667
|\
| * modpost: define more R_ARM_* for old distributionsMasahiro Yamada2023-06-291-0/+17
| * kbuild: revive "Entering directory" for Make >= 4.4.1Masahiro Yamada2023-06-281-16/+20
| * kbuild: set correct abs_srctree and abs_objtree for package buildsMasahiro Yamada2023-06-281-6/+4
| * scripts/mksysmap: Ignore prefixed KCFI symbolsPierre-Clément Tosi2023-06-271-0/+2
| * kbuild: deb-pkg: remove the CONFIG_MODULES check in buildebMasahiro Yamada2023-06-271-8/+4
| * kbuild: builddeb: always make modules_install, to install modules.builtin*Josh Triplett2023-06-271-1/+1
| * modpost: continue even with unknown relocation typeMasahiro Yamada2023-06-251-10/+9
| * modpost: factor out Elf_Sym pointer calculation to section_rel()Masahiro Yamada2023-06-251-4/+5
| * modpost: factor out inst location calculation to section_rel()Masahiro Yamada2023-06-251-16/+12
| * kbuild: Disable GCOV for *.mod.oSami Tolvanen2023-06-251-1/+1
| * kbuild: Fix CFI failures with GCOVSami Tolvanen2023-06-252-0/+2
| * kbuild: make clean rule robust against too long argument errorMasahiro Yamada2023-06-251-1/+3
| * script: modpost: emit a warning when the description is missingVincenzo Palazzo2023-06-241-0/+2
| * kbuild: make modules_install copy modules.builtin(.modinfo)Masahiro Yamada2023-06-241-10/+16
| * linux/export.h: rename 'sec' argument to 'license'Masahiro Yamada2023-06-222-7/+7
| * modpost: show offset from symbol for section mismatch warningsMasahiro Yamada2023-06-221-2/+2
| * modpost: merge two similar section mismatch warningsMasahiro Yamada2023-06-221-15/+3
| * kbuild: implement CONFIG_TRIM_UNUSED_KSYMS without recursionMasahiro Yamada2023-06-2211-264/+78
| * modpost: use null string instead of NULL pointer for default namespaceMasahiro Yamada2023-06-221-6/+11
| * modpost: squash sym_update_namespace() into sym_add_exported()Masahiro Yamada2023-06-221-23/+4
| * modpost: check static EXPORT_SYMBOL* by modpost againMasahiro Yamada2023-06-223-74/+7
| * ia64,export.h: replace EXPORT_DATA_SYMBOL* with EXPORT_SYMBOL*Masahiro Yamada2023-06-223-5/+2
| * kbuild: generate KSYMTAB entries by modpostMasahiro Yamada2023-06-2212-184/+190
| * modpost: pass struct module pointer to check_section_mismatch()Masahiro Yamada2023-06-151-11/+11
| * ARC: define ASM_NL and __ALIGN(_STR) outside #ifdef __ASSEMBLY__ guardMasahiro Yamada2023-06-151-4/+4
| * scripts/kallsyms: remove KSYM_NAME_LEN_BUFFERMasahiro Yamada2023-06-151-29/+32
| * scripts/kallsyms: constify long_optionsMasahiro Yamada2023-06-151-1/+1
| * Revert "[PATCH] uml: export symbols added by GCC hardened"Masahiro Yamada2023-06-151-7/+0
| * kbuild: enable kernel-doc -Wall for W=2Johannes Berg2023-06-101-1/+3
| * kernel-doc: don't let V=1 change outcomeJohannes Berg2023-06-103-6/+30
| * modpost: fix off by one in is_executable_section()Dan Carpenter2023-06-081-1/+1
| * streamline_config.pl: handle also ${CONFIG_FOO}Jiri Slaby2023-06-081-1/+1
| * kbuild: Add KBUILD_CPPFLAGS to as-option invocationNathan Chancellor2023-06-071-1/+1
| * scripts/mksysmap: Ignore __pi_ local arm64 symbolsPierre-Clément Tosi2023-06-071-0/+4
| * scripts/mksysmap: Fix badly escaped '$'Pierre-Clément Tosi2023-06-071-2/+2
| * modpost: propagate W=1 build option to modpostMasahiro Yamada2023-06-072-1/+7
| * initramfs: Encode dependency on KBUILD_BUILD_TIMESTAMPBenjamin Gray2023-06-062-7/+10
| * kbuild: add $(CLANG_FLAGS) to KBUILD_CPPFLAGSMasahiro Yamada2023-06-051-2/+1
| * kbuild: Add CLANG_FLAGS to as-instrNathan Chancellor2023-06-051-1/+1
| * powerpc/vdso: Include CLANG_FLAGS explicitly in ldflags-yNathan Chancellor2023-06-051-1/+1
| * mips: Include KBUILD_CPPFLAGS in CHECKFLAGS invocationNathan Chancellor2023-06-051-1/+1
| * modpost: detect section mismatch for R_ARM_REL32Masahiro Yamada2023-06-041-0/+1
| * modpost: fix section_mismatch message for R_ARM_THM_{CALL,JUMP24,JUMP19}Masahiro Yamada2023-06-041-6/+47
| * modpost: detect section mismatch for R_ARM_THM_{MOVW_ABS_NC,MOVT_ABS}Masahiro Yamada2023-06-041-5/+26
| * modpost: refactor find_fromsym() and find_tosym()Masahiro Yamada2023-06-021-56/+33
| * modpost: detect section mismatch for R_ARM_{MOVW_ABS_NC,MOVT_ABS}Masahiro Yamada2023-06-021-2/+9
| * modpost: fix section mismatch message for R_ARM_{PC24,CALL,JUMP24}Masahiro Yamada2023-06-021-0/+12
| * modpost: fix section mismatch message for R_ARM_ABS32Masahiro Yamada2023-06-021-3/+9
| * modpost: remove *_sections[] arraysMasahiro Yamada2023-05-281-27/+9