public inbox for linux-doc@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-08-14 01:30:36 to 2025-08-14 17:54:16 UTC [more...]

[PATCH v3 00/16] dma-mapping: migrate to physical address-based API
 2025-08-14 17:53 UTC 

[PATCH v2 00/16] dma-mapping: migrate to physical address-based API
 2025-08-14 17:43 UTC  (19+ messages)
` [PATCH v2 01/16] dma-mapping: introduce new DMA attribute to indicate MMIO memory
` [PATCH v2 02/16] iommu/dma: implement DMA_ATTR_MMIO for dma_iova_link()
` [PATCH v2 03/16] dma-debug: refactor to use physical addresses for page mapping
` [PATCH v2 04/16] dma-mapping: rename trace_dma_*map_page to trace_dma_*map_phys
` [PATCH v2 05/16] iommu/dma: rename iommu_dma_*map_page to iommu_dma_*map_phys
` [PATCH v2 06/16] iommu/dma: extend iommu_dma_*map_phys API to handle MMIO memory
` [PATCH v2 07/16] dma-mapping: convert dma_direct_*map_page to be phys_addr_t based
` [PATCH v2 08/16] kmsan: convert kmsan_handle_dma to use physical addresses
` [PATCH v2 09/16] dma-mapping: handle MMIO flow in dma_map|unmap_page
` [PATCH v2 10/16] xen: swiotlb: Open code map_resource callback
` [PATCH v2 11/16] dma-mapping: export new dma_*map_phys() interface
` [PATCH v2 12/16] mm/hmm: migrate to physical address-based DMA mapping API
` [PATCH v2 13/16] mm/hmm: properly take MMIO path
` [PATCH v2 14/16] block-dma: migrate to dma_map_phys instead of map_page
` [PATCH v2 15/16] block-dma: properly take MMIO path
` [PATCH v2 16/16] nvme-pci: unmap MMIO pages with appropriate interface

[RFC V2 00/18] famfs: port into fuse
 2025-08-14 17:19 UTC  (14+ messages)
` [RFC V2 11/18] famfs_fuse: Basic famfs mount opts
` [RFC V2 12/18] famfs_fuse: Plumb the GET_FMAP message/response
` [RFC V2 14/18] famfs_fuse: GET_DAXDEV message and daxdev_table

[RFC V2 10/18] famfs_fuse: Basic fuse kernel ABI enablement for famfs
 2025-08-14 17:16 UTC  (11+ messages)

[PATCH v3 00/30] Live Update Orchestrator
 2025-08-14 17:01 UTC  (16+ messages)
` [PATCH v3 01/30] kho: init new_physxa->phys_bits to fix lockdep
` [PATCH v3 07/30] kho: add interfaces to unpreserve folios and physical memory ranges
` [PATCH v3 08/30] kho: don't unpreserve memory during abort
` [PATCH v3 10/30] liveupdate: luo_core: luo_ioctl: Live Update Orchestrator
` [PATCH v3 16/30] liveupdate: luo_ioctl: add userpsace interface
` [PATCH v3 18/30] liveupdate: luo_files: luo_ioctl: Add ioctls for per-file state management

[PATCH v6 0/5] Fix issues with ARM Processor CPER records
 2025-08-14 16:52 UTC  (6+ messages)
` [PATCH v6 1/5] RAS: Report all ARM processor CPER information to userspace
` [PATCH v6 2/5] efi/cper: Adjust infopfx size to accept an extra space
` [PATCH v6 3/5] efi/cper: Add a new helper function to print bitmasks
` [PATCH v6 4/5] efi/cper: align ARM CPER type with UEFI 2.9A/2.10 specs
` [PATCH v6 5/5] docs: efi: add CPER functions to driver-api

[RFC PATCH v1 0/9] freezer: Introduce freeze priority model to address process dependency issues
 2025-08-14 16:43 UTC  (11+ messages)

[RFC PATCH v3 0/2] cgroup: Track time in cgroup v2 freezer
 2025-08-14 16:18 UTC  (7+ messages)
` [RFC PATCH v3 1/2] cgroup: cgroup.freeze.stat.local time accounting
` [RFC PATCH v3 2/2] cgroup: selftests: Add tests for freezer time

[PATCH v5 0/5] Fix issues with ARM Processor CPER records
 2025-08-14 16:13 UTC  (3+ messages)
