linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-09-17 19:12:24 to 2025-09-18 16:58:09 UTC [more...]

[PATCH v8 00/24] Split sphinx call logic from docs Makefile
 2025-09-18 16:58 UTC  (26+ messages)
` [PATCH v8 01/24] scripts/jobserver-exec: move the code to a class
` [PATCH v8 02/24] scripts/jobserver-exec: move its class to the lib directory
` [PATCH v8 03/24] scripts/jobserver-exec: add a help message
` [PATCH v8 04/24] scripts: check-variable-fonts.sh: convert to Python
` [PATCH v8 05/24] tools/docs: check-variable-fonts.py: split into a lib and an exec file
` [PATCH v8 06/24] check-variable-fonts.py: add a helper to display instructions
` [PATCH v8 07/24] scripts: sphinx-pre-install: move it to tools/docs
` [PATCH v8 08/24] tools/docs: sphinx-pre-install: drop a debug print
` [PATCH v8 09/24] tools/docs: sphinx-pre-install: allow check for alternatives and bail out
` [PATCH v8 10/24] tools/docs: python_version: move version check from sphinx-pre-install
` [PATCH v8 11/24] tools/docs: sphinx-build-wrapper: add a wrapper for sphinx-build
` [PATCH v8 12/24] docs: parallel-wrapper.sh: remove script
` [PATCH v8 13/24] docs: Makefile: document latex/PDF PAPER= parameter
` [PATCH v8 14/24] docs: Makefile: document FONTS_CONF_DENY_VF= parameter
` [PATCH v8 15/24] tools/docs: sphinx-build-wrapper: add an argument for LaTeX interactive mode
` [PATCH v8 16/24] tools/docs: sphinx-build-wrapper: allow building PDF files in parallel
` [PATCH v8 17/24] tools/docs,scripts: sphinx-*: prevent sphinx-build crashes
` [PATCH v8 18/24] tools/docs: sphinx-build-wrapper: Fix output for duplicated names
` [PATCH v8 19/24] docs: add support to build manpages from kerneldoc output
` [PATCH v8 20/24] tools: kernel-doc: add a see also section at man pages
` [PATCH v8 21/24] scripts: kdoc_parser.py: warn about Python version only once
` [PATCH v8 22/24] tools/docs: sphinx-build-wrapper: move rust doc builder to wrapper
` [PATCH v8 23/24] tools/docs: sphinx-* break documentation bulds on openSUSE
` [PATCH v8 24/24] tools/docs: sphinx-build-wrapper: add support to run inside venv

[PATCH] docs: driver-api: fix spelling of "buses"
 2025-09-18 16:43 UTC  (2+ messages)

[PATCH v8 00/12] perf: arm_spe: Armv8.8 SPE features
 2025-09-18 16:43 UTC  (2+ messages)

[PATCH] perf/dwc_pcie: Support counting multiple lane events in parallel
 2025-09-18 16:43 UTC  (2+ messages)

[PATCH 0/5] arm64/sme: Support disabling streaming mode via ptrace on SME only systems
 2025-09-18 16:43 UTC  (5+ messages)
` [PATCH 3/5] "

[PATCH v2 0/5] Histogram docs formatting cleanup
 2025-09-18 16:38 UTC  (2+ messages)

[PATCH 0/3] Documentation: fbcon: formatting cleanup and improvements
 2025-09-18 16:37 UTC  (2+ messages)

[PATCH v1 3/3] docs: filesystems: sysfs: add remaining top level sysfs directory descriptions
 2025-09-18 16:34 UTC  (3+ messages)
` [PATCH v1 1/3] docs: filesystems: sysfs: remove top level sysfs net directory

[PATCH v2] docs: maintainer: Fix ambiguous subheading formatting
 2025-09-18 16:28 UTC  (2+ messages)

[PATCH v2 net-next 00/14] AccECN protocol case handling series
 2025-09-18 16:21 UTC  (15+ messages)
