summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2025-08-03Merge tag 'mm-nonmm-stable-2025-08-03-12-47' of git://git.kernel.org/pub/scm/...Linus Torvalds
2025-08-03Merge tag 'rust-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds
2025-08-02scripts/spelling.txt: add notifer||notifier to spelling.txtWangYuli
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-07-31Merge tag 'docs-6.17' of git://git.lwn.net/linuxLinus Torvalds
2025-07-30Merge tag 'ftrace-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds
2025-07-30Merge tag 'rcu.release.v6.17' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-07-29Merge tag 'sysctl-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-07-29Merge tag 'hardening-v6.17-rc1-fix1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-07-29Merge tag 's390-6.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2025-07-29kstack_erase: Fix missed export of renamed KSTACK_ERASE_CFLAGSKees Cook
2025-07-29Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-07-28Merge tag 'libcrypto-tests-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2025-07-28Merge tag 'hardening-v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-07-28Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-07-26kstack_erase: Support Clang stack depth trackingKees Cook
2025-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-07-24scripts: add origin commit identification based on specific patternsZhiyu Zhang
2025-07-23docs: Replace spaces with tabs in check-sysctl-docsJoel Granados
2025-07-23docs: Add awk section for ucount sysctl entriesJoel Granados
2025-07-23docs: Use skiplist when checking sysctl admin-guideJoel Granados
2025-07-23docs: nixify check-sysctl-docsJoel Granados
2025-07-22tracing: Remove redundant config HAVE_FTRACE_MCOUNT_RECORDSteven Rostedt
2025-07-21stackleak: Split KSTACK_ERASE_CFLAGS from GCC_PLUGINS_CFLAGSKees Cook
2025-07-21stackleak: Rename stackleak_track_stack to __sanitizer_cov_stack_depthKees Cook
2025-07-21stackleak: 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