` [PATCH v5 3/5] efi/cper: Add a new helper function to print bitmasks

[PATCH] Documentation: Fix driver-api typos
 2025-08-14 16:08 UTC  (4+ messages)

[PATCH 0/2] Documentation: ktap: formatting cleanup
 2025-08-14 15:55 UTC  (4+ messages)

[PATCH v4 0/7] prctl: extend PR_SET_THP_DISABLE to only provide THPs when advised
 2025-08-14 15:52 UTC  (27+ messages)
` [PATCH v4 2/7] mm/huge_memory: convert "tva_flags" to "enum tva_type"
` [PATCH v4 3/7] mm/huge_memory: respect MADV_COLLAPSE with PR_THP_DISABLE_EXCEPT_ADVISED
` [PATCH v4 4/7] docs: transhuge: document process level THP controls
` [PATCH v4 5/7] selftest/mm: Extract sz2ord function into vm_util.h
` [PATCH v4 7/7] selftests: prctl: introduce tests for disabling THPs except for madvise

[PATCH v2 0/7]
 2025-08-14 15:40 UTC  (8+ messages)
` [PATCH v2 1/7] docs: kdoc: remove dead code
` [PATCH v2 2/7] docs: kdoc: tidy up space removal in create_parameter_list()
` [PATCH v2 3/7] docs: kdoc: clean up the create_parameter_list() "first arg" logic
` [PATCH v2 4/7] docs: kdoc: add a couple more comments in create_parameter_list()
` [PATCH v2 5/7] docs: kdoc: tighten up the array-of-pointers case
` [PATCH v2 6/7] docs: kdoc: tighten up the pointer-to-function case
` [PATCH v2 7/7] docs: kdoc: remove redundant comment stripping

[RFC PATCH 03/17] Documentation/rv: Adapt documentation after da_monitor refactoring
 2025-08-14 15:08 UTC  (5+ messages)
` [RFC PATCH 11/17] Documentation/rv: Add documentation about hybrid automata
` [RFC PATCH 12/17] rv: Add sample hybrid monitors stall
` [RFC PATCH 13/17] rv: Convert the opid monitor to a hybrid automaton
` [RFC PATCH 17/17] rv: Add deadline monitors

[PATCH RFC 00/13] Collect documention-related tools under tools/doc
 2025-08-14 14:59 UTC  (12+ messages)
` [PATCH 01/13] docs: Move the "features" tools to tools/doc
` [PATCH 07/13] docs: move sphinx-pre-install "

[PATCH v5 00/20] Introduce STM32 DDR PMU for STM32MP platforms
 2025-08-14 14:42 UTC  (9+ messages)
` [PATCH v5 05/20] dt-bindings: memory: factorise LPDDR props into SDRAM props
` [PATCH v5 06/20] dt-bindings: memory: introduce DDR4

[PATCH 0/6] mfd: Add support for the LTC4283 Hot Swap Controller
 2025-08-14 14:40 UTC  (10+ messages)
` [PATCH 1/6] dt-binbings: mfd: Add bindings for the LTC4283 "
` [PATCH 2/6] mfd: ltc4283: Add support "
` [PATCH 3/6] dt-binbings: hwmon: Add bindings "
` [PATCH 4/6] hwmon: ltc4283-hwmon: Add support "
` [PATCH 5/6] dt-binbings: gpio: Add bindings "
` [PATCH 6/6] gpio: gpio-ltc4283: Add support "

[RFC PATCH v1 0/9] freezer: Introduce freeze priority model to address process dependency issues
 2025-08-14 14:37 UTC  (2+ messages)

[PATCH v1 00/16] dma-mapping: migrate to physical address-based API
 2025-08-14 14:14 UTC  (9+ messages)
` [PATCH v1 08/16] kmsan: convert kmsan_handle_dma to use physical addresses

[PATCH v4 0/5] Add driver for 1Gbe network chips from MUCSE
 2025-08-14 13:59 UTC  (12+ messages)
