linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-26 19:35:59 to 2025-06-27 23:40:37 UTC [more...]

[PATCH net-next v7 0/3] dpll: add Reference SYNC feature
 2025-06-27 23:40 UTC  (2+ messages)

[RFC PATCH 0/3] platform/x86: Add support for Uniwill laptop features
 2025-06-27 23:09 UTC  (6+ messages)
` [RFC PATCH 2/3] platform/x86: Add Uniwill laptop driver

[PATCH net] docs: netdev: correct the heading level for co-posting selftests
 2025-06-27 22:40 UTC  (3+ messages)

[PATCH 0/3] hwmon: add Microchip EMC2101 driver
 2025-06-27 21:34 UTC  (3+ messages)
` [PATCH 2/3] dt-bindings: hwmon: Add Microchip EMC2101 support

[PATCH v3 00/22] ARM64 PMU Partitioning
 2025-06-27 20:55 UTC  (32+ messages)
` [PATCH v3 01/22] arm64: cpufeature: Add cpucap for HPMN0
` [PATCH v3 02/22] arm64: Generate sign macro for sysreg Enums
` [PATCH v3 03/22] KVM: arm64: Define PMI{CNTR,FILTR}_EL0 as undef_access
` [PATCH v3 04/22] KVM: arm64: Cleanup PMU includes
` [PATCH v3 05/22] KVM: arm64: Reorganize PMU functions
` [PATCH v3 06/22] perf: arm_pmuv3: Introduce method to partition the PMU
` [PATCH v3 07/22] perf: arm_pmuv3: Generalize counter bitmasks
` [PATCH v3 08/22] perf: arm_pmuv3: Keep out of guest counter partition
` [PATCH v3 09/22] KVM: arm64: Correct kvm_arm_pmu_get_max_counters()
` [PATCH v3 10/22] KVM: arm64: Set up FGT for Partitioned PMU
` [PATCH v3 11/22] KVM: arm64: Writethrough trapped PMEVTYPER register
` [PATCH v3 12/22] KVM: arm64: Use physical PMSELR for PMXEVTYPER if partitioned
` [PATCH v3 13/22] KVM: arm64: Writethrough trapped PMOVS register
` [PATCH v3 14/22] KVM: arm64: Write fast path PMU register handlers
` [PATCH v3 15/22] KVM: arm64: Setup MDCR_EL2 to handle a partitioned PMU
` [PATCH v3 16/22] KVM: arm64: Account for partitioning in PMCR_EL0 access
` [PATCH v3 17/22] KVM: arm64: Context swap Partitioned PMU guest registers
` [PATCH v3 18/22] KVM: arm64: Enforce PMU event filter at vcpu_load()
` [PATCH v3 19/22] perf: arm_pmuv3: Handle IRQs for Partitioned PMU guest counters
` [PATCH v3 20/22] KVM: arm64: Inject recorded guest interrupts
` [PATCH v3 21/22] KVM: arm64: Add ioctl to partition the PMU when supported
` [PATCH v3 22/22] KVM: arm64: selftests: Add test case for partitioned PMU

[PATCH 0/4] hwmon: Add support for MPS mp2869,mp29502 chip
 2025-06-27 20:39 UTC  (5+ messages)
` [PATCH 1/4] dt-bindings: hwmon: Add MPS mp2869 series
` [PATCH 3/4] dt-bindings: hwmon: Add MPS mp29502

refactor the iomap writeback code v3
 2025-06-27 19:18 UTC  (26+ messages)
` [PATCH 01/12] iomap: pass more arguments using the iomap writeback context
` [PATCH 02/12] iomap: cleanup the pending writeback tracking in iomap_writepage_map_blocks
` [PATCH 03/12] iomap: refactor the writeback interface
` [PATCH 04/12] iomap: hide ioends from the generic writeback code
` [PATCH 05/12] iomap: add public helpers for uptodate state manipulation
` [PATCH 06/12] iomap: move all ioend handling to ioend.c
` [PATCH 07/12] iomap: rename iomap_writepage_map to iomap_writeback_folio
` [PATCH 08/12] iomap: move folio_unlock out of iomap_writeback_folio
` [PATCH 09/12] iomap: export iomap_writeback_folio
` [PATCH 10/12] iomap: replace iomap_folio_ops with iomap_write_ops
` [PATCH 11/12] iomap: add read_folio_range() handler for buffered writes
` [PATCH 12/12] iomap: build the writeback code without CONFIG_BLOCK

