summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorLines
2025-05-28Merge tag 'drm-next-2025-05-28' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-1/+1
2025-05-28Merge tag 'hardening-v6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-137/+37
2025-05-27Remove legacy 'cc-disable-warning' use from the generic build scriptsLinus Torvalds-16/+16
2025-05-27Make 'cc-option' work correctly for the -Wno-xyzzy patternLinus Torvalds-2/+2
2025-05-27Merge tag 'docs-6.16' of git://git.lwn.net/linuxLinus Torvalds-2441/+5859
2025-05-26Merge tag 'x86-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-3/+1
2025-05-26Merge tag 'next.2025.05.17a' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+2
2025-05-21scripts: kernel-doc: prevent a KeyError when checking outputMauro Carvalho Chehab-0/+4
2025-05-21Merge tag 'v6.15-rc7' into x86/core, to pick up fixesIngo Molnar-5/+18
2025-05-17x86/mm/64: Always use dynamic memory layoutKirill A. Shutemov-3/+1
2025-05-16checkpatch: Deprecate srcu_read_lock_lite() and srcu_read_unlock_lite()Paul E. McKenney-0/+2
2025-05-12kbuild: fix typos "module.builtin" to "modules.builtin"Masahiro Yamada-3/+3
2025-05-12kbuild: fix dependency on sorttableMasahiro Yamada-1/+1
2025-05-12kbuild: Disable -Wdefault-const-init-unsafeNathan Chancellor-0/+12
2025-05-12kbuild: rpm-pkg: Add (elfutils-devel or libdw-devel) to BuildRequiresWangYuli-0/+1
2025-05-12kbuild: deb-pkg: Add libdw-dev:native to Build-Depends-ArchWangYuli-1/+1
2025-05-08randstruct: gcc-plugin: Remove bogus void memberKees Cook-17/+1
2025-05-08integer-wrap: Force full rebuild when .scl file changesKees Cook-0/+6
2025-05-08gcc-plugins: Force full rebuild when plugins changeKees Cook-1/+23
2025-05-08kbuild: Switch from -Wvla to -Wvla-larger-than=1Kees Cook-2/+7
2025-05-08scripts: Do not strip .rela.dyn sectionAlexandre Ghiti-1/+1
2025-05-06checkpatch: remove %p4cnAditya Garg-1/+1
2025-05-06BackMerge tag 'v6.15-rc5' into drm-nextDave Airlie-8/+31
2025-04-30kbuild: Properly disable -Wunterminated-string-initialization for clangNathan Chancellor-1/+8
2025-04-28scripts/lib/kdoc/kdoc_parser.py: move kernel entry to a classMauro Carvalho Chehab-124/+149
2025-04-28scripts/lib/kdoc: change mode to 0644Mauro Carvalho Chehab-0/+0
2025-04-28gcc-plugins: Remove ARM_SSP_PER_TASK pluginKees Cook-117/+0
2025-04-24scripts/kernel-doc.py: don't create *.pyc filesMauro Carvalho Chehab-2/+2
2025-04-23Fix mis-uses of 'cc-option' for warning disablementLinus Torvalds-1/+1
2025-04-21scripts:kdoc_files.py: use glob for export_file seekMauro Carvalho Chehab-1/+3
2025-04-21scripts/lib/kdoc/kdoc_parser.py: move states to a separate classMauro Carvalho Chehab-59/+64
2025-04-21scripts/lib/kdoc/kdoc_files.py: don't try to join NoneMauro Carvalho Chehab-2/+5
2025-04-21lib/vsprintf: Add support for generic FourCCs by extending %p4ccHector Martin-1/+1
2025-04-19Merge tag 'rust-fixes-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-5/+11
2025-04-15rust: kbuild: use `pound` to support GNU Make < 4.3Miguel Ojeda-1/+1
2025-04-14rust: kasan/kbuild: fix missing flags on first buildMiguel Ojeda-1/+1
2025-04-14genksyms: Handle typeof_unqual keyword and __seg_{fs,gs} qualifiersUros Bizjak-1/+11
2025-04-09scripts: kernel-doc: fix parsing function-like typedefs (again)Sean Anderson-2/+2
2025-04-09scripts/kernel-doc.py: Rename the kernel doc Re class to KernReMauro Carvalho Chehab-159/+159
2025-04-09scripts/kernel_doc.py: better handle exported symbolsMauro Carvalho Chehab-79/+124
2025-04-09scripts/lib/kdoc/kdoc_files.py: allow filtering output per fnameMauro Carvalho Chehab-12/+12
2025-04-09scripts/kernel-doc: switch to use kernel-doc.pyMauro Carvalho Chehab-1/+1
2025-04-09scripts/kernel-doc.py: Properly handle Werror and exit codesMauro Carvalho Chehab-18/+35
2025-04-09scripts/lib/kdoc/kdoc_parser.py: remove a python 3.9 dependencyMauro Carvalho Chehab-1/+1
2025-04-09scripts/kernel-doc.py: properly handle KBUILD_BUILD_TIMESTAMPMauro Carvalho Chehab-16/+21
2025-04-09scripts/kernel-doc.py: move modulename to man classMauro Carvalho Chehab-22/+11
2025-04-09scripts/lib/kdoc/kdoc_parser.py: fix Python compat with < v3.13Mauro Carvalho Chehab-6/+6
2025-04-09scripts/kernel-doc.py: adjust some coding style issuesMauro Carvalho Chehab-42/+57
2025-04-09scripts/kernel-doc.py: Set an output format for --noneMauro Carvalho Chehab-0/+4
2025-04-09scripts/kernel-doc.py: postpone warnings to the output pluginMauro Carvalho Chehab-26/+39