summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'loongarch-kvm-6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini2024-03-117-18/+19
|\
| * Merge tag 'riscv-for-linus-6.8-rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-03-012-2/+2
| |\
| | * kbuild: Add -Wa,--fatal-warnings to as-instr invocationNathan Chancellor2024-02-162-2/+2
| * | Merge tag 'net-6.8.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2024-02-221-1/+1
| |\ \
| | * \ Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni2024-02-221-1/+1
| | |\ \
| | | * | bpf, scripts: Correct GPL license nameGianmarco Lusvardi2024-02-141-1/+1
| * | | | kallsyms: ignore ARMv4 thunks along with othersArnd Bergmann2024-02-151-11/+2
| * | | | modpost: trim leading spaces when processing source files listRadek Krejci2024-02-151-1/+6
| * | | | gen_compile_commands: fix invalid escape sequence warningAndrew Ballance2024-02-151-1/+1
| * | | | kbuild: Fix changing ELF file type for output of gen_btf for big endianNathan Chancellor2024-02-151-2/+7
| |/ / /
* / / / x86: replace CONFIG_HAVE_KVM with IS_ENABLED(CONFIG_KVM)Paolo Bonzini2024-02-082-2/+6
|/ / /
* | | Merge tag 'kbuild-fixes-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-02-015-33/+22
|\ \ \ | |/ / |/| |
| * | kconfig: initialize sym->curr.tri to 'no' for all symbol types againMasahiro Yamada2024-01-311-1/+3
| * | kbuild: rpm-pkg: simplify installkernel %postJose Ignacio Tornos Martinez2024-01-311-11/+11
| * | modpost: avoid using the alias attributeMasahiro Yamada2024-01-312-16/+2
| * | modpost: Add '.ltext' and '.ltext.*' to TEXT_SECTIONSNathan Chancellor2024-01-281-1/+2
| * | kbuild: defconf: use SRCARCH to find merged configsZhang Bingwu2024-01-281-4/+4
| |/
* / Makefile: Enable -Wstringop-overflow globallyGustavo A. R. Silva2024-01-211-2/+0
|/
* Merge tag 'coccinelle-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-01-201-9/+8
|\
| * coccinelle: device_attr_show: simplify patch caseJulia Lawall2024-01-201-8/+3
| * coccinelle: device_attr_show: Adapt to the latest Documentation/filesystems/s...Li Zhijian2024-01-191-9/+13
* | Merge tag 'loongarch-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds2024-01-193-2/+26
|\ \ | |/ |/|
| * LoongArch: Enable initial Rust supportWANG Rui2024-01-171-0/+7
| * scripts/min-tool-version.sh: Raise minimum clang version to 18.0.0 for loongarchWANG Rui2024-01-171-0/+2
| * modpost: Ignore relaxation and alignment marker relocs on LoongArchWANG Xuerui2024-01-171-2/+17
* | Merge tag 'kbuild-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2024-01-1835-453/+922
|\ \
| * | kbuild: deb-pkg: use debian/<package> for tmpdirMasahiro Yamada2024-01-101-29/+12
| * | kbuild: deb-pkg: move 'make headers' to build-archMasahiro Yamada2024-01-102-3/+2
| * | kbuild: deb-pkg: do not search for 'scripts' directory under arch/Masahiro Yamada2024-01-051-1/+1
| * | kbuild: deb-pkg: use build ID instead of debug link for dbg packageMasahiro Yamada2024-01-051-19/+13
| * | kbuild: deb-pkg: use more debhelper commands in builddebMasahiro Yamada2024-01-053-18/+14
| * | kbuild: deb-pkg: remove unneeded '-f $srctree/Makefile' in debian/rulesMasahiro Yamada2024-01-051-5/+3
| * | kbuild: deb-pkg: allow to run debian/rules from output directoryMasahiro Yamada2024-01-051-1/+1
| * | kbuild: deb-pkg: set DEB_* variables if debian/rules is directly executedMasahiro Yamada2024-01-052-4/+14
| * | kbuild: deb-pkg: squash scripts/package/deb-build-option to debian/rulesMasahiro Yamada2023-12-292-16/+3
| * | kbuild: deb-pkg: factor out common Make options in debian/rulesMasahiro Yamada2023-12-291-4/+4
| * | kbuild: deb-pkg: hard-code Build-DependsMasahiro Yamada2023-12-291-3/+2
| * | kbuild: deb-pkg: split debian/copyright from the mkdebian scriptMasahiro Yamada2023-12-292-20/+17
| * | check-uapi: Introduce check-uapi.shJohn Moon2023-12-291-0/+573
| * | scripts: Introduce a default git.orderFileLeonardo Bras2023-12-291-0/+42
| * | kconfig: WERROR unmet symbol dependencySergey Senozhatsky2023-12-294-5/+25
| * | kconfig: Use KCONFIG_CONFIG instead of .configMarkus Schneider-Pargmann2023-12-281-1/+1
| * | kconfig: remove redundant NULL pointer check before free()Masahiro Yamada2023-12-282-4/+2
| * | kconfig: remove unreachable printf()Masahiro Yamada2023-12-281-1/+0
| * | kconfig: add include guard to lkc_proto.hMasahiro Yamada2023-12-281-0/+5
| * | kconfig: squash menu_has_help() and menu_get_help()Masahiro Yamada2023-12-282-17/+2
| * | kconfig: factor out common code shared by mconf and nconfMasahiro Yamada2023-12-105-107/+75
| * | modpost: remove unreachable code after fatal()Masahiro Yamada2023-12-101-6/+3
| * | modpost: remove unneeded initializer in section_rel()Masahiro Yamada2023-12-101-1/+1
| * | modpost: inform compilers that fatal() never returnsMasahiro Yamada2023-12-102-1/+7