summaryrefslogtreecommitdiffstats
path: root/scripts (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-fixes-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-12-082-3/+3
|\
| * kbuild: deb-pkg: fix build error with O=Masahiro Yamada2024-12-081-2/+2
| * modpost: Add .irqentry.text to OTHER_SECTIONSThomas Gleixner2024-12-081-1/+1
* | scripts/nsdeps: get 'make nsdeps' working againMasahiro Yamada2024-12-032-3/+3
* | module: Convert symbol namespace to string literalPeter Zijlstra2024-12-021-2/+2
|/
* Merge tag 'kbuild-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2024-11-3034-861/+793
|\
| * kbuild: rename .tmp_vmlinux.kallsyms0.syms to .tmp_vmlinux0.symsSedat Dilek2024-11-281-6/+6
| * kbuild: add dependency from vmlinux to resolve_btfidsThomas Weißschuh2024-11-281-0/+3
| * modpost: replace tdb_hash() with hash_str()Masahiro Yamada2024-11-281-15/+3
| * kbuild: deb-pkg: add python3:native to build dependencyMasahiro Yamada2024-11-281-1/+1
| * genksyms: reduce indentation in export_symbol()Masahiro Yamada2024-11-281-36/+37
| * modpost: improve error messages in device_id_check()Masahiro Yamada2024-11-281-37/+18
| * modpost: rename alias symbol for MODULE_DEVICE_TABLE()Masahiro Yamada2024-11-281-10/+7
| * modpost: rename variables in handle_moddevtable()Masahiro Yamada2024-11-281-11/+11
| * modpost: move strstarts() to modpost.hMasahiro Yamada2024-11-283-3/+3
| * modpost: convert do_usb_table() to a generic handlerMasahiro Yamada2024-11-281-30/+9
| * modpost: convert do_of_table() to a generic handlerMasahiro Yamada2024-11-281-18/+2
| * modpost: convert do_pnp_device_entry() to a generic handlerMasahiro Yamada2024-11-281-21/+9
| * modpost: convert do_pnp_card_entries() to a generic handlerMasahiro Yamada2024-11-281-25/+14
| * modpost: call module_alias_printf() from all do_*_entry() functionsMasahiro Yamada2024-11-281-257/+181
| * modpost: pass (struct module *) to do_*_entry() functionsMasahiro Yamada2024-11-281-59/+59
| * modpost: remove DEF_FIELD_ADDR_VAR() macroMasahiro Yamada2024-11-281-8/+1
| * modpost: deduplicate MODULE_ALIAS() for all driversMasahiro Yamada2024-11-281-33/+15
| * modpost: introduce module_alias_printf() helperMasahiro Yamada2024-11-283-28/+93
| * modpost: remove unnecessary check in do_acpi_entry()Masahiro Yamada2024-11-281-1/+1
| * modpost: remove incorrect code in do_eisa_entry()Masahiro Yamada2024-11-281-4/+1
| * setlocalversion: add -e optionMasahiro Yamada2024-11-281-4/+8
| * setlocalversion: work around "git describe" performanceRasmus Villemoes2024-11-281-16/+38
| * kbuild: switch from lz4c to lz4 for compressionParth Pancholi2024-11-281-2/+2
| * kbuild: re-enable KCSAN for autogenerated *.mod.c intermediariesMasahiro Yamada2024-11-281-1/+0
| * kbuild: enable objtool for *.mod.o and additional kernel objectsMasahiro Yamada2024-11-284-28/+29
| * kbuild: move cmd_cc_o_c and cmd_as_o_S to scripts/Malefile.libMasahiro Yamada2024-11-284-21/+13
| * kbuild: remove support for single %.symtypes build ruleMasahiro Yamada2024-11-281-18/+4
| * kbuild: do not pass -r to genksyms when *.symref does not existMasahiro Yamada2024-11-281-1/+1
| * kbuild: support building external modules in a separate build directoryMasahiro Yamada2024-11-282-7/+3
| * kbuild: remove extmod_prefix, MODORDER, MODULES_NSDEPS variablesMasahiro Yamada2024-11-284-11/+11
| * kbuild: change working directory to external module directory with M=Masahiro Yamada2024-11-287-18/+15
| * kbuild: add $(objtree)/ prefix to some in-kernel build artifactsMasahiro Yamada2024-11-276-19/+19
| * kbuild: deb-pkg: Don't fail if modules.order is missingMatt Fleming2024-11-271-10/+12
| * kbuild: Fix Propeller build optionRong Xu2024-11-271-2/+13
| * kbuild: Add Propeller configuration for kernel buildRong Xu2024-11-272-0/+38
| * AutoFDO: Enable machine function split optimization for AutoFDORong Xu2024-11-271-0/+2
| * AutoFDO: Enable -ffunction-sections for the AutoFDO buildRong Xu2024-11-271-1/+1
| * MIPS: Place __kernel_entry at the beginning of text sectionRong Xu2024-11-271-1/+0
| * kbuild: Add AutoFDO support for Clang buildRong Xu2024-11-062-0/+32
| * kconfig: document the positional argument in the help messageMasahiro Yamada2024-11-061-1/+4
| * kconfig: qconf: remove unnecessary mode check in ConfigItem::updateMenu()Masahiro Yamada2024-11-061-1/+1
| * kconfig: qconf: refactor ConfigInfoView::clicked()Masahiro Yamada2024-11-061-37/+6
| * kconfig: add sym_get_prompt_menu() helper functionMasahiro Yamada2024-11-062-7/+20
| * kconfig: qconf: remove non-functional href="m..." tagMasahiro Yamada2024-11-061-2/+2