summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
3 daysMerge tag 'cocci-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds14-163/+147
3 daysMerge tag 'rust-fixes-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Linus Torvalds1-1/+2
4 dayscoccinelle: ifnulldev_put: update error messageJulia Lawall1-2/+2
4 dayscoccinelle: ifnulldev_put: update outdated helper namesSang-Heon Jeon1-4/+4
4 dayscoccinelle: atomic_as_refcounter: drop atomic_long_dec_and_lockSang-Heon Jeon1-4/+0
4 dayscoccinelle: kfree_mismatch: drop vmalloc_execSang-Heon Jeon1-6/+6
4 dayscoccinelle: pool_zalloc-simple: drop the pci_pool_alloc rulesSang-Heon Jeon1-14/+3
8 daysMerge tag 'char-misc-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-1/+26
10 dayscoccinelle: zalloc-simple: drop the kmem_alloc rulesSang-Heon Jeon1-40/+1
10 dayscoccinelle: alloc_cast: drop removed allocatorsSang-Heon Jeon1-12/+8
10 dayscoccinelle: remove obsolete pci_free_consistent.cocciSang-Heon Jeon1-53/+0
10 daysscripts: coccinelle: devm_free: reduce false positivesJulia Lawall1-3/+12
10 dayscoccinelle: misc: struct_size: drop unneeded parenthesesSang-Heon Jeon1-6/+2
10 dayscoccinelle: mini_lock: improve performance when searching loopsSang-Heon Jeon1-2/+22
10 dayscoccinelle: api: check for macro contextJulia Lawall1-2/+21
10 dayscoccinelle: update Coccinelle website URL相浦彰 / AIURA,AKIRA2-3/+3
10 dayscoccinelle: misc: minmax: avoid unhelpful isomorphismsJulia Lawall1-13/+13
10 dayscoccinelle: misc: minmax: check for the presence of if casesJulia Lawall1-4/+28
10 dayscoccinelle: misc: minmax: drop unneeded parenthesesJulia Lawall1-4/+4
10 dayscoccinelle: misc: minmax: improve performance when no candidate existsSang-Heon Jeon1-5/+19
10 dayscoccinelle: double_lock: improve performance when no double lock existsSang-Heon Jeon1-1/+14
10 dayskbuild: rust: keep Rust objects out of Clang LTO with inline helpersMiguel Ojeda1-1/+1
10 dayskbuild: rust: preserve unreachable traps with inline helpersMiguel Ojeda1-1/+2
10 daysMerge tag 'mm-nonmm-stable-2026-08-22-16-57' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+7
12 daysMerge tag 'modules-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-5/+0
13 daysMerge tag 'mm-stable-2026-08-18-18-39' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+3
13 daysMerge tag 'docs-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/docs/linuxLinus Torvalds1-3/+4
13 daysMerge tag 'bpf-next-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds1-3/+1
2026-08-19Merge tag 'devicetree-for-7.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds25-73/+558
2026-08-19Merge tag 'hid-for-linus-2026081901' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+34
2026-08-19Merge branch 'for-7.3/core' into for-linusJiri Kosina1-0/+34
2026-08-19Merge tag 'timers-vdso-2026-08-17' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-6/+5
2026-08-18Merge tag 'objtool-core-2026-08-17' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-2/+16
2026-08-18Merge tag 'powerpc-7.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-0/+2
2026-08-18Merge tag 'rust-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/l...Linus Torvalds4-5/+89
2026-08-18Merge tag 'kbuild-7.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kbu...Linus Torvalds14-105/+216
2026-08-18Merge tag 'libcrypto-tests-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-31/+202
2026-08-17Merge tag 'vfs-7.3-rc1.failfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus 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-14checkpatch: add NOKPROBE_SYMBOL to the whitelist of lines that can occur imme...Paul 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-11lib/crypto: tests: Add KUnit test suite for AES-GCMEric Biggers1-2/+11
2026-08-11lib/crypto: tests: Add KUnit test suite for AES-CCMEric Biggers1-0/+60