` [PATCH v4 1/5] net: rnpgbe: Add build support for rnpgbe
` [PATCH v4 2/5] net: rnpgbe: Add n500/n210 chip support
` [PATCH v4 3/5] net: rnpgbe: Add basic mbx ops support
` [PATCH v4 4/5] net: rnpgbe: Add basic mbx_fw support
` [PATCH v4 5/5] net: rnpgbe: Add register_netdev

[PATCH v2 0/9] docs: fix spelling mistakes across multiple directories
 2025-08-14 13:58 UTC  (4+ messages)
` [PATCH v2 3/9] docs: cgroup: fixed spelling mistakes in documentation
  ` [PATCH v2 4/9] docs: device-mapper: "

[PATCH v3 0/2] libnvdimm/e820: Add a new parameter to configure many regions per e820 entry
 2025-08-14 13:27 UTC  (4+ messages)

[PATCH 0/6] coresight: Add format attribute for setting the timestamp interval
 2025-08-14 12:38 UTC  (5+ messages)
` [PATCH 2/6] coresight: Fix holes in struct etmv4_config
` [PATCH 3/6] coresight: Repack struct etmv4_drvdata

[PATCH 0/4 linux next v2] Docs/zh_CN: Translate networking docs to Simplified Chinese
 2025-08-14 12:30 UTC  (5+ messages)
` [PATCH 1/4 v2] Docs/zh_CN: Translate mptcp-sysctl.rst "
` [PATCH 2/4 v2] Docs/zh_CN: Translate skbuff.rst "
` [PATCH 3/4 v2] Docs/zh_CN: Translate generic-hdlc.rst "
` [PATCH 4/4 v2] Docs/zh_CN: Translate timestamping.rst "

[PATCH 10/13] docs: move kernel-doc to tools/doc
 2025-08-14 12:13 UTC  (2+ messages)

[PATCH v7 0/7] Add SEV-SNP CipherTextHiding feature support
 2025-08-14 11:54 UTC  (15+ messages)
` [PATCH v7 7/7] KVM: SEV: Add SEV-SNP CipherTextHiding support

[PATCHv2 net-next 0/3] bonding: support aggregator selection based on port priority
 2025-08-14 11:46 UTC  (5+ messages)
