summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorLines
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
2024-01-22rust: upgrade to Rust 1.75.0Miguel Ojeda-1/+1
2024-01-21Makefile: Enable -Wstringop-overflow globallyGustavo A. R. Silva-2/+0
2024-01-20Merge tag 'coccinelle-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-9/+8
2024-01-20coccinelle: device_attr_show: simplify patch caseJulia Lawall-8/+3
2024-01-19Merge tag 'loongarch-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds-2/+26
2024-01-19coccinelle: device_attr_show: Adapt to the latest Documentation/filesystems/s...Li Zhijian-9/+13
2024-01-18Merge tag 'kbuild-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds-453/+922
2024-01-17Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-11/+7
2024-01-17Merge tag 'mm-hotfixes-stable-2024-01-12-16-52' of git://git.kernel.org/pub/s...Linus Torvalds-2/+17
2024-01-17LoongArch: Enable initial Rust supportWANG Rui-0/+7
2024-01-17scripts/min-tool-version.sh: Raise minimum clang version to 18.0.0 for loongarchWANG Rui-0/+2
2024-01-17modpost: Ignore relaxation and alignment marker relocs on LoongArchWANG Xuerui-2/+17
2024-01-12scripts/decode_stacktrace.sh: optionally use LLVM utilitiesCarlos Llamas-2/+17
2024-01-11Merge tag 'docs-6.8' of git://git.lwn.net/linuxLinus Torvalds-13/+15
2024-01-11Merge tag 'rust-6.8' of https://github.com/Rust-for-Linux/linuxLinus Torvalds-1/+2
2024-01-11Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-0/+24
2024-01-10Merge tag 'asm-generic-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+0
2024-01-10kbuild: deb-pkg: use debian/<package> for tmpdirMasahiro Yamada-29/+12
2024-01-10kbuild: deb-pkg: move 'make headers' to build-archMasahiro Yamada-3/+2
2024-01-10x86/bugs: Rename CONFIG_RETHUNK => CONFIG_MITIGATION_RETHUNKBreno Leitao-1/+1
2024-01-10x86/bugs: Rename CONFIG_CPU_SRSO => CONFIG_MITIGATION_SRSOBreno Leitao-1/+1
2024-01-10x86/bugs: Rename CONFIG_CPU_UNRET_ENTRY => CONFIG_MITIGATION_UNRET_ENTRYBreno Leitao-1/+1
2024-01-10x86/bugs: Rename CONFIG_SLS => CONFIG_MITIGATION_SLSBreno Leitao-1/+1
2024-01-10x86/bugs: Rename CONFIG_RETPOLINE => CONFIG_MITIGATION_RETPOLINEBreno Leitao-3/+3
2024-01-10x86/bugs: Rename CONFIG_CALL_DEPTH_TRACKING => CONFIG_MITIGATION_CALL_DEPTH_...Breno Leitao-1/+1
2024-01-09Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...Linus Torvalds-56/+84
2024-01-05kbuild: deb-pkg: do not search for 'scripts' directory under arch/Masahiro Yamada-1/+1
2024-01-05kbuild: deb-pkg: use build ID instead of debug link for dbg packageMasahiro Yamada-19/+13
2024-01-05kbuild: deb-pkg: use more debhelper commands in builddebMasahiro Yamada-18/+14
2024-01-05kbuild: deb-pkg: remove unneeded '-f $srctree/Makefile' in debian/rulesMasahiro Yamada-5/+3
2024-01-05kbuild: deb-pkg: allow to run debian/rules from output directoryMasahiro Yamada-1/+1
2024-01-05kbuild: deb-pkg: set DEB_* variables if debian/rules is directly executedMasahiro Yamada-4/+14
2024-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-24/+32
2024-01-04scripts/tags.sh: remove find_sourcesWei Yang-7/+2
2024-01-04scripts/tags.sh: use -n to test archincludeWei Yang-1/+1
2024-01-04scripts/tags.sh: add local annotationWei Yang-2/+2