linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-14 09:26:01 to 2025-08-15 01:59:26 UTC [more...]

[PATCH v4 0/5] Add driver for 1Gbe network chips from MUCSE
 2025-08-15  1:58 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 4/5] net: rnpgbe: Add basic mbx_fw support
` [PATCH v4 5/5] net: rnpgbe: Add register_netdev

[PATCH v3 0/5] Add driver for 1Gbe network chips from MUCSE
 2025-08-15  1:36 UTC  (9+ messages)
` [PATCH v3 3/5] net: rnpgbe: Add basic mbx ops support
` [PATCH v3 4/5] net: rnpgbe: Add basic mbx_fw support

[PATCH v4 0/7] prctl: extend PR_SET_THP_DISABLE to only provide THPs when advised
 2025-08-15  1:11 UTC  (28+ 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 net-next v13 0/8] net: hinic3: Add a driver for Huawei 3rd gen NIC - management interfaces
 2025-08-15  1:02 UTC  (9+ messages)
` [PATCH net-next v13 1/8] hinic3: Async Event Queue interfaces
` [PATCH net-next v13 2/8] hinic3: Complete "
` [PATCH net-next v13 3/8] hinic3: Command Queue framework
` [PATCH net-next v13 4/8] hinic3: Command Queue interfaces
` [PATCH net-next v13 5/8] hinic3: TX & RX Queue coalesce interfaces
` [PATCH net-next v13 6/8] hinic3: Mailbox framework
` [PATCH net-next v13 7/8] hinic3: Mailbox management interfaces
` [PATCH net-next v13 8/8] hinic3: Interrupt request configuration

[GIT PULL for v6.17-rc2] add a generic yaml parser integrated with Netlink specs generation
 2025-08-15  0:40 UTC  (2+ messages)

[RFC V2 00/18] famfs: port into fuse
 2025-08-15  0:38 UTC  (21+ 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

[PATCH net-next v1 0/5] ethtool: introduce PHY MSE diagnostics UAPI and drivers
 2025-08-15  0:34 UTC  (2+ messages)

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

[PATCH net-next v7 00/14] Add PPE driver for Qualcomm IPQ9574 SoC
 2025-08-14 22:40 UTC  (3+ messages)
` [PATCH net-next v7 01/14] dt-bindings: net: Add PPE "

[PATCH 0/6] mfd: Add support for the LTC4283 Hot Swap Controller
 2025-08-14 21:57 UTC  (12+ 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 "

[PATCH 1/2] Documentation: clarify the expected collaboration with security bugs reporters
 2025-08-14 21:23 UTC  (4+ messages)
` [PATCH 2/2] Documentation: smooth the text flow in the security bug reporting process

[PATCH] Documentation: Fix driver-api typos
 2025-08-14 19:57 UTC  (7+ messages)
  ` [PATCH v2] "

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

[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 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  (5+ 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 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  (7+ messages)
` [PATCH 07/13] docs: move sphinx-pre-install to tools/doc

[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

[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 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  (3+ messages)
` [PATCH v5 12/14] RDMA/ionic: Register device ops for miscellaneous functionality

[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  (4+ messages)
` [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  (12+ messages)
` [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


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