linux-block.git
2025-07-15 Jonathan Corbetdocs: kdoc: straighten up dump_declaration()
2025-07-15 Jonathan Corbetdocs: kdoc: Regularize the use of the declaration name
2025-07-15 Jonathan Corbetdocs: kdoc: Coalesce parameter-list handling
2025-07-15 Jonathan Corbetdocs: kdoc: use self.entry.parameterlist directly in...
2025-07-15 Jonathan Corbetdocs: kdoc: remove the "struct_actual" machinery
2025-07-15 Jonathan Corbetdocs: kdoc: Centralize handling of the item section...
2025-07-15 Jonathan Corbetdocs: kdoc: drop "sectionlist"
2025-07-02 Jonathan Corbetdocs: kdoc: simplify the output-item passing
2025-07-02 Jonathan Corbetdocs: kdoc; Add a rudimentary class to represent output...
2025-07-01 Jonathan Corbetdocs: kdoc: pretty up dump_enum()
2025-07-01 Jonathan Corbetdocs: kdoc: Remove a Python 2 comment
2025-07-01 Jonathan Corbetdocs: kdoc: some tweaks to process_proto_function()
2025-07-01 Jonathan Corbetdocs: kdoc: rework type prototype parsing
2025-06-30 Jonathan Corbetdocs: kdoc: remove the brcount floor in process_proto_t...
2025-06-30 Jonathan Corbetdocs: kdoc: micro-optimize KernRe
2025-06-27 Jonathan Corbetdocs: kdoc: don't reinvent string.strip()
2025-06-27 Jonathan Corbetdocs: kdoc: split the processing of the two remaining...
2025-06-27 Jonathan Corbetdocs: kdoc: remove the inline states-within-a-state
2025-06-26 Jonathan Corbetdocs: kdoc: remove the INLINE_END state
2025-06-25 Jonathan Corbetdocs: kdoc: rework process_export() slightly
2025-06-25 Jonathan Corbetdocs: kdoc: remove KernelEntry::function
2025-06-25 Jonathan Corbetdocs: kdoc: remove a bit of dead code
2025-06-25 Jonathan Corbetdocs: kdoc: Move content handling into KernelEntry
2025-06-25 Jonathan Corbetdocs: kdoc: remove KernelEntry::in_doc_sect
2025-06-25 Daniel Palmerdoc: Remove misleading reference to brd in dax.rst
2025-06-25 Mauro Carvalho... docs: sphinx: add missing SPDX tags
2025-06-25 Mauro Carvalho... docs: conf.py: several coding style fixes
2025-06-25 Mauro Carvalho... docs: sphinx: add a file with the requirements for...
2025-06-25 Mauro Carvalho... scripts: test_doc_build.py: regroup and rename arguments
2025-06-25 Mauro Carvalho... scripts: sphinx-pre-install: fix release detection...
2025-06-25 Mauro Carvalho... scripts: sphinx-pre-install: properly handle SPHINXBUILD
2025-06-25 Mauro Carvalho... scripts: test_doc_build.py: make the script smarter
2025-06-25 Mauro Carvalho... scripts: test_doc_build.py: improve cmd.log logic
2025-06-25 Mauro Carvalho... scripts: test_doc_build.py: improve dependency list
2025-06-25 Mauro Carvalho... scripts: test_doc_build.py: better adjust to python...
2025-06-25 Mauro Carvalho... scripts: test_doc_build.py: better control its output
2025-06-25 Mauro Carvalho... scripts: test_doc_build.py: make capture assynchronous
2025-06-25 Mauro Carvalho... scripts: scripts/test_doc_build.py: add script to test...
2025-06-25 Mauro Carvalho... docs: Makefile: disable check rules on make cleandocs
2025-06-25 Mauro Carvalho... docs: conf.py: properly handle include and exclude...
2025-06-25 Jonathan Corbetdocs: kdoc: finish disentangling the BODY and SPECIAL_S...
2025-06-25 Jonathan Corbetdocs: kdoc: Add some comments to process_decl()
2025-06-25 Jonathan Corbetdocs: kdoc: coalesce the end-of-comment processing
2025-06-25 Jonathan Corbetdocs: kdoc: rework the handling of SPECIAL_SECTION
2025-06-25 Jonathan Corbetdocs: kdoc: coalesce the new-section handling
2025-06-25 Jonathan Corbetdocs: kdoc: split out the special-section state
2025-06-25 Jonathan Corbetdocs: kdoc: separate out the handling of the declaratio...
2025-06-25 Jonathan Corbetdocs: kdoc: consolidate the "begin section" logic
2025-06-25 Jonathan Corbetdocs: kdoc: Make body_with_blank_line parsing more...
2025-06-21 Bagas SanjayaDocumentation: treewide: Replace remaining spinics...
2025-06-21 Salvatore BonaccorsoDocumentation/sysctl: coredump: add %F for pidfd number
2025-06-21 Jakub Kicinskidocs: process: discourage pointless boilerplate kdoc
2025-06-21 Yuanye Madocs: f2fs: fix typos in f2fs.rst
2025-06-21 Shouye LiuDocumentation: amd-pstate:fix minimum performance state...
2025-06-21 Jonathan Corbetdocs: sphinx: avoid using the deprecated node.set_class()
2025-06-09 Swapnil Sapkaldocs/sched: Make the sched-stats documentation consistent
2025-06-09 Hanne-Lotta... docs: Fix typos, improve grammar in Userspace API
2025-06-09 Hanne-Lotta... docs: Improve grammar in Userspace API/fwctl
2025-06-09 Shashank Balajisched_deadline, docs: add affinity setting with cgroup2...
2025-06-09 Shashank Balajisched_deadline, docs: replace rt-app examples with...
2025-06-09 Brigham Campbelldocs: powerpc: Add htm.rst to table of contents
2025-06-09 Collin Funkdocs: Remove reiserfsprogs from dependencies.
2025-06-09 Collin Funkver_linux: Remove checks for reiserfsprogs.
2025-06-09 Jonathan Corbetdocs: CSS: make cross-reference links more evident
2025-06-09 Jonathan Corbetdocs: automarkup: Mark up undocumented entities too
2025-06-09 Jonathan Corbetdocs: automarkup: Remove some Sphinx 2 holdovers
2025-06-09 Jonathan Corbetdocs: kdoc: some final touches for process_name()
2025-06-09 Jonathan Corbetdocs: kdoc: move the declaration regexes out of process...
2025-06-09 Jonathan Corbetdocs: kdoc: remove some ineffective code
2025-06-09 Jonathan Corbetdocs: kdoc: remove the KernelEntry::descr pseudo member
2025-06-09 Jonathan Corbetdocs: kdoc: remove the KernelEntry::is_kernel_comment...
2025-06-09 Jonathan Corbetdocs: kdoc: simplify the kerneldoc recognition code
2025-06-09 Jonathan Corbetdocs: kdoc: remove the section_intro variable
2025-06-09 Jonathan Corbetdocs: kdoc: move the core dispatch into a state table
2025-06-09 Jonathan Corbetdocs: kdoc: simplify the PROTO continuation logic
2025-06-09 Runji Liudocs: trace: boottime-trace.rst: fix typo
2025-06-09 Matthew Wilcox... doc: Include scatterlist APIs in htmldocs
2025-06-09 Matthew Wilcox... kernel-doc: Fix symbol matching for dropped suffixes
2025-06-09 Collin Funkdocs: packing: Fix a typo in example code.
2025-06-08 Linus TorvaldsLinux 6.16-rc1 v6.16-rc1
2025-06-08 Linus TorvaldsMerge tag 'turbostat-2025.06.08' of git://git./linux...
2025-06-08 Linus TorvaldsMerge tag 'timers-cleanups-2025-06-08' of git://git...
2025-06-08 Linus TorvaldsMerge tag 'x86-urgent-2025-06-08' of git://git./linux...
2025-06-08 Linus TorvaldsMerge tag 'timers-urgent-2025-06-08' of git://git....
2025-06-08 Len Browntools/power turbostat: version 2025.06.08
2025-06-08 Zhang Ruitools/power turbostat: Add initial support for BartlettLake
2025-06-08 Zhang Ruitools/power turbostat: Add initial support for DMR
2025-06-08 Zhang Ruitools/power turbostat: Dump RAPL sysfs info
2025-06-08 Zhang Ruitools/power turbostat: Avoid probing the same perf...
2025-06-08 Zhang Ruitools/power turbostat: Allow probing RAPL with platform...
2025-06-08 Zhang Ruitools/power turbostat: Clean up add perf/msr counter...
2025-06-08 Zhang Ruitools/power turbostat: Introduce add_msr_counter()
2025-06-08 Zhang Ruitools/power turbostat: Remove add_msr_perf_counter_()
2025-06-08 Zhang Ruitools/power turbostat: Remove add_cstate_perf_counter_()
2025-06-08 Zhang Ruitools/power turbostat: Remove add_rapl_perf_counter_()
2025-06-08 Zhang Ruitools/power turbostat: Quit early for unsupported RAPL...
2025-06-08 Zhang Ruitools/power turbostat: Always check rapl_joules flag
2025-06-08 Gautham R.... tools/power turbostat: Fix AMD package-energy reporting
2025-06-08 Kaushlendra... tools/power turbostat: Fix RAPL_GFX_ALL typo
2025-06-08 Kaushlendra... tools/power turbostat: Add Android support for MSR...
next