summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2024-11-28modpost: convert do_of_table() to a generic handlerMasahiro Yamada
2024-11-28modpost: convert do_pnp_device_entry() to a generic handlerMasahiro Yamada
2024-11-28modpost: convert do_pnp_card_entries() to a generic handlerMasahiro Yamada
2024-11-28modpost: call module_alias_printf() from all do_*_entry() functionsMasahiro Yamada
2024-11-28modpost: pass (struct module *) to do_*_entry() functionsMasahiro Yamada
2024-11-28modpost: remove DEF_FIELD_ADDR_VAR() macroMasahiro Yamada
2024-11-28modpost: deduplicate MODULE_ALIAS() for all driversMasahiro Yamada
2024-11-28modpost: introduce module_alias_printf() helperMasahiro Yamada
2024-11-28modpost: remove unnecessary check in do_acpi_entry()Masahiro Yamada
2024-11-28modpost: remove incorrect code in do_eisa_entry()Masahiro Yamada
2024-11-28setlocalversion: add -e optionMasahiro Yamada
2024-11-28setlocalversion: work around "git describe" performanceRasmus Villemoes
2024-11-28kbuild: switch from lz4c to lz4 for compressionParth Pancholi
2024-11-28kbuild: re-enable KCSAN for autogenerated *.mod.c intermediariesMasahiro Yamada
2024-11-28kbuild: enable objtool for *.mod.o and additional kernel objectsMasahiro Yamada
2024-11-28kbuild: move cmd_cc_o_c and cmd_as_o_S to scripts/Malefile.libMasahiro Yamada
2024-11-28kbuild: remove support for single %.symtypes build ruleMasahiro Yamada
2024-11-28kbuild: do not pass -r to genksyms when *.symref does not existMasahiro Yamada
2024-11-28kbuild: support building external modules in a separate build directoryMasahiro Yamada
2024-11-28kbuild: remove extmod_prefix, MODORDER, MODULES_NSDEPS variablesMasahiro Yamada
2024-11-28kbuild: change working directory to external module directory with M=Masahiro Yamada
2024-11-27kbuild: add $(objtree)/ prefix to some in-kernel build artifactsMasahiro Yamada
2024-11-27kbuild: deb-pkg: Don't fail if modules.order is missingMatt Fleming
2024-11-27kbuild: Fix Propeller build optionRong Xu
2024-11-27kbuild: Add Propeller configuration for kernel buildRong Xu
2024-11-27AutoFDO: Enable machine function split optimization for AutoFDORong Xu
2024-11-27AutoFDO: Enable -ffunction-sections for the AutoFDO buildRong Xu
2024-11-27MIPS: Place __kernel_entry at the beginning of text sectionRong Xu
2024-11-06kbuild: Add AutoFDO support for Clang buildRong Xu
2024-11-06kconfig: document the positional argument in the help messageMasahiro Yamada
2024-11-06kconfig: qconf: remove unnecessary mode check in ConfigItem::updateMenu()Masahiro Yamada
2024-11-06kconfig: qconf: refactor ConfigInfoView::clicked()Masahiro Yamada
2024-11-06kconfig: add sym_get_prompt_menu() helper functionMasahiro Yamada
2024-11-06kconfig: qconf: remove non-functional href="m..." tagMasahiro Yamada
2024-11-06kconfig: qconf: remove redundant check in goBack()Masahiro Yamada
2024-11-06kconfig: qconf: avoid unnecessary parentSelected() when ESC is pressedMasahiro Yamada
2024-11-06kconfig: qconf: remove ConfigItem::visible memberMasahiro Yamada
2024-11-06kconfig: qconf: do not show goParent button in split viewMasahiro Yamada
2024-11-06kconfig: qconf: convert the last old connection syntax to Qt5 styleMasahiro Yamada
2024-11-06kconfig: qconf: remove unnecessary lastWindowClosed() signal connectionMasahiro Yamada
2024-11-06kconfig: qconf: remove unnecessary setRootIsDecorated() callMasahiro Yamada
2024-11-06kconfig: qconf: remove redundant type check for choice membersMasahiro Yamada
2024-11-06kconfig: qconf: remove mouse{Press,Move}Event() functionsMasahiro Yamada
2024-11-06kconfig: qconf: simplify character replacementRolf Eike Beer
2024-11-06kconfig: qconf: use default platform shortcutsRolf Eike Beer
2024-11-06kconfig: qconf: use QString to store path to configuration fileRolf Eike Beer
2024-11-06kconfig: nconf: Fix typo in function commentThorsten Blum
2024-11-06streamline_config.pl: remove prompt warnings for configs with defaultsDavid Hunter
2024-11-06streamline_config.pl: ensure all defaults are trackedDavid Hunter
2024-11-04streamline_config.pl: fix missing variable operator in debug printDavid Hunter