` [PATCH v2 net-next 01/14] tcp: try to avoid safer when ACKs are thinned
` [PATCH v2 net-next 02/14] gro: flushing when CWR is set negatively affects AccECN
` [PATCH v2 net-next 03/14] tcp: accecn: Add ece_delta to rate_sample
` [PATCH v2 net-next 04/14] tcp: L4S ECT(1) identifier and NEEDS_ACCECN for CC modules
` [PATCH v2 net-next 05/14] tcp: disable RFC3168 fallback identifier "
` [PATCH v2 net-next 06/14] tcp: accecn: handle unexpected AccECN negotiation feedback
` [PATCH v2 net-next 07/14] tcp: accecn: retransmit downgraded SYN in AccECN negotiation
` [PATCH v2 net-next 08/14] tcp: move increment of num_retrans
` [PATCH v2 net-next 09/14] tcp: accecn: retransmit SYN/ACK without AccECN option or non-AccECN SYN/ACK
` [PATCH v2 net-next 10/14] tcp: accecn: unset ECT if receive or send ACE=0 in AccECN negotiaion
` [PATCH v2 net-next 11/14] tcp: accecn: fallback outgoing half link to non-AccECN
` [PATCH v2 net-next 12/14] tcp: accecn: verify ACE counter in 1st ACK after AccECN negotiation
` [PATCH v2 net-next 13/14] tcp: accecn: stop sending AccECN opt when loss ACK w/ option
` [PATCH v2 net-next 14/14] tcp: accecn: enable AccECN

[PATCH v3 00/35] Compiler-Based Capability- and Locking-Analysis
 2025-09-18 16:21 UTC  (44+ messages)
` [PATCH v3 01/35] compiler_types: Move lock checking attributes to compiler-capability-analysis.h
` [PATCH v3 02/35] compiler-capability-analysis: Add infrastructure for Clang's capability analysis
` [PATCH v3 03/35] compiler-capability-analysis: Add test stub
` [PATCH v3 04/35] Documentation: Add documentation for Compiler-Based Capability Analysis
` [PATCH v3 05/35] checkpatch: Warn about capability_unsafe() without comment
` [PATCH v3 06/35] cleanup: Basic compatibility with capability analysis
` [PATCH v3 07/35] lockdep: Annotate lockdep assertions for "
` [PATCH v3 08/35] locking/rwlock, spinlock: Support Clang's "
` [PATCH v3 09/35] compiler-capability-analysis: Change __cond_acquires to take return value
` [PATCH v3 10/35] locking/mutex: Support Clang's capability analysis
` [PATCH v3 11/35] locking/seqlock: "
` [PATCH v3 12/35] bit_spinlock: Include missing <asm/processor.h>
` [PATCH v3 13/35] bit_spinlock: Support Clang's capability analysis
` [PATCH v3 14/35] rcu: "
` [PATCH v3 15/35] srcu: "
` [PATCH v3 16/35] kref: Add capability-analysis annotations
` [PATCH v3 17/35] locking/rwsem: Support Clang's capability analysis
` [PATCH v3 18/35] locking/local_lock: Include missing headers
` [PATCH v3 19/35] locking/local_lock: Support Clang's capability analysis
` [PATCH v3 20/35] locking/ww_mutex: "
` [PATCH v3 21/35] debugfs: Make debugfs_cancellation a capability struct
` [PATCH v3 22/35] compiler-capability-analysis: Remove Sparse support
` [PATCH v3 23/35] compiler-capability-analysis: Remove __cond_lock() function-like helper
` [PATCH v3 24/35] compiler-capability-analysis: Introduce header suppressions
` [PATCH v3 25/35] compiler: Let data_race() imply disabled capability analysis
` [PATCH v3 26/35] MAINTAINERS: Add entry for Capability Analysis
` [PATCH v3 27/35] kfence: Enable capability analysis
` [PATCH v3 28/35] kcov: "
` [PATCH v3 29/35] kcsan: "
` [PATCH v3 30/35] stackdepot: "
` [PATCH v3 31/35] rhashtable: "
` [PATCH v3 32/35] printk: Move locking annotation to printk.c
` [PATCH v3 33/35] security/tomoyo: Enable capability analysis
` [PATCH v3 34/35] crypto: "
` [PATCH v3 35/35] sched: Enable capability analysis for core.c and fair.c

[PATCH v2 0/4] cgroup v2 toctree cleanup
 2025-09-18 16:02 UTC  (3+ messages)
` [PATCH v2 4/4] Documentation: cgroup-v2: Sync manual toctree

[PATCH v3] Documentation: cgroup-v2: Replace manual table of contents with contents:: directive
 2025-09-18 15:59 UTC  (4+ messages)

[PATCH v5 00/19] kasan: x86: arm64: KASAN tag-based mode for x86
 2025-09-18 15:52 UTC  (3+ messages)
` [PATCH v5 04/19] x86: Add arch specific kasan functions

[PATCH v2] mm/memory-failure: Support disabling soft offline for HugeTLB pages
 2025-09-18 15:48 UTC  (18+ messages)

[PATCH v3 00/15] fuse: use iomap for buffered reads + readahead
 2025-09-18 15:48 UTC  (4+ messages)
` [syzbot ci] "

[PATCH RESEND 00/62] initrd: remove classic initrd support
 2025-09-18 15:28 UTC  (2+ messages)

[PATCH v5 00/15] Consolidate iommu page table implementations (AMD)
 2025-09-18 14:49 UTC  (15+ messages)
` [PATCH v5 01/15] genpt: Generic Page Table base API
` [PATCH v5 02/15] genpt: Add Documentation/ files
` [PATCH v5 03/15] iommupt: Add the basic structure of the iommu implementation
` [PATCH v5 04/15] iommupt: Add the AMD IOMMU v1 page table format
` [PATCH v5 05/15] iommupt: Add iova_to_phys op

[PATCH v8 0/2] introduce kasan.write_only option in hw-tags
 2025-09-18 14:48 UTC  (5+ messages)
` [PATCH v8 1/2] kasan/hw-tags: introduce kasan.write_only option
` [PATCH v8 2/2] kasan: apply write-only mode in kasan kunit testcases

[PATCH v7 00/24] Split sphinx call logic from docs Makefile
 2025-09-18 13:58 UTC  (4+ messages)
` [PATCH v7 11/24] tools/docs: sphinx-build-wrapper: add a wrapper for sphinx-build

[RFC][PATCH v3 00/16] Introduce kmemdump
 2025-09-18 13:53 UTC  (14+ messages)
` [RFC][PATCH v3 09/16] genirq/irqdesc: Have nr_irqs as non-static

[PATCH v2] drm/sched: Extend and update documentation
 2025-09-18 12:56 UTC  (2+ messages)

[PATCH v5 0/6] mm: split underused THPs
 2025-09-18 12:35 UTC  (9+ messages)
` [PATCH v5 2/6] mm: remap unused subpages to shared zeropage when splitting isolated thp

[PATCH v5 0/2] make logical block size configurable
 2025-09-18 11:57 UTC  (3+ messages)
` [PATCH v5 1/2] md: prevent adding disks with larger logical_block_size to active arrays
` [PATCH v5 2/2] md: allow configuring logical block size

[PATCH v2] docs/bpf: clarify ret handling in LSM BPF programs
 2025-09-18 10:03 UTC  (3+ messages)

[PATCH v4 0/5] ALSA: usb-audio: add module param device_quirk_flags
 2025-09-18  9:24 UTC  (6+ messages)
` [PATCH v4 1/5] ALSA: usb-audio: add two-way convert between name and bit for QUIRK_FLAG_*
` [PATCH v4 2/5] param: export param_array related functions
` [PATCH v4 3/5] ALSA: usb-audio: improve module param quirk_flags
` [PATCH v4 4/5] ALSA: usb-audio: make param quirk_flags change-able in runtime
` [PATCH v4 5/5] ALSA: doc: add docs about improved quirk_flags in snd-usb-audio

[PATCH v4 00/14] expand mmap_prepare functionality, port more users
 2025-09-18  9:14 UTC  (21+ messages)
` [PATCH v4 06/14] mm: add remap_pfn_range_prepare(), remap_pfn_range_complete()
` [PATCH v4 07/14] mm: abstract io_remap_pfn_range() based on PFN
` [PATCH v4 08/14] mm: introduce io_remap_pfn_range_[prepare, complete]()
` [PATCH v4 09/14] mm: add ability to take further action in vm_area_desc
` [PATCH v4 10/14] doc: update porting, vfs documentation for mmap_prepare actions
` [PATCH v4 11/14] mm/hugetlbfs: update hugetlbfs to use mmap_prepare
` [PATCH v4 12/14] mm: add shmem_zero_setup_desc()
` [PATCH v4 13/14] mm: update mem char driver to use mmap_prepare
` [PATCH v4 14/14] mm: update resctl "

[PATCH v4 0/7] Add support for FEAT_{LS64, LS64_V} and related tests
 2025-09-18  9:09 UTC  (11+ messages)
