summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorLines
2024-02-19kconfig: associate struct menu with file name directlyMasahiro Yamada-10/+10
2024-02-19kconfig: remove zconf_curname() and zconf_lineno()Masahiro Yamada-51/+37
2024-02-19kconfig: replace current_pos with separate cur_{filename,lineno}Masahiro Yamada-8/+17
2024-02-19kconfig: split preprocessor prototypes into preprocess.hMasahiro Yamada-13/+23
2024-02-19kconfig: call env_write_dep() right after yyparse()Masahiro Yamada-12/+18
2024-02-19kconfig: write Kconfig files to autoconf.cmd in orderMasahiro Yamada-4/+11
2024-02-19kconfig: remove unneeded sym_find() call in conf_parse()Masahiro Yamada-1/+1
2024-02-19kconfig: remove compat_getline()Masahiro Yamada-52/+1
2024-02-19kconfig: remove orphan lookup_file() declarationMasahiro Yamada-1/+0
2024-02-19kconfig: fix off-by-one in zconf_error()Masahiro Yamada-1/+1
2024-02-19kconfig: fix infinite loop when expanding a macro at the end of fileMasahiro Yamada-2/+5
2024-02-19Revert "kbuild/mkspec: clean boot loader configuration on rpm removal"Masahiro Yamada-3/+1
2024-02-19Revert "kbuild/mkspec: support 'update-bootloader'-based systems"Masahiro Yamada-5/+0
2024-02-19kbuild: rpm-pkg: mark installed files in /boot as %ghostMasahiro Yamada-0/+4
2024-02-19kbuild: rpm-pkg: do not include depmod-generated filesMasahiro Yamada-3/+19
2024-02-19kbuild: deb-pkg: call more misc debhelper commandsMasahiro Yamada-9/+5
2024-02-19kbuild: deb-pkg: build binary-arch in parallelMasahiro Yamada-34/+47
2024-02-19kbuild: deb-pkg: make debian/rules quiet for 'make deb-pkg'Masahiro Yamada-7/+9
2024-02-19kbuild: deb-pkg: show verbose log for direct package buildsMasahiro Yamada-0/+8
2024-02-19kbuild: simplify dtbs_install by reading the list of compiled DTBsMasahiro Yamada-20/+18
2024-02-19kbuild: create a list of all built DTB filesMasahiro Yamada-8/+18
2024-02-19kconfig: fix line number in recursive inclusion detectionMasahiro Yamada-4/+5
2024-02-19kconfig: remove unneeded buffer allocation in zconf_initscan()Masahiro Yamada-16/+13
2024-02-18coccinelle: device_attr_show: Remove useless expression STRLi Zhijian-1/+1
2024-02-17firmware: coreboot: Generate aliases for coreboot modulesNĂ­colas F. R. A. Prado-0/+13
2024-02-16kbuild: Add -Wa,--fatal-warnings to as-instr invocationNathan Chancellor-2/+2
2024-02-15kallsyms: ignore ARMv4 thunks along with othersArnd Bergmann-11/+2
2024-02-14scripts/kernel-doc: reindentVegard Nossum-1264/+1258
2024-02-14docs: scripts: sphinx-pre-install: Fix building docs with pyyaml packageThorsten Blum-0/+4
2024-02-15modpost: trim leading spaces when processing source files listRadek Krejci-1/+6
2024-02-15gen_compile_commands: fix invalid escape sequence warningAndrew Ballance-1/+1
2024-02-15kbuild: Fix changing ELF file type for output of gen_btf for big endianNathan Chancellor-2/+7
2024-02-14bpf, scripts: Correct GPL license nameGianmarco Lusvardi-1/+1
2024-02-14Merge branch 'x86/bugs' into x86/core, to pick up pending changes before depe...Ingo Molnar-7/+7
2024-02-09arm64: rust: Enable Rust support for AArch64Jamie Cunliffe-1/+3
2024-02-09rust: Refactor the build target to allow the use of builtin targetsJamie Cunliffe-1/+3
2024-02-08x86: replace CONFIG_HAVE_KVM with IS_ENABLED(CONFIG_KVM)Paolo Bonzini-2/+6
2024-02-06ubsan: Remove CONFIG_UBSAN_SANITIZE_ALLKees Cook-1/+1
2024-02-06ubsan: Use Clang's -fsanitize-trap=undefined optionKees Cook-1/+1
2024-02-05kernel-doc: Support arrays of pointers struct fieldsSakari Ailus-0/+9
2024-02-01Merge tag 'kbuild-fixes-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-33/+22
2024-01-31kconfig: initialize sym->curr.tri to 'no' for all symbol types againMasahiro Yamada-1/+3
2024-01-31kbuild: rpm-pkg: simplify installkernel %postJose Ignacio Tornos Martinez-11/+11
2024-01-31modpost: avoid using the alias attributeMasahiro Yamada-16/+2
2024-01-30docs: sphinx-pre-install fix-noto-sans-cjk on fedoraAndrew Ballance-2/+7
2024-01-30kernel-doc: drop looking for "MACDOC"Randy Dunlap-1/+1
2024-01-30scripts/kernel-doc: Do not process backslash lines in commentsAnna-Maria Behnsen-1/+1
2024-01-29bpf: Generate const static pointers for kernel helpersJose E. Marchesi-1/+1
2024-01-28modpost: Add '.ltext' and '.ltext.*' to TEXT_SECTIONSNathan Chancellor-1/+2
2024-01-28kbuild: defconf: use SRCARCH to find merged configsZhang Bingwu-4/+4