public inbox for linux-doc@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-15 18:58:32 to 2026-02-18 21:21:34 UTC [more...]

[PATCH v7 00/23] nova-core: Add memory management support
 2026-02-18 21:20 UTC  (14+ messages)
` [PATCH v7 01/23] nova-core: mm: Add support to use PRAMIN windows to write to VRAM
` [PATCH v7 02/23] docs: gpu: nova-core: Document the PRAMIN aperture mechanism
` [PATCH v7 03/23] nova-core: Add BAR1 aperture type and size constant
` [PATCH v7 04/23] nova-core: gsp: Add BAR1 PDE base accessors
` [PATCH v7 05/23] nova-core: mm: Add common memory management types
` [PATCH v7 06/23] nova-core: mm: Add common types for all page table formats
` [PATCH v7 07/23] nova-core: mm: Add MMU v2 page table types
` [PATCH v7 08/23] nova-core: mm: Add MMU v3 "
` [PATCH v7 09/23] nova-core: mm: Add unified page table entry wrapper enums
` [PATCH v7 10/23] nova-core: mm: Add TLB flush support
` [PATCH v7 11/23] nova-core: mm: Add GpuMm centralized memory manager
` [PATCH v7 12/23] nova-core: mm: Add page table walker for MMU v2/v3
` [PATCH v7 13/23] nova-core: mm: Add Virtual Memory Manager

[PATCH v15 00/28] x86: Secure Launch support for Intel TXT
 2026-02-18 21:04 UTC  (10+ messages)

[PATCH v10 1/8] gpu: Move DRM buddy allocator one level up (part one)
 2026-02-18 20:59 UTC  (3+ messages)
` [PATCH v10 2/8] gpu: Move DRM buddy allocator one level up (part two)
` [PATCH v10 0/8] Preparatory patches for nova-core memory management

[RFC v2 PATCH 00/13] hwspinlock: move device alloc into core and refactor includes
 2026-02-18 19:56 UTC  (7+ messages)
` [RFC PATCH v2 13/13] hwspinlock: refactor consumer.h from public header

[PATCH net v2 0/3] vsock: add write-once semantics to child_ns_mode
 2026-02-18 18:10 UTC  (4+ messages)
` [PATCH net v2 1/3] selftests/vsock: change tests to respect write-once child ns mode
` [PATCH net v2 2/3] vsock: lock down child_ns_mode as write-once
` [PATCH net v2 3/3] vsock: document write-once behavior of the child_ns_mode sysctl

[PATCH v4 00/41] arm_mpam: Add KVM/arm64 and resctrl glue code
 2026-02-18 17:17 UTC  (18+ messages)
` [PATCH v4 18/41] arm_mpam: resctrl: Implement helpers to update configuration
` [PATCH v4 26/41] arm_mpam: resctrl: Add support for 'MB' resource
` [PATCH v4 41/41] arm64: mpam: Add initial MPAM documentation

[RFC PATCH 00/19] x86,fs/resctrl: Support for Global Bandwidth Enforcement and Priviledge Level Zero Association
 2026-02-18 16:44 UTC  (45+ messages)
` [RFC PATCH 01/19] x86,fs/resctrl: Add support for Global Bandwidth Enforcement (GLBE)
` [RFC PATCH 13/19] x86/resctrl: Add PLZA state tracking and context switch handling
          `  "

[PATCH v8 0/4] Enable Remote GPIO over RPMSG on i.MX Platform
 2026-02-18 16:28 UTC  (4+ messages)
` [PATCH v8 3/4] gpio: rpmsg: add generic rpmsg GPIO driver

[PATCH v18 00/42] DEPT(DEPendency Tracker)
 2026-02-18 15:08 UTC  (5+ messages)
