summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2026-08-10lib/crypto: aes: Add FIPS self-tests for GCM and CCMEric Biggers
2026-08-10lib/crypto: aes: Add FIPS self-tests for unauthenticated modesEric Biggers
2026-08-10lib/crypto: fips: Split fips.h into fips-aes.h and fips-sha.hEric Biggers
2026-08-10kbuild: Support generated asm-headers in subdirectoriesThomas Weißschuh
2026-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.2-rc7Daniel Borkmann
2026-08-06resolve_btfids: Emit bpf_kfunc and bpf_fastcall decl tagsIhor Solodrai
2026-08-06resolve_btfids: Process KF_ARENA_* flags in resolve_btfidsIhor Solodrai
2026-08-06module: Remove unused DISCARD_EH_FRAME definition from module.lds.SPetr Pavlu
2026-08-05checkpatch.pl: adapt to new Assisted-by: formatJeff Layton
2026-08-05kbuild: link-vmlinux.sh: improve detection of third pass requirementAndré Draszik
2026-08-05kallsyms: add symbol size for kallsyms symbols that can change sizeAndré Draszik
2026-08-05kbuild: set the initial value of subdir-rustflags-yYuntao Wang
2026-08-05scripts/config: Use in-place editing (-i) in sed portablyRong Zhang
2026-08-05scripts/config: Use POSIX standard ERE (-E) in sedRong Zhang
2026-08-05modpost: prevent leak when early return no suffix .o in read_symbols()Robertus Diawan Chris
2026-08-05fixdep: make gendered language gender-neutralElsie Heck
2026-08-05kconfig: fix minor typos in commentsJulian Braha
2026-08-05scripts: fix spelling mistakesMartin Weiss
2026-08-05kconfig: abort rather than loop for ever on EOFSimon Glass
2026-08-05scripts/tags.sh: Add support for rust source filesSergei Litvin
2026-08-05scripts/tags.sh: Prevent binary files appearing in cscope.filesSergei Litvin
2026-08-04scripts: headers_install.sh: Normalize __ASSEMBLY__ to __ASSEMBLER__Thomas Huth
2026-08-03checkpatch: don't emit warnings for ID-base USB & PCI DT compatiblesChen-Yu Tsai
2026-08-03rust: rust_is_available: warn for `bindgen` < 0.72.1 && libclang >= 22Miguel Ojeda
2026-08-03rust: rust_is_available: support testing with `bash` as `/bin/sh`Miguel Ojeda
2026-08-03objtool/klp: Fix symbol resolution for duplicate data symbolsJosh Poimboeuf
2026-08-03objtool/klp: Add .klp.symid for sympos disambiguationJosh Poimboeuf
2026-08-03objtool/klp: Skip hidden directories when finding objectsJosh Poimboeuf
2026-07-31scripts/sbom: catch ValueError from malformed shell quotingCarlos Sampaio Ribeiro
2026-07-31rust/powerpc: Set min rustc version for powerpcMukesh Kumar Chaurasiya (IBM)
2026-07-29kbuild: rpm-pkg: Preserve BTF sections in kernel modules during debuginfo str...Yafang Shao
2026-07-28mm/page_owner: add MR_NEVER to enum migrate_reason and use it for last_migrat...Ye Liu
2026-07-27arch: hookup fchroot() system callChristian Brauner
2026-07-20dtc: dt-check-style: Add more DTS test casesKrzysztof Kozlowski
2026-07-20dtc: dt-check-style: Print proper line number of indentation detection placeKrzysztof Kozlowski
2026-07-20dtc: dt-check-style: Handle properly DTC-style includesKrzysztof Kozlowski
2026-07-20dtc: dt-check-style: Expect first device_typeKrzysztof Kozlowski
2026-07-20dtc: dt-check-style: Rework handling YAML/DTS in rulesKrzysztof Kozlowski
2026-07-20dtc: dt-check-style: Allow space-aligning indentation in DTSKrzysztof Kozlowski
2026-07-20dtc: dt-check-style: Narrow disallowing of tab in DTS only to YAMLKrzysztof Kozlowski
2026-07-13scripts: headers_install.sh: Normalize __ASSEMBLER__ to __ASSEMBLY__Thomas Weißschuh
2026-07-13scripts: kconfig: merge_config.sh: keep temp file in the output dirGustavo Luiz Duarte
2026-07-07kbuild: remove srctree path from CHECK outputBen Dooks
2026-06-25scripts/sorttable: Handle RISC-V patchable ftrace entriesWang Han
2026-06-25Merge tag 'kbuild-7.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kbu...Linus Torvalds
2026-06-24Merge tag 'rust-fixes-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Linus Torvalds
2026-06-23Merge tag 'platform-drivers-x86-v7.2-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2026-06-22Merge tag 'spdx-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2026-06-21Merge tag 'mm-nonmm-stable-2026-06-21-10-22' of git://git.kernel.org/pub/scm/...Linus Torvalds
2026-06-19rust: doctest: fix incorrect pattern in replacementGary Guo