aboutsummaryrefslogtreecommitdiffstats
path: root/scripts (follow)
AgeCommit message (Expand)AuthorFilesLines
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