aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
8 daysscripts/gdb: fix dentry_name() lookupFlorian Fainelli1-1/+1
2025-06-16gendwarfksyms: Fix structure type overridesSami Tolvanen2-58/+21
2025-06-16kbuild: move warnings about linux/export.h from W=1 to W=2Masahiro Yamada1-3/+12
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-06scripts/misc-check: check unnecessary #include <linux/export.h> when W=1Masahiro Yamada1-0/+12
2025-06-06scripts/misc-check: check missing #include <linux/export.h> when W=1Masahiro Yamada1-0/+43
2025-06-06scripts/misc-check: add double-quotes to satisfy shellcheckMasahiro Yamada1-1/+1
2025-06-06kbuild: move W=1 check for scripts/misc-check to top-level MakefileMasahiro Yamada1-8/+1
2025-06-06scripts/tags.sh: allow to use alternative ctags implementationMasatake YAMATO1-1/+1
2025-06-06kconfig: introduce menu type enumMasahiro Yamada4-9/+21
2025-06-04Merge tag 'rust-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds5-16/+34
2025-06-02Merge 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-05-31kcov: rust: add flags for KCOV with RustAlice Ryhl2-0/+9
2025-05-31Merge 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-28Merge tag 'bpf-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds2-20/+101
2025-05-28Merge 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-27Remove legacy 'cc-disable-warning' use from the generic build scriptsLinus Torvalds1-16/+16
2025-05-27Make '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-26Merge tag 'x86-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+1
2025-05-26Merge 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
2025-05-25kbuild: move kbuild syntax processing to scripts/Makefile.buildMasahiro Yamada2-84/+84
2025-05-25gendwarfksyms: Add a kABI rule to override type stringsSami Tolvanen6-18/+246
2025-05-25gendwarfksyms: Add a kABI rule to override byte_size attributesSami Tolvanen6-1/+70
2025-05-25gendwarfksyms: Clean up kABI rule look-upsSami Tolvanen1-57/+44
2025-05-25module: Extend the module namespace parsingPeter Zijlstra1-2/+34
2025-05-25module: Add module specific symbol namespace supportPeter Zijlstra1-1/+10
2025-05-25modpost: Use for() loopPeter Zijlstra1-5/+3
2025-05-23Merge branch kvm-arm64/ubsan-el2 into kvmarm-master/nextMarc Zyngier1-1/+4
2025-05-23rust: use absolute paths in macros referencing core and kernelIgor Korotin2-9/+15
2025-05-21scripts/gdb/symbols: determine KASLR offset on s390 during early bootIlya Leoshkevich1-0/+12
2025-05-21scripts/gdb/symbols: factor out pagination_off()Ilya Leoshkevich2-13/+18
2025-05-21scripts/gdb/symbols: factor out get_vmlinux()Ilya Leoshkevich2-5/+10
2025-05-21Makefile.kcov: apply needed compiler option unconditionally in CFLAGS_KCOVLukas Bulwahn1-1/+1
2025-05-21scripts: kernel-doc: prevent a KeyError when checking outputMauro Carvalho Chehab1-0/+4
2025-05-21Merge tag 'v6.15-rc7' into x86/core, to pick up fixesIngo Molnar5-5/+18
2025-05-17x86/mm/64: Always use dynamic memory layoutKirill A. Shutemov1-3/+1
2025-05-16checkpatch: Deprecate srcu_read_lock_lite() and srcu_read_unlock_lite()Paul E. McKenney1-0/+2
2025-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-6/+19
2025-05-13Merge 6.15-rc6 into char-misc-nextGreg Kroah-Hartman2-2/+9
2025-05-12kbuild: fix typos "module.builtin" to "modules.builtin"Masahiro Yamada2-3/+3
2025-05-12kbuild: fix dependency on sorttableMasahiro Yamada1-1/+1
2025-05-12kbuild: Disable -Wdefault-const-init-unsafeNathan Chancellor1-0/+12
2025-05-12kbuild: rpm-pkg: Add (elfutils-devel or libdw-devel) to BuildRequiresWangYuli1-0/+1
2025-05-12kbuild: deb-pkg: Add libdw-dev:native to Build-Depends-ArchWangYuli1-1/+1
2025-05-11scripts/gdb: update documentation for lx_per_cpuIllia Ostapyshyn1-2/+2
2025-05-11scripts/gdb: fix kgdb probing on single-core systemsIllia Ostapyshyn1-1/+1
2025-05-11treewide: fix typo "previlege"WangYuli1-0/+2
2025-05-11checkpatch: qualify do-while-0 adviceJim Cromie1-6/+27
2025-05-11checkpatch: dont warn about unused macro arg on empty bodyJim Cromie1-1/+1
2025-05-12rust: convert raw URLs to Markdown autolinks in commentsXizhe Yin1-2/+2
2025-05-12rust: clarify the language unstable features in useMiguel Ojeda1-0/+9
2025-05-09scripts/bpf_doc.py: implement json output formatIhor Solodrai1-20/+99
2025-05-08randstruct: gcc-plugin: Remove bogus void memberKees Cook1-17/+1
2025-05-08integer-wrap: Force full rebuild when .scl file changesKees Cook2-0/+6
2025-05-08gcc-plugins: Force full rebuild when plugins changeKees Cook3-1/+23
2025-05-08kbuild: Switch from -Wvla to -Wvla-larger-than=1Kees Cook1-2/+7
2025-05-08scripts: Do not strip .rela.dyn sectionAlexandre Ghiti1-1/+1
2025-05-07KVM: arm64: Introduce CONFIG_UBSAN_KVM_EL2Mostafa Saleh1-1/+4
2025-05-06checkpatch: remove %p4cnAditya Garg1-1/+1
2025-05-06BackMerge tag 'v6.15-rc5' into drm-nextDave Airlie5-8/+31
2025-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+8
2025-04-30kbuild: Properly disable -Wunterminated-string-initialization for clangNathan Chancellor1-1/+8
2025-04-30gcc-plugins: remove SANCOV gcc pluginArnd Bergmann4-147/+0
2025-04-30Kbuild: remove structleak gcc pluginArnd Bergmann2-271/+0
2025-04-30kbuild: require gcc-8 and binutils-2.30Arnd Bergmann3-50/+3
2025-04-28scripts/lib/kdoc/kdoc_parser.py: move kernel entry to a classMauro Carvalho Chehab1-124/+149
2025-04-28scripts/lib/kdoc: change mode to 0644Mauro Carvalho Chehab3-0/+0
2025-04-28gcc-plugins: Remove ARM_SSP_PER_TASK pluginKees Cook3-117/+0
2025-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc4Alexei Starovoitov1-1/+1
2025-04-28Merge 6.15-rc4 into char-misc-nextGreg Kroah-Hartman5-7/+23
2025-04-25git-resolve: add SPDX and copyright lineSasha Levin1-0/+2
2025-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-7/+23
2025-04-24scripts/kernel-doc.py: don't create *.pyc filesMauro Carvalho Chehab2-2/+2
2025-04-23Fix mis-uses of 'cc-option' for warning disablementLinus Torvalds1-1/+1
2025-04-21scripts:kdoc_files.py: use glob for export_file seekMauro Carvalho Chehab1-1/+3
2025-04-21scripts/lib/kdoc/kdoc_parser.py: move states to a separate classMauro Carvalho Chehab1-59/+64
2025-04-21scripts/lib/kdoc/kdoc_files.py: don't try to join NoneMauro Carvalho Chehab1-2/+5
2025-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc3Alexei Starovoitov31-206/+750
2025-04-21lib/vsprintf: Add support for generic FourCCs by extending %p4ccHector Martin1-1/+1
2025-04-19Merge tag 'rust-fixes-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-5/+11
2025-04-17scripts: Add git-resolve tool for full SHA-1 resolutionSasha Levin1-0/+199
2025-04-15rust: kbuild: use `pound` to support GNU Make < 4.3Miguel Ojeda1-1/+1
2025-04-15kbuild, bpf: Enable --btf_features=attributesIhor Solodrai1-0/+2
2025-04-14rust: kasan/kbuild: fix missing flags on first buildMiguel Ojeda1-1/+1
2025-04-14genksyms: Handle typeof_unqual keyword and __seg_{fs,gs} qualifiersUros Bizjak2-1/+11
2025-04-11net: Retire DCCP socket.Kuniyuki Iwashima1-1/+1
2025-04-09scripts: kernel-doc: fix parsing function-like typedefs (again)Sean Anderson2-2/+2
2025-04-09scripts/kernel-doc.py: Rename the kernel doc Re class to KernReMauro Carvalho Chehab3-159/+159
2025-04-09scripts/kernel_doc.py: better handle exported symbolsMauro Carvalho Chehab4-79/+124
2025-04-09scripts/lib/kdoc/kdoc_files.py: allow filtering output per fnameMauro Carvalho Chehab1-12/+12
2025-04-09scripts/kernel-doc: switch to use kernel-doc.pyMauro Carvalho Chehab1-1/+1
2025-04-09scripts/kernel-doc.py: Properly handle Werror and exit codesMauro Carvalho Chehab4-18/+35
2025-04-09scripts/lib/kdoc/kdoc_parser.py: remove a python 3.9 dependencyMauro Carvalho Chehab1-1/+1
2025-04-09scripts/kernel-doc.py: properly handle KBUILD_BUILD_TIMESTAMPMauro Carvalho Chehab2-16/+21
2025-04-09scripts/kernel-doc.py: move modulename to man classMauro Carvalho Chehab4-22/+11
2025-04-09scripts/lib/kdoc/kdoc_parser.py: fix Python compat with < v3.13Mauro Carvalho Chehab2-6/+6
2025-04-09scripts/kernel-doc.py: adjust some coding style issuesMauro Carvalho Chehab5-42/+57
2025-04-09scripts/kernel-doc.py: Set an output format for --noneMauro Carvalho Chehab1-0/+4
2025-04-09scripts/kernel-doc.py: postpone warnings to the output pluginMauro Carvalho Chehab2-26/+39
2025-04-09scripts/kernel-doc.py: properly handle out_section for ReSTMauro Carvalho Chehab1-4/+4
2025-04-09scripts/kernel-doc.py: fix handling of doc output checkMauro Carvalho Chehab2-18/+14
2025-04-09scripts/kernel-doc.py: fix line number outputMauro Carvalho Chehab2-10/+24
2025-04-09scripts/kernel-doc.py: implement support for -no-doc-sectionsMauro Carvalho Chehab3-5/+15
2025-04-09scripts/kernel-doc.py: move file lists to the parser functionMauro Carvalho Chehab2-24/+20
2025-04-09scripts/kernel-doc.py: convert message output to an interactorMauro Carvalho Chehab3-91/+104
2025-04-09scripts/kernel-doc.py: move output classes to a separate fileMauro Carvalho Chehab2-724/+739
2025-04-09scripts/kernel-doc.py: move KernelFiles class to a separate fileMauro Carvalho Chehab2-219/+271
2025-04-09scripts/kernel-doc.py: move KernelDoc class to a separate fileMauro Carvalho Chehab2-1632/+1692
2025-04-09scripts/kernel-doc.py: move regex methods to a separate fileMauro Carvalho Chehab2-218/+277
2025-04-09scripts/kernel-doc.py: properly handle struct_group macrosMauro Carvalho Chehab1-7/+213
2025-04-09scripts/kernel-doc.py: better handle empty sectionsMauro Carvalho Chehab1-3/+28
2025-04-09scripts/kernel-doc.py: output warnings the same way as kerneldocMauro Carvalho Chehab1-4/+16
2025-04-09scripts/kernel-doc.py: add a Python parserMauro Carvalho Chehab1-0/+2832
2025-04-09scripts/kernel-doc: add a symlink to the Perl version of kernel-docMauro Carvalho Chehab1-0/+1
2025-04-09scripts/kernel-doc: rename it to scripts/kernel-doc.plMauro Carvalho Chehab1-0/+0
2025-04-08scripts: generate_rust_analyzer: Add ffi crateLukas Fischer1-3/+9
2025-04-06Disable SLUB_TINY for build testingLinus Torvalds1-1/+1
2025-04-05Merge tag 'kbuild-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds28-201/+729
2025-04-06kbuild: rpm-pkg: build a debuginfo RPMUday Shankar2-2/+54
2025-04-06kconfig: merge_config: use an empty file as initfileDaniel Gomez1-2/+2
2025-04-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds1-1/+3
2025-04-03Merge tag 'trace-v6.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...Linus Torvalds1-1/+1
2025-04-02Merge tag 'objtool-urgent-2025-04-01' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-6/+13
2025-04-02scripts/sorttable: Fix endianness handling in build-time mcount sortVasily Gorbik1-1/+1
2025-04-01Merge tag 'char-misc-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2025-04-01Merge tag 'mm-nonmm-stable-2025-03-30-18-23' of git://git.kernel.org/pub/scm/...Linus Torvalds7-27/+168
2025-04-01objtool: Silence more KCOV warnings, part 2Josh Poimboeuf1-1/+1
2025-03-31scripts: generate_rust_analyzer: fix pin-init name in kernel depsAndrei Lalaev1-1/+1
2025-03-30Merge tag 'rust-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds3-7/+22
2025-03-30Merge tag 'bpf-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds1-1/+1
2025-03-29Merge tag 'devicetree-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+5
2025-03-27Merge tag 'trace-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds1-129/+0
2025-03-27Merge tag 'trace-sorttable-v6.15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-9/+406
2025-03-27scripts/make_fit: Print DT name before libfdt errorsdevicetree-for-6.15J. Neuschäfer1-1/+5
2025-03-26Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-5/+8
2025-03-26ARM: 9441/1: rust: Enable Rust support for ARMv7Christian Schrrefl1-1/+3
2025-03-25Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds1-0/+291
2025-03-25Merge tag 'selinux-pr-20250323' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-9/+6
2025-03-25objtool: Remove --no-unreachable for noinstr-only vmlinux.o runsJosh Poimboeuf1-1/+0
2025-03-25objtool: Reduce CONFIG_OBJTOOL_WERROR verbosityJosh Poimboeuf1-1/+1
2025-03-25objtool: Fix CONFIG_OBJTOOL_WERROR for vmlinux.oJosh Poimboeuf1-3/+11
2025-03-24Merge tag 'x86-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds6-78/+16
2025-03-24Merge tag 'objtool-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2025-03-24Merge tag 'docs-6.15' of git://git.lwn.net/linuxLinus Torvalds9-1248/+1516
2025-03-24Merge tag 'hardening-v6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-4/+15
2025-03-24Merge tag 'vfs-6.15-rc1.mount' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2025-03-23rust: enable `raw_ref_op` featureAntonio Hickey1-1/+1
2025-03-23kbuild: pacman-pkg: hardcode module installation pathMasahiro Yamada1-3/+3
2025-03-23kbuild: deb-pkg: don't set KBUILD_BUILD_VERSION unconditionallyAlexandru Gagniuc1-2/+4
2025-03-23modpost: require a MODULE_DESCRIPTION()Jeff Johnson1-2/+2
2025-03-22kbuild: deb-pkg: add comment about future removal of KDEB_COMPRESSMasahiro Yamada1-0/+4
2025-03-22kbuild: deb-pkg: remove "version" variable in mkdebianMasahiro Yamada1-9/+8
2025-03-22kbuild: deb-pkg: fix versioning for -rc releasesMasahiro Yamada1-1/+3
2025-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2-31/+44
2025-03-20scripts/tracing: Remove scripts/tracing/draw_functrace.pySteven Rostedt1-129/+0
2025-03-19Merge tag 'v6.14-rc7' into x86/core, to pick up fixesIngo Molnar3-32/+45
2025-03-17checkpatch: describe --min-conf-desc-lengthPhilipp Hahn1-2/+3
2025-03-17scripts/gdb/symbols: determine KASLR offset on s390Ilya Leoshkevich2-1/+65
2025-03-17scripts/gdb/linux/symbols.py: address changes to module_sect_attrsAntonio Quartulli1-4/+9
2025-03-17objtool: Add CONFIG_OBJTOOL_WERRORJosh Poimboeuf1-0/+1
2025-03-16coccinelle: misc: secs_to_jiffies: Patch expressions tooEaswar Hariharan1-0/+10
2025-03-16scripts/gdb: add $lx_per_cpu_ptr()Brendan Jackman1-2/+20
2025-03-16get_maintainer: stop reporting subsystem status as maintainer roleVlastimil Babka1-15/+6
2025-03-16get_maintainer: add --substatus for reporting subsystem statusVlastimil Babka1-3/+25
2025-03-16scripts: add script to extract built-in firmware blobsGuilherme G. Piccoli1-0/+30
2025-03-16rust: make pin-init its own crateBenno Lossin1-2/+2
2025-03-16rust: add pin-init crate build infrastructureMiguel Ojeda2-2/+17
2025-03-17kbuild: Create intermediate vmlinux build with relocations preservedArd Biesheuvel2-10/+21
2025-03-17kbuild: link-vmlinux.sh: Make output file name configurableArd Biesheuvel2-8/+9
2025-03-15Merge tag 'rust-fixes-6.14-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-31/+44
2025-03-15kbuild: do not generate .tmp_vmlinux*.map when CONFIG_VMLINUX_MAP=yMasahiro Yamada1-2/+7
2025-03-15kbuild: exclude .rodata.(cst|str)* when building rangesKris Van Hees1-0/+5
2025-03-15kbuild: add Kbuild bash completionMasahiro Yamada1-0/+451
2025-03-15kbuild: fix argument parsing in scripts/configSeyediman Seyedarab1-10/+16
2025-03-15kbuild: add dependency from vmlinux to sorttableXi Ruoyao1-0/+4
2025-03-15kbuild: deb-pkg: add debarch for ARCH=loongarch64WangYuli1-0/+2
2025-03-15kbuild: move -fzero-init-padding-bits=all to the top-level MakefileMasahiro Yamada1-3/+0
2025-03-15scripts: make python shebangs specific about desired versionUday Shankar2-2/+2
2025-03-15kbuild: rust: add rustc-min-version support functionMiguel Ojeda1-0/+4
2025-03-15modpost: use strstarts() to clean up parse_source_files()Masahiro Yamada1-2/+2
2025-03-15modpost: introduce get_basename() helperMasahiro Yamada3-32/+23
2025-03-15kconfig: remove unnecessary cast in sym_get_string()Masahiro Yamada1-1/+1
2025-03-15kconfig: do not clear SYMBOL_VALID when reading include/config/auto.confMasahiro Yamada1-7/+12
2025-03-15genksyms: factor out APP for the ST_NORMAL stateMasahiro Yamada1-5/+1
2025-03-15gen_compile_commands.py: remove code for '\#' replacementMasahiro Yamada1-4/+4
2025-03-15kbuild: remove EXTRA_*FLAGS supportMasahiro Yamada3-23/+0
2025-03-15gendwarfksyms: Add a separate pass to resolve FQNsSami Tolvanen4-72/+86
2025-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-1/+1