` [PATCH v18 34/42] dept: add module support for struct dept_event_site and dept_event_site_dep

[PATCH net-next] doc: generic phy: update generic PHY documentation
 2026-02-18 13:15 UTC  (4+ messages)

[RFC PATCH 0/4] PCI: Add DOE support for endpoint
 2026-02-18 11:21 UTC  (6+ messages)
` [RFC PATCH 1/4] PCI: Add documentation for DOE endpoint support
` [RFC PATCH 3/4] PCI/DOE: Add DOE mailbox support for endpoint functions

[PATCH] docs: kernel-parameters: fix double word typo in initramfs_options
 2026-02-18 10:31 UTC 

[PATCH 00/38] docs: several improvements to kernel-doc
 2026-02-18 10:13 UTC  (39+ messages)
` [PATCH 01/38] docs: kdoc_re: add support for groups()
` [PATCH 02/38] docs: kdoc_re: don't go past the end of a line
` [PATCH 03/38] docs: kdoc_parser: move var transformers to the beginning
` [PATCH 04/38] docs: kdoc_parser: don't mangle with function defines
` [PATCH 05/38] docs: kdoc_parser: add functions support for NestedMatch
` [PATCH 06/38] docs: kdoc_parser: use NestedMatch to handle __attribute__ on functions
` [PATCH 07/38] docs: kdoc_parser: fix variable regexes to work with size_t
` [PATCH 08/38] docs: kdoc_parser: fix the default_value logic for variables
` [PATCH 09/38] docs: kdoc_parser: add some debug for variable parsing
` [PATCH 10/38] docs: kdoc_parser: don't exclude defaults from prototype
` [PATCH 11/38] docs: kdoc_parser: fix parser to support multi-word types
` [PATCH 12/38] docs: kdoc_parser: ignore context analysis and lock attributes
` [PATCH 13/38] docs: kdoc_parser: add support for LIST_HEAD
` [PATCH 14/38] docs: kdoc_parser: handle struct member macro VIRTIO_DECLARE_FEATURES(name)
` [PATCH 15/38] docs: kdoc_re: properly handle strings and escape chars on it
` [PATCH 16/38] docs: kdoc_re: better show KernRe() at documentation
` [PATCH 17/38] docs: kdoc_re: don't recompile NestedMatch regex every time
` [PATCH 18/38] docs: kdoc_re: Change NestedMath args replacement to \0
` [PATCH 19/38] docs: kdoc_re: make NestedMatch use KernRe
` [PATCH 20/38] docs: kdoc_re: add support on NestedMatch for argument replacement
` [PATCH 21/38] docs: kdoc_parser: better handle struct_group macros
` [PATCH 22/38] docs: kdoc_re: fix a parse bug on struct page_pool_params
` [PATCH 23/38] docs: kdoc_re: add a helper class to declare C function matches
` [PATCH 24/38] docs: kdoc_parser: use the new CFunction class
` [PATCH 25/38] docs: kdoc_parser: minimize differences with struct_group_tagged
` [PATCH 26/38] docs: kdoc_parser: move transform lists to a separate file
` [PATCH 27/38] docs: kdoc_re: don't remove the trailing ";" with NestedMatch
` [PATCH 28/38] docs: kdoc_re: prevent adding whitespaces on sub replacements
` [PATCH 29/38] docs: xforms_lists.py: use CFuntion to handle all function macros
` [PATCH 30/38] docs: kdoc_files: allows the caller to use a different xforms class
` [PATCH 31/38] docs: kdoc_re: Fix NestedMatch.sub() which causes PDF builds to break
` [PATCH 32/38] docs: kdoc_files: document KernelFiles() ABI
` [PATCH 33/38] docs: kdoc_output: add optional args to ManOutput class
` [PATCH 34/38] docs: sphinx-build-wrapper: better handle troff .TH markups
` [PATCH 35/38] docs: kdoc_output: use a more standard order for .TH on man pages
` [PATCH 36/38] docs: sphinx-build-wrapper: don't allow "/" on file names
` [PATCH 37/38] docs: kdoc_output: describe the class init parameters
` [PATCH 38/38] docs: kdoc_output: pick a better default for modulename

kernel-doc for nested structs/unions
 2026-02-18  7:04 UTC  (2+ messages)

[PATCH v2 00/10] rust: pci: add abstractions for SR-IOV capability
 2026-02-18  2:03 UTC  (4+ messages)
` [PATCH v2 10/10] samples: rust: add SR-IOV driver sample

[PATCH net] vsock: document namespace mode sysctls
 2026-02-18  1:30 UTC  (3+ messages)

[PATCH V7 00/19] famfs: port into fuse
 2026-02-18  0:49 UTC  (9+ messages)
  ` [PATCH V7 03/19] dax: add fsdev.c driver for fs-dax on character dax
  ` [PATCH V7 05/19] dax: Add dax_operations for use by fs-dax on fsdev dax

