public inbox for linux-doc@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-07 12:22:16 to 2026-01-08 14:42:02 UTC [more...]

[PATCH net-next v8 0/5] net: devmem: improve cpu cost of RX token management
 2026-01-08 14:42 UTC  (9+ messages)
` [PATCH net-next v8 1/5] net: devmem: rename tx_vec to vec in dmabuf binding
` [PATCH net-next v8 2/5] net: devmem: refactor sock_devmem_dontneed for autorelease split
` [PATCH net-next v8 3/5] net: devmem: implement autorelease token management
` [PATCH net-next v8 4/5] net: devmem: document NETDEV_A_DMABUF_AUTORELEASE netlink attribute
` [PATCH net-next v8 5/5] selftests: drv-net: devmem: add autorelease test

[PATCH v5 00/11] Enhanced autonomous selection and improvements
 2026-01-08 14:38 UTC  (30+ messages)
` [PATCH v5 01/11] cpufreq: CPPC: Add generic helpers for sysfs show/store
` [PATCH v5 02/11] ACPI: CPPC: Clean up cppc_perf_caps and cppc_perf_ctrls structs
` [PATCH v5 03/11] ACPI: CPPC: Add cppc_get_perf() API to read performance controls
` [PATCH v5 04/11] ACPI: CPPC: Extend cppc_set_epp_perf() to support auto_sel and epp
` [PATCH v5 06/11] ACPI: CPPC: add APIs and sysfs interface for perf_limited
` [PATCH v5 07/11] cpufreq: CPPC: Add sysfs for min/max_perf and perf_limited
` [PATCH v5 08/11] cpufreq: CPPC: sync policy limits when updating min/max_perf
` [PATCH v5 09/11] cpufreq: CPPC: sync policy limits when toggling auto_select
` [PATCH v5 10/11] cpufreq: CPPC: make scaling_min/max_freq read-only when auto_sel enabled
` [PATCH v5 11/11] cpufreq: CPPC: add autonomous mode boot parameter support

[PATCH v2 00/15] fix DMA aligment issues around virtio
 2026-01-08 14:32 UTC  (20+ messages)
` [PATCH v2 07/15] vsock/virtio: fix DMA alignment for event_list
` [PATCH v2 08/15] vsock/virtio: use virtqueue_add_inbuf_cache_clean for events
` [PATCH v2 10/15] virtio_scsi: fix DMA cacheline issues "
` [PATCH v2 13/15] vsock/virtio: reorder fields to reduce padding
  ` [PATCH v2 03/15] dma-mapping: add DMA_ATTR_CPU_CACHE_CLEAN
  ` [PATCH v2 04/15] docs: dma-api: document DMA_ATTR_CPU_CACHE_CLEAN

[PATCH BUNDLE] famfs: Fabric-Attached Memory File System
 2026-01-08 14:32 UTC  (44+ messages)
` [PATCH V3 00/21] famfs: port into fuse
  ` [PATCH V3 01/21] dax: move dax_pgoff_to_phys from [drivers/dax/] device.c to bus.c
  ` [PATCH V3 02/21] dax: add fsdev.c driver for fs-dax on character dax
  ` [PATCH V3 03/21] dax: Save the kva from memremap
  ` [PATCH V3 04/21] dax: Add dax_operations for use by fs-dax on fsdev dax
  ` [PATCH V3 05/21] dax: Add dax_set_ops() for setting dax_operations at bind time
  ` [PATCH V3 06/21] dax: Add fs_dax_get() func to prepare dax for fs-dax usage
  ` [PATCH V3 07/21] dax: prevent driver unbind while filesystem holds device
  ` [PATCH V3 08/21] dax: export dax_dev_get()
  ` [PATCH V3 09/21] famfs_fuse: magic.h: Add famfs magic numbers
  ` [PATCH V3 10/21] famfs_fuse: Kconfig
  ` [PATCH V3 11/21] famfs_fuse: Update macro s/FUSE_IS_DAX/FUSE_IS_VIRTIO_DAX/
  ` [PATCH V3 12/21] famfs_fuse: Basic fuse kernel ABI enablement for famfs
  ` [PATCH V3 13/21] famfs_fuse: Famfs mount opt: -o shadow=<shadowpath>
  ` [PATCH V3 14/21] famfs_fuse: Plumb the GET_FMAP message/response
  ` [PATCH V3 15/21] famfs_fuse: Create files with famfs fmaps
  ` [PATCH V3 16/21] famfs_fuse: GET_DAXDEV message and daxdev_table
  ` [PATCH V3 17/21] famfs_fuse: Plumb dax iomap and fuse read/write/mmap
  ` [PATCH V3 18/21] famfs_fuse: Add holder_operations for dax notify_failure()
  ` [PATCH V3 19/21] famfs_fuse: Add DAX address_space_operations with noop_dirty_folio
  ` [PATCH V3 20/21] famfs_fuse: Add famfs fmap metadata documentation
  ` [PATCH V3 21/21] famfs_fuse: Add documentation
` [PATCH V3 0/4] libfuse: add basic famfs support to libfuse
  ` [PATCH V3 1/4] fuse_kernel.h: bring up to baseline 6.19
  ` [PATCH V3 2/4] fuse_kernel.h: add famfs DAX fmap protocol definitions
  ` [PATCH V3 3/4] fuse: add API to set kernel mount options
  ` [PATCH V3 4/4] fuse: add famfs DAX fmap support
