aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2025-09-09kernel-doc: add support for handling global variablesglobal_varsMauro Carvalho Chehab2-1/+55
2025-09-03doc: filesystems: proc: remove stale information from introBaruch Siach1-21/+0
2025-09-03docs: admin-guide: Fix typo in nfsroot.rstZenghui Yu1-1/+1
2025-09-03docs: sphinx: remove SPDX/copyright comments from HTML outputVegard Nossum2-3/+4
2025-09-03Documentation: dev-tools: Fix a typo in autofdo documentationHarshit Mogalapalli1-2/+2
2025-09-03Documentation: Fix spelling mistakesRanganath V N3-3/+3
2025-09-03tracing: fix grammar error in debugging.rstRyan Chung1-1/+1
2025-09-03tracing: rephrase for clearer documentationRyan Chung1-1/+1
2025-09-01docs: kernel_include.py: drop some old behaviorMauro Carvalho Chehab1-14/+3
2025-09-01docs: kernel_include.py: fix an issue when O= is usedMauro Carvalho Chehab1-5/+39
2025-08-29docs: conf.py: drop xindy ruleMauro Carvalho Chehab1-2/+0
2025-08-29Documentation: sharedsubtree: Convert notes to note directiveBagas Sanjaya1-7/+13
2025-08-29Documentation: sharedsubtree: Align textBagas Sanjaya1-650/+651
2025-08-29Documentation: sharedsubtree: Don't repeat lists with explanationBagas Sanjaya1-62/+44
2025-08-29Documentation: sharedsubtree: Use proper enumerator sequence for enumerated l...Bagas Sanjaya1-20/+20
2025-08-29Documentation: sharedsubtree: Format remaining of shell snippets as literal c...Bagas Sanjaya1-31/+37
2025-08-29docs: fix spelling and grammar in atomic_writesMallikarjun Thammanavar1-3/+3
2025-08-29Fix typo in RAID arrays documentationVivek Alurkar1-1/+1
2025-08-29Documentation/filesystems/xfs: Fix typo errorAlperen Aksu1-2/+2
2025-08-29Merge branch 'mauro' into docs-mwJonathan Corbet24-616/+1695
2025-08-29docs: sphinx: drop parse-headers.plMauro Carvalho Chehab1-419/+0
2025-08-29scripts: sphinx-build-wrapper: get rid of uapi/media MakefileMauro Carvalho Chehab16-76/+745
2025-08-29docs: kernel_include.py: document all supported parametersMauro Carvalho Chehab1-30/+58
2025-08-29docs: kernel_include.py: remove Include class inheritanceMauro Carvalho Chehab1-8/+32
2025-08-29docs: kernel_include.py: remove line numbers from parsed-literalMauro Carvalho Chehab1-4/+15
2025-08-29docs: kernel_include.py: move apply_range() and add a docstringMauro Carvalho Chehab1-32/+36
2025-08-29docs: kernel_include.py: append line numbers to better report errorsMauro Carvalho Chehab1-37/+44
2025-08-29docs: kernel_include.py: add support to generate a TOC tableMauro Carvalho Chehab1-14/+22
2025-08-29docs: kernel_include.py: move code and literal functionsMauro Carvalho Chehab1-42/+60
2025-08-29docs: kernel_include.py: remove range restriction for gen docsMauro Carvalho Chehab1-6/+0
2025-08-29docs: kernel_include.py: move range logic to a separate functionMauro Carvalho Chehab1-18/+33
2025-08-29docs: kernel_include.py: move rawtext logic to separate functionsMauro Carvalho Chehab1-39/+43
2025-08-29docs: kernel_include.py: generate warnings for broken refsMauro Carvalho Chehab1-19/+89
2025-08-29docs: kernel_include.py: allow cross-reference generationMauro Carvalho Chehab1-20/+74
2025-08-29docs: kernel_include.py: Update its coding styleMauro Carvalho Chehab1-53/+47
2025-08-29docs: uapi: media: Makefile: use parse-headers.pyMauro Carvalho Chehab1-1/+1
2025-08-29MAINTAINERS: add files from tools/docs to documentation entryMauro Carvalho Chehab1-0/+1
2025-08-29tools: docs: parse_data_structs.py: add methods to return outputMauro Carvalho Chehab2-5/+62
2025-08-29tools: docs: parse-headers.py: move it from sphinx dirMauro Carvalho Chehab5-89/+135
2025-08-29docs: parse-headers.py: simplify the rules for hashesMauro Carvalho Chehab1-5/+4
2025-08-29docs: parse-headers.py: better handle @var argumentsMauro Carvalho Chehab1-2/+4
2025-08-29docs: parse-headers.py: improve --help logicMauro Carvalho Chehab1-9/+58
2025-08-29docs: parse-headers.py: convert parse-headers.plMauro Carvalho Chehab1-0/+429
2025-08-29docs: parse-headers.pl: improve its debug output formatMauro Carvalho Chehab1-8/+23
2025-08-29Documentation: ocfs2: Properly reindent filecheck operations listBagas Sanjaya1-10/+10
2025-08-29docs: driver-api pinctrl cleanupAlex Tran1-4/+6
2025-08-21Merge branch 'mauro-pdf' into docs-mwJonathan Corbet3-55/+101
2025-08-21scripts/sphinx-pre-install: fix Archlinux PDF dependenciesMauro Carvalho Chehab1-0/+5
2025-08-21scripts: sphinx-pre-install: fix PDF dependencies for gentooMauro Carvalho Chehab1-1/+1
2025-08-21scripts: sphinx-pre-install: fix pdf dependencies for Mageia 9Mauro Carvalho Chehab1-0/+2
2025-08-21scripts: sphinx-pre-install: fix dependencies for OpenMandrivaMauro Carvalho Chehab1-2/+10
2025-08-21scripts: sphinx-pre-install: fix PDF dependencies for openSuseMauro Carvalho Chehab1-3/+3
2025-08-21scripts: sphinx-pre-install: add missing gentoo pdf dependenciesMauro Carvalho Chehab1-1/+8
2025-08-21scripts: sphinx-pre-install: fix PDF build issues on UbuntuMauro Carvalho Chehab1-3/+9
2025-08-21docs: conf.py: extra cleanups and fixesMauro Carvalho Chehab1-0/+7
2025-08-21docs: conf.py: fix some troubles for LaTeX outputMauro Carvalho Chehab1-4/+6
2025-08-21docs: conf.py: use dedent and r-strings for LaTeX macrosMauro Carvalho Chehab1-14/+12
2025-08-21docs: conf.py: rename some vars at latex_documents logicMauro Carvalho Chehab1-11/+11
2025-08-21docs: conf.py: fix doc name with SPHINXDIRSMauro Carvalho Chehab1-0/+13
2025-08-21docs: conf.py: better handle latex documentsMauro Carvalho Chehab1-28/+26
2025-08-21docs: Makefile: Fix LaTeX paper size settingsMauro Carvalho Chehab1-2/+2
2025-08-21Documentation: Add real-time to core-apiSebastian Andrzej Siewior5-0/+484
2025-08-21Documentation: locking: Add local_lock_nested_bh() to locktypesSebastian Andrzej Siewior1-0/+21
2025-08-21Documentation: seqlock: Add a SPDX license identifierSebastian Andrzej Siewior1-0/+2
2025-08-21docs: fix trailing whitespace error and remove repeated words in propagate_um...Raphael Pinsonneault-Thibeault1-3/+3
2025-08-21docs: sysctl: add a few more top-level /proc/sys entriesRandy Dunlap1-6/+12
2025-08-21docs: Corrected typo in trace/eventsMehdi Ben Hadj Khelifa1-4/+4
2025-08-21docs: kernel-parameters: typo fix and add missing SPDX-License tagBartlomiej Kubik1-1/+3
2025-08-21Documentation: driver-api: usb: Limit toctree depthBagas Sanjaya1-0/+1
2025-08-21Documentation: conf.py: remove repeated word in commentAlbin Babu Varghese1-1/+1
2025-08-18docs: Remove remainders of reiserfsDavid Sterba6-22/+7
2025-08-18Merge branch 'bjorn' into docs-mwJonathan Corbet36-76/+76
2025-08-18Documentation: Fix trace typosBjorn Helgaas4-10/+10
2025-08-18Documentation: Fix power typosBjorn Helgaas2-3/+3
2025-08-18Documentation: Fix networking typosBjorn Helgaas4-4/+4
2025-08-18Documentation: Fix filesystems typosBjorn Helgaas5-6/+6
2025-08-18Documentation: Fix core-api typosBjorn Helgaas2-22/+22
2025-08-18Documentation: Fix admin-guide typosBjorn Helgaas15-25/+25
2025-08-18Documentation: Fix RCU typosBjorn Helgaas2-2/+2
2025-08-18Documentation: Fix PCI typosBjorn Helgaas2-5/+5
2025-08-18Documentation: ktap: Separate first bullet list itemsBagas Sanjaya1-0/+3
2025-08-18Documentation: ktap: Correct "its" spellingBagas Sanjaya1-1/+1
2025-08-18docs: kdoc: remove redundant comment strippingJonathan Corbet1-3/+0
2025-08-18docs: kdoc: tighten up the pointer-to-function caseJonathan Corbet1-9/+8
2025-08-18docs: kdoc: tighten up the array-of-pointers caseJonathan Corbet1-11/+9
2025-08-18docs: kdoc: add a couple more comments in create_parameter_list()Jonathan Corbet1-1/+7
2025-08-18docs: kdoc: clean up the create_parameter_list() "first arg" logicJonathan Corbet1-11/+11
2025-08-18docs: kdoc: tidy up space removal in create_parameter_list()Jonathan Corbet1-3/+5
2025-08-18docs: kdoc: remove dead codeJonathan Corbet1-16/+6
2025-08-18Documentation: Fix driver-api typosRanganath V N3-9/+9
2025-08-18docs: remove a duplicated word from kernel-parameters.txtVivek Yadav1-1/+1
2025-08-18docs: Replace dead links to spectre side channel white papersNikola Z. Ivanov1-3/+3
2025-08-18Documentation/sphinx: Fix typo in automarkup.pyIris Shi1-1/+1
2025-08-13Merge branch 'pre-install' into docs-mwJonathan Corbet1-1052/+1589
2025-08-13scripts: sphinx-pre-install: some adjustments related to venvMauro Carvalho Chehab1-0/+16
2025-08-13scripts: sphinx-pre-install: add a warning for Debian-based distrosMauro Carvalho Chehab1-1/+6
2025-08-13scripts: sphinx-pre-install: add support for RHEL8-based distrosMauro Carvalho Chehab1-9/+16
2025-08-13scripts: sphinx-pre-install: update mandatory system depsMauro Carvalho Chehab1-1/+1
2025-08-13scripts: sphinx-pre-install.pl: get rid of the old scriptMauro Carvalho Chehab1-1056/+0
2025-08-13docs: Makefile: switch to the new scripts/sphinx-pre-install.pyMauro Carvalho Chehab2-7/+7
2025-08-13scripts: sphinx-pre-install: rework install command logicMauro Carvalho Chehab1-97/+82
2025-08-13scripts: sphinx-pre-install: fix several codingstyle issuesMauro Carvalho Chehab1-26/+26
2025-08-13scripts: sphinx-pre-install: add docstring documentationMauro Carvalho Chehab1-8/+102
2025-08-13scripts: sphinx-pre-install: add documentation for the ancillary classes.Mauro Carvalho Chehab1-22/+140
2025-08-13scripts: sphinx-pre-install: move get_system_release()Mauro Carvalho Chehab1-56/+59
2025-08-13scripts: sphinx-pre-install: add more generic checkers on a classMauro Carvalho Chehab1-66/+76
2025-08-13scripts: sphinx-pre-install: move ancillary checkers to a separate classMauro Carvalho Chehab1-79/+81
2025-08-13scripts: sphinx-pre-install: move missing logic to a separate classMauro Carvalho Chehab1-113/+138
2025-08-13scripts: sphinx-pre-install: better handle RHEL-based distrosMauro Carvalho Chehab1-19/+12
2025-08-13scripts: sphinx-pre-install: convert is_optional to a classMauro Carvalho Chehab1-62/+130
2025-08-13scripts: sphinx-pre-install: better handle Python min versionMauro Carvalho Chehab1-5/+15
2025-08-13scripts: sphinx-pre-install: adjust a warning messageMauro Carvalho Chehab1-2/+2
2025-08-13scripts: sphinx-pre-install: move package instructions to a new funcMauro Carvalho Chehab1-18/+26
2025-08-13scripts: sphinx-pre-install: fix OpenMandriva supportMauro Carvalho Chehab1-0/+5
2025-08-13scripts: sphinx-pre-install: improve Gentoo package deps logicMauro Carvalho Chehab1-11/+77
2025-08-13scripts: sphinx-pre-install: remove Scientific LinuxMauro Carvalho Chehab1-1/+0
2025-08-13scripts: sphinx-pre-install: fix rhel recomendationsMauro Carvalho Chehab1-3/+3
2025-08-13scripts: sphinx-pre-install: fix Leap support for rsvg-convertMauro Carvalho Chehab1-4/+0
2025-08-13scripts: sphinx-pre-install: add a missing f-string markerMauro Carvalho Chehab1-3/+6
2025-08-13scripts: sphinx-pre-install: output Python and docutils versionMauro Carvalho Chehab1-0/+14
2025-08-13scripts: sphinx-pre-install: cleanup rhel supportMauro Carvalho Chehab1-5/+21
2025-08-13scripts: sphinx-pre-install: only show portage hints onceMauro Carvalho Chehab1-5/+11
2025-08-13scripts: sphinx-pre-install: Address issues with OpenSUSE TumbleweedMauro Carvalho Chehab1-0/+8
2025-08-13scripts: sphinx-pre-install: fix support for gentooMauro Carvalho Chehab1-19/+16
2025-08-13scripts: sphinx-pre-install: fix opensuse Leap hint for PyYAMLMauro Carvalho Chehab1-1/+1
2025-08-13scripts: sphinx-pre-install: Address issues with OpenSUSE Leap 15.xMauro Carvalho Chehab1-0/+16
2025-08-13scripts: sphinx-pre-install: drop support for old virtualenvMauro Carvalho Chehab1-52/+19
2025-08-13scripts: sphinx-pre-install: drop obsolete routinesMauro Carvalho Chehab1-22/+1
2025-08-13scripts: sphinx-pre-install: run on a supported versionMauro Carvalho Chehab1-1/+64
2025-08-13scripts: sphinx-pre-install: Make it compatible with Python 3.6Mauro Carvalho Chehab1-2/+14
2025-08-13scripts: sphinx-pre-install: Convert script to PythonMauro Carvalho Chehab1-0/+1102
2025-08-13scripts: sphinx-pre-install: rename it to scripts/sphinx-pre-install.plMauro Carvalho Chehab2-7/+7
2025-08-13scripts: sphinx-pre-install: fix version check for FedoraMauro Carvalho Chehab1-1/+1
2025-08-12docs: arm: stm32: fix typo "busses" -> "buses"Akshaykumar Gunari6-6/+6
2025-08-12Documentation/rv: Fix minor typo in monitor_synthesis pageGopi Krishna Menon1-1/+1
2025-08-12docs: folio_queue: Fix minor typo in folio_queue pageGopi Krishna Menon1-1/+1
2025-08-12MAINTAINERS: add File entry for scripts/checktransupdate.py to DOCUMENTATIONDongliang Mu1-0/+1
2025-08-12Merge tag 'docs/v6.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Jonathan Corbet14-410/+565
2025-08-12sphinx: parser_yaml.py: fix line numbers informationdocs/v6.17-1yaml-netlink-parserMauro Carvalho Chehab1-7/+14
2025-08-12docs: parser_yaml.py: fix backward compatibility with old docutilsMauro Carvalho Chehab1-0/+4
2025-08-12docs: parser_yaml.py: add support for line numbers from the parserMauro Carvalho Chehab2-6/+22
2025-08-12tools: netlink_yml_parser.py: add line numbers to parsed dataMauro Carvalho Chehab1-2/+32
2025-08-12MAINTAINERS: add netlink_yml_parser.py to linux-docMauro Carvalho Chehab1-0/+1
2025-08-12docs: netlink: remove obsolete .gitignore from unused directoryMauro Carvalho Chehab1-1/+0
2025-08-12tools: ynl_gen_rst.py: drop support for generating index filesMauro Carvalho Chehab1-28/+0
2025-08-12docs: uapi: netlink: update netlink specs linkMauro Carvalho Chehab2-2/+2
2025-08-12docs: use parser_yaml extension to handle Netlink specsMauro Carvalho Chehab4-27/+16
2025-08-12docs: sphinx: add a parser for yaml files for Netlink specsMauro Carvalho Chehab1-0/+104
2025-08-12tools: ynl_gen_rst.py: cleanup coding styleMauro Carvalho Chehab1-47/+25
2025-08-12docs: netlink: index.rst: add a netlink index fileMauro Carvalho Chehab1-0/+13
2025-08-12tools: ynl_gen_rst.py: Split library from command line toolMauro Carvalho Chehab3-359/+400
2025-08-12docs: netlink: netlink-raw.rst: use :ref: instead of :doc:Mauro Carvalho Chehab2-5/+6
2025-08-11docs: filesystems: sysfs: Recommend sysfs_emit() for new code onlyBart Van Assche1-2/+2
2025-08-11Documentation: Fix minor typosRanganath V N2-3/+3
2025-08-11docs: admin-guide: update to current minimum pipe size defaultŠtěpán Němec1-2/+2
2025-08-11docs: update physical memory documentation by adding N_GENERIC_INITIATOR to e...Kim Tae Hyun1-0/+2
2025-08-11docs: aoe: Remove trailing whitespaceOsama Albahrani1-3/+3
2025-08-11Documentation/printf: Use literal fwnode_handleGeert Uytterhoeven1-1/+1
2025-08-11docs: changes: better document Python needsMauro Carvalho Chehab1-1/+8
2025-08-11docs: kernel-doc: avoid script crash on ancient PythonMauro Carvalho Chehab1-10/+24
2025-08-11Merge branch 'dump-struct' into docs-mwJonathan Corbet1-241/+258
2025-08-11docs: kdoc: a few final dump_struct() touchesJonathan Corbet1-5/+6
2025-08-11docs: kdoc: extract output formatting from dump_struct()Jonathan Corbet1-35/+37
2025-08-11docs: kdoc: further rewrite_struct_members() cleanupJonathan Corbet1-45/+41
2025-08-11docs: kdoc: Some rewrite_struct_members() commentingJonathan Corbet1-13/+19
2025-08-11docs: kdoc: remove an extraneous strip() callJonathan Corbet1-1/+0
2025-08-11docs: kdoc: rework the rewrite_struct_members() main loopJonathan Corbet1-5/+3
2025-08-11docs: kdoc: split struct-member rewriting out of dump_struct()Jonathan Corbet1-31/+34
2025-08-11docs: kdoc: split top-level prototype parsing out of dump_struct()Jonathan Corbet1-23/+20
2025-08-11docs: kdoc: move the prefix transforms out of dump_struct()Jonathan Corbet1-83/+96
2025-08-11docs: kdoc: backslashectomy in kdoc_parserJonathan Corbet1-9/+9
2025-08-11docs: kdoc: Move a regex line in dump_struct()Jonathan Corbet1-1/+1
2025-08-11docs: kdoc: consolidate the stripping of private struct/union membersJonathan Corbet1-18/+22
2025-08-10Linux 6.17-rc1masterLinus Torvalds1-2/+2
2025-08-10Merge tag 'turbostat-2025.09.09' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-225/+554
2025-08-10Merge tag 'smp_urgent_for_v6.17_rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-4/+1
2025-08-10Merge tag 'irq_urgent_for_v6.17_rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds7-15/+20
2025-08-10Merge tag 'x86_urgent_for_v6.17_rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-20/+60
2025-08-10Merge tag 'locking_urgent_for_v6.17_rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-1/+1
2025-08-09tools/power turbostat: version 2025.09.09Len Brown1-1/+1
2025-08-09tools/power turbostat: Handle non-root legacy-uncore sysfs permissionsLen Brown1-1/+2
2025-08-09tools/power turbostat: standardize PER_THREAD_PARAMSLen Brown1-20/+22
2025-08-09tools/power turbostat: Fix DMR supportZhang Rui1-14/+15
2025-08-09tools/power turbostat: add format "average" for external attributesMichael Hebenstreit2-11/+22
2025-08-09tools/power turbostat: delete GET_PKG()Len Brown1-15/+6
2025-08-09tools/power turbostat: probe and display L3 cache topologyLen Brown1-3/+31
2025-08-09tools/power turbostat: Support more than 64 built-in-countersLen Brown1-154/+406
2025-08-09tools/power turbostat.8: Document Totl%C0, Any%C0, GFX%C0, CPUGFX% columnsLen Brown1-0/+8
2025-08-09Merge tag 'tty-6.16-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds1-17/+17
2025-08-09Merge tag 'efi-next-for-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds7-2/+141
2025-08-09Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds4-7/+18
2025-08-09Merge tag 'block-6.17-20250808' of git://git.kernel.dk/linuxLinus Torvalds38-442/+519
2025-08-09Merge tag 'io_uring-6.17-20250808' of git://git.kernel.dk/linuxLinus Torvalds3-3/+12
2025-08-09Merge tag 'spi-fix-v6.17-merge-window' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-1/+9
2025-08-09Merge tag 'regulator-fix-v6.17-merge-window' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2025-08-09Merge tag 'regmap-fix-v6.17-merge-window' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-9/+21
2025-08-09Merge tag 'pci-v6.17-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+3
2025-08-09Merge tag 'mailbox-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds18-63/+1214
2025-08-09Merge tag 'gpio-updates-for-v6.17-rc1-part2' of git://git.kernel.org/pub/scm/...Linus Torvalds283-388/+359
2025-08-09Merge tag 'sound-fix-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds24-56/+137