[RFC PATCH v2 00/37] guest_memfd: In-place conversion support
 2026-02-17 23:04 UTC  (4+ messages)
` [RFC PATCH v2 09/37] KVM: guest_memfd: Add support for KVM_SET_MEMORY_ATTRIBUTES2

[PATCH net-next v16 00/12] vsock: add namespace support to vhost-vsock and loopback
 2026-02-17 21:46 UTC  (4+ messages)
` [PATCH net-next v16 01/12] vsock: add netns to vsock core

[PATCH 00/24] vfs: require filesystems to explicitly opt-in to lease support
 2026-02-17 21:14 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH v10 0/2] add support in hwmon for MCP998X
 2026-02-17 20:11 UTC  (4+ messages)
` [PATCH v10 1/2] dt-bindings: hwmon: add support "
` [PATCH v10 2/2] "

[PATCH 2/2] hwmon: (ina2xx) Add support for INA234
 2026-02-17 17:37 UTC  (2+ messages)

[PATCH iwl-next v11] ice: add support for unmanaged DPLL on E830 NIC
 2026-02-17 15:58 UTC 

[PATCH] arm64: Optionally disable EL0 MTE via command-line
 2026-02-17 15:16 UTC  (7+ messages)

[PATCH v6 08/43] fscrypt: add documentation about extent encryption
 2026-02-17 14:48 UTC  (3+ messages)

[PATCH v5 0/3] hwmon: Add support for the LTC4283 Hot Swap Controller
 2026-02-17 13:39 UTC  (3+ messages)

[PATCH v9 0/8] Add SPI offload support to AD4030
 2026-02-17 12:44 UTC  (11+ messages)
` [PATCH v9 1/8] dt-bindings: iio: adc: adi,ad4030: Reference spi-peripheral-props
` [PATCH v9 2/8] Docs: iio: ad4030: Add double PWM SPI offload doc
` [PATCH v9 3/8] dt-bindings: iio: adc: adi,ad4030: Add PWM
` [PATCH v9 4/8] iio: adc: ad4030: Use BIT macro to improve code readability
` [PATCH v9 5/8] iio: adc: ad4030: Add SPI offload support
` [PATCH v9 6/8] dt-bindings: iio: adc: adi,ad4030: Add ADAQ4216 and ADAQ4224
` [PATCH v9 7/8] iio: adc: ad4030: Add support for "
` [PATCH v9 8/8] iio: adc: ad4030: Support common-mode channels with SPI offloading

[PATCH v3 0/3] Add TI TPS1689 pmbus eFuse
 2026-02-17  8:12 UTC  (4+ messages)
` [PATCH v3 1/3] hwmon: (pmbus/tps25990): Rework TPS25990 non standatd direct conversion
` [PATCH v3 2/3] dt-bindings: hwmon: pmbus/tps1689: Add TPS1689
` [PATCH v3 3/3] hwmon: (pmbus/tps1689): Add TPS1689 support

[pengutronix:mfe/v6.19/topic/touchscreen-axiom 5/5] htmldocs: Documentation/ABI/testing/sysfs-driver-input-touchnetix-axiom:63: WARNING: Block quote ends without a blank line; unexpected unindent. [docutils]
 2026-02-17  3:24 UTC 

[PATCH v8 00/20] Add new general DRM property "color format"
 2026-02-16 20:36 UTC  (22+ messages)
` [PATCH v8 01/20] drm/amd/display: Remove unnecessary SIGNAL_TYPE_HDMI_TYPE_A check
` [PATCH v8 02/20] drm: Add new general DRM property "color format"
` [PATCH v8 03/20] drm: Add enum conversions for drm_color_format_enum
` [PATCH v8 04/20] drm/bridge: Act on the DRM color format property
` [PATCH v8 05/20] drm/display: hdmi-state-helper: Act on color format DRM property
` [PATCH v8 06/20] drm/display: hdmi-state-helper: Try subsampling in mode_valid
` [PATCH v8 07/20] drm/i915: Implement the "color format" DRM property
` [PATCH v8 08/20] drm/amdgpu: Implement "
` [PATCH v8 09/20] drm/rockchip: Add YUV422 output mode constants for VOP2
` [PATCH v8 10/20] drm/rockchip: vop2: Add RK3576 to the RG swap special case
` [PATCH v8 11/20] drm/rockchip: vop2: Recognise 10-bit YUV422 as YUV format
` [PATCH v8 12/20] drm/rockchip: vop2: Set correct output format for RK3576 YUV422
` [PATCH v8 13/20] drm/bridge: dw-hdmi-qp: Implement atomic_get_output_bus_fmts
` [PATCH v8 14/20] drm/rockchip: dw_hdmi_qp: Implement "color format" DRM property
` [PATCH v8 15/20] drm/rockchip: dw_hdmi_qp: Set supported_formats platdata
` [PATCH v8 16/20] drm/connector: Register color format property on HDMI connectors
` [PATCH v8 17/20] drm/tests: hdmi: Add tests for the color_format property
` [PATCH v8 18/20] drm/tests: hdmi: Add tests for HDMI helper's mode_valid
` [PATCH v8 19/20] drm/tests: bridge: Add KUnit tests for bridge chain format selection
` [PATCH v8 20/20] drm/bridge: Document "

[PATCH v9 00/30] KVM: arm64: Implement support for SME
 2026-02-16 17:55 UTC  (4+ messages)
` [PATCH v9 10/30] KVM: arm64: Document the KVM ABI "