[PATCH 0/8] Yet another set of kerneldoc simplifications
 2025-06-27 18:40 UTC  (9+ messages)
` [PATCH 1/8] docs: kdoc: remove KernelEntry::in_doc_sect
` [PATCH 2/8] docs: kdoc: Move content handling into KernelEntry
` [PATCH 3/8] docs: kdoc: remove a bit of dead code
` [PATCH 4/8] docs: kdoc: remove KernelEntry::function
` [PATCH 5/8] docs: kdoc: rework process_export() slightly
` [PATCH 6/8] docs: kdoc: remove the INLINE_END state
` [PATCH 7/8] docs: kdoc: remove the inline states-within-a-state
` [PATCH 8/8] docs: kdoc: split the processing of the two remaining inline states

[PATCH 0/3] arm64: Support FEAT_LSFE (Large System Float Extension)
 2025-06-27 17:20 UTC  (4+ messages)
` [PATCH 1/3] arm64/hwcap: Add hwcap for FEAT_LSFE
` [PATCH 2/3] KVM: arm64: Expose FEAT_LSFE to guests
` [PATCH 3/3] kselftest/arm64: Add lsfe to the hwcaps test

[PATCH v2 0/8] update DMA API documentation
 2025-06-27 17:03 UTC  (10+ messages)
  ` [PATCH v2 1/8] docs: dma-api: use "DMA API" consistently throughout the document
  ` [PATCH v2 2/8] docs: dma-api: replace consistent with coherent
  ` [PATCH v2 3/8] docs: dma-api: remove remnants of PCI DMA API
  ` [PATCH v2 4/8] docs: dma-api: add a kernel-doc comment for dma_pool_zalloc()
  ` [PATCH v2 5/8] docs: dma-api: remove duplicate description of the DMA pool API
  ` [PATCH v2 6/8] docs: dma-api: clarify DMA addressing limitations
  ` [PATCH v2 7/8] docs: dma-api: update streaming DMA physical address constraints
  ` [PATCH v2 8/8] docs: dma-api: clean up documentation of dma_map_sg()

[PATCH v3 0/4] fs: refactor write_begin/write_end and add ext4 IOCB_DONTCACHE support
 2025-06-27 17:03 UTC  (8+ messages)
` [PATCH v3 1/4] drm/i915: Use kernel_write() in shmem object create
` [PATCH v3 2/4] drm/i915: Refactor shmem_pwrite() to use kiocb and write_iter
` [PATCH v3 3/4] fs: change write_begin/write_end interface to take struct kiocb *
` [PATCH v3 4/4] ext4: support uncached buffered I/O

[PATCH 0/8] dma-mapping: migrate to physical address-based API
 2025-06-27 17:02 UTC  (7+ messages)
  ` [PATCH 5/8] kmsan: convert kmsan_handle_dma to use physical addresses

[PATCH 0/3] Translate sphinx-pre-install to Python
 2025-06-27 16:36 UTC  (3+ messages)

[PATCH v1 00/11] Implement support for IBS virtualization
 2025-06-27 16:25 UTC  (12+ messages)
` [PATCH v1 01/11] perf/amd/ibs: Fix race condition in IBS
` [PATCH v1 02/11] KVM: Add KVM_GET_LAPIC_W_EXTAPIC and KVM_SET_LAPIC_W_EXTAPIC for extapic
` [PATCH v1 03/11] x86/cpufeatures: Add CPUID feature bit for Extended LVT
` [PATCH v1 04/11] KVM: x86: Add emulation support for Extented LVT registers
` [PATCH v1 05/11] x86/cpufeatures: Add CPUID feature bit for VIBS in SVM/SEV guests
` [PATCH v1 06/11] KVM: x86/cpuid: Add a KVM-only leaf for IBS capabilities
` [PATCH v1 07/11] KVM: x86: Extend CPUID range to include new leaf
` [PATCH v1 08/11] KVM: SVM: Extend VMCB area for virtualized IBS registers
` [PATCH v1 09/11] KVM: SVM: Add support for IBS Virtualization
` [PATCH v1 10/11] perf/x86/amd: Enable VPMU passthrough capability for IBS PMU
` [PATCH v1 11/11] perf/x86/amd: Remove exclude_guest check from perf_ibs_init()

[PATCH net-next v5 00/14] Add PPE driver for Qualcomm IPQ9574 SoC
 2025-06-27 16:21 UTC  (6+ messages)
` [PATCH net-next v5 02/14] docs: networking: Add PPE driver documentation "
` [PATCH net-next v5 03/14] net: ethernet: qualcomm: Add PPE driver for "

[PATCH RFC 00/29] mm/migration: rework movable_ops page migration (part 1)
 2025-06-27 15:37 UTC  (8+ messages)
` [PATCH RFC 07/29] mm/migrate: rename isolate_movable_page() to isolate_movable_ops_page()

