summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
9 hoursMerge tag 'mm-nonmm-stable-2025-08-03-12-47' of git://git.kernel.org/pub/scm/...Linus Torvalds
11 hoursMerge tag 'rust-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds
37 hoursscripts/spelling.txt: add notifer||notifier to spelling.txtWangYuli
3 daysMerge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
4 daysMerge tag 'docs-6.17' of git://git.lwn.net/linuxLinus Torvalds
4 daysMerge tag 'ftrace-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds
5 daysMerge tag 'rcu.release.v6.17' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
5 daysMerge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
5 daysMerge tag 'sysctl-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
5 daysMerge tag 'hardening-v6.17-rc1-fix1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
5 daysMerge tag 's390-6.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
5 dayskstack_erase: Fix missed export of renamed KSTACK_ERASE_CFLAGSKees Cook
6 daysMerge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
6 daysMerge tag 'libcrypto-tests-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
6 daysMerge tag 'hardening-v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
6 daysMerge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
8 dayskstack_erase: Support Clang stack depth trackingKees Cook
11 daysMerge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
11 daysscripts: add origin commit identification based on specific patternsZhiyu Zhang
12 daysdocs: Replace spaces with tabs in check-sysctl-docsJoel Granados
12 daysdocs: Add awk section for ucount sysctl entriesJoel Granados
12 daysdocs: Use skiplist when checking sysctl admin-guideJoel Granados
12 daysdocs: nixify check-sysctl-docsJoel Granados
12 daystracing: Remove redundant config HAVE_FTRACE_MCOUNT_RECORDSteven Rostedt
13 daysstackleak: Split KSTACK_ERASE_CFLAGS from GCC_PLUGINS_CFLAGSKees Cook
13 daysstackleak: Rename stackleak_track_stack to __sanitizer_cov_stack_depthKees Cook
13 daysstackleak: Rename STACKLEAK to KSTACK_ERASEKees Cook
2025-07-21scripts: rust: emit path candidates in panic messageTamir Duberstein
2025-07-21scripts: rust: replace length checks with matchTamir Duberstein
2025-07-19coccinelle: misc: secs_to_jiffies: implement context and report modesEaswar Hariharan
2025-07-19rust: list: add `impl_list_item!` examplesTamir Duberstein
2025-07-19Merge tag 'rust-fixes-6.16-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-07-17scripts: kdoc: make it backward-compatible with Python 3.7Mauro Carvalho Chehab
2025-07-17docs: kernel-doc: emit warnings for ancient versions of PythonMauro Carvalho Chehab
2025-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-07-16checkpatch: Remove SRCU-lite deprecationPaul E. McKenney
2025-07-15Merge branch 'kdoc-item2' into docs-mwJonathan Corbet
2025-07-15docs: kdoc: emit a warning for ancient versions of PythonJonathan Corbet
2025-07-15docs: kdoc: clean up check_sections()Jonathan Corbet
2025-07-15docs: kdoc: directly access the always-there KdocItem fieldsJonathan Corbet
2025-07-15docs: kdoc: straighten up dump_declaration()Jonathan Corbet
2025-07-15docs: kdoc: Regularize the use of the declaration nameJonathan Corbet
2025-07-15docs: kdoc: Coalesce parameter-list handlingJonathan Corbet
2025-07-15docs: kdoc: use self.entry.parameterlist directly in check_sections()Jonathan Corbet
2025-07-15docs: kdoc: remove the "struct_actual" machineryJonathan Corbet
2025-07-15docs: kdoc: Centralize handling of the item section listJonathan Corbet
2025-07-15docs: kdoc: drop "sectionlist"Jonathan Corbet
2025-07-14rust: use `#[used(compiler)]` to fix build and `modpost` with Rust >= 1.89.0Miguel Ojeda
2025-07-14lib/crypto: tests: Add KUnit tests for Poly1305Eric Biggers
2025-07-14lib/crypto: tests: Add hash-test-template.h and gen-hash-testvecs.pyEric Biggers