-
- Downloads
Merge tag 'kbuild-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Pull Kbuild updates from Masahiro Yamada: - Add generic support for built-in boot DTB files - Enable TAB cycling for dialog buttons in nconfig - Fix issues in streamline_config.pl - Refactor Kconfig - Add support for Clang's AutoFDO (Automatic Feedback-Directed Optimization) - Add support for Clang's Propeller, a profile-guided optimization. - Change the working directory to the external module directory for M= builds - Support building external modules in a separate output directory - Enable objtool for *.mod.o and additional kernel objects - Use lz4 instead of deprecated lz4c - Work around a performance issue with "git describe" - Refactor modpost * tag 'kbuild-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild: (85 commits) kbuild: rename .tmp_vmlinux.kallsyms0.syms to .tmp_vmlinux0.syms gitignore: Don't ignore 'tags' directory kbuild: add dependency from vmlinux to resolve_btfids modpost: replace tdb_hash() with hash_str() kbuild: deb-pkg: add python3:native to build dependency genksyms: reduce indentation in export_symbol() modpost: improve error messages in device_id_check() modpost: rename alias symbol for MODULE_DEVICE_TABLE() modpost: rename variables in handle_moddevtable() modpost: move strstarts() to modpost.h modpost: convert do_usb_table() to a generic handler modpost: convert do_of_table() to a generic handler modpost: convert do_pnp_device_entry() to a generic handler modpost: convert do_pnp_card_entries() to a generic handler modpost: call module_alias_printf() from all do_*_entry() functions modpost: pass (struct module *) to do_*_entry() functions modpost: remove DEF_FIELD_ADDR_VAR() macro modpost: deduplicate MODULE_ALIAS() for all drivers modpost: introduce module_alias_printf() helper modpost: remove unnecessary check in do_acpi_entry() ...
Showing
- .gitignore 1 addition, 0 deletions.gitignore
- Documentation/dev-tools/autofdo.rst 168 additions, 0 deletionsDocumentation/dev-tools/autofdo.rst
- Documentation/dev-tools/coccinelle.rst 7 additions, 15 deletionsDocumentation/dev-tools/coccinelle.rst
- Documentation/dev-tools/index.rst 2 additions, 0 deletionsDocumentation/dev-tools/index.rst
- Documentation/dev-tools/propeller.rst 162 additions, 0 deletionsDocumentation/dev-tools/propeller.rst
- Documentation/kbuild/kbuild.rst 7 additions, 1 deletionDocumentation/kbuild/kbuild.rst
- Documentation/kbuild/kconfig-language.rst 2 additions, 2 deletionsDocumentation/kbuild/kconfig-language.rst
- Documentation/kbuild/makefiles.rst 14 additions, 0 deletionsDocumentation/kbuild/makefiles.rst
- Documentation/kbuild/modules.rst 28 additions, 1 deletionDocumentation/kbuild/modules.rst
- MAINTAINERS 14 additions, 0 deletionsMAINTAINERS
- Makefile 137 additions, 86 deletionsMakefile
- arch/Kconfig 39 additions, 0 deletionsarch/Kconfig
- arch/arm/Makefile 2 additions, 2 deletionsarch/arm/Makefile
- arch/arm64/Makefile 1 addition, 1 deletionarch/arm64/Makefile
- arch/mips/kernel/head.S 1 addition, 0 deletionsarch/mips/kernel/head.S
- arch/mips/kernel/vmlinux.lds.S 1 addition, 0 deletionsarch/mips/kernel/vmlinux.lds.S
- arch/powerpc/Makefile 4 additions, 2 deletionsarch/powerpc/Makefile
- arch/riscv/Makefile 1 addition, 1 deletionarch/riscv/Makefile
- arch/sparc/kernel/vmlinux.lds.S 5 additions, 0 deletionsarch/sparc/kernel/vmlinux.lds.S
- arch/x86/Kconfig 2 additions, 0 deletionsarch/x86/Kconfig
Loading
Please register or sign in to comment