summaryrefslogtreecommitdiffstats
path: root/drivers/usb (unfollow)
Commit message (Expand)AuthorFilesLines
2023-06-27kbuild: set correct abs_srctree and abs_objtree for package buildsMasahiro Yamada1-6/+4
2023-06-27scripts/mksysmap: Ignore prefixed KCFI symbolsPierre-Clément Tosi1-0/+2
2023-06-27kbuild: deb-pkg: remove the CONFIG_MODULES check in buildebMasahiro Yamada1-8/+4
2023-06-27kbuild: builddeb: always make modules_install, to install modules.builtin*Josh Triplett1-1/+1
2023-06-25modpost: continue even with unknown relocation typeMasahiro Yamada1-10/+9
2023-06-25modpost: factor out Elf_Sym pointer calculation to section_rel()Masahiro Yamada1-4/+5
2023-06-25modpost: factor out inst location calculation to section_rel()Masahiro Yamada1-16/+12
2023-06-25kbuild: Disable GCOV for *.mod.oSami Tolvanen1-1/+1
2023-06-25kbuild: Fix CFI failures with GCOVSami Tolvanen2-0/+2
2023-06-25kbuild: make clean rule robust against too long argument errorMasahiro Yamada1-1/+3
2023-06-24script: modpost: emit a warning when the description is missingVincenzo Palazzo1-0/+2
2023-06-24kbuild: make modules_install copy modules.builtin(.modinfo)Masahiro Yamada1-10/+16
2023-06-22linux/export.h: rename 'sec' argument to 'license'Masahiro Yamada2-7/+7
2023-06-22modpost: show offset from symbol for section mismatch warningsMasahiro Yamada1-2/+2
2023-06-22modpost: merge two similar section mismatch warningsMasahiro Yamada1-15/+3
2023-06-22kbuild: implement CONFIG_TRIM_UNUSED_KSYMS without recursionMasahiro Yamada11-264/+78
2023-06-22modpost: use null string instead of NULL pointer for default namespaceMasahiro Yamada1-6/+11
2023-06-22modpost: squash sym_update_namespace() into sym_add_exported()Masahiro Yamada1-23/+4
2023-06-22modpost: check static EXPORT_SYMBOL* by modpost againMasahiro Yamada3-74/+7
2023-06-22ia64,export.h: replace EXPORT_DATA_SYMBOL* with EXPORT_SYMBOL*Masahiro Yamada3-5/+2
2023-06-22kbuild: generate KSYMTAB entries by modpostMasahiro Yamada12-184/+190
2023-06-15modpost: pass struct module pointer to check_section_mismatch()Masahiro Yamada1-11/+11
2023-06-14ARC: define ASM_NL and __ALIGN(_STR) outside #ifdef __ASSEMBLY__ guardMasahiro Yamada1-4/+4
2023-06-14scripts/kallsyms: remove KSYM_NAME_LEN_BUFFERMasahiro Yamada1-29/+32
2023-06-14scripts/kallsyms: constify long_optionsMasahiro Yamada1-1/+1
2023-06-14Revert "[PATCH] uml: export symbols added by GCC hardened"Masahiro Yamada1-7/+0
2023-06-10kbuild: enable kernel-doc -Wall for W=2Johannes Berg1-1/+3
2023-06-10kernel-doc: don't let V=1 change outcomeJohannes Berg3-6/+30
2023-06-08modpost: fix off by one in is_executable_section()Dan Carpenter1-1/+1
2023-06-08streamline_config.pl: handle also ${CONFIG_FOO}Jiri Slaby1-1/+1
2023-06-07kbuild: Add KBUILD_CPPFLAGS to as-option invocationNathan Chancellor1-1/+1
2023-06-07scripts/mksysmap: Ignore __pi_ local arm64 symbolsPierre-Clément Tosi1-0/+4
2023-06-07scripts/mksysmap: Fix badly escaped '$'Pierre-Clément Tosi1-2/+2
2023-06-07modpost: propagate W=1 build option to modpostMasahiro Yamada2-1/+7
2023-06-06initramfs: Encode dependency on KBUILD_BUILD_TIMESTAMPBenjamin Gray2-7/+10
2023-06-05kbuild: add $(CLANG_FLAGS) to KBUILD_CPPFLAGSMasahiro Yamada1-2/+1
2023-06-05kbuild: Add CLANG_FLAGS to as-instrNathan Chancellor1-1/+1
2023-06-05powerpc/vdso: Include CLANG_FLAGS explicitly in ldflags-yNathan Chancellor1-1/+1
2023-06-05mips: Include KBUILD_CPPFLAGS in CHECKFLAGS invocationNathan Chancellor1-1/+1
2023-06-03modpost: detect section mismatch for R_ARM_REL32Masahiro Yamada1-0/+1
2023-06-03modpost: fix section_mismatch message for R_ARM_THM_{CALL,JUMP24,JUMP19}Masahiro Yamada1-6/+47
2023-06-03modpost: detect section mismatch for R_ARM_THM_{MOVW_ABS_NC,MOVT_ABS}Masahiro Yamada1-5/+26
2023-06-02modpost: refactor find_fromsym() and find_tosym()Masahiro Yamada1-56/+33
2023-06-02modpost: detect section mismatch for R_ARM_{MOVW_ABS_NC,MOVT_ABS}Masahiro Yamada1-2/+9
2023-06-02modpost: fix section mismatch message for R_ARM_{PC24,CALL,JUMP24}Masahiro Yamada1-0/+12
2023-06-02modpost: fix section mismatch message for R_ARM_ABS32Masahiro Yamada1-3/+9
2023-05-28modpost: remove *_sections[] arraysMasahiro Yamada1-27/+9
2023-05-28modpost: merge bad_tosec=ALL_EXIT_SECTIONS entries in sectioncheck tableMasahiro Yamada1-11/+4
2023-05-28modpost: merge fromsec=DATA_SECTIONS entries in sectioncheck tableMasahiro Yamada1-6/+1
2023-05-28modpost: remove is_shndx_special() check from section_rel(a)Masahiro Yamada2-17/+4