` [PATCH 0/2] ndctl: Add daxctl support for the new "famfs" mode of devdax
  ` [PATCH 1/2] daxctl: Add support for famfs mode
  ` [PATCH 2/2] Add test/daxctl-famfs.sh to test famfs mode transitions:

[PATCH v9 00/30] KVM: arm64: Implement support for SME
 2026-01-08 14:10 UTC  (23+ messages)
` [PATCH v9 01/30] arm64/sysreg: Update SMIDR_EL1 to DDI0601 2025-06
` [PATCH v9 02/30] arm64/fpsimd: Update FA64 and ZT0 enables when loading SME state
` [PATCH v9 03/30] arm64/fpsimd: Decide to save ZT0 and streaming mode FFR at bind time
` [PATCH v9 04/30] arm64/fpsimd: Check enable bit for FA64 when saving EFI state
` [PATCH v9 05/30] arm64/fpsimd: Determine maximum virtualisable SME vector length
` [PATCH v9 06/30] KVM: arm64: Pay attention to FFR parameter in SVE save and load
` [PATCH v9 07/30] KVM: arm64: Pull ctxt_has_ helpers to start of sysreg-sr.h
` [PATCH v9 08/30] KVM: arm64: Move SVE state access macros after feature test macros
` [PATCH v9 09/30] KVM: arm64: Rename SVE finalization constants to be more general
` [PATCH v9 10/30] KVM: arm64: Document the KVM ABI for SME

[PATCH] Documentation/kbuild: Document gendwarfksyms build dependencies
 2026-01-08 14:10 UTC  (2+ messages)

[PATCH v6 0/5] asdf
 2026-01-08 14:06 UTC  (5+ messages)
` [PATCH v6 1/5] slab: Introduce kmalloc_obj() and family
` [PATCH v6 4/5] slab: Introduce kmalloc_flex() "

[PATCH v2 00/28] arch, mm: consolidate hugetlb early reservation
 2026-01-08 13:37 UTC  (6+ messages)
` [PATCH v2 02/28] arc: introduce arch_zone_limits_init()
` [PATCH v2 22/28] arch, mm: consolidate initialization of nodes, zones and memory map

[PATCHv2 02/14] mm/sparse: Check memmap alignment
 2026-01-08 13:30 UTC  (7+ messages)

[PATCH v2 0/2] Subject: [PATCH v1 0/3] iio: dac: Add support for MAX22007 DAC
 2026-01-08 12:58 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: iio: dac: Add max22007
` [PATCH v2 2/2] iio: dac: Add MAX22007 DAC driver support

[PATCH v2 00/17] tee: Use bus callbacks instead of driver callbacks
 2026-01-08 12:38 UTC  (6+ messages)

[PATCH v7 net-next 00/13] AccECN protocol case handling series
 2026-01-08 12:18 UTC  (7+ messages)
` [PATCH v7 net-next 10/13] tcp: accecn: unset ECT if receive or send ACE=0 in AccECN negotiaion

[PATCH v3 0/6] ADF41513/ADF41510 PLL frequency synthesizers
 2026-01-08 12:14 UTC  (7+ messages)
` [PATCH v3 1/6] dt-bindings: iio: frequency: add adf41513
` [PATCH v3 2/6] iio: frequency: adf41513: driver implementation
` [PATCH v3 3/6] iio: frequency: adf41513: handle LE synchronization feature
` [PATCH v3 4/6] iio: frequency: adf41513: features on frequency change
` [PATCH v3 5/6] docs: iio: add documentation for adf41513 driver
` [PATCH v3 6/6] Documentation: ABI: testing: add common ABI file for iio/frequency

[PATCH v5 0/4] iommu: Add IOMMU_DEBUG_PAGEALLOC sanitizer
 2026-01-08 11:53 UTC  (14+ messages)
` [PATCH v5 1/4] iommu: Add page_ext for IOMMU_DEBUG_PAGEALLOC
` [PATCH v5 2/4] iommu: Add calls "
` [PATCH v5 3/4] iommu: debug-pagealloc: Track IOMMU pages

[PATCH v4] tools: jobserver: Prevent deadlock caused by incorrect jobserver configuration and enhance error reporting
 2026-01-08 11:38 UTC 

[PATCH v3] tools: jobserver: Prevent deadlock caused by incorrect jobserver configuration and enhance error reporting
 2026-01-08 11:32 UTC  (2+ messages)

[PATCH v2] tools: jobserver: Prevent deadlock caused by incorrect jobserver configuration and enhance error reporting
 2026-01-08 11:05 UTC  (2+ messages)

[RFC PATCH 0/6] Input: New EV_BTN event for generic buttons
 2026-01-08 10:50 UTC  (6+ messages)
` [RFC PATCH 3/6] Input: Fire EV_BTN if found in ev_bit
` [RFC PATCH 4/6] Input: Assign EV_BTN event to HID Joysticks

