messages from 2025-08-14 17:55:17 to 2025-08-22 09:18:59 UTC [more...]
[PATCH] Revert "virtio_pci: Support surprise removal of virtio pci device"
2025-08-22 9:17 UTC
[PATCH RFC 00/35] mm: remove nth_page()
2025-08-22 8:15 UTC (58+ messages)
` [PATCH RFC 01/35] mm: stop making SPARSEMEM_VMEMMAP user-selectable
` [PATCH RFC 02/35] arm64: Kconfig: drop superfluous "select SPARSEMEM_VMEMMAP"
` [PATCH RFC 03/35] s390/Kconfig: "
` [PATCH RFC 04/35] x86/Kconfig: "
` [PATCH RFC 05/35] wireguard: selftests: remove CONFIG_SPARSEMEM_VMEMMAP=y from qemu kernel config
` [PATCH RFC 06/35] mm/page_alloc: reject unreasonable folio/compound page sizes in alloc_contig_range_noprof()
` [PATCH RFC 07/35] mm/memremap: reject unreasonable folio/compound page sizes in memremap_pages()
` [PATCH RFC 08/35] mm/hugetlb: check for unreasonable folio sizes when registering hstate
` [PATCH RFC 09/35] mm/mm_init: make memmap_init_compound() look more like prep_compound_page()
` [PATCH RFC 10/35] mm/hugetlb: cleanup hugetlb_folio_init_tail_vmemmap()
` [PATCH RFC 11/35] mm: sanity-check maximum folio size in folio_set_order()
` [PATCH RFC 12/35] mm: limit folio/compound page sizes in problematic kernel configs
` [PATCH RFC 13/35] mm: simplify folio_page() and folio_page_idx()
` [PATCH RFC 14/35] mm/mm/percpu-km: drop nth_page() usage within single allocation
` [PATCH RFC 15/35] fs: hugetlbfs: remove nth_page() usage within folio in adjust_range_hwpoison()
` [PATCH RFC 16/35] mm/pagewalk: drop nth_page() usage within folio in folio_walk_start()
` [PATCH RFC 17/35] mm/gup: drop nth_page() usage within folio when recording subpages
` [PATCH RFC 18/35] io_uring/zcrx: remove "struct io_copy_cache" and one nth_page() usage
` [PATCH RFC 19/35] io_uring/zcrx: remove nth_page() usage within folio
` [PATCH RFC 20/35] mips: mm: convert __flush_dcache_pages() to __flush_dcache_folio_pages()
` [PATCH RFC 21/35] mm/cma: refuse handing out non-contiguous page ranges
` [PATCH RFC 22/35] dma-remap: drop nth_page() in dma_common_contiguous_remap()
` [PATCH RFC 23/35] scatterlist: disallow non-contigous page ranges in a single SG entry
` [PATCH RFC 24/35] ata: libata-eh: drop nth_page() usage within "
` [PATCH RFC 25/35] drm/i915/gem: "
` [PATCH RFC 26/35] mspro_block: "
` [PATCH RFC 27/35] memstick: "
` [PATCH RFC 28/35] mmc: "
` [PATCH RFC 29/35] scsi: core: "
` [PATCH RFC 30/35] vfio/pci: "
` [PATCH RFC 31/35] crypto: remove "
` [PATCH RFC 32/35] mm/gup: drop nth_page() usage in unpin_user_page_range_dirty_lock()
` [PATCH RFC 33/35] kfence: drop nth_page() usage
` [PATCH RFC 34/35] block: update comment of "struct bio_vec" regarding nth_page()
` [PATCH RFC 35/35] mm: remove nth_page()
` [syzbot ci] "
[PATCH v2] iommu/virtio: Make instance lookup robust
2025-08-22 6:43 UTC (3+ messages)
[PATCH 0/2] Fix vsock error-handling regression introduced in v6.17-rc1
2025-08-22 1:20 UTC (6+ messages)
` [PATCH 1/2] net: Introduce skb_copy_datagram_from_iter_full()
` [PATCH 2/2] vsock/virtio: Fix message iterator handling on transmit path
[syzbot] [x86?] BUG: soft lockup in xfrm_timer_handler
2025-08-21 14:21 UTC (3+ messages)
[PATCH v6 00/25] drm/dumb-buffers: Fix and improve buffer-size calculation
2025-08-21 12:34 UTC (29+ messages)
` [PATCH v6 01/25] drm/dumb-buffers: Sanitize output on errors
` [PATCH v6 02/25] drm/dumb-buffers: Provide helper to set pitch and size
` [PATCH v6 03/25] drm/gem-dma: Compute dumb-buffer sizes with drm_mode_size_dumb()
` [PATCH v6 04/25] drm/gem-shmem: "
` [PATCH v6 05/25] drm/gem-vram: "
` [PATCH v6 06/25] drm/armada: "
` [PATCH v6 07/25] drm/exynos: "
` [PATCH v6 08/25] drm/gma500: "
` [PATCH v6 09/25] drm/hibmc: "
` [PATCH v6 10/25] drm/imx/ipuv3: "
` [PATCH v6 11/25] drm/loongson: "
` [PATCH v6 12/25] drm/mediatek: "
` [PATCH v6 13/25] drm/msm: "
` [PATCH v6 14/25] drm/nouveau: "
` [PATCH v6 15/25] drm/omapdrm: "
` [PATCH v6 16/25] drm/qxl: "
` [PATCH v6 17/25] drm/renesas/rcar-du: "
` [PATCH v6 18/25] drm/renesas/rz-du: "
` [PATCH v6 19/25] drm/rockchip: "
` [PATCH v6 20/25] drm/tegra: "
` [PATCH v6 21/25] drm/virtio: "
` [PATCH v6 22/25] drm/vmwgfx: "
` [PATCH v6 23/25] drm/xe: "
` [PATCH v6 24/25] drm/xen: "
` [PATCH v6 25/25] drm/xlnx: "
[PATCH V6 0/9] Refine virtio mapping API
2025-08-21 6:46 UTC (10+ messages)
` [PATCH V6 1/9] virtio_ring: constify virtqueue pointer for DMA helpers
` [PATCH V6 2/9] virtio_ring: switch to use dma_{map|unmap}_page()
` [PATCH V6 3/9] virtio: rename dma helpers
` [PATCH V6 4/9] virtio: introduce virtio_map container union
` [PATCH V6 5/9] virtio_ring: rename dma_handle to map_handle
` [PATCH V6 6/9] virtio: introduce map ops in virtio core
` [PATCH V6 7/9] vdpa: support virtio_map
` [PATCH V6 8/9] vdpa: introduce map ops
` [PATCH V6 9/9] vduse: switch to use virtio map API instead of DMA API
Questions about FUSE_NOTIFY_INVAL_ENTRY
2025-08-20 20:42 UTC (3+ messages)
[PATCH] drm/virtio: clean up minor codestyle issues
2025-08-20 16:50 UTC (3+ messages)
[PATCH v4 00/16] dma-mapping: migrate to physical address-based API
2025-08-19 19:58 UTC (22+ messages)
` [PATCH v4 01/16] dma-mapping: introduce new DMA attribute to indicate MMIO memory
` [PATCH v4 02/16] iommu/dma: implement DMA_ATTR_MMIO for dma_iova_link()
` [PATCH v4 03/16] dma-debug: refactor to use physical addresses for page mapping
` [PATCH v4 04/16] dma-mapping: rename trace_dma_*map_page to trace_dma_*map_phys
` [PATCH v4 05/16] iommu/dma: rename iommu_dma_*map_page to iommu_dma_*map_phys
` [PATCH v4 06/16] iommu/dma: extend iommu_dma_*map_phys API to handle MMIO memory
` [PATCH v4 07/16] dma-mapping: convert dma_direct_*map_page to be phys_addr_t based
` [PATCH v4 08/16] kmsan: convert kmsan_handle_dma to use physical addresses
` [PATCH v4 09/16] dma-mapping: handle MMIO flow in dma_map|unmap_page
` [PATCH v4 10/16] xen: swiotlb: Open code map_resource callback
` [PATCH v4 11/16] dma-mapping: export new dma_*map_phys() interface
` [PATCH v4 12/16] mm/hmm: migrate to physical address-based DMA mapping API
` [PATCH v4 13/16] mm/hmm: properly take MMIO path
` [PATCH v4 14/16] block-dma: migrate to dma_map_phys instead of map_page
` [PATCH v4 15/16] block-dma: properly take MMIO path
` [PATCH v4 16/16] nvme-pci: unmap MMIO pages with appropriate interface
[BUG] vhost: perf tools build error after syncing vhost.h
2025-08-19 13:40 UTC (6+ messages)
` [PATCH] vhost: Fix ioctl # for VHOST_[GS]ET_FORK_FROM_OWNER
[PATCH net] virtio_net: adjust the execution order of function `virtnet_close` during freeze
2025-08-19 3:33 UTC (11+ messages)
[PATCH v3 0/3] arm-smmu: select suitable MSI IOVA
2025-08-18 15:53 UTC (7+ messages)
` [PATCH v3 2/3] iommu/of: fix device tree configuration for PCI devices
[syzbot] [kvm?] [net?] [virt?] WARNING in virtio_transport_send_pkt_info
2025-08-18 14:52 UTC (9+ messages)
[PATCH] virtio_fs: fix the hash table using in virtio_fs_enqueue_req()
2025-08-18 12:39 UTC (2+ messages)
[PATCH V5 0/9] Refine virtio mapping API
2025-08-18 12:02 UTC (9+ messages)
` [PATCH V5 4/9] virtio: introduce vring_mapping_token
[PATCH] drm/tiny/bochs: Convert dev_err() to drm_err()
2025-08-18 11:35 UTC
[PATCH v1 0/2] mm: remove MIGRATEPAGE_*
2025-08-18 11:28 UTC (4+ messages)
` [PATCH v1 1/2] mm/migrate: remove MIGRATEPAGE_UNMAP
[PATCH v3] virtio-vdpa: Drop redundant conversion to bool
2025-08-18 10:28 UTC
[PATCH v2] virtio-vdpa: Drop redundant conversion to bool
2025-08-18 10:25 UTC (3+ messages)
[PATCH] virtio-vdpa: simplify the code by removing unnecessary variables
2025-08-18 9:56 UTC (2+ messages)
[RFC v3 0/7] Add multiple address spaces support to VDUSE
2025-08-18 8:57 UTC (8+ messages)
` [RFC v3 1/7] vduse: add v1 API definition
` [RFC v3 2/7] vduse: add vq group support
` [RFC v3 3/7] vdpa: change map_token from void * to an empty struct
` [RFC v3 4/7] vduse: return internal vq group struct as map token
` [RFC v3 5/7] vduse: create vduse_as to make it an array
` [RFC v3 6/7] vduse: add vq group asid support
` [RFC v3 7/7] vduse: bump version number
[PATCH] mm/numa: Rename memory_add_physaddr_to_nid to memory_get_phys_to_nid
2025-08-18 8:34 UTC (5+ messages)
[RFC] Plan to convert drm/tiny/bochs to drm_* logging
2025-08-18 6:57 UTC (2+ messages)
[PATCH v3] virtio: reject shm region if length is zero
2025-08-16 11:16 UTC (6+ messages)
` [REGRESSION] "
[PATCH v4 0/9] vsock/virtio: SKB allocation improvements
2025-08-16 10:38 UTC (6+ messages)
` [PATCH v4 9/9] vsock/virtio: Allocate nonlinear SKBs for handling large transmit buffers
[PATCH v3 00/16] dma-mapping: migrate to physical address-based API
2025-08-15 5:10 UTC (4+ messages)
` [PATCH v3 16/16] nvme-pci: unmap MMIO pages with appropriate interface
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).