summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2025-03-30Merge tag 'bpf-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds1-1/+1
2025-03-29Merge tag 'devicetree-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+5
2025-03-28Merge tag 'trace-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds1-129/+0
2025-03-28Merge tag 'trace-sorttable-v6.15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-9/+406
2025-03-27scripts/make_fit: Print DT name before libfdt errorsJ. Neuschäfer1-1/+5
2025-03-27Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-5/+8
2025-03-26Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds1-0/+291
2025-03-26Merge tag 'selinux-pr-20250323' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-9/+6
2025-03-25Merge tag 'x86-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds6-78/+16
2025-03-25Merge tag 'objtool-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2025-03-25Merge tag 'docs-6.15' of git://git.lwn.net/linuxLinus Torvalds9-1248/+1516
2025-03-25Merge tag 'hardening-v6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-4/+15
2025-03-24Merge tag 'vfs-6.15-rc1.mount' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2025-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2-31/+44
2025-03-20scripts/tracing: Remove scripts/tracing/draw_functrace.pySteven Rostedt1-129/+0
2025-03-19Merge tag 'v6.14-rc7' into x86/core, to pick up fixesIngo Molnar3-32/+45
2025-03-17objtool: Add CONFIG_OBJTOOL_WERRORJosh Poimboeuf1-0/+1
2025-03-16Merge tag 'rust-fixes-6.14-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-31/+44
2025-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-1/+1
2025-03-13scripts: get_feat.pl: substitute s390x with s390Heiko Carstens1-2/+2
2025-03-12scripts: generate_rust_analyzer: add uapi crateTamir Duberstein1-1/+2
2025-03-12scripts: generate_rust_analyzer: add missing include_dirsTamir Duberstein1-20/+20
2025-03-12scripts: generate_rust_analyzer: add missing macros depsTamir Duberstein1-9/+21
2025-03-10riscv/crc: add "template" for Zbc optimized CRC functionsEric Biggers1-1/+54
2025-03-08ubsan/overflow: Enable ignorelist parsing and add type filterKees Cook2-1/+5
2025-03-08ubsan/overflow: Enable pattern exclusionsKees Cook1-0/+1
2025-03-08ubsan/overflow: Rework integer overflow sanitizer option to turn on everythingKees Cook2-4/+8
2025-03-07selinux: Chain up tool resolving errors in install_policy.shTim Schumacher1-9/+6
2025-03-06kbuild: install-extmod-build: Fix build when specifying KBUILD_OUTPUTInochi Amaoto1-1/+1
2025-03-06rust: remove leftover mentions of the `alloc` crateMiguel Ojeda1-2/+2
2025-03-04x86/percpu: Move current_task to percpu hot sectionBrian Gerst1-1/+1
2025-03-04kbuild: clang: Support building UM with SUBARCH=i386Kees Cook1-0/+2
2025-03-04scripts/kernel-doc: drop dead code for Wcontents_before_sectionsMauro Carvalho Chehab1-11/+0
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-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