[PATCH v8 0/3] drivers/base: Introduce revocable
 2026-02-16 16:37 UTC  (3+ messages)
` [PATCH v8 1/3] revocable: Revocable resource management

[PATCH] linux-next: update maintainer info
 2026-02-16 15:37 UTC  (3+ messages)

[PATCH] Documentation: Text referrals -> Links
 2026-02-16 15:25 UTC  (2+ messages)

[PATCH mm-unstable v14 00/16] khugepaged: mTHP support
 2026-02-16 15:20 UTC  (9+ messages)
` [PATCH mm-unstable v14 07/16] khugepaged: introduce collapse_max_ptes_none helper function
` [PATCH mm-unstable v14 08/16] khugepaged: generalize collapse_huge_page for mTHP collapse

[PATCH v7 0/8] ADF41513/ADF41510 PLL frequency synthesizers
 2026-02-16 15:02 UTC  (9+ messages)
` [PATCH v7 1/8] dt-bindings: iio: frequency: add adf41513
` [PATCH v7 2/8] iio: core: add fixed point parsing with 64-bit parts
` [PATCH v7 3/8] iio: test: add kunit test for fixed-point parsing
` [PATCH v7 4/8] iio: frequency: adf41513: driver implementation
` [PATCH v7 5/8] iio: frequency: adf41513: handle LE synchronization feature
` [PATCH v7 6/8] iio: frequency: adf41513: features on frequency change
` [PATCH v7 7/8] docs: iio: add documentation for adf41513 driver
` [PATCH v7 8/8] Documentation: ABI: testing: add common ABI file for iio/frequency

[PATCHv6 00/17] mm: Eliminate fake head pages from vmemmap optimization
 2026-02-16 11:30 UTC  (9+ messages)
` [PATCHv6 08/17] mm: Make page_zonenum() use head page

[PATCH V2 0/3] Rust support for powerpc
 2026-02-16 11:29 UTC  (7+ messages)
` [PATCH V2 3/3] powerpc: Enable Rust for ppc64le
        ` Rust version requirement (was: [PATCH V2 3/3] powerpc: Enable Rust for ppc64le)

[PATCH v1] docs: ja_JP: process: translate 'Describe your changes'
 2026-02-16 11:02 UTC  (2+ messages)

[PATCH v2] docs: admin-guide: update tiny script for number of taint flags
 2026-02-16  6:37 UTC 

[PATCH v3 0/4] iio: accel: adxl345: Add event scaling and doc fixes
 2026-02-15 19:29 UTC  (4+ messages)
` [PATCH v3 4/4] docs: iio: adxl345: update math and examples for scaling

[PATCH] docs: fix typo in networking doc ('not possible' -> 'not be possible')
 2026-02-15 19:21 UTC 

[GIT PULL] Documentation fixes for 7.0
 2026-02-15 18:58 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox