linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-23 09:45:13 to 2025-06-24 14:16:50 UTC [more...]

[PATCH] docs: f2fs: fix typos in f2fs.rst
 2025-06-24 14:16 UTC  (2+ messages)

[PATCH v6 net-next 0/9] virtio: introduce GSO over UDP tunnel
 2025-06-24 14:09 UTC  (10+ messages)
` [PATCH v6 net-next 1/9] scripts/kernel_doc.py: properly handle VIRTIO_DECLARE_FEATURES
` [PATCH v6 net-next 2/9] virtio: introduce extended features
` [PATCH v6 net-next 3/9] virtio_pci_modern: allow configuring "
` [PATCH v6 net-next 4/9] vhost-net: "
` [PATCH v6 net-next 5/9] virtio_net: add supports for extended offloads
` [PATCH v6 net-next 6/9] net: implement virtio helpers to handle UDP GSO tunneling
` [PATCH v6 net-next 7/9] virtio_net: enable gso over UDP tunnel support
` [PATCH v6 net-next 8/9] tun: "
` [PATCH v6 net-next 9/9] vhost/net: "

[PATCHv6 07/16] x86/vsyscall: Reorganize the #PF emulation code
 2025-06-24 14:11 UTC  (9+ messages)

[PATCH v7 00/10] New DRM accel driver for Rockchip's RKNN NPU
 2025-06-24 13:50 UTC  (9+ messages)
` [PATCH v7 03/10] accel/rocket: Add IOCTL for BO creation
` [PATCH v7 04/10] accel/rocket: Add job submission IOCTL
` [PATCH v7 06/10] dt-bindings: npu: rockchip,rknn: Add bindings

[PATCH next] Documentation: KVM: fix reference for kvm_ppc_resize_hpt and various typos
 2025-06-24 13:45 UTC  (4+ messages)

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

[PATCH v3 00/16] fuse: use iomap for buffered writes + writeback
 2025-06-24 13:31 UTC  (21+ messages)
` [PATCH v3 01/16] iomap: pass more arguments using struct iomap_writepage_ctx
` [PATCH v3 02/16] iomap: cleanup the pending writeback tracking in iomap_writepage_map_blocks
` [PATCH v3 03/16] iomap: refactor the writeback interface
` [PATCH v3 04/16] iomap: hide ioends from the generic writeback code
` [PATCH v3 05/16] iomap: add public helpers for uptodate state manipulation
` [PATCH v3 06/16] iomap: move all ioend handling to ioend.c
` [PATCH v3 07/16] iomap: rename iomap_writepage_map to iomap_writeback_folio
` [PATCH v3 08/16] iomap: move folio_unlock out of iomap_writeback_folio
` [PATCH v3 09/16] iomap: export iomap_writeback_folio
` [PATCH v3 10/16] iomap: replace iomap_folio_ops with iomap_write_ops
` [PATCH v3 11/16] iomap: add read_folio_range() handler for buffered writes
` [PATCH v3 12/16] fuse: use iomap "
` [PATCH v3 13/16] fuse: use iomap for writeback
` [PATCH v3 14/16] fuse: use iomap for folio laundering
` [PATCH v3 15/16] fuse: hook into iomap for invalidating and checking partial uptodateness
` [PATCH v3 16/16] fuse: refactor writeback to use iomap_writepage_ctx inode

[RFC 0/2] lib/vsprintf: Add support for pte_t
 2025-06-24 13:11 UTC  (9+ messages)
` [RFC 1/2] "

[PATCH net-next v5] docs: net: sysctl documentation cleanup
 2025-06-24 12:59 UTC  (3+ messages)

[PATCH v2 0/5] fs: refactor write_begin/write_end and add ext4 IOCB_DONTCACHE support
 2025-06-24 12:54 UTC  (10+ messages)
` [PATCH v2 1/5] drm/i915: Use kernel_write() in shmem object create
` [PATCH v2 2/5] drm/i915: Refactor shmem_pwrite() to use kiocb and write_iter
` [PATCH v2 3/5] fs: change write_begin/write_end interface to take struct kiocb *
` [PATCH v2 4/5] ext4: handle IOCB_DONTCACHE in buffered write path
` [PATCH v2 5/5] ext4: declare support for FOP_DONTCACHE

[PATCH v2 00/14] stackleak: Support Clang stack depth tracking
 2025-06-24 12:31 UTC  (4+ messages)
