summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorLines
2025-12-02Merge tag 'libcrypto-tests-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-17/+84
2025-12-02Merge tag 'libcrypto-updates-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-0/+36
2025-12-01Merge tag 'objtool-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-18/+1086
2025-12-01Merge tag 'locking-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-4/+7
2025-12-01Merge tag 'namespace-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+1
2025-12-01Merge tag 'vfs-6.19-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+3
2025-11-21kbuild: Check for functions with ambiguous -ffunction-sections section namesJosh Poimboeuf-0/+29
2025-11-18objtool/klp: Only enable --checksum when neededJosh Poimboeuf-1/+4
2025-11-14Merge tag 'rust-fixes-6.18-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-3/+6
2025-11-13Merge tag 'v6.18-rc5' into objtool/core, to pick up fixesIngo Molnar-3/+22
2025-11-11gendwarfksyms: Skip files with no exportsSami Tolvanen-3/+6
2025-11-11lib/crypto: tests: Add KUnit tests for POLYVALEric Biggers-2/+45
2025-11-11lib/crypto: tests: Add additional SHAKE testsEric Biggers-4/+23
2025-11-11lib/crypto: tests: Add SHA3 kunit testsDavid Howells-1/+3
2025-11-11lib/crypto: tests: Add KUnit tests for BLAKE2bEric Biggers-13/+16
2025-11-11Merge branch 'kbuild-6.19.fms.extension'Christian Brauner-1/+3
2025-11-09scripts/decode_stacktrace.sh: fix build ID and PC source parsingCarlos Llamas-6/+8
2025-11-08kbuild: Let kernel-doc.py use PYTHON3 overrideJean Delvare-1/+1
2025-11-06kbuild: Strip trailing padding bytes from modules.builtin.modinfoNathan Chancellor-1/+14
2025-11-05lib/crypto: sha3: Add FIPS cryptographic algorithm self-testEric Biggers-0/+4
2025-11-03arch: hookup listns() system callChristian Brauner-0/+1
2025-11-01kconfig/nconf: Initialize the default locale at startupJakub Horký-0/+3
2025-11-01kconfig/mconf: Initialize the default locale at startupJakub Horký-0/+3
2025-10-29lib/crypto: Add FIPS self-tests for SHA-1 and SHA-2Eric Biggers-0/+32
2025-10-29Kbuild: enable -fms-extensionsRasmus Villemoes-1/+3
2025-10-25kbuild: install-extmod-build: Fix when given dir outside the build dirJames Le Cuirot-1/+1
2025-10-21atomic: Skip alignment check for try_cmpxchg() old argArnd Bergmann-4/+7
2025-10-14livepatch/klp-build: Add --show-first-changed option to show function divergenceJosh Poimboeuf-4/+78
2025-10-14livepatch/klp-build: Add --debug option to show cloning decisionsJosh Poimboeuf-3/+13
2025-10-14livepatch/klp-build: Introduce klp-build script for generating livepatch modulesJosh Poimboeuf-1/+745
2025-10-14livepatch/klp-build: Add stub init code for livepatch modulesJosh Poimboeuf-0/+108
2025-10-14livepatch/klp-build: Introduce fix-patch-lines script to avoid __LINE__ diff ...Josh Poimboeuf-0/+79
2025-10-14kbuild,objtool: Defer objtool validation step for CONFIG_KLP_BUILDJosh Poimboeuf-2/+3
2025-10-14objtool/klp: Introduce klp diff subcommand for diffing object filesJosh Poimboeuf-1/+9
2025-10-14objtool: Rename --Werror to --werrorJosh Poimboeuf-2/+2
2025-10-14modpost: Ignore unresolved section bounds symbolsJosh Poimboeuf-0/+5
2025-10-14kbuild: Remove 'kmod_' prefix from __KBUILD_MODNAMEJosh Poimboeuf-1/+1
2025-10-14vmlinux.lds: Unify TEXT_MAIN, DATA_MAIN, and related macrosJosh Poimboeuf-7/+5
2025-10-14scripts/faddr2line: Fix "Argument list too long" errorPankaj Raghav-4/+9
2025-10-14scripts/faddr2line: Use /usr/bin/env bash for portabilityPankaj Raghav-1/+1
2025-10-14scripts/faddr2line: Set LANG=C to enforce ASCII outputJohn Wang-0/+4
2025-10-11Merge tag 'kbuild-fixes-6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-5/+10
2025-10-11Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds-0/+1
2025-10-10kbuild: Use '--strip-unneeded-symbol' for removing module device table symbolsNathan Chancellor-1/+1
2025-10-10kbuild: Add '.rel.*' strip pattern for vmlinuxNathan Chancellor-0/+3
2025-10-10kbuild: Restore pattern to avoid stripping .rela.dyn from vmlinuxNathan Chancellor-1/+1
2025-10-07scripts/Makefile.extrawarn: Respect CONFIG_WERROR / W=e for hostprogsNathan Chancellor-3/+5
2025-10-07kconfig: Avoid prompting for transitional symbolsKees Cook-1/+61
2025-10-04bpf: Finish constification of 1st parameter of bpf_d_path()Rong Tao-0/+1
2025-10-03Merge tag 'docs-6.18' of git://git.lwn.net/linuxLinus Torvalds-1497/+2775