[RFC PATCH v2 09/12] rv: Replace tss monitor with more complete sts
 2025-06-27 15:02 UTC  (6+ messages)

[PATCH] ipv6: add `do_forwarding` sysctl to enable per-interface forwarding
 2025-06-27 14:47 UTC  (3+ messages)

[PATCH v6 net-next 4/9] vhost-net: allow configuring extended features
 2025-06-27 14:36 UTC  (8+ messages)

[PATCHv6 01/16] x86/cpu: Enumerate the LASS feature bits
 2025-06-27 13:57 UTC  (13+ messages)

[PATCH v3 0/7] Add support for FEAT_{LS64, LS64_V} and related tests
 2025-06-27 13:12 UTC  (5+ messages)
` [PATCH v3 3/7] KVM: arm64: Handle DABT caused by LS64* instructions on unsupported memory

[PATCH 0/8] update DMA API documentation
 2025-06-27 13:02 UTC  (13+ messages)
` [PATCH 7/8] docs: dma-api: update streaming DMA API physical address constraints

[PATCH v2] workaround for Sphinx false positive preventing indexing
 2025-06-27 11:57 UTC 

[PATCH v4 6/7] riscv: Add tools support for xmipsexectl
 2025-06-27 11:08 UTC  (3+ messages)

[PATCH v8 00/13] Don't generate netlink .rst files inside $(srctree)
 2025-06-27 11:03 UTC  (19+ messages)
` [PATCH v8 02/13] tools: ynl_gen_rst.py: Split library from command line tool
` [PATCH v8 04/13] tools: ynl_gen_rst.py: cleanup coding style
` [PATCH v8 05/13] docs: sphinx: add a parser for yaml files for Netlink specs
` [PATCH v8 06/13] docs: use parser_yaml extension to handle "
` [PATCH v8 08/13] tools: ynl_gen_rst.py: drop support for generating index files
` [PATCH v8 10/13] MAINTAINERS: add netlink_yml_parser.py to linux-doc
` [PATCH v8 11/13] tools: netlink_yml_parser.py: add line numbers to parsed data
` [PATCH v8 13/13] docs: parser_yaml.py: fix backward compatibility with old docutils

[PATCH v2 1/1] docs/memory-barriers.txt: Add wait_event_cmd() and wait_event_exclusive_cmd()
 2025-06-27 10:50 UTC 

[PATCHv7 00/16] x86: Enable Linear Address Space Separation support
 2025-06-27 10:31 UTC  (8+ messages)
` [PATCHv7 03/16] x86/alternatives: Disable LASS when patching kernel alternatives
` [PATCHv7 13/16] x86/traps: Handle LASS thrown #SS

[PATCH v3 00/14] Introduce AMD Pensando RDMA driver
 2025-06-27 10:18 UTC  (6+ messages)
` [PATCH v3 08/14] RDMA/ionic: Register auxiliary module for ionic ethernet adapter

[PATCH v14 00/19] x86: Trenchboot secure dynamic launch Linux kernel support
 2025-06-27  9:15 UTC  (5+ messages)
` [PATCH v14 04/19] x86: Secure Launch main header file

[PATCH] docs: kbuild/kconfig: add alldefconfig to the all*configs
 2025-06-27  9:04 UTC  (2+ messages)

[PATCH] workaround for Sphinx false positive preventing index
 2025-06-27  9:00 UTC  (2+ messages)

[PATCH v18 0/7] firmware: imx: driver for NXP secure-enclave
 2025-06-27  8:46 UTC  (5+ messages)
` [PATCH v18 3/7] firmware: imx: add driver for NXP EdgeLock Enclave
    ` [EXT] "

[PATCH v4 00/15] kunit: Introduce UAPI testing framework
 2025-06-27  8:27 UTC  (6+ messages)
` [PATCH v4 12/15] "

[PATCH v2] Docs/zh_CN: Translate alias.rst to Simplified Chinese
 2025-06-27  6:32 UTC 

[PATCH v3 0/3 linux next] Docs/zh_CN: Translate networking docs to Simplified Chinese
 2025-06-27  6:21 UTC  (4+ messages)
` [PATCH v3 1/3] Docs/zh_CN: Translate netif-msg.rst "
` [PATCH v3 2/3] Docs/zh_CN: Translate xfrm_proc.rst "
` [PATCH v3 3/3] Docs/zh_CN: Translate netmem.rst "

