summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
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
2025-07-12Merge branch 'mm-hotfixes-stable' into mm-stable to pick up changes whichAndrew Morton
2025-07-10Merge branch 'virtio_udp_tunnel_08_07_2025' of https://github.com/pabeni/linu...Jakub Kicinski
2025-07-10scripts/gdb/symbols: make lx-symbols skip the s390 decompressorIlya Leoshkevich
2025-07-09checkpatch: check for missing sentinels in ID arraysBrian Norris
2025-07-09scripts: gdb: move MNT_* constants to gdb-parsedJohannes Berg
2025-07-09checkpatch: use utf-8 match for spell checkingAntonio Borneo
2025-07-09alloc_tag: remove empty module tag sectionCasey Chen
2025-07-09scripts: gdb: vfs: support external dentry namesIllia Ostapyshyn
2025-07-09scripts/gdb: de-reference per-CPU MCE interruptsFlorian Fainelli
2025-07-09scripts/gdb: fix interrupts.py after maple tree conversionFlorian Fainelli
2025-07-09scripts/gdb: fix interrupts display after MCP on x86Florian Fainelli
2025-07-08scripts/kernel_doc.py: properly handle VIRTIO_DECLARE_FEATURESPaolo Abeni
2025-07-08docs: kdoc: pretty up dump_enum()Jonathan Corbet
2025-07-08docs: kdoc: some tweaks to process_proto_function()Jonathan Corbet
2025-07-08docs: kdoc: rework type prototype parsingJonathan Corbet
2025-07-08docs: kdoc: remove the brcount floor in process_proto_type()Jonathan Corbet
2025-07-08docs: kdoc: micro-optimize KernReJonathan Corbet
2025-07-08docs: kdoc: don't reinvent string.strip()Jonathan Corbet
2025-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni