linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-04-17 00:27:27 to 2025-04-20 19:40:36 UTC [more...]

[PATCH 0/7] mm/damon: auto-tune DAMOS for NUMA setups including tiered memory
 2025-04-20 19:40 UTC 

[PATCH v5] hwmon: (max77705) add initial support
 2025-04-20 16:06 UTC  (4+ messages)

[PATCH v8 00/24] Provide a new two step DMA mapping API
 2025-04-20  7:14 UTC  (34+ messages)
` [PATCH v8 01/24] PCI/P2PDMA: Refactor the p2pdma mapping helpers
` [PATCH v8 02/24] dma-mapping: move the PCI P2PDMA mapping helpers to pci-p2pdma.h
` [PATCH v8 03/24] iommu: generalize the batched sync after map interface
` [PATCH v8 04/24] iommu: add kernel-doc for iommu_unmap and iommu_unmap_fast
` [PATCH v8 05/24] dma-mapping: Provide an interface to allow allocate IOVA
` [PATCH v8 06/24] iommu/dma: Factor out a iommu_dma_map_swiotlb helper
` [PATCH v8 07/24] dma-mapping: Implement link/unlink ranges API
` [PATCH v8 08/24] dma-mapping: add a dma_need_unmap helper
` [PATCH v8 09/24] docs: core-api: document the IOVA-based API
` [PATCH v8 10/24] mm/hmm: let users to tag specific PFN with DMA mapped bit
` [PATCH v8 11/24] mm/hmm: provide generic DMA managing logic
` [PATCH v8 12/24] RDMA/umem: Store ODP access mask information in PFN
` [PATCH v8 13/24] RDMA/core: Convert UMEM ODP DMA mapping to caching IOVA and page linkage
` [PATCH v8 14/24] RDMA/umem: Separate implicit ODP initialization from explicit ODP
` [PATCH v8 15/24] vfio/mlx5: Explicitly use number of pages instead of allocated length
` [PATCH v8 16/24] vfio/mlx5: Rewrite create mkey flow to allow better code reuse
` [PATCH v8 17/24] vfio/mlx5: Enable the DMA link API
` [PATCH v8 18/24] block: share more code for bio addition helper
` [PATCH v8 19/24] block: don't merge different kinds of P2P transfers in a single bio
` [PATCH v8 20/24] blk-mq: add scatterlist-less DMA mapping helpers
` [PATCH v8 21/24] nvme-pci: remove struct nvme_descriptor
` [PATCH v8 22/24] nvme-pci: use a better encoding for small prp pool allocations
` [PATCH v8 23/24] nvme-pci: convert to blk_rq_dma_map
` [PATCH v8 24/24] nvme-pci: optimize single-segment handling

[PATCH v2] docs: namespace: Tweak and reword resource control doc
 2025-04-20  2:34 UTC  (2+ messages)

[PATCH v5 0/2] Add support for sound profile switching and leverage for OnePlus 6 slider
 2025-04-19 19:46 UTC  (3+ messages)
` [PATCH v5 1/2] Input: add ABS_SND_PROFILE
` [PATCH v5 2/2] arm64: dts: qcom: sdm845-oneplus: Add alert-slider

[PATCH v2 security-next 0/4] Introducing Hornet LSM
 2025-04-19 18:43 UTC  (11+ messages)
` [PATCH v2 security-next 1/4] security: "

[RFC PATCH] docs: hugetlbpage.rst: add free surplus huge pages description
 2025-04-19 17:20 UTC  (2+ messages)

[PATCH v3 00/20] mm: MM owner tracking for large folios (!hugetlb) + CONFIG_NO_PAGE_MAPCOUNT
 2025-04-19 16:35 UTC  (7+ messages)
` [PATCH v3 13/20] mm: Copy-on-Write (COW) reuse support for PTE-mapped THP

[PATCH v3 0/4] Don't create Python bytecode when building the kernel
 2025-04-19 16:14 UTC  (9+ messages)
` [PATCH v3 1/4] docs: Makefile: get rid of KERNELDOC_CONF env variable
` [PATCH v3 2/4] Makefile: move KERNELDOC macro to the main Makefile
` [PATCH v3 3/4] scripts/kernel-doc.py: don't create *.pyc files
` [PATCH v3 4/4] .gitignore: ignore Python compiled bytecode

