summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2025-03-04scripts/kernel-doc: don't add not needed new linesMauro Carvalho Chehab1-0/+4
2025-02-28coccinelle: Add missing (GE)NL_SET_ERR_MSG_* to strings ending with newline testGal Pressman1-5/+8
2025-02-25scripts/sorttable: Allow matches to functions before function entrySteven Rostedt1-1/+6
2025-02-25scripts/sorttable: Use normal sort if theres no relocs in the mcount sectionSteven Rostedt1-2/+7
2025-02-25kbuild, bpf: Correct pahole version that supports distilled base btf featurePu Lehui1-1/+1
2025-02-21x86/build: Raise the minimum LLVM version to 15.0.0Nathan Chancellor1-1/+1
2025-02-20scripts/tags.sh: tag SYM_*START*() assembler symbolsCosta Shulyupin1-0/+1
2025-02-19scripts/sorttable: Zero out weak functions in mcount_loc tableSteven Rostedt2-3/+129
2025-02-19scripts/sorttable: Always use an array for the mcount_loc sortingSteven Rostedt1-32/+90
2025-02-19scripts/sorttable: Have mcount rela sort use direct valuesSteven Rostedt1-1/+25
2025-02-19arm64: scripts/sorttable: Implement sorting mcount_loc at boot for arm64Steven Rostedt1-3/+182
2025-02-18kallsyms: Remove KALLSYMS_ABSOLUTE_PERCPUBrian Gerst2-64/+12
2025-02-18x86/stackprotector: Remove stack protector test scriptsBrian Gerst2-12/+0
2025-02-18x86/build: Raise the minimum GCC version to 8.1Brian Gerst1-0/+2
2025-02-15modpost: Fix a few typos in a commentUwe Kleine-König1-2/+2
2025-02-15kbuild: fix linux-headers package build when $(CC) cannot link userspaceMasahiro Yamada1-2/+2
2025-02-13scripts/kernel-doc: drop Sphinx version checkMauro Carvalho Chehab1-113/+16
2025-02-13docs: ABI: move README contents to the topMauro Carvalho Chehab1-1/+1
2025-02-13scripts/kernel-doc: remove an obscure logic from kernel-docMauro Carvalho Chehab1-18/+1
2025-02-12fs: add open_tree_attr()Christian Brauner1-0/+1
2025-02-10scripts/get_abi.pl: drop now obsoleted scriptMauro Carvalho Chehab1-1103/+0
2025-02-10scripts/get_abi.py: add support for undefined ABIsMauro Carvalho Chehab4-3/+693
2025-02-10scripts/lib/abi/abi_parser.py: make it backward-compatible with Python 3.6Mauro Carvalho Chehab1-6/+10
2025-02-10scripts/lib/abi/abi_parser.py: Rename title name for ABI filesMauro Carvalho Chehab1-1/+1
2025-02-10docs: sphinx/automarkup: add cross-references for ABIMauro Carvalho Chehab1-0/+11
2025-02-10docs: sphinx/kernel_abi: parse ABI files only onceMauro Carvalho Chehab1-9/+13
2025-02-10scripts/get_abi.pl: add support to parse ABI README fileMauro Carvalho Chehab1-5/+20
2025-02-10scripts/get_abi.pl: Add filtering capabilities to rest outputMauro Carvalho Chehab1-6/+15
2025-02-10docs: sphinx/kernel_abi: reduce buffer usage for ABI messagesMauro Carvalho Chehab2-8/+9
2025-02-10docs: sphinx/kernel_abi: use AbiParser directlyMauro Carvalho Chehab1-1/+1
2025-02-10scripts/lib/abi/abi_parser.py: use an interactor for ReST outputMauro Carvalho Chehab2-23/+28
2025-02-10scripts/lib/abi/abi_parser.py: optimize parse_abi() functionMauro Carvalho Chehab1-15/+34
2025-02-10scripts/get_abi.py: add support for symbol searchMauro Carvalho Chehab2-0/+76
2025-02-10scripts/get_abi.py: add a Python tool to generate ReST outputMauro Carvalho Chehab3-0/+658
2025-02-10scripts/documentation-file-ref-check: don't check perl/python scriptsMauro Carvalho Chehab1-1/+1
2025-02-10scripts/gen-crc-consts: add gen-crc-consts.pyEric Biggers1-0/+238
2025-02-09Merge tag 'kbuild-fixes-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-7/+49
2025-02-08Merge tag 'rust-fixes-6.14' of https://github.com/Rust-for-Linux/linuxLinus Torvalds1-0/+18
2025-02-08kbuild: Move -Wenum-enum-conversion to W=2Nathan Chancellor1-1/+4
2025-02-07kbuild: install-extmod-build: add missing quotation marks for CC variableWangYuli1-1/+1
2025-02-07x86: rust: set rustc-abi=x86-softfloat on rustc>=1.86.0Alice Ryhl1-0/+18
2025-02-06kbuild: fix misspelling in scripts/Makefile.libOleh Zadorozhnyi1-1/+1
2025-02-05kbuild: keep symbols for symbol_get() even with CONFIG_TRIM_UNUSED_KSYMSMasahiro Yamada3-0/+42
2025-02-05scripts/Makefile.extrawarn: Do not show clang's non-kprintf warnings at W=1Nathan Chancellor1-5/+5
2025-02-01Merge tag 'mm-hotfixes-stable-2025-02-01-03-56' of git://git.kernel.org/pub/s...Linus Torvalds1-1/+1
2025-02-01scripts/gdb: fix aarch64 userspace detection in get_current_taskJan Kiszka1-1/+1
2025-02-01Remove stale generated 'genheaders' fileLinus Torvalds1-0/+0
2025-02-01Merge tag 'hardening-v6.14-rc1-fix1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+3
2025-02-01Merge tag 'riscv-for-linus-6.14-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+0
2025-01-31Merge tag 'kbuild-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds34-214/+3837