[PATCH net-next v06 0/8] net: hinic3: Add a driver for Huawei 3rd gen NIC - management interfaces
 2025-06-27  6:12 UTC  (9+ messages)
` [PATCH net-next v06 1/8] hinic3: Async Event Queue interfaces
` [PATCH net-next v06 2/8] hinic3: Complete "
` [PATCH net-next v06 3/8] hinic3: Command Queue framework
` [PATCH net-next v06 4/8] hinic3: Command Queue interfaces
` [PATCH net-next v06 5/8] hinic3: TX & RX Queue coalesce interfaces
` [PATCH net-next v06 6/8] hinic3: Mailbox framework
` [PATCH net-next v06 7/8] hinic3: Mailbox management interfaces
` [PATCH net-next v06 8/8] hinic3: Interrupt request configuration

[PATCH v2 0/5] fs: refactor write_begin/write_end and add ext4 IOCB_DONTCACHE support
 2025-06-27  2:40 UTC  (5+ messages)
` [PATCH v2 3/5] fs: change write_begin/write_end interface to take struct kiocb *

[PATCH 3/3 linux next v2] Docs/zh_CN: Translate netmem.rst to Simplified Chinese
 2025-06-27  1:54 UTC  (2+ messages)

[PATCH 2/3 linux next v2] Docs/zh_CN: Translate xfrm_proc.rst to Simplified Chinese
 2025-06-27  1:49 UTC  (2+ messages)

[PATCH 1/3 linux next v2] Docs/zh_CN: Translate netif-msg.rst to Simplified Chinese
 2025-06-27  1:39 UTC  (2+ messages)

[PATCH] Docs/zh_CN: Translate alias.rst to Simplified Chinese
 2025-06-27  1:34 UTC  (2+ messages)

[PATCH v14 00/32] fs,x86/resctrl: Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
 2025-06-27  1:34 UTC  (13+ messages)
` [PATCH v14 17/32] x86/resctrl: Implement resctrl_arch_config_cntr() to assign a counter with ABMC
` [PATCH v14 19/32] fs/resctrl: Add the functionality to unassign MBM events
` [PATCH v14 20/32] fs/resctrl: Report 'Unassigned' for MBM events in mbm_event mode

[PATCH net-next v11 0/8] Support rate management on traffic classes in devlink and mlx5
 2025-06-27  1:01 UTC  (3+ messages)
` [PATCH net-next v11 2/8] devlink: Extend devlink rate API with traffic classes bandwidth management

[PATCH RFC] Documentation: typography refresh
 2025-06-27  0:20 UTC  (3+ messages)

[PATCH 06/13] perf: stm32: introduce DDRPERFM driver
 2025-06-26 23:52 UTC  (2+ messages)

[PATCH v4 00/19] Enable FRED with KVM VMX
 2025-06-26 20:50 UTC  (6+ messages)
` [PATCH v4 08/19] KVM: VMX: Add support for FRED context save/restore

[PATCH v7 00/28] iommufd: Add vIOMMU infrastructure (Part-4 HW QUEUE)
 2025-06-26 19:34 UTC  (11+ messages)
` [PATCH v7 18/28] Documentation: userspace-api: iommufd: Update HW QUEUE
` [PATCH v7 20/28] iommufd: Allow an input data_type via iommu_hw_info
` [PATCH v7 21/28] iommufd/selftest: Update hw_info coverage for an input data_type
` [PATCH v7 22/28] iommu/arm-smmu-v3-iommufd: Add vsmmu_size/type and vsmmu_init impl ops
` [PATCH v7 23/28] iommu/arm-smmu-v3-iommufd: Add hw_info to impl_ops
` [PATCH v7 24/28] iommu/tegra241-cmdqv: Use request_threaded_irq
` [PATCH v7 25/28] iommu/tegra241-cmdqv: Simplify deinit flow in tegra241_cmdqv_remove_vintf()
` [PATCH v7 26/28] iommu/tegra241-cmdqv: Do not statically map LVCMDQs
` [PATCH v7 27/28] iommu/tegra241-cmdqv: Add user-space use support
` [PATCH v7 28/28] iommu/tegra241-cmdqv: Add IOMMU_VEVENTQ_TYPE_TEGRA241_CMDQV support


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).