[PATCH] docs: namespace: Tweak and reword resource control doc
 2025-04-19 15:00 UTC  (3+ messages)

[Patch 0/5] Support Autonomous Selection mode in cppc_cpufreq
 2025-04-19  7:44 UTC  (12+ messages)

[PATCH v3] PCI: rcar-gen4: Add a document about the firmware
 2025-04-19  4:59 UTC  (2+ messages)

[PATCH] fs: Backport - remove NTFS classic
 2025-04-18 23:57 UTC 

[PATCH v3 0/2] Don't create Python bytecode when building the kernel
 2025-04-18 23:51 UTC  (12+ messages)
` [PATCH v3 1/2] scripts/kernel-doc.py: don't create *.pyc files

[PATCH] relay: Remove unused relay_late_setup_files
 2025-04-18 23:49 UTC 

[PATCH net-next 0/4] RGMII mode clarification + am65-cpsw fix
 2025-04-18 20:50 UTC  (14+ messages)
` [PATCH net-next 1/4] dt-bindings: net: ethernet-controller: update descriptions of RGMII modes
` [PATCH net-next 2/4] dt-bindings: net: ti: k3-am654-cpsw-nuss: update phy-mode in example
` [PATCH net-next 3/4] net: ethernet: ti: am65-cpsw: fixup PHY mode for fixed RGMII TX delay
` [PATCH net-next 4/4] checkpatch: check for comment explaining rgmii(|-rxid|-txid) PHY modes

[PATCH v2] slab: Decouple slab_debug and no_hash_pointers
 2025-04-18 20:13 UTC  (4+ messages)

[PATCH 6/7] doc: Update LWN RCU API links in whatisRCU.rst
 2025-04-18 16:15 UTC  (2+ messages)
` [PATCH 7/7] doc/RCU/listRCU: refine example code for eliminating stale data

[PATCH bpf-next v2 0/9] selftests/bpf: Test sockmap/sockhash redirection
 2025-04-18 16:13 UTC  (7+ messages)
` [PATCH bpf-next v2 1/9] selftests/bpf: Support af_unix SOCK_DGRAM socket pair creation
` [PATCH bpf-next v2 2/9] selftests/bpf: Add socket_kind_to_str() to socket_helpers
` [PATCH bpf-next v2 3/9] selftests/bpf: Add u32()/u64() to sockmap_helpers

[PATCH 0/4] Replace CONFIG_DMABUF_SYSFS_STATS with BPF
 2025-04-18 15:25 UTC  (12+ messages)
` [PATCH 2/4] bpf: Add dmabuf iterator

[PATCH net-next v8 00/13] Add support for PSE budget evaluation strategy
 2025-04-18 13:15 UTC  (18+ messages)
` [PATCH net-next v8 01/13] net: ethtool: Add support for ethnl_info_init_ntf helper function
` [PATCH net-next v8 02/13] net: pse-pd: Add support for reporting events
` [PATCH net-next v8 04/13] net: pse-pd: Add support for PSE power domains
` [PATCH net-next v8 07/13] net: pse-pd: Add support for budget evaluation strategies
` [PATCH net-next v8 08/13] net: ethtool: Add PSE port priority support feature
` [PATCH net-next v8 09/13] net: pse-pd: pd692x0: Add support for PSE PI priority feature
` [PATCH net-next v8 10/13] net: pse-pd: pd692x0: Add support for controller and manager power supplies
` [PATCH net-next v8 12/13] net: pse-pd: tps23881: Add support for static port priority feature

[PATCH v2 0/2] vsprintf: remove redundant %pCn format specifier
 2025-04-18 10:10 UTC  (7+ messages)
` [PATCH v2 2/2] vsprintf: remove redundant and unused "

[net-next PATCH v3 00/11] Add PCS core support
 2025-04-18  9:47 UTC  (11+ messages)
` [net-next PATCH v3 03/11] net: pcs: Add subsystem

[PATCH 00/12] riscv: Add vendor extensions support for SiFive
 2025-04-18  5:32 UTC  (13+ messages)
` [PATCH 01/12] dt-bindings: riscv: Add xsfvqmaccdod and xsfvqmaccqoq ISA extension description
` [PATCH 02/12] riscv: Add SiFive xsfvqmaccdod and xsfvqmaccqoq vendor extensions
` [PATCH 03/12] riscv: hwprobe: Document "
` [PATCH 04/12] riscv: hwprobe: Add SiFive vendor extension support and probe for xsfqmaccdod and xsfqmaccqoq
` [PATCH 05/12] dt-bindings: riscv: Add xsfvfnrclipxfqf ISA extension description
` [PATCH 06/12] riscv: Add SiFive xsfvfnrclipxfqf vendor extension
` [PATCH 07/12] riscv: hwprobe: Document "
` [PATCH 08/12] riscv: hwprobe: Add "
` [PATCH 09/12] dt-bindings: riscv: Add xsfvfwmaccqqq ISA extension description
` [PATCH 10/12] riscv: Add SiFive xsfvfwmaccqqq vendor extension
` [PATCH 11/12] riscv: hwprobe: Document "
` [PATCH 12/12] riscv: hwprobe: Add "

[PATCH v7 00/17] Provide a new two step DMA mapping API
 2025-04-18  1:20 UTC  (10+ messages)

[PATCH v4 0/4] mm: introduce THP deferred setting
 2025-04-18  1:02 UTC  (6+ messages)
` [PATCH v4 2/4] mm: document (m)THP defer usage
` [PATCH v4 3/4] khugepaged: add defer option to mTHP options

[PATCH] documentation: Add nodebugmon for arm64 platforms
 2025-04-18  0:25 UTC  (2+ messages)

[PATCH net-next v9 0/9] Device memory TCP TX
 2025-04-17 23:15 UTC  (10+ messages)
` [PATCH net-next v9 1/9] netmem: add niov->type attribute to distinguish different net_iov types
` [PATCH net-next v9 2/9] net: add get_netmem/put_netmem support
` [PATCH net-next v9 3/9] net: devmem: TCP tx netlink api
` [PATCH net-next v9 4/9] net: devmem: Implement TX path
` [PATCH net-next v9 5/9] net: add devmem TCP TX documentation
` [PATCH net-next v9 6/9] net: enable driver support for netmem TX
` [PATCH net-next v9 7/9] gve: add netmem TX support to GVE DQO-RDA mode
` [PATCH net-next v9 8/9] net: check for driver support in netmem TX
` [PATCH net-next v9 9/9] selftests: ncdevmem: Implement devmem TCP TX

[PATCH v4 0/5] AMD Zen debugging documentation
 2025-04-17 22:21 UTC  (4+ messages)
` [PATCH v4 2/5] i2c: piix4: Depends on X86

[PATCH v12 00/26] x86/resctrl : Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
 2025-04-17 20:19 UTC  (15+ messages)
` [PATCH v12 03/26] x86/cpufeatures: Add support for "
` [PATCH v12 20/26] x86/resctrl: Provide interface to update the event configurations

[PATCH v2] pwm: Fix various formatting issues in kernel-doc
 2025-04-17 18:16 UTC 

[PATCH v9 00/15] hwmon: (oxpsensors) Add devices, features, fix ABI and move to platform/x86
 2025-04-17 17:53 UTC  (16+ messages)
