summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2025-06-25docs: kdoc: split out the special-section stateJonathan Corbet1-12/+12
2025-06-25docs: kdoc: separate out the handling of the declaration phaseJonathan Corbet1-15/+78
2025-06-25docs: kdoc: consolidate the "begin section" logicJonathan Corbet1-15/+17
2025-06-25docs: kdoc: Make body_with_blank_line parsing more flexibleJonathan Corbet1-1/+1
2025-06-24kconfig: lxdialog: fix 'space' to (de)select optionsYann E. MORIN1-1/+1
2025-06-23Merge 6.16-rc3 into driver-core-nextGreg Kroah-Hartman3-61/+33
2025-06-18kconfig: use memcmp instead of deprecated bcmpThomas Meyer1-1/+1
2025-06-17const_structs.checkpatch: add bin_attributeThomas Weißschuh1-0/+1
2025-06-15gendwarfksyms: Fix structure type overridesSami Tolvanen2-58/+21
2025-06-15kbuild: move warnings about linux/export.h from W=1 to W=2Masahiro Yamada1-3/+12
2025-06-09ver_linux: Remove checks for reiserfsprogs.Collin Funk1-2/+0
2025-06-09docs: kdoc: some final touches for process_name()Jonathan Corbet1-13/+20
2025-06-09docs: kdoc: move the declaration regexes out of process_name()Jonathan Corbet1-13/+17
2025-06-09docs: kdoc: remove some ineffective codeJonathan Corbet1-5/+0
2025-06-09docs: kdoc: remove the KernelEntry::descr pseudo memberJonathan Corbet1-6/+8
2025-06-09docs: kdoc: remove the KernelEntry::is_kernel_comment memberJonathan Corbet1-8/+8
2025-06-09docs: kdoc: simplify the kerneldoc recognition codeJonathan Corbet1-16/+8
2025-06-09docs: kdoc: remove the section_intro variableJonathan Corbet1-2/+1
2025-06-09docs: kdoc: move the core dispatch into a state tableJonathan Corbet1-13/+17
2025-06-09docs: kdoc: simplify the PROTO continuation logicJonathan Corbet1-6/+1
2025-06-09kernel-doc: Fix symbol matching for dropped suffixesMatthew Wilcox (Oracle)1-0/+8
2025-06-07Merge tag 'kbuild-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds17-187/+590
2025-06-07genksyms: Fix enum consts from a reference affecting new valuesPetr Pavlu1-7/+20
2025-06-06Merge tag 'char-misc-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+201
2025-06-05scripts/misc-check: check unnecessary #include <linux/export.h> when W=1Masahiro Yamada1-0/+12
2025-06-05scripts/misc-check: check missing #include <linux/export.h> when W=1Masahiro Yamada1-0/+43
2025-06-05scripts/misc-check: add double-quotes to satisfy shellcheckMasahiro Yamada1-1/+1
2025-06-05kbuild: move W=1 check for scripts/misc-check to top-level MakefileMasahiro Yamada1-8/+1
2025-06-05scripts/tags.sh: allow to use alternative ctags implementationMasatake YAMATO1-1/+1
2025-06-05kconfig: introduce menu type enumMasahiro Yamada4-9/+21
2025-06-05Merge tag 'rust-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds5-16/+34
2025-06-03Merge tag 'mm-stable-2025-06-01-14-06' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-0/+9
2025-06-01Merge tag 'hardening-v6.16-rc1-fix1-take2' of git://git.kernel.org/pub/scm/li...Linus Torvalds2-11/+43
2025-06-01randstruct: gcc-plugin: Fix attribute additionKees Cook2-11/+43
2025-06-01kcov: rust: add flags for KCOV with RustAlice Ryhl2-0/+9
2025-06-01Merge tag 'mm-nonmm-stable-2025-05-31-15-28' of git://git.kernel.org/pub/scm/...Linus Torvalds5-28/+73
2025-05-31Merge tag 'gcc-minimum-version-6.16' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds8-469/+4
2025-05-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+4
2025-05-29Merge tag 'bpf-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds2-20/+101
2025-05-29Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-1/+1
2025-05-28Merge tag 'drm-next-2025-05-28' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-1/+1
2025-05-28Merge tag 'hardening-v6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds9-137/+37
2025-05-28Remove legacy 'cc-disable-warning' use from the generic build scriptsLinus Torvalds1-16/+16
2025-05-28Make 'cc-option' work correctly for the -Wno-xyzzy patternLinus Torvalds1-2/+2
2025-05-27Merge tag 'docs-6.16' of git://git.lwn.net/linuxLinus Torvalds9-2441/+5859
2025-05-27Merge tag 'x86-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+1
2025-05-27Merge tag 'next.2025.05.17a' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+2
2025-05-26Merge tag 'kvmarm-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini1-1/+4
2025-05-25rust: compile libcore with edition 2024 for 1.87+Gary Guo1-5/+8
2025-05-25modpost: check forbidden MODULE_IMPORT_NS("module:") at compile timeMasahiro Yamada1-1/+8