summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorLines
2025-03-11scripts: generate_rust_analyzer: add missing macros depsTamir Duberstein-9/+21
2025-03-10riscv/crc: add "template" for Zbc optimized CRC functionsEric Biggers-1/+54
2025-03-10Merge 6.14-rc6 into char-misc-nextGreg Kroah-Hartman-4/+4
2025-03-08scripts: rust: mention file name in error messagesGuillaume Gomez-4/+4
2025-03-07ubsan/overflow: Enable ignorelist parsing and add type filterKees Cook-1/+5
2025-03-07ubsan/overflow: Enable pattern exclusionsKees Cook-0/+1
2025-03-07ubsan/overflow: Rework integer overflow sanitizer option to turn on everythingKees Cook-4/+8
2025-03-07selinux: Chain up tool resolving errors in install_policy.shTim Schumacher-9/+6
2025-03-06kbuild: install-extmod-build: Fix build when specifying KBUILD_OUTPUTInochi Amaoto-1/+1
2025-03-05rust: remove leftover mentions of the `alloc` crateMiguel Ojeda-2/+2
2025-03-04x86/percpu: Move current_task to percpu hot sectionBrian Gerst-1/+1
2025-03-04kbuild: clang: Support building UM with SUBARCH=i386Kees Cook-0/+2
2025-03-04scripts/kernel-doc: drop dead code for Wcontents_before_sectionsMauro Carvalho Chehab-11/+0
2025-03-04scripts/kernel-doc: don't add not needed new linesMauro Carvalho Chehab-0/+4
2025-02-27coccinelle: Add missing (GE)NL_SET_ERR_MSG_* to strings ending with newline testGal Pressman-5/+8
2025-02-25scripts/sorttable: Allow matches to functions before function entrySteven Rostedt-1/+6
2025-02-25scripts/sorttable: Use normal sort if theres no relocs in the mcount sectionSteven Rostedt-2/+7
2025-02-24kbuild, bpf: Correct pahole version that supports distilled base btf featurePu Lehui-1/+1
2025-02-21x86/build: Raise the minimum LLVM version to 15.0.0Nathan Chancellor-1/+1
2025-02-20scripts/tags.sh: tag SYM_*START*() assembler symbolsCosta Shulyupin-0/+1
2025-02-18scripts/sorttable: Zero out weak functions in mcount_loc tableSteven Rostedt-3/+129
2025-02-18scripts/sorttable: Always use an array for the mcount_loc sortingSteven Rostedt-32/+90
2025-02-18scripts/sorttable: Have mcount rela sort use direct valuesSteven Rostedt-1/+25
2025-02-18arm64: scripts/sorttable: Implement sorting mcount_loc at boot for arm64Steven Rostedt-3/+182
2025-02-18kallsyms: Remove KALLSYMS_ABSOLUTE_PERCPUBrian Gerst-64/+12
2025-02-18x86/stackprotector: Remove stack protector test scriptsBrian Gerst-12/+0
2025-02-18x86/build: Raise the minimum GCC version to 8.1Brian Gerst-0/+2
2025-02-16modpost: Fix a few typos in a commentUwe Kleine-König-2/+2
2025-02-15kbuild: fix linux-headers package build when $(CC) cannot link userspaceMasahiro Yamada-2/+2
2025-02-13scripts/kernel-doc: drop Sphinx version checkMauro Carvalho Chehab-113/+16
2025-02-13docs: ABI: move README contents to the topMauro Carvalho Chehab-1/+1
2025-02-13scripts/kernel-doc: remove an obscure logic from kernel-docMauro Carvalho Chehab-18/+1
2025-02-12fs: add open_tree_attr()Christian Brauner-0/+1
2025-02-10scripts/get_abi.pl: drop now obsoleted scriptMauro Carvalho Chehab-1103/+0
2025-02-10scripts/get_abi.py: add support for undefined ABIsMauro Carvalho Chehab-3/+693
2025-02-10scripts/lib/abi/abi_parser.py: make it backward-compatible with Python 3.6Mauro Carvalho Chehab-6/+10
2025-02-10scripts/lib/abi/abi_parser.py: Rename title name for ABI filesMauro Carvalho Chehab-1/+1
2025-02-10docs: sphinx/automarkup: add cross-references for ABIMauro Carvalho Chehab-0/+11
2025-02-10docs: sphinx/kernel_abi: parse ABI files only onceMauro Carvalho Chehab-9/+13
2025-02-10scripts/get_abi.pl: add support to parse ABI README fileMauro Carvalho Chehab-5/+20
2025-02-10scripts/get_abi.pl: Add filtering capabilities to rest outputMauro Carvalho Chehab-6/+15
2025-02-10docs: sphinx/kernel_abi: reduce buffer usage for ABI messagesMauro Carvalho Chehab-8/+9
2025-02-10docs: sphinx/kernel_abi: use AbiParser directlyMauro Carvalho Chehab-1/+1
2025-02-10scripts/lib/abi/abi_parser.py: use an interactor for ReST outputMauro Carvalho Chehab-23/+28
2025-02-10scripts/lib/abi/abi_parser.py: optimize parse_abi() functionMauro Carvalho Chehab-15/+34
2025-02-10scripts/get_abi.py: add support for symbol searchMauro Carvalho Chehab-0/+76
2025-02-10scripts/get_abi.py: add a Python tool to generate ReST outputMauro Carvalho Chehab-0/+658
2025-02-10scripts/documentation-file-ref-check: don't check perl/python scriptsMauro Carvalho Chehab-1/+1
2025-02-10scripts/gen-crc-consts: add gen-crc-consts.pyEric Biggers-0/+238
2025-02-09Merge tag 'kbuild-fixes-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-7/+49