` [PATCH v2 10/14] loongarch: Handle KCOV __init vs inline mismatches

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

[PATCH v2 5/5] tty: fix tty_port_tty_*hangup() kernel-doc
 2025-06-24 11:00 UTC  (2+ messages)

[PATCH net-next v2 0/3] Follow-up to RGMII mode clarification: am65-cpsw fix + checkpatch
 2025-06-24 10:53 UTC  (4+ messages)
` [PATCH net-next v2 1/3] dt-bindings: net: ti: k3-am654-cpsw-nuss: update phy-mode in example
` [PATCH net-next v2 2/3] net: ethernet: ti: am65-cpsw: fixup PHY mode for fixed RGMII TX delay
` [PATCH net-next v2 3/3] checkpatch: check for comment explaining rgmii(|-rxid|-txid) PHY modes

[PATCH 00/13] Introduce STM32 DDR PMU for STM32MP platforms
 2025-06-24 10:43 UTC  (11+ messages)
` [PATCH 02/13] dt-bindings: stm32: stm32mp25: add `access-controller-cell` property
` [PATCH 05/13] dt-bindings: perf: stm32: introduce DDRPERFM dt-bindings
` [PATCH 06/13] perf: stm32: introduce DDRPERFM driver

[PATCH] docs: pwm: Adapt Locking paragraph to reality
 2025-06-24 10:05 UTC 

[PATCH net-next 0/4] RGMII mode clarification + am65-cpsw fix
 2025-06-24  9:50 UTC  (5+ messages)
` [PATCH net-next 4/4] checkpatch: check for comment explaining rgmii(|-rxid|-txid) PHY modes

[RFC v2 00/16] Live Update Orchestrator
 2025-06-24  9:50 UTC  (3+ messages)
` [RFC v2 10/16] luo: luo_ioctl: add ioctl interface

[PATCH] Docs/zh_CN: Translate alias.rst to Simplified Chinese
 2025-06-24  8:50 UTC 

[PATCHv2 0/3] x86: Make 5-level paging support unconditional for x86-64
 2025-06-24  8:49 UTC  (4+ messages)

[PATCH v10 0/7] iio: accel: adxl345: add interrupt based sensor events
 2025-06-24  8:36 UTC  (19+ messages)
` [PATCH v10 3/7] iio: accel: adxl345: add activity event feature
` [PATCH v10 4/7] iio: accel: adxl345: add inactivity feature
` [PATCH v10 5/7] iio: accel: adxl345: add coupling detection for activity/inactivity
` [PATCH v10 6/7] iio: accel: adxl345: extend inactivity time for less than 1s

[PATCHv3 0/4] x86: Make 5-level paging support unconditional for x86-64
 2025-06-24  8:23 UTC  (2+ messages)
` [PATCHv2 0/3] "

[PATCH 1/2] hwmon: (pmbus) Add support for MPS multi-phase mp2869a/mp29612a controllers
 2025-06-24  7:48 UTC  (4+ messages)
` [PATCH 2/2] dt-bindings: trivial-devices: Add mp2869a/mp29612a device entry

[RFC PATCH v2 09/12] rv: Replace tss monitor with more complete sts
 2025-06-24  7:36 UTC  (2+ messages)

[PATCH v17 00/27] riscv control-flow integrity for usermode
 2025-06-24  7:29 UTC  (3+ messages)
` [PATCH v17 23/27] arch/riscv: compile vdso with landing pad

[PATCH v2 01/23] arm64: cpufeature: Add cpucap for HPMN0
 2025-06-24  7:28 UTC  (3+ messages)

[PATCH v2 07/23] perf: arm_pmuv3: Introduce method to partition the PMU
 2025-06-24  7:05 UTC  (3+ messages)

[PATCH v8 net-next 00/15] AccECN protocol patch series
 2025-06-24  6:39 UTC  (5+ messages)
` [PATCH v8 net-next 09/15] tcp: accecn: AccECN option

[PATCH v4 0/2] Loongarch irq-redirect supprot
 2025-06-24  6:34 UTC  (10+ messages)
` [PATCH v4 2/2] irq/irq-loongarch-ir:Add Redirect irqchip support

[PATCHv6 00/16] x86: Enable Linear Address Space Separation support
 2025-06-24  5:11 UTC  (25+ messages)
` [PATCHv6 01/16] x86/cpu: Enumerate the LASS feature bits

[PATCH linux next] tools/accounting/delaytop: add delaytop to record top-n task delay
 2025-06-24  2:18 UTC  (2+ messages)

[PATCH net-next v12 00/10] tun: Introduce virtio-net hashing feature
 2025-06-24  0:49 UTC  (15+ messages)
` [PATCH net-next v12 01/10] virtio_net: Add functions for hashing

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

