summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2024-03-26module: add iPAQ sleeve device table and module alias supportRussell King
2024-03-07Merge tag 'mm-hotfixes-stable-2024-03-07-16-17' of git://git.kernel.org/pub/s...Linus Torvalds
2024-03-07scripts/gdb/symbols: fix invalid escape sequence warningAndrew Ballance
2024-03-01Merge tag 'riscv-for-linus-6.8-rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-02-22Merge tag 'net-6.8.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2024-02-22Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni
2024-02-16kbuild: Add -Wa,--fatal-warnings to as-instr invocationNathan Chancellor
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-14bpf, scripts: Correct GPL license nameGianmarco Lusvardi
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
2024-01-05kbuild: deb-pkg: remove unneeded '-f $srctree/Makefile' in debian/rulesMasahiro Yamada
2024-01-05kbuild: deb-pkg: allow to run debian/rules from output directoryMasahiro Yamada
2024-01-05kbuild: deb-pkg: set DEB_* variables if debian/rules is directly executedMasahiro Yamada
2024-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-01-04scripts/tags.sh: remove find_sourcesWei Yang
2024-01-04scripts/tags.sh: use -n to test archincludeWei Yang
2024-01-04scripts/tags.sh: add local annotationWei Yang
2024-01-04scripts/tags.sh: use more portable -path instead of -wholenameWei Yang
2024-01-04scripts/tags.sh: Update comment (addition of gtags)René Nyffenegger
2024-01-03kernel-doc: handle a void function without producing a warningRandy Dunlap