messages from 2025-08-22 06:18:48 to 2025-08-28 10:08:24 UTC [more...]
[PATCH v9 0/3] Virtio SPI Linux driver
2025-08-28 9:34 UTC (3+ messages)
` [PATCH v9 1/3] virtio: Add ID for virtio SPI
` [PATCH v9 3/3] SPI: Add virtio SPI driver
[PATCH] Revert "virtio_pci: Support surprise removal of virtio pci device"
2025-08-28 9:23 UTC (14+ messages)
[PATCH net-next v2] vsock/test: Remove redundant semicolons
2025-08-28 9:10 UTC (2+ messages)
[PATCH v1 00/36] mm: remove nth_page()
2025-08-28 8:43 UTC (56+ messages)
` [PATCH v1 01/36] mm: stop making SPARSEMEM_VMEMMAP user-selectable
` [PATCH v1 02/36] arm64: Kconfig: drop superfluous "select SPARSEMEM_VMEMMAP"
` [PATCH v1 03/36] s390/Kconfig: "
` [PATCH v1 04/36] x86/Kconfig: "
` [PATCH v1 05/36] wireguard: selftests: remove CONFIG_SPARSEMEM_VMEMMAP=y from qemu kernel config
` [PATCH v1 06/36] mm/page_alloc: reject unreasonable folio/compound page sizes in alloc_contig_range_noprof()
` [PATCH v1 07/36] mm/memremap: reject unreasonable folio/compound page sizes in memremap_pages()
` [PATCH v1 08/36] mm/hugetlb: check for unreasonable folio sizes when registering hstate
` [PATCH v1 09/36] mm/mm_init: make memmap_init_compound() look more like prep_compound_page()
` [PATCH v1 10/36] mm: sanity-check maximum folio size in folio_set_order()
` [PATCH v1 11/36] mm: limit folio/compound page sizes in problematic kernel configs
` [PATCH v1 12/36] mm: simplify folio_page() and folio_page_idx()
` [PATCH v1 13/36] mm/hugetlb: cleanup hugetlb_folio_init_tail_vmemmap()
` [PATCH v1 14/36] mm/mm/percpu-km: drop nth_page() usage within single allocation
` [PATCH v1 15/36] fs: hugetlbfs: remove nth_page() usage within folio in adjust_range_hwpoison()
` [PATCH v1 15/36] "
` [PATCH v1 16/36] fs: hugetlbfs: cleanup "
` [PATCH v1 16/36] "
` [PATCH v1 17/36] mm/pagewalk: drop nth_page() usage within folio in folio_walk_start()
` [PATCH v1 18/36] mm/gup: drop nth_page() usage within folio when recording subpages
` [PATCH v1 19/36] io_uring/zcrx: remove nth_page() usage within folio
` [PATCH v1 20/36] mips: mm: convert __flush_dcache_pages() to __flush_dcache_folio_pages()
` [PATCH v1 21/36] mm/cma: refuse handing out non-contiguous page ranges
` [PATCH v1 22/36] dma-remap: drop nth_page() in dma_common_contiguous_remap()
` [PATCH v1 23/36] scatterlist: disallow non-contigous page ranges in a single SG entry
` [PATCH v1 24/36] ata: libata-eh: drop nth_page() usage within "
` [PATCH v1 25/36] drm/i915/gem: "
` [PATCH v1 26/36] mspro_block: "
` [PATCH v1 27/36] memstick: "
` [PATCH v1 28/36] mmc: "
` [PATCH v1 29/36] scsi: scsi_lib: "
` [PATCH v1 30/36] scsi: sg: "
` [PATCH v1 31/36] vfio/pci: "
` [PATCH v1 32/36] crypto: remove "
` [PATCH v1 33/36] mm/gup: drop nth_page() usage in unpin_user_page_range_dirty_lock()
` [PATCH v1 34/36] kfence: drop nth_page() usage
` [PATCH v1 35/36] block: update comment of "struct bio_vec" regarding nth_page()
` [PATCH v1 36/36] mm: remove nth_page()
[PATCH 01/14] perf test: Fix a build error in x86 topdown test
2025-08-28 8:24 UTC
[PATCH v1] virtio_fs: fix page fault for DAX page address
2025-08-28 7:51 UTC (2+ messages)
[PATCH v2 0/3] vhost_task: Fix a bug where KVM wakes an exited task
2025-08-28 6:48 UTC (8+ messages)
` [PATCH v2 1/3] vhost_task: Don't wake KVM x86's recovery thread if vhost task was killed
` [PATCH v2 2/3] vhost_task: Allow caller to omit handle_sigkill() callback
` [PATCH v2 3/3] KVM: x86/mmu: Don't register a sigkill callback for NX hugepage recovery tasks
[PATCH] Revert "virtio_pci: Support surprise removal of virtio pci device"
2025-08-28 6:24 UTC (12+ messages)
[PATCH 0/3] vhost_task: KVM: Fix a race where KVM wakes an exited task
2025-08-28 2:19 UTC (11+ messages)
` [PATCH 1/3] vhost_task: KVM: Don't wake KVM x86's recovery thread if vhost task was killed
` [PATCH 2/3] vhost_task: Allow caller to omit handle_sigkill() callback
` [PATCH 3/3] KVM: x86/mmu: Don't register a sigkill callback for NX hugepage recovery tasks
[PATCH V0 0/2] Fix CONFIG_HYPERV and vmbus related anamoly
2025-08-28 0:59 UTC (3+ messages)
` [PATCH V0 1/2] hyper-v: Add CONFIG_HYPERV_VMBUS option
` [PATCH V0 2/2] hyper-v: Make CONFIG_HYPERV bool
[PATCH net-next v5 0/9] vsock: add namespace support to vhost-vsock
2025-08-28 0:31 UTC (10+ messages)
` [PATCH net-next v5 1/9] vsock: a per-net vsock NS mode state
` [PATCH net-next v5 2/9] vsock: add net to vsock skb cb
` [PATCH net-next v5 3/9] vsock: add netns to vsock core
` [PATCH net-next v5 4/9] vsock/loopback: add netns support
` [PATCH net-next v5 5/9] vsock/virtio: add netns to virtio transport common
` [PATCH net-next v5 6/9] vhost/vsock: add netns support
` [PATCH net-next v5 7/9] selftests/vsock: improve logging in vmtest.sh
` [PATCH net-next v5 8/9] selftests/vsock: invoke vsock_test through helpers
` [PATCH net-next v5 9/9] selftests/vsock: add namespace tests
[PATCH net-next 00/11] virtio_net: Add ethtool flow rules support
2025-08-28 0:15 UTC (13+ messages)
` [PATCH net-next 01/11] virtio-pci: Expose generic device capability operations
` [PATCH net-next 02/11] virtio-pci: Expose object create and destroy API
` [PATCH net-next 03/11] virtio_net: Create virtio_net directory
` [PATCH net-next 04/11] virtio_net: Query and set flow filter caps
` [PATCH net-next 05/11] virtio_net: Create a FF group for ethtool steering
` [PATCH net-next 06/11] virtio_net: Implement layer 2 ethtool flow rules
` [PATCH net-next 07/11] virtio_net: Use existing classifier if possible
` [PATCH net-next 08/11] virtio_net: Implement IPv4 ethtool flow rules
` [PATCH net-next 09/11] virtio_net: Add support for IPv6 ethtool steering
` [PATCH net-next 10/11] virtio_net: Add support for TCP and UDP ethtool rules
` [PATCH net-next 11/11] virtio_net: Add get ethtool flow rules ops
Questions about FUSE_NOTIFY_INVAL_ENTRY
2025-08-27 17:45 UTC (5+ messages)
[GIT PULL] virtio,vhost: fixes
2025-08-27 17:24 UTC (2+ messages)
[PATCH] drm/virtio: fix host visible memory detection in virtio-gpu
2025-08-27 14:17 UTC (5+ messages)
[PATCH RFC 00/35] mm: remove nth_page()
2025-08-27 9:43 UTC (51+ 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 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()
` update kernel-doc for MEMBLOCK_RSRV_NOINIT (was: Re: [PATCH RFC 10/35] mm/hugetlb: cleanup hugetlb_folio_init_tail_vmemmap())
` update kernel-doc for MEMBLOCK_RSRV_NOINIT
` [PATCH RFC 12/35] mm: limit folio/compound page sizes in problematic kernel configs
` [PATCH RFC 18/35] io_uring/zcrx: remove "struct io_copy_cache" and one nth_page() usage
` [PATCH RFC 21/35] mm/cma: refuse handing out non-contiguous page ranges
` [PATCH RFC 24/35] ata: libata-eh: drop nth_page() usage within SG entry
` [PATCH RFC 29/35] scsi: core: "
` [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] vsock/test: Remove redundant semicolons
2025-08-27 7:45 UTC (4+ messages)
[PATCH v3 0/3] arm-smmu: select suitable MSI IOVA
2025-08-26 22:19 UTC (10+ messages)
` [PATCH v3 2/3] iommu/of: fix device tree configuration for PCI devices
[PATCH] MAINTAINERS, mailmap: Update address for Peter Hilber
2025-08-26 13:00 UTC
[PATCH V6 0/9] Refine virtio mapping API
2025-08-26 11:30 UTC (3+ messages)
[PATCH 0/6] Add multiple address spaces support to VDUSE
2025-08-26 11:27 UTC (7+ messages)
` [PATCH 1/6] vduse: add v1 API definition
` [PATCH 2/6] vduse: add vq group support
` [PATCH 3/6] vduse: return internal vq group struct as map token
` [PATCH 4/6] vduse: create vduse_as to make it an array
` [PATCH 5/6] vduse: add vq group asid support
` [PATCH 6/6] vduse: bump version number
[PATCH 0/6] x86/msr: let paravirt inline rdmsr/wrmsr instructions
2025-08-26 10:39 UTC (8+ messages)
` [PATCH 5/6] x86/paravirt: Switch MSR access pv_ops functions to instruction interfaces
[PATCH 11/11] tools headers: Sync uapi/linux/vhost.h with the kernel source
2025-08-26 7:38 UTC (2+ messages)
[PATCH] virtio_input: Improve freeze handling
2025-08-25 2:04 UTC (2+ messages)
` [PATCH V2 RESEND] "
[PATCH RFC 07/35] mm/memremap: reject unreasonable folio/compound page sizes in memremap_pages()
2025-08-22 17:09 UTC (2+ messages)
[PATCH RFC 06/35] mm/page_alloc: reject unreasonable folio/compound page sizes in alloc_contig_range_noprof()
2025-08-22 17:07 UTC (2+ messages)
[PATCH v2] iommu/virtio: Make instance lookup robust
2025-08-22 6:43 UTC (2+ messages)
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).