` [PATCHv2 net-next 1/3] bonding: add support for per-port LACP actor priority
` [PATCHv2 net-next 2/3] bonding: support aggregator selection based on port priority
` [PATCHv2 net-next 3/3] selftests: bonding: add test for LACP actor "

[PATCH v5 00/14] Introduce AMD Pensando RDMA driver
 2025-08-14 11:32 UTC  (18+ messages)
` [PATCH v5 01/14] net: ionic: Create an auxiliary device for rdma driver
` [PATCH v5 02/14] net: ionic: Update LIF identity with additional RDMA capabilities
` [PATCH v5 03/14] net: ionic: Export the APIs from net driver to support device commands
` [PATCH v5 04/14] net: ionic: Provide RDMA reset support for the RDMA driver
` [PATCH v5 05/14] net: ionic: Provide interrupt allocation "
` [PATCH v5 06/14] net: ionic: Provide doorbell and CMB region information
` [PATCH v5 07/14] RDMA: Add IONIC to rdma_driver_id definition
` [PATCH v5 08/14] RDMA/ionic: Register auxiliary module for ionic ethernet adapter
` [PATCH v5 09/14] RDMA/ionic: Create device queues to support admin operations
` [PATCH v5 10/14] RDMA/ionic: Register device ops for control path
` [PATCH v5 11/14] RDMA/ionic: Register device ops for datapath
` [PATCH v5 12/14] RDMA/ionic: Register device ops for miscellaneous functionality
` [PATCH v5 13/14] RDMA/ionic: Implement device stats ops
` [PATCH v5 14/14] RDMA/ionic: Add Makefile/Kconfig to kernel build environment

[PATCH] docs: Remove remainders of reiserfs
 2025-08-14 11:33 UTC  (3+ messages)

[PATCH v2 0/2] introduce kasan.store_only option in hw-tags
 2025-08-14 11:13 UTC  (7+ messages)
` [PATCH v2 1/2] kasan/hw-tags: introduce kasan.store_only option
` [PATCH v2 2/2] kasan: apply store-only mode in kasan kunit testcases

[PATCH v2 0/6] coresight: Add format attribute for setting the timestamp interval
 2025-08-14 10:49 UTC  (7+ messages)
` [PATCH v2 1/6] coresight: Change syncfreq to be a u8
` [PATCH v2 2/6] coresight: Fix holes in struct etmv4_config
` [PATCH v2 3/6] coresight: Repack struct etmv4_drvdata
` [PATCH v2 4/6] coresight: Refactor etm4_config_timestamp_event()
` [PATCH v2 5/6] coresight: Add format attribute for setting the timestamp interval
` [PATCH v2 6/6] coresight: docs: Document etm4x ts_interval

[PATCHv2 iproute-next] iplink: bond_slave: add support for ad_actor_port_prio
 2025-08-14 10:44 UTC 

[PATCH net-next v3 0/5] dpll: zl3073x: Add support for devlink flash
 2025-08-14  9:30 UTC  (2+ messages)

[PATCH v7 00/12] perf: arm_spe: Armv8.8 SPE features
 2025-08-14  9:25 UTC  (13+ messages)
` [PATCH v7 01/12] arm64: sysreg: Add new PMSFCR_EL1 fields and PMSDSFR_EL1 register
` [PATCH v7 02/12] perf: arm_spe: Support FEAT_SPEv1p4 filters
` [PATCH v7 03/12] perf: arm_spe: Expose event filter
` [PATCH v7 04/12] perf: arm_spe: Add support for FEAT_SPE_EFT extended filtering
` [PATCH v7 05/12] arm64/boot: Factor out a macro to check SPE version
` [PATCH v7 06/12] arm64/boot: Enable EL2 requirements for SPE_FEAT_FDS
` [PATCH v7 07/12] KVM: arm64: Add trap configs for PMSDSFR_EL1
` [PATCH v7 08/12] perf: Add perf_event_attr::config4
` [PATCH v7 09/12] perf: arm_spe: Add support for filtering on data source
` [PATCH v7 10/12] tools headers UAPI: Sync linux/perf_event.h with the kernel sources
` [PATCH v7 11/12] perf tools: Add support for perf_event_attr::config4
` [PATCH v7 12/12] perf docs: arm-spe: Document new SPE filtering features

[PATCH 0/4 linux next RESEND] Docs/zh_CN: Translate networking docs to Simplified Chinese
 2025-08-14  9:09 UTC 

[PATCH v4] vfio/pci: print vfio-device syspath to fdinfo
 2025-08-14  8:58 UTC  (3+ messages)

[PATCH 0/3] Documentation: Add real-time bits
 2025-08-14  8:40 UTC  (4+ messages)
` [PATCH 2/3] Documentation: locking: Add local_lock_nested_bh() to locktypes

[PATCH] Documentation/process: maintainer-soc: Use "DTS" instead of "devicetree"
 2025-08-14  7:59 UTC  (2+ messages)

[PATCH v14 net-next 00/14] AccECN protocol patch series
 2025-08-14  7:50 UTC  (2+ messages)

[PATCH v4 00/18] kasan: x86: arm64: KASAN tag-based mode for x86
 2025-08-14  7:26 UTC  (5+ messages)
` [PATCH v4 06/18] x86: Reset tag for virtual to physical address conversions
` [PATCH v4 07/18] mm: x86: Untag addresses in EXECMEM_ROX related pointer arithmetic

[PATCH] kernel-parameters: fix kernel-doc warning
 2025-08-14  6:19 UTC  (2+ messages)
` [PATCH v3] "

[PATCH v3] kernel-parameters: fix kernel-doc warning
 2025-08-14  6:17 UTC  (2+ messages)

[PATCH v7 00/11] Trusted Execution Environment (TEE) driver for Qualcomm TEE (QTEE)
 2025-08-14  5:50 UTC  (8+ messages)
` [PATCH v7 10/11] qcomtee: enable TEE_IOC_SHM_ALLOC ioctl

[PATCH v3 2/2] openrisc: Add jump label support
 2025-08-14  3:27 UTC 

[PATCH v13 00/25] GenieZone hypervisor drivers
 2025-08-14  3:27 UTC  (6+ messages)
` [PATCH v13 04/25] virt: geniezone: Add GenieZone hypervisor driver

[PATCH v3 0/5] Add driver for 1Gbe network chips from MUCSE
 2025-08-14  1:53 UTC  (11+ messages)
` [PATCH v3 4/5] net: rnpgbe: Add basic mbx_fw support
` [PATCH v3 5/5] net: rnpgbe: Add register_netdev


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