[PATCH] tools: jobserver: Add validation for jobserver tokens to ensure valid '+' characters
 2026-01-08 10:01 UTC  (8+ messages)

[PATCH v1] Documentation: gpio: pca953x: clarify interrupt source detection
 2026-01-08  9:50 UTC  (3+ messages)

[PATCH] docs/x86: Update AMD IOMMU specification locationi
 2026-01-08  9:36 UTC  (4+ messages)

[PATCH] docs: x86: fix malformed table in boot protocol doc
 2026-01-08  6:54 UTC  (2+ messages)

[PATCH v3 0/2] Documentation/driver-api/cxl: device hotplug
 2026-01-08  5:42 UTC  (5+ messages)
` [PATCH v3 2/2] Documentation/driver-api/cxl: device hotplug section

[PATCH 0/2] PCI tracepoint documentation fixes
 2026-01-08  4:30 UTC  (5+ messages)
` [PATCH 1/2] Documentation: tracing: Add toctree entry for PCI tracepoint
` [PATCH 2/2] Documentation: tracing: Wrap PCI tracepoint examples

[PATCH v3 1/2] HID: intel-ish-hid: loader: Add PRODUCT_FAMILY-based firmware matching
 2026-01-08  2:26 UTC  (3+ messages)

[REGRESSION] Unexpected section title false positive warnings on DOC: directive
 2026-01-08  2:06 UTC  (7+ messages)

[PATCH net-next v1 00/13] tools: ynl: clean up pylint issues
 2026-01-07 22:32 UTC  (7+ messages)
` [PATCH net-next v1 10/13] tools: ynl-gen-c: suppress unhelpful pylint messages
` [PATCH net-next v1 11/13] tools: ynl-gen-c: fix pylint warnings for returns, unused, redefined
` [PATCH net-next v1 12/13] tools: ynl-gen-c: fix pylint None, type, dict, generators, init
` [PATCH net-next v1 13/13] tools: ynl-gen-c: Fix remaining pylint warnings

[PATCH RFC v2 0/3] Add splash DRM client
 2026-01-07 22:28 UTC  (7+ messages)
` [PATCH RFC v2 1/3] drm: client: add splash client

[PATCH v2] docs: make kptr_restrict and hash_pointers reference each other
 2026-01-07 22:22 UTC  (2+ messages)

[PATCH v5 iwl-next] ice: add support for unmanaged DPLL on E830 NIC
 2026-01-07 21:33 UTC  (3+ messages)
`  "

[PATCH] LICENSES: Explicitly allow SPDX-FileCopyrightText
 2026-01-07 21:28 UTC  (7+ messages)

[PATCH 0/5] virt: Add Bao hypervisor IPC and I/O dispatcher drivers
 2026-01-07 19:37 UTC  (13+ messages)
` [PATCH v2 0/6] "
  ` [PATCH 1/6] dt-bindings: Add Bao IPC shared memory driver binding
  ` [PATCH 2/6] virt: bao: Add Bao IPC shared memory driver
  ` [PATCH 3/6] dt-bindings: Add Bao I/O dispatcher driver binding
  ` [PATCH 4/6] virt: bao: Add Bao I/O dispatcher driver
  ` [PATCH 5/6] virt: bao: Move BAO_IPCSHMEM_HYPERCALL_ID to common header
  ` [PATCH 6/6] MAINTAINERS: Add entries for Bao hypervisor drivers, headers, and DT bindings

[PATCH v8 00/18] Live Update Orchestrator
 2026-01-07 18:54 UTC  (8+ messages)
` [PATCH v8 04/18] liveupdate: luo_session: add sessions support
` [PATCH v8 05/18] liveupdate: luo_core: add user interface
` [PATCH v8 14/18] mm: memfd_luo: allow preserving memfd

[PATCH v2] arm64: errata: Workaround for SI L1 downstream coherency issue
 2026-01-07 17:55 UTC  (5+ messages)

[PATCH v1 2/2] hwmon: Add support for HiTRON HAC300S PSU
 2026-01-07 16:48 UTC  (2+ messages)

[PATCH v4 0/2] iio: adc: Add AD4134 minimum I/O support
 2026-01-07 16:22 UTC  (4+ messages)
` [PATCH v4 1/2] dt-bindings: iio: adc: Add AD4134
` [PATCH v4 2/2] iio: adc: Initial support for AD4134

[PATCH 0/3] Subject: [PATCH v1 0/3] iio: dac: Add support for MAX22007 DAC
 2026-01-07 15:28 UTC  (12+ messages)
` [PATCH 1/3] dt-bindings: iio: dac: Add max22007
` [PATCH 2/3] docs: iio: Add documentation for MAX22007 driver
` [PATCH 3/3] iio: dac: Add MAX22007 DAC driver support

[PATCH bpf-next] bpf, docs: Update pahole to 1.28 for selftests
 2026-01-07 13:19 UTC  (5+ messages)

[PATCH v2] ACPI: Documentation: driver-api: Disapprove of using ACPI drivers
 2026-01-07 12:22 UTC  (3+ messages)


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