summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2025-03-24Merge tag 'x86-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-03-24Merge tag 'objtool-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-03-24Merge tag 'docs-6.15' of git://git.lwn.net/linuxLinus Torvalds
2025-03-24Merge tag 'hardening-v6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-03-24Merge tag 'vfs-6.15-rc1.mount' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-03-19Merge tag 'v6.14-rc7' into x86/core, to pick up fixesIngo Molnar
2025-03-17objtool: Add CONFIG_OBJTOOL_WERRORJosh Poimboeuf
2025-03-15Merge tag 'rust-fixes-6.14-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-03-12scripts: get_feat.pl: substitute s390x with s390Heiko Carstens
2025-03-12scripts: generate_rust_analyzer: add uapi crateTamir Duberstein
2025-03-12scripts: generate_rust_analyzer: add missing include_dirsTamir Duberstein
2025-03-11scripts: generate_rust_analyzer: add missing macros depsTamir Duberstein
2025-03-07ubsan/overflow: Enable ignorelist parsing and add type filterKees Cook
2025-03-07ubsan/overflow: Enable pattern exclusionsKees Cook
2025-03-07ubsan/overflow: Rework integer overflow sanitizer option to turn on everythingKees Cook
2025-03-06kbuild: install-extmod-build: Fix build when specifying KBUILD_OUTPUTInochi Amaoto
2025-03-05rust: remove leftover mentions of the `alloc` crateMiguel Ojeda
2025-03-04x86/percpu: Move current_task to percpu hot sectionBrian Gerst
2025-03-04kbuild: clang: Support building UM with SUBARCH=i386Kees Cook
2025-03-04scripts/kernel-doc: drop dead code for Wcontents_before_sectionsMauro Carvalho Chehab
2025-03-04scripts/kernel-doc: don't add not needed new linesMauro Carvalho Chehab
2025-02-21x86/build: Raise the minimum LLVM version to 15.0.0Nathan Chancellor
2025-02-18kallsyms: Remove KALLSYMS_ABSOLUTE_PERCPUBrian Gerst
2025-02-18x86/stackprotector: Remove stack protector test scriptsBrian Gerst
2025-02-18x86/build: Raise the minimum GCC version to 8.1Brian Gerst
2025-02-16modpost: Fix a few typos in a commentUwe Kleine-König
2025-02-15kbuild: fix linux-headers package build when $(CC) cannot link userspaceMasahiro Yamada
2025-02-13scripts/kernel-doc: drop Sphinx version checkMauro Carvalho Chehab
2025-02-13docs: ABI: move README contents to the topMauro Carvalho Chehab
2025-02-13scripts/kernel-doc: remove an obscure logic from kernel-docMauro Carvalho Chehab
2025-02-12fs: add open_tree_attr()Christian Brauner
2025-02-10scripts/get_abi.pl: drop now obsoleted scriptMauro Carvalho Chehab
2025-02-10scripts/get_abi.py: add support for undefined ABIsMauro Carvalho Chehab
2025-02-10scripts/lib/abi/abi_parser.py: make it backward-compatible with Python 3.6Mauro Carvalho Chehab
2025-02-10scripts/lib/abi/abi_parser.py: Rename title name for ABI filesMauro Carvalho Chehab
2025-02-10docs: sphinx/automarkup: add cross-references for ABIMauro Carvalho Chehab
2025-02-10docs: sphinx/kernel_abi: parse ABI files only onceMauro Carvalho Chehab
2025-02-10scripts/get_abi.pl: add support to parse ABI README fileMauro Carvalho Chehab
2025-02-10scripts/get_abi.pl: Add filtering capabilities to rest outputMauro Carvalho Chehab
2025-02-10docs: sphinx/kernel_abi: reduce buffer usage for ABI messagesMauro Carvalho Chehab
2025-02-10docs: sphinx/kernel_abi: use AbiParser directlyMauro Carvalho Chehab
2025-02-10scripts/lib/abi/abi_parser.py: use an interactor for ReST outputMauro Carvalho Chehab
2025-02-10scripts/lib/abi/abi_parser.py: optimize parse_abi() functionMauro Carvalho Chehab
2025-02-10scripts/get_abi.py: add support for symbol searchMauro Carvalho Chehab
2025-02-10scripts/get_abi.py: add a Python tool to generate ReST outputMauro Carvalho Chehab
2025-02-10scripts/documentation-file-ref-check: don't check perl/python scriptsMauro Carvalho Chehab
2025-02-09Merge tag 'kbuild-fixes-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-02-08Merge tag 'rust-fixes-6.14' of https://github.com/Rust-for-Linux/linuxLinus Torvalds
2025-02-07kbuild: Move -Wenum-enum-conversion to W=2Nathan Chancellor
2025-02-08kbuild: install-extmod-build: add missing quotation marks for CC variableWangYuli