summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2026-08-11lib/crypto: aes: Add FIPS self-tests for GCM and CCMEric Biggers1-0/+23
2026-08-11lib/crypto: aes: Add FIPS self-tests for unauthenticated modesEric Biggers1-0/+48
2026-08-11lib/crypto: fips: Split fips.h into fips-aes.h and fips-sha.hEric Biggers1-31/+62
2026-08-10kbuild: Support generated asm-headers in subdirectoriesThomas Weißschuh1-6/+5
2026-08-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.2-rc7Daniel Borkmann1-0/+11
2026-08-07resolve_btfids: Emit bpf_kfunc and bpf_fastcall decl tagsIhor Solodrai1-1/+1
2026-08-07resolve_btfids: Process KF_ARENA_* flags in resolve_btfidsIhor Solodrai1-2/+0
2026-08-06module: Remove unused DISCARD_EH_FRAME definition from module.lds.SPetr Pavlu1-5/+0
2026-08-05checkpatch.pl: adapt to new Assisted-by: formatJeff Layton1-3/+4
2026-08-05kbuild: link-vmlinux.sh: improve detection of third pass requirementAndré Draszik1-1/+19
2026-08-05kallsyms: add symbol size for kallsyms symbols that can change sizeAndré Draszik1-0/+4
2026-08-05kbuild: set the initial value of subdir-rustflags-yYuntao Wang1-0/+1
2026-08-05scripts/config: Use in-place editing (-i) in sed portablyRong Zhang1-12/+19
2026-08-05scripts/config: Use POSIX standard ERE (-E) in sedRong Zhang1-10/+7
2026-08-05modpost: prevent leak when early return no suffix .o in read_symbols()Robertus Diawan Chris1-3/+3
2026-08-05fixdep: make gendered language gender-neutralElsie Heck1-5/+5
2026-08-05kconfig: fix minor typos in commentsJulian Braha1-2/+2
2026-08-05scripts: fix spelling mistakesMartin Weiss2-2/+2
2026-08-05kconfig: abort rather than loop for ever on EOFSimon Glass1-0/+17
2026-08-05scripts/tags.sh: Add support for rust source filesSergei Litvin1-9/+31
2026-08-05scripts/tags.sh: Prevent binary files appearing in cscope.filesSergei Litvin1-1/+1
2026-08-04scripts: headers_install.sh: Normalize __ASSEMBLY__ to __ASSEMBLER__Thomas Huth1-1/+1
2026-08-04checkpatch: don't emit warnings for ID-base USB & PCI DT compatiblesChen-Yu Tsai1-0/+6
2026-08-03rust: rust_is_available: warn for `bindgen` < 0.72.1 && libclang >= 22Miguel Ojeda3-1/+48
2026-08-03rust: rust_is_available: support testing with `bash` as `/bin/sh`Miguel Ojeda1-2/+14
2026-08-03objtool/klp: Fix symbol resolution for duplicate data symbolsJosh Poimboeuf1-0/+4
2026-08-03objtool/klp: Add .klp.symid for sympos disambiguationJosh Poimboeuf3-0/+9
2026-08-03objtool/klp: Skip hidden directories when finding objectsJosh Poimboeuf1-2/+3
2026-07-31scripts/sbom: catch ValueError from malformed shell quotingCarlos Sampaio Ribeiro2-1/+26
2026-07-31rust/powerpc: Set min rustc version for powerpcMukesh Kumar Chaurasiya (IBM)1-0/+2
2026-07-30kbuild: rpm-pkg: Preserve BTF sections in kernel modules during debuginfo str...Yafang Shao1-0/+11
2026-07-29mm/page_owner: add MR_NEVER to enum migrate_reason and use it for last_migrat...Ye Liu1-1/+3
2026-07-27arch: hookup fchroot() system callChristian Brauner1-0/+1
2026-07-20dtc: dt-check-style: Add more DTS test casesKrzysztof Kozlowski10-0/+215
2026-07-20dtc: dt-check-style: Print proper line number of indentation detection placeKrzysztof Kozlowski3-16/+17
2026-07-20dtc: dt-check-style: Handle properly DTC-style includesKrzysztof Kozlowski4-2/+98
2026-07-20dtc: dt-check-style: Expect first device_typeKrzysztof Kozlowski6-14/+140
2026-07-20dtc: dt-check-style: Rework handling YAML/DTS in rulesKrzysztof Kozlowski1-11/+12
2026-07-20dtc: dt-check-style: Allow space-aligning indentation in DTSKrzysztof Kozlowski4-4/+43
2026-07-20dtc: dt-check-style: Narrow disallowing of tab in DTS only to YAMLKrzysztof Kozlowski3-6/+6
2026-07-13scripts: headers_install.sh: Normalize __ASSEMBLER__ to __ASSEMBLY__Thomas Weißschuh1-0/+1
2026-07-13scripts: kconfig: merge_config.sh: keep temp file in the output dirGustavo Luiz Duarte1-1/+1
2026-07-07kbuild: remove srctree path from CHECK outputBen Dooks1-2/+2
2026-06-25scripts/sorttable: Handle RISC-V patchable ftrace entriesWang Han1-3/+8
2026-06-25Merge tag 'kbuild-7.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kbu...Linus Torvalds9-7/+196
2026-06-25Merge tag 'rust-fixes-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Linus Torvalds1-6/+10
2026-06-23Merge tag 'platform-drivers-x86-v7.2-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-1/+27
2026-06-22Merge tag 'spdx-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds38-0/+4077
2026-06-21Merge tag 'mm-nonmm-stable-2026-06-21-10-22' of git://git.kernel.org/pub/scm/...Linus Torvalds4-43/+85
2026-06-19rust: doctest: fix incorrect pattern in replacementGary Guo1-6/+10