summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorLines
2025-07-23docs: Add awk section for ucount sysctl entriesJoel Granados-0/+8
2025-07-23docs: Use skiplist when checking sysctl admin-guideJoel Granados-4/+17
2025-07-23docs: nixify check-sysctl-docsJoel Granados-1/+1
2025-07-22tracing: Remove redundant config HAVE_FTRACE_MCOUNT_RECORDSteven Rostedt-1/+1
2025-07-21stackleak: Split KSTACK_ERASE_CFLAGS from GCC_PLUGINS_CFLAGSKees Cook-14/+17
2025-07-21stackleak: Rename stackleak_track_stack to __sanitizer_cov_stack_depthKees Cook-26/+26
2025-07-21stackleak: Rename STACKLEAK to KSTACK_ERASEKees Cook-3/+3
2025-07-21scripts: rust: emit path candidates in panic messageTamir Duberstein-3/+5
2025-07-21scripts: rust: replace length checks with matchTamir Duberstein-16/+15
2025-07-19coccinelle: misc: secs_to_jiffies: implement context and report modesEaswar Hariharan-5/+44
2025-07-19rust: list: add `impl_list_item!` examplesTamir Duberstein-2/+3
2025-07-19Merge tag 'rust-fixes-6.16-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+2
2025-07-17scripts: kdoc: make it backward-compatible with Python 3.7Mauro Carvalho Chehab-1/+3
2025-07-17docs: kernel-doc: emit warnings for ancient versions of PythonMauro Carvalho Chehab-0/+10
2025-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-9/+296
2025-07-16checkpatch: Remove SRCU-lite deprecationPaul E. McKenney-2/+0
2025-07-15Merge branch 'kdoc-item2' into docs-mwJonathan Corbet-244/+145
2025-07-15docs: kdoc: emit a warning for ancient versions of PythonJonathan Corbet-0/+9
2025-07-15docs: kdoc: clean up check_sections()Jonathan Corbet-20/+11
2025-07-15docs: kdoc: directly access the always-there KdocItem fieldsJonathan Corbet-13/+8
2025-07-15docs: kdoc: straighten up dump_declaration()Jonathan Corbet-10/+5
2025-07-15docs: kdoc: Regularize the use of the declaration nameJonathan Corbet-30/+15
2025-07-15docs: kdoc: Coalesce parameter-list handlingJonathan Corbet-67/+43
2025-07-15docs: kdoc: use self.entry.parameterlist directly in check_sections()Jonathan Corbet-9/+5
2025-07-15docs: kdoc: remove the "struct_actual" machineryJonathan Corbet-30/+2
2025-07-15docs: kdoc: Centralize handling of the item section listJonathan Corbet-40/+25
2025-07-15docs: kdoc: drop "sectionlist"Jonathan Corbet-24/+7
2025-07-14rust: use `#[used(compiler)]` to fix build and `modpost` with Rust >= 1.89.0Miguel Ojeda-1/+2
2025-07-14lib/crypto: tests: Add KUnit tests for Poly1305Eric Biggers-2/+47
2025-07-14lib/crypto: tests: Add hash-test-template.h and gen-hash-testvecs.pyEric Biggers-0/+102
2025-07-12Merge branch 'mm-hotfixes-stable' into mm-stable to pick up changes whichAndrew Morton-9/+296
2025-07-10Merge branch 'virtio_udp_tunnel_08_07_2025' of https://github.com/pabeni/linu...Jakub Kicinski-0/+1
2025-07-10scripts/gdb/symbols: make lx-symbols skip the s390 decompressorIlya Leoshkevich-0/+26
2025-07-09checkpatch: check for missing sentinels in ID arraysBrian Norris-0/+28
2025-07-09scripts: gdb: move MNT_* constants to gdb-parsedJohannes Berg-6/+6
2025-07-09checkpatch: use utf-8 match for spell checkingAntonio Borneo-2/+3
2025-07-09alloc_tag: remove empty module tag sectionCasey Chen-5/+0
2025-07-09scripts: gdb: vfs: support external dentry namesIllia Ostapyshyn-1/+1
2025-07-09scripts/gdb: de-reference per-CPU MCE interruptsFlorian Fainelli-1/+1
2025-07-09scripts/gdb: fix interrupts.py after maple tree conversionFlorian Fainelli-6/+293
2025-07-09scripts/gdb: fix interrupts display after MCP on x86Florian Fainelli-1/+1
2025-07-08scripts/kernel_doc.py: properly handle VIRTIO_DECLARE_FEATURESPaolo Abeni-0/+1
2025-07-08docs: kdoc: pretty up dump_enum()Jonathan Corbet-14/+25
2025-07-08docs: kdoc: some tweaks to process_proto_function()Jonathan Corbet-19/+24
2025-07-08docs: kdoc: rework type prototype parsingJonathan Corbet-18/+25
2025-07-08docs: kdoc: remove the brcount floor in process_proto_type()Jonathan Corbet-3/+1
2025-07-08docs: kdoc: micro-optimize KernReJonathan Corbet-5/+2
2025-07-08docs: kdoc: don't reinvent string.strip()Jonathan Corbet-22/+5
2025-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-1/+1
2025-07-02docs: kdoc: simplify the output-item passingJonathan Corbet-3/+3