summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2026-04-14Merge tag 'kbuild-7.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kbu...Linus Torvalds14-33/+85
2026-04-14Merge tag 'docs-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/docs/linuxLinus Torvalds1-21/+42
2026-04-14Merge tag 'driver-core-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+2
2026-04-14Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-4/+103
2026-04-13Merge tag 'rust-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/l...Linus Torvalds7-187/+229
2026-04-08Merge tag 'rust-timekeeping-for-v7.1' of https://github.com/Rust-for-Linux/li...Miguel Ojeda1-5/+4
2026-04-07rust: kbuild: remove "dummy parameter" workaround for `bindgen` < 0.71.1Miguel Ojeda1-7/+1
2026-04-07rust: rust_is_available: remove warning for `bindgen` < 0.69.5 && libclang >=...Miguel Ojeda3-51/+1
2026-04-07rust: rust_is_available: remove warning for `bindgen` 0.66.[01]Miguel Ojeda3-38/+3
2026-04-07rust: bump `bindgen` minimum supported version to 0.71.1 (Debian Trixie)Miguel Ojeda1-1/+1
2026-04-07rust: kbuild: remove `feature(...)`s that are now stableMiguel Ojeda1-5/+1
2026-04-07rust: bump Rust minimum supported version to 1.85.0 (Debian Trixie)Miguel Ojeda1-1/+1
2026-04-05kconfig: forbid multiple entries with the same symbol in a choiceMasahiro Yamada1-11/+4
2026-04-05checksyscalls: only run when necessaryThomas Weißschuh1-0/+5
2026-04-05checksyscalls: fail on all intermediate errorsThomas Weißschuh1-0/+2
2026-04-05checksyscalls: move path to reference table to a variableThomas Weißschuh1-1/+3
2026-04-03rust: support overriding crate_nameAlice Ryhl2-23/+24
2026-04-02kbuild: vdso_install: drop build ID architecture allow-listThomas Weißschuh1-3/+0
2026-04-02kbuild: vdso_install: gracefully handle images without build IDThomas Weißschuh1-0/+3
2026-04-02kbuild: vdso_install: hide readelf warningsThomas Weißschuh1-1/+1
2026-04-02kbuild: vdso_install: split out the readelf invocationThomas Weißschuh1-1/+2
2026-04-02Merge tag 'rust-analyzer-v7.1' of https://github.com/Rust-for-Linux/linux int...Miguel Ojeda1-77/+209
2026-03-31Revert "scripts/checkpatch: add Assisted-by: tag validation"Jonathan Corbet1-11/+1
2026-03-30docs: changes.rst and ver_linux: sort the listsManuel Ebner1-32/+32
2026-03-30docs: changes/ver_linux: fix entries and add several toolsManuel Ebner1-14/+35
2026-03-30Revert "scripts: ver_linux: expand and fix list"Jonathan Corbet1-36/+14
2026-03-30Merge branch 'docs-fixes' into docs-mwJonathan Corbet1-1/+11
2026-03-30scripts/checkpatch: add Assisted-by: tag validationHarry Wentland1-1/+11
2026-03-30modpost: Declare extra_warn with unused attributeNathan Chancellor1-1/+1
2026-03-30kbuild: modules-cpio-pkg: Respect INSTALL_MOD_PATHJanne Grunau1-1/+2
2026-03-30kbuild: rust: provide an option to inline C helpers into RustGary Guo1-1/+6
2026-03-30rust: add `const_assert!` macroGary Guo1-1/+2
2026-03-26Merge tag 'hardening-v7.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+11
2026-03-25Merge tag 'kbuild-fixes-7.0-3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-14/+10
2026-03-24lib/crypto: tests: Add KUnit tests for SM3Eric Biggers1-0/+3
2026-03-24lib/crypto: tests: Add KUnit tests for GHASHEric Biggers1-1/+62
2026-03-23Merge tag 'v7.0-rc5' into driver-core-nextDanilo Krummrich1-5/+4
2026-03-20check-uapi: use dummy libc includesArnd Bergmann1-0/+1
2026-03-20check-uapi: honor ${CROSS_COMPILE} settingArnd Bergmann1-5/+6
2026-03-20check-uapi: link into shared objectsArnd Bergmann1-2/+5
2026-03-20coccinelle: kmalloc_obj: Remove default GFP_KERNEL argKees Cook1-0/+11
2026-03-17rust: enable the `generic_arg_infer` featureAlexandre Courbot1-1/+2
2026-03-17scripts: ver_linux: expand and fix listManuel Ebner1-14/+36
2026-03-16livepatch/klp-build: Fix inconsistent kernel versionJosh Poimboeuf1-5/+4
2026-03-13Merge tag 'drm-rust-fixes-2026-03-12' of https://gitlab.freedesktop.org/drm/r...Dave Airlie1-1/+3
2026-03-12kbuild: Consolidate C dialect optionsNathan Chancellor1-5/+0
2026-03-11scripts: kconfig: merge_config.sh: fix indentationDaniel Gomez1-2/+2
2026-03-11scripts: kconfig: merge_config.sh: pass output file as awk variableDaniel Gomez1-11/+7
2026-03-09scripts: kconfig: merge_config.sh: fix unexpected operator warningWeizhao Ouyang1-1/+1
2026-03-09lib/crypto: aes: Add FIPS self-test for CMACEric Biggers1-0/+10