` [PATCH v4 5/7] arm64: Add support for FEAT_{LS64, LS64_V}

[PATCH v6 04/21] scripts: check-variable-fonts.sh: convert to Python
 2025-09-18  8:51 UTC  (5+ messages)

[PATCH v6 10/21] tools/docs: sphinx-build-wrapper: add a wrapper for sphinx-build
 2025-09-18  8:24 UTC  (5+ messages)

[PATCH v6 00/12] perf: arm_spe: Armv8.8 SPE features
 2025-09-18  8:15 UTC  (4+ messages)

[PATCH v4 0/7] Docs/zh_CN: Translate filesystems docs to Simplified Chinese
 2025-09-18  8:07 UTC  (4+ messages)

[PATCH v2 0/2] hwmon: Add support for MPS mp2925 and mp2929 chip
 2025-09-18  8:06 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: hwmon: Add MPS mp2925 and mp2929
  ` [PATCH v2 2/2] hwmon: add MP2925 and MP2929 driver

[PATCH] Docs/zh_CN: fix the format of proofreader
 2025-09-18  7:56 UTC 

[PATCH net-next v06 00/14] net: hinic3: Add a driver for Huawei 3rd gen NIC - sw and hw initialization
 2025-09-18  7:38 UTC  (3+ messages)
` [PATCH net-next v06 08/14] hinic3: Queue pair resource initialization

[PATCH] Docs/zh_CN: add fixed format for the header of gfs2-glocks.rst
 2025-09-18  7:21 UTC  (3+ messages)

[PATCH v2] Docs/zh_CN: add fixed format for the header of gfs2-glocks.rst
 2025-09-18  7:21 UTC  (2+ messages)

[PATCH v19 net-next 00/10] AccECN protocol patch series
 2025-09-18  7:10 UTC  (6+ messages)
` [PATCH v19 net-next 08/10] tcp: accecn: AccECN option failure handling
` [PATCH v19 net-next 10/10] tcp: accecn: try to fit AccECN option with SACK

[PATCH] Docs/zh_CN: align title underline for ubifs.rst
 2025-09-18  6:48 UTC  (2+ messages)

[PATCH v9 00/10] x86,fs/resctrl: Support L3 Smart Data Cache Injection Allocation Enforcement (SDCIAE)
 2025-09-18  6:08 UTC  (21+ messages)
` [PATCH v9 01/10] x86/cpufeatures: Add support for L3 Smart Data Cache Injection Allocation Enforcement
` [PATCH v9 02/10] x86/resctrl: Add SDCIAE feature in the command line options
` [PATCH v9 03/10] x86,fs/resctrl: Detect io_alloc feature
` [PATCH v9 04/10] x86,fs/resctrl: Implement "io_alloc" enable/disable handlers
` [PATCH v9 05/10] fs/resctrl: Introduce interface to display "io_alloc" support
` [PATCH v9 06/10] fs/resctrl: Add user interface to enable/disable io_alloc feature
` [PATCH v9 07/10] fs/resctrl: Introduce interface to display io_alloc CBMs
` [PATCH v9 08/10] fs/resctrl: Modify rdt_parse_data to pass mode and CLOSID
` [PATCH v9 09/10] fs/resctrl: Introduce interface to modify io_alloc Capacity Bit Masks
` [PATCH v9 10/10] fs/resctrl: Update bit_usage to reflect io_alloc

[PATCH] Documentation: process: Do not hardcode kernel major version number
 2025-09-18  3:37 UTC  (3+ messages)

[PATCH v3] net/tls: support maximum record size limit
 2025-09-18  1:42 UTC  (5+ messages)

[PATCH net-next V2 00/10] net/mlx5e: Use multiple doorbells
 2025-09-18  1:40 UTC  (2+ messages)

[PATCH v4 0/8] tracing: wprobe: Add wprobe for watchpoint
 2025-09-17 22:42 UTC  (6+ messages)
` [PATCH v4 1/8] tracing: wprobe: Add watchpoint probe event based on hardware breakpoint

[PATCH v3 11/15] iomap: move buffered io bio logic into new file
 2025-09-17 21:40 UTC  (2+ messages)

[PATCH net-next v3 0/5] net: pse-pd: pd692x0: Add permanent configuration management support
 2025-09-17 21:19 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).