aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
9 daysMerge tag 'char-misc-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds2-1/+26
11 daysMerge tag 'mm-nonmm-stable-2026-08-22-16-57' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-0/+7
12 daysMerge tag 'modules-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/modules/linuxLinus Torvalds1-5/+0
13 daysMerge tag 'mm-stable-2026-08-18-18-39' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+3
14 daysMerge tag 'docs-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/docs/linuxLinus Torvalds1-3/+4
14 daysMerge tag 'bpf-next-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextLinus Torvalds1-3/+1
2026-08-19Merge tag 'devicetree-for-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds25-73/+558
2026-08-19Merge tag 'hid-for-linus-2026081901' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hidLinus Torvalds1-0/+34
2026-08-19Merge branch 'for-7.3/core' into for-linusJiri Kosina1-0/+34
2026-08-18Merge tag 'timers-vdso-2026-08-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+5
2026-08-18Merge tag 'objtool-core-2026-08-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-2/+16
2026-08-18Merge tag 'powerpc-7.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-0/+2
2026-08-18Merge tag 'rust-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linuxLinus Torvalds4-5/+89
2026-08-18Merge tag 'kbuild-7.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kbuild/linuxLinus Torvalds14-105/+216
2026-08-17Merge tag 'libcrypto-tests-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linuxLinus Torvalds2-26/+197
2026-08-17Merge tag 'vfs-7.3-rc1.failfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-0/+1
2026-08-15modpost: use mod_warn() and mod_error(), clean up loggingJani Nikula1-55/+49
2026-08-14dtc: dt-check-style: Simplify setting depth of DtsLineKrzysztof Kozlowski1-20/+11
2026-08-14dtc: dt-check-style: Add missing /dts-v1/ to few test casesKrzysztof Kozlowski11-3/+19
2026-08-14modpost: add module as parameter to modpost_log()Jani Nikula2-7/+13
2026-08-14kconfig: fix submenu rendering of negative dependenciesJulian Braha3-0/+44
2026-08-14HID: add documentation and Coccinelle script for FF registration raceDmitry Torokhov1-0/+34
2026-08-13checkpatch: add NOKPROBE_SYMBOL to the whitelist of lines that can occur immediately after functionsPaul Walmsley1-0/+1
2026-08-12rust: macros: auto-insert OwnerModule in #[vtable]Alvin Sun1-1/+0
2026-08-12rust: doctest: add LocalModule fallback for #[vtable] ThisModuleAlvin Sun1-0/+19
2026-08-11rust: doctest: use vertical import styleAlvin Sun1-2/+9
2026-08-10lib/crypto: tests: Add KUnit test suite for AES-GCMEric Biggers1-2/+11
2026-08-10lib/crypto: tests: Add KUnit test suite for AES-CCMEric Biggers1-0/+60
2026-08-10lib/crypto: aes: Add FIPS self-tests for GCM and CCMEric Biggers1-0/+23
2026-08-10lib/crypto: aes: Add FIPS self-tests for unauthenticated modesEric Biggers1-0/+48
2026-08-10lib/crypto: fips: Split fips.h into fips-aes.h and fips-sha.hEric Biggers1-26/+57
2026-08-10kbuild: Support generated asm-headers in subdirectoriesThomas Weißschuh1-6/+5
2026-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.2-rc7Daniel Borkmann1-0/+11
2026-08-06resolve_btfids: Emit bpf_kfunc and bpf_fastcall decl tagsIhor Solodrai1-1/+1
2026-08-06resolve_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