` [PATCH v9 01/15] hwmon: (oxp-sensors) Distinguish the X1 variants
` [PATCH v9 02/15] hwmon: (oxp-sensors) Add all OneXFly variants
` [PATCH v9 03/15] platform/x86: oxpec: Move hwmon/oxp-sensors to platform/x86
` [PATCH v9 04/15] ABI: testing: sysfs-class-oxp: add missing documentation
` [PATCH v9 05/15] ABI: testing: sysfs-class-oxp: add tt_led attribute documentation
` [PATCH v9 06/15] platform/x86: oxpec: Rename ec group to tt_toggle
` [PATCH v9 07/15] platform/x86: oxpec: Add turbo led support to X1 devices
` [PATCH v9 08/15] platform/x86: oxpec: Move pwm_enable read to its own function
` [PATCH v9 09/15] platform/x86: oxpec: Move pwm value read/write to separate functions
` [PATCH v9 10/15] platform/x86: oxpec: Move fan speed read to separate function
` [PATCH v9 11/15] platform/x86: oxpec: Adhere to sysfs-class-hwmon and enable pwm on 2
` [PATCH v9 12/15] platform/x86: oxpec: Follow reverse xmas convention for tt_toggle
` [PATCH v9 13/15] power: supply: add inhibit-charge-awake to charge_behaviour
` [PATCH v9 14/15] platform/x86: oxpec: Add charge threshold and behaviour to OneXPlayer
` [PATCH v9 15/15] platform/x86: oxpec: Rename rval to ret in tt_toggle

[PATCH net-next] rxrpc: Remove deadcode
 2025-04-17 15:32 UTC 

[PATCH] mseal sysmap: enable mips with LOONGSON64
 2025-04-17 14:50 UTC  (3+ messages)

[PATCH v2 1/1] libnvdimm/e820: Add a new parameter to configure many regions per e820 entry
 2025-04-17 14:25 UTC 

[PATCH v4 0/3] Use proper printk format in appletbdrm
 2025-04-17 13:53 UTC  (2+ messages)

[PATCH] pwm: Fix various formatting issues in kernel-doc
 2025-04-17 13:24 UTC  (2+ messages)

[PATCH v5 00/13] riscv: add SBI FWFT misaligned exception delegation support
 2025-04-17 12:20 UTC  (14+ messages)
` [PATCH v5 01/13] riscv: sbi: add Firmware Feature (FWFT) SBI extensions definitions
` [PATCH v5 02/13] riscv: sbi: add new SBI error mappings
` [PATCH v5 03/13] riscv: sbi: add FWFT extension interface
` [PATCH v5 04/13] riscv: sbi: add SBI FWFT extension calls
` [PATCH v5 05/13] riscv: misaligned: request misaligned exception from SBI
` [PATCH v5 06/13] riscv: misaligned: use on_each_cpu() for scalar misaligned access probing
` [PATCH v5 07/13] riscv: misaligned: use correct CONFIG_ ifdef for misaligned_access_speed
` [PATCH v5 08/13] riscv: misaligned: move emulated access uniformity check in a function
` [PATCH v5 09/13] riscv: misaligned: add a function to check misalign trap delegability
` [PATCH v5 10/13] RISC-V: KVM: add SBI extension init()/deinit() functions
` [PATCH v5 11/13] RISC-V: KVM: add SBI extension reset callback
` [PATCH v5 12/13] RISC-V: KVM: add support for FWFT SBI extension
` [PATCH v5 13/13] RISC-V: KVM: add support for SBI_FWFT_MISALIGNED_DELEG

[PATCH v18 0/8] drm/vkms: Add support for YUV and DRM_FORMAT_R*
 2025-04-17 11:17 UTC  (4+ messages)
` [PATCH v18 1/8] drm/vkms: Document pixel_argb_u16

[PATCH net-next v4 00/14] yt6801: Add Motorcomm yt6801 PCIe driver
 2025-04-17 10:10 UTC  (6+ messages)

[PATCH 1/1] libnvdimm/e820: Add a new parameter to configure many regions per e820 entry
 2025-04-17  9:44 UTC 

[PATCH 1/2] Documentation: openrisc: Update mailing list
 2025-04-17  8:02 UTC  (2+ messages)
` [PATCH 2/2] Documentation: openrisc: Update toolchain binaries URL

[PATCH] docs: rust: explain that `///` vs. `//` applies to private items too
 2025-04-17  4:41 UTC  (2+ messages)

[PATCH v2 0/2] Loongarch irq-redirect supprot
 2025-04-17  2:20 UTC  (6+ messages)
` [PATCH v2 2/2] irq/irq-loongarch-ir:Add Redirect irqchip support

[PATCH net-next v2 00/15][pull request] ixgbe: Add basic devlink support
 2025-04-17  2:10 UTC  (2+ messages)

[PATCH net-next] docs: networking: clarify intended audience of netdevices.rst
 2025-04-17  1:41 UTC  (2+ messages)

[PATCH v5 00/28] KVM: arm64: Implement support for SME
 2025-04-17  0:25 UTC  (4+ messages)
` [PATCH v5 26/28] KVM: arm64: Provide interface for configuring and enabling SME for guests
` [PATCH v5 27/28] KVM: arm64: selftests: Add SME system registers to get-reg-list
` [PATCH v5 28/28] KVM: arm64: selftests: Add SME to set_id_regs test


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