[PATCH v2 17/23] KVM: arm64: Account for partitioning in PMCR_EL0 access
 2025-06-23 22:11 UTC  (2+ messages)

[PATCH v2 05/23] KVM: arm64: Cleanup PMU includes
 2025-06-23 22:04 UTC  (2+ messages)

[PATCH v11 00/13] Add support for AMD hardware feedback interface
 2025-06-23 21:53 UTC  (2+ messages)

[PATCH v14 00/19] x86: Trenchboot secure dynamic launch Linux kernel support
 2025-06-23 21:29 UTC  (4+ messages)
` [PATCH v14 04/19] x86: Secure Launch main header file

[PATCH 1/5] nvme: Fix multiple spelling and grammar issues in host drivers
 2025-06-23 20:46 UTC  (10+ messages)
` [PATCH 2/5] nvme: Fix incorrect variable in io cqes error message
` [PATCH 3/5] nvmet: Remove redundant assignment of error code in nvmet_ns_enable()
` [PATCH 4/5] nvme: Fix typo in status code constant for self-test in progress
` [PATCH 5/5] docs: nvme: fix grammar in nvme-pci-endpoint-target.rst

[PATCH v3] cxl: docs/driver-api/conventions resolve conflicts btw CFMWS, LMH, ED
 2025-06-23 19:19 UTC  (2+ messages)

[PATCH v2 03/23] arm64: cpufeature: Add cpucap for PMICNTR
 2025-06-23 18:25 UTC  (2+ messages)

[PATCH v9 net-next 00/15] AccECN protocol patch series
 2025-06-23 16:13 UTC  (7+ messages)
` [PATCH v9 net-next 02/15] tcp: fast path functions later
` [PATCH v9 net-next 03/15] tcp: reorganize tcp_sock_write_txrx group for variables later
` [PATCH v9 net-next 04/15] tcp: AccECN core

[PATCH RFC 00/29] mm/migration: rework movable_ops page migration (part 1)
 2025-06-23 16:05 UTC  (49+ messages)
` [PATCH RFC 04/29] mm/page_alloc: allow for making page types sticky until freed
` [PATCH RFC 05/29] mm/balloon_compaction: make PageOffline sticky
` [PATCH RFC 07/29] mm/migrate: rename isolate_movable_page() to isolate_movable_ops_page()
` [PATCH RFC 08/29] mm/migrate: rename putback_movable_folio() to putback_movable_ops_page()
` [PATCH RFC 14/29] mm/migrate: remove __ClearPageMovable()
` [PATCH RFC 16/29] mm: rename __PageMovable() to page_has_movable_ops()
` [PATCH RFC 20/29] mm: convert "movable" flag in page->mapping to a page flag
` [PATCH RFC 21/29] mm: rename PG_isolated to PG_movable_ops_isolated
` [PATCH RFC 22/29] mm/page-flags: rename PAGE_MAPPING_MOVABLE to PAGE_MAPPING_ANON_KSM
` [PATCH RFC 23/29] mm/page-alloc: remove PageMappingFlags()
` [PATCH RFC 24/29] mm/page-flags: remove folio_mapping_flags()
` [PATCH RFC 25/29] mm: simplify folio_expected_ref_count()
` [PATCH RFC 26/29] mm: rename PAGE_MAPPING_* to FOLIO_MAPPING_*
` [PATCH RFC 27/29] docs/mm: convert from "Non-LRU page migration" to "movable_ops page migration"

[PATCH v6 00/25] iommufd: Add vIOMMU infrastructure (Part-4 HW QUEUE)
 2025-06-23 15:13 UTC  (7+ messages)
` [PATCH v6 20/25] iommu/arm-smmu-v3-iommufd: Add hw_info to impl_ops

[PATCH] Documentation/sysctl: coredump: add %F for pidfd number
 2025-06-23 11:55 UTC  (2+ messages)

[RFC v2 05/16] luo: luo_core: integrate with KHO
 2025-06-23 11:29 UTC  (12+ messages)

[PATCH v2] docs/vfs: update references to i_mutex to i_rwsem
 2025-06-23 11:09 UTC  (3+ messages)

[PATCH v3 2/2] libnvdimm: add nd_e820.pmem automatic devdax conversion
 2025-06-23 10:00 UTC  (2+ messages)


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