summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2024-02-19kconfig: write Kconfig files to autoconf.cmd in orderMasahiro Yamada
2024-02-19kconfig: remove unneeded sym_find() call in conf_parse()Masahiro Yamada
2024-02-19kconfig: remove compat_getline()Masahiro Yamada
2024-02-19kconfig: remove orphan lookup_file() declarationMasahiro Yamada
2024-02-19kconfig: fix off-by-one in zconf_error()Masahiro Yamada
2024-02-19kconfig: fix infinite loop when expanding a macro at the end of fileMasahiro Yamada
2024-02-19Revert "kbuild/mkspec: clean boot loader configuration on rpm removal"Masahiro Yamada
2024-02-19Revert "kbuild/mkspec: support 'update-bootloader'-based systems"Masahiro Yamada
2024-02-19kbuild: rpm-pkg: mark installed files in /boot as %ghostMasahiro Yamada
2024-02-19kbuild: rpm-pkg: do not include depmod-generated filesMasahiro Yamada
2024-02-19kbuild: deb-pkg: call more misc debhelper commandsMasahiro Yamada
2024-02-19kbuild: deb-pkg: build binary-arch in parallelMasahiro Yamada
2024-02-19kbuild: deb-pkg: make debian/rules quiet for 'make deb-pkg'Masahiro Yamada
2024-02-19kbuild: deb-pkg: show verbose log for direct package buildsMasahiro Yamada
2024-02-19kbuild: simplify dtbs_install by reading the list of compiled DTBsMasahiro Yamada
2024-02-19kbuild: create a list of all built DTB filesMasahiro Yamada
2024-02-19kconfig: fix line number in recursive inclusion detectionMasahiro Yamada
2024-02-19kconfig: remove unneeded buffer allocation in zconf_initscan()Masahiro Yamada
2024-02-15kallsyms: ignore ARMv4 thunks along with othersArnd Bergmann
2024-02-15modpost: trim leading spaces when processing source files listRadek Krejci
2024-02-15gen_compile_commands: fix invalid escape sequence warningAndrew Ballance
2024-02-15kbuild: Fix changing ELF file type for output of gen_btf for big endianNathan Chancellor
2024-02-01Merge tag 'kbuild-fixes-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-01-31kconfig: initialize sym->curr.tri to 'no' for all symbol types againMasahiro Yamada
2024-01-31kbuild: rpm-pkg: simplify installkernel %postJose Ignacio Tornos Martinez
2024-01-31modpost: avoid using the alias attributeMasahiro Yamada
2024-01-28modpost: Add '.ltext' and '.ltext.*' to TEXT_SECTIONSNathan Chancellor
2024-01-28kbuild: defconf: use SRCARCH to find merged configsZhang Bingwu
2024-01-21Makefile: Enable -Wstringop-overflow globallyGustavo A. R. Silva
2024-01-20Merge tag 'coccinelle-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-01-20coccinelle: device_attr_show: simplify patch caseJulia Lawall
2024-01-19Merge tag 'loongarch-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds
2024-01-19coccinelle: device_attr_show: Adapt to the latest Documentation/filesystems/s...Li Zhijian
2024-01-18Merge tag 'kbuild-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2024-01-17Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-01-17Merge tag 'mm-hotfixes-stable-2024-01-12-16-52' of git://git.kernel.org/pub/s...Linus Torvalds
2024-01-17LoongArch: Enable initial Rust supportWANG Rui
2024-01-17scripts/min-tool-version.sh: Raise minimum clang version to 18.0.0 for loongarchWANG Rui
2024-01-17modpost: Ignore relaxation and alignment marker relocs on LoongArchWANG Xuerui
2024-01-12scripts/decode_stacktrace.sh: optionally use LLVM utilitiesCarlos Llamas
2024-01-11Merge tag 'docs-6.8' of git://git.lwn.net/linuxLinus Torvalds
2024-01-11Merge tag 'rust-6.8' of https://github.com/Rust-for-Linux/linuxLinus Torvalds
2024-01-11Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-01-10Merge tag 'asm-generic-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-01-10kbuild: deb-pkg: use debian/<package> for tmpdirMasahiro Yamada
2024-01-10kbuild: deb-pkg: move 'make headers' to build-archMasahiro Yamada
2024-01-09Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-01-05kbuild: deb-pkg: do not search for 'scripts' directory under arch/Masahiro Yamada
2024-01-05kbuild: deb-pkg: use build ID instead of debug link for dbg packageMasahiro Yamada
2024-01-05kbuild: deb-pkg: use more debhelper commands in builddebMasahiro Yamada