Linux Virtualization
[Prev Page][Next Page]
- [PATCH 06/33] virtio_ring: introduce virtqueue_reset(), (continued)
- [PATCH 11/33] virtio_net: rename free_old_xmit_skbs to free_old_xmit, Xuan Zhuo
- [PATCH 07/33] virtio_ring: add api virtio_dma_map() for advance dma, Xuan Zhuo
- [PATCH 10/33] xsk: support virtio DMA map, Xuan Zhuo
- [PATCH 13/33] virtio_net: virtnet_poll_tx support rescheduled, Xuan Zhuo
- [PATCH 08/33] virtio_ring: introduce dma sync api for virtio, Xuan Zhuo
- [PATCH 12/33] virtio_net: unify the code for recycling the xmit ptr, Xuan Zhuo
- [PATCH 16/33] virtio_net: introduce virtnet_xdp_handler() to seprate the logic of run xdp, Xuan Zhuo
- [PATCH 15/33] virtio_net: move to virtio_net.h, Xuan Zhuo
- [PATCH 19/33] virtio_net: introduce virtnet_tx_reset(), Xuan Zhuo
- [PATCH 18/33] virtio_net: receive_merageable() use virtnet_xdp_handler(), Xuan Zhuo
- [PATCH 14/33] virtio_net: independent directory, Xuan Zhuo
- [PATCH 17/33] virtio_net: receive_small() use virtnet_xdp_handler(), Xuan Zhuo
- [PATCH 20/33] virtio_net: xsk: introduce virtnet_rq_bind_xsk_pool(), Xuan Zhuo
- [PATCH 22/33] virtio_net: xsk: introduce xsk disable, Xuan Zhuo
- [PATCH 21/33] virtio_net: xsk: introduce virtnet_xsk_pool_enable(), Xuan Zhuo
- [PATCH 23/33] virtio_net: xsk: support xsk setup, Xuan Zhuo
- [PATCH 24/33] virtio_net: xsk: stop disable tx napi, Xuan Zhuo
- [PATCH 26/33] virtio_net: virtnet_sq_free_unused_buf() check xsk buffer, Xuan Zhuo
- [PATCH 25/33] virtio_net: xsk: __free_old_xmit distinguishes xsk buffer, Xuan Zhuo
- [PATCH 30/33] virtio_net: xsk: tx: support wakeup, Xuan Zhuo
- [PATCH 29/33] virtio_net: xsk: tx: support tx, Xuan Zhuo
[PATCH 27/33] virtio_net: virtnet_rq_free_unused_buf() check xsk buffer, Xuan Zhuo
[PATCH 28/33] net: introduce napi_tx_raise(), Xuan Zhuo
[PATCH 31/33] virtio_net: xsk: tx: auto wakeup when free old xmit, Xuan Zhuo
[PATCH 32/33] virtio_net: xsk: rx: introduce add_recvbuf_xsk(), Xuan Zhuo
[PATCH 33/33] virtio_net: xsk: rx: introduce receive_xsk() to recv xsk buffer, Xuan Zhuo
Re: [PATCH 00/33] virtio-net: support AF_XDP zero copy, Michael S. Tsirkin
Re: [PATCH 00/33] virtio-net: support AF_XDP zero copy, Xuan Zhuo
Re: [PATCH 00/33] virtio-net: support AF_XDP zero copy, Paolo Abeni
[PATCH] tools/virtio: enable to build with retpoline, Shunsuke Mie
[PATCH] vringh: fix a typo in comments for vringh_kiov, Shunsuke Mie
[RFC PATCH v2 0/7] Introduce a vringh accessor for IO memory,
Shunsuke Mie
[PATCH 0/2] virtio-net: close() to follow mirror of open(),
Parav Pandit via Virtualization
RE: [PATCH v2 3/6] Drivers: hv: vmbus: Convert acpi_device to platform_device, Michael Kelley (LINUX) via Virtualization
RE: [PATCH v2 2/6] Drivers: hv: allow non ACPI compilation for hv_is_hibernation_supported,
Michael Kelley (LINUX) via Virtualization
Re: [PATCH v2 6/6] Driver: VMBus: Add device tree support,
Rob Herring
[GIT PULL] virtio,vhost,vdpa: fixes,
Michael S. Tsirkin
[PATCH] vhost-vdpa: print error when vhost_vdpa_alloc_domain fails,
Alvaro Karsz
Re: [PATCH v2 0/6] Device tree support for Hyper-V VMBus driver,
Rob Herring
[PATCH v2 0/7] features provisioning fixes and mlx5_vdpa support,
Si-Wei Liu
[PATCH v2 4/7] virtio: VIRTIO_DEVICE_F_MASK for all per-device features, Si-Wei Liu
[PATCH v2 5/7] vdpa: validate device feature provisioning against supported class, Si-Wei Liu
[PATCH v2 7/7] vdpa/mlx5: support device features provisioning, Si-Wei Liu
Re: [PATCH v2 4/6] dt-bindings: hypervisor: Rename virtio to hypervisor, Rob Herring
Re: [PATCH][next] vdpa: Fix a couple of spelling mistakes in some messages, Jason Wang
[PATCH 0/6] features provisioning fixes and mlx5_vdpa support,
Si-Wei Liu
[PATCH 2/6] vdpa: conditionally read STATUS in config space, Si-Wei Liu
[PATCH 4/6] virtio: VIRTIO_DEVICE_F_MASK for all per-device features, Si-Wei Liu
[PATCH 3/6] vdpa: validate provisioned device features against specified attribute, Si-Wei Liu
[PATCH 5/6] vdpa: validate device feature provisioning against supported class, Si-Wei Liu
[PATCH 6/6] vdpa/mlx5: support device features provisioning, Si-Wei Liu
<Possible follow-ups>
[PATCH 0/6] features provisioning fixes and mlx5_vdpa support, Si-Wei Liu
Re: [PATCH] vhost-scsi: convert sysfs snprintf and sprintf to sysfs_emit, Stefan Hajnoczi
Re: [PATCH 7/9] tools/virtio: use canonical ftrace path, Michael S. Tsirkin
Re: [PATCH 0/9] use canonical ftrace path whenever possible, Michael S. Tsirkin
add bvec initialization helpers,
Christoph Hellwig
[PATCH 02/23] block: add a bvec_set_folio helper, Christoph Hellwig
[PATCH 03/23] block: add a bvec_set_virt helper, Christoph Hellwig
[PATCH 04/23] sd: factor out a sd_set_special_bvec helper, Christoph Hellwig
[PATCH 07/23] nvme: use bvec_set_virt to initialize special_vec, Christoph Hellwig
[PATCH 05/23] target: use bvec_set_page to initialize bvecs, Christoph Hellwig
[PATCH 09/23] virtio_blk: use bvec_set_virt to initialize special_vec, Christoph Hellwig
[PATCH 06/23] nvmet: use bvec_set_page to initialize bvecs, Christoph Hellwig
[PATCH 08/23] rbd: use bvec_set_page to initialize the copy up bvec, Christoph Hellwig
[PATCH 11/23] afs: use bvec_set_folio to initialize a bvec, Christoph Hellwig
[PATCH 10/23] zram: use bvec_set_page to initialize bvecs, Christoph Hellwig
[PATCH 13/23] cifs: use bvec_set_page to initialize bvecs, Christoph Hellwig
[PATCH 18/23] io_uring: use bvec_set_page to initialize a bvec, Christoph Hellwig
[PATCH 16/23] orangefs: use bvec_set_{page, folio} to initialize bvecs, Christoph Hellwig
[PATCH 15/23] nfs: use bvec_set_page to initialize bvecs, Christoph Hellwig
[PATCH 14/23] coredump: use bvec_set_page to initialize a bvec, Christoph Hellwig
[PATCH 19/23] swap: use bvec_set_page to initialize bvecs, Christoph Hellwig
[PATCH 17/23] splice: use bvec_set_page to initialize a bvec, Christoph Hellwig
[PATCH 21/23] sunrpc: use bvec_set_page to initialize bvecs, Christoph Hellwig
[PATCH 12/23] ceph: use bvec_set_page to initialize a bvec, Christoph Hellwig
[PATCH 22/23] vring: use bvec_set_page to initialize a bvec, Christoph Hellwig
[PATCH 23/23] net-ceph: use bvec_set_page to initialize bvecs, Christoph Hellwig
[PATCH 20/23] rxrpc: use bvec_set_page to initialize a bvec, Christoph Hellwig
Re: [PATCH 20/23] rxrpc: use bvec_set_page to initialize a bvec, David Howells
Re: [PATCH 01/23] block: factor out a bvec_set_page helper, David Howells
Re: [PATCH 20/23] rxrpc: use bvec_set_page to initialize a bvec, David Howells
Re: [PATCH 11/23] afs: use bvec_set_folio to initialize a bvec, David Howells
Re: RFC: VDPA Interrupt vector distribution,
Jason Wang
Re: [PATCH v3 2/2] vdpasim: support doorbell mapping,
Jason Wang
Re: [PATCH v3 1/2] vdpa: support specify the pgprot of vq notification area, Jason Wang
Re: [PATCH] vhost/vdpa: Add MSI translation tables to iommu for software-managed MSI,
Jason Wang
[PATCH] x86/hotplug: Remove incorrect comment about mwait_play_dead(),
Srivatsa S. Bhat
[PATCH v3 0/2] virtio_net: vdpa: update MAC address when it is generated by virtio-net,
Laurent Vivier
Re: [PATCH] drm/virtio: exbuf->fence_fd unmodified on interrupted wait, Rob Clark
Re: [PATCH 0/2] Fix expected set_vq_state behavior on vdpa_sim, Michael S. Tsirkin
Re: [PATCH v10 00/11] Add generic memory shrinker to VirtIO-GPU and Panfrost DRM drivers,
Gerd Hoffmann
<Possible follow-ups>
Re: [PATCH v10 00/11] Add generic memory shrinker to VirtIO-GPU and Panfrost DRM drivers, Thomas Zimmermann
Re: [PATCH v10 10/11] drm/virtio: Support memory shrinking, Gerd Hoffmann
[PATCH v2 0/9] A few more cpuidle vs rcu fixes,
Peter Zijlstra
- [PATCH v2 1/9] drivers: firmware: psci: Dont instrument suspend code, Peter Zijlstra
- [PATCH v2 6/9] x86/pvclock: improve atomic update of last_value in pvclock_clocksource_read, Peter Zijlstra
- [PATCH v2 2/9] bug: Disable rcu_is_watching() during WARN/BUG, Peter Zijlstra
- [PATCH v2 5/9] x86: Always inline arch_atomic64, Peter Zijlstra
- [PATCH v2 9/9] cpuidle: Fix poll_idle() noinstr annotation, Peter Zijlstra
- [PATCH v2 3/9] tracing: Warn about !rcu_is_watching(), Peter Zijlstra
- [PATCH v2 4/9] tracing, preempt: Squash _rcuidle tracing, Peter Zijlstra
- [PATCH v2 8/9] sched/clock: Make local_clock() noinstr, Peter Zijlstra
- [PATCH v2 7/9] x86: Mark sched_clock() noinstr, Peter Zijlstra
Re: [PATCH v10 06/11] drm/shmem-helper: Don't use vmap_use_count for dma-bufs,
Gerd Hoffmann
<Possible follow-ups>
Re: [PATCH v10 06/11] drm/shmem-helper: Don't use vmap_use_count for dma-bufs, Thomas Zimmermann
Re: [PATCH v10 05/11] drm/shmem: Switch to use drm_* debug helpers,
Gerd Hoffmann
Re: [PATCH v3 00/10] Let iommufd charge IOPTE allocations to the memory cgroup, Joerg Roedel
Re: [PATCH v2 1/6] mm: introduce vma->vm_flags modifier functions,
Peter Zijlstra
<Possible follow-ups>
Re: [PATCH v2 1/6] mm: introduce vma->vm_flags modifier functions, Matthew Wilcox
Re: [PATCH v2 1/6] mm: introduce vma->vm_flags modifier functions, Matthew Wilcox
[linux-next:master] BUILD REGRESSION a54df7622717a40ddec95fd98086aff8ba7839a6,
kernel test robot
Re: [PATCH 2/2] vhost: check for pending livepatches from vhost worker kthreads,
Petr Mladek via Virtualization
Re: [RFC PATCH 01/19] mm: Introduce vm_account,
Christoph Hellwig
Re: [RFC PATCH 02/19] drivers/vhost: Convert to use vm_account, Michael S. Tsirkin
[PATCH 0/6] A few cpuidle vs rcu fixes,
Peter Zijlstra
[PATCH 4/6] x86: Mark sched_clock() noinstr, Peter Zijlstra
[PATCH 2/6] x86/pvclock: improve atomic update of last_value in pvclock_clocksource_read, Peter Zijlstra
[PATCH 6/6] cpuidle: Fix poll_idle() noinstr annotation, Peter Zijlstra
Re: [PATCH 0/6] A few cpuidle vs rcu fixes, Mark Rutland
Re: [PATCH 0/6] A few cpuidle vs rcu fixes, Mark Rutland
[linux-next:master] BUILD REGRESSION 691781f561e9868a94c3ed7daf4adad7f8af5d16, kernel test robot
[PATCH v2 0/1] virtio_net: vdpa: update MAC address when it is generated by virtio-net,
Laurent Vivier
[PATCH net-next] virtio-net: Reduce debug name field size to 16 bytes, Parav Pandit via Virtualization
[PATCH 0/4] virtio_net: vdpa: update MAC address when it is generated by virtio-net,
Laurent Vivier
[PATCH 3/4] vdpa_sim_net: don't always set VIRTIO_NET_F_MAC, Laurent Vivier
[PATCH 4/4] virtio_net: fix virtnet_send_command() with vdpa_sim_net, Laurent Vivier
Re: [PATCH 0/4] virtio_net: vdpa: update MAC address when it is generated by virtio-net, Michael S. Tsirkin
Re: [PATCH 0/2] vhost: improve livepatch switching for heavily loaded vhost worker kthreads,
Michael S. Tsirkin
Message not available
Re: [PATCH v1 5/6] virtio_net: Guard against buffer length overflow in xdp_linearize_page(), Michael S. Tsirkin
Re: [PATCH v1 6/6] virtio_ring: Prevent bounds check bypass on descriptor index, Michael S. Tsirkin
Re: [PATCH v1 3/6] virtio 9p: Fix an overflow, Michael S. Tsirkin
Re: [PATCH v1 0/6] Harden a few virtio bits,
Michael S. Tsirkin
Re: [PATCH 2/2] virtio-rng: add sysfs entries for leak detection,
kernel test robot
Re: [PATCH 1/2] virtio-rng: implement entropy leak feature,
kernel test robot
Re: [PATCH v1 4/6] virtio console: Harden control message handling,
Greg Kroah-Hartman
Re: [PATCH v1 2/6] virtio console: Harden port adding,
Greg Kroah-Hartman
<Possible follow-ups>
Re: [PATCH v1 2/6] virtio console: Harden port adding, Michael S. Tsirkin
Re: [PATCH v1 1/6] virtio console: Harden multiport against invalid host input,
Greg Kroah-Hartman
<Possible follow-ups>
Re: [PATCH v1 1/6] virtio console: Harden multiport against invalid host input, Michael S. Tsirkin
Re: [PATCH RFC 0/3] vsock: add support for sockmap, Stefano Garzarella
Re: [PATCH RFC 3/3] selftests/bpf: Add a test case for vsock sockmap, Stefano Garzarella
Re: [PATCH RFC 2/3] selftests/bpf: add vsock to vmtest.sh, Stefano Garzarella
Re: [PATCH RFC 1/3] vsock: support sockmap,
Stefano Garzarella
<Possible follow-ups>
Re: [PATCH RFC 1/3] vsock: support sockmap, Cong Wang
[PATCH V2] vhost-scsi: unbreak any layout for response,
Jason Wang
[PATCH V2 0/5] virtio_ring: per virtqueue DMA device,
Jason Wang
RE: [PATCH v2 08/10] iommu/intel: Use GFP_KERNEL in sleepable contexts, Tian, Kevin
RE: [PATCH v2 07/10] iommu/intel: Support the gfp argument to the map_pages op, Tian, Kevin
RE: [PATCH v2 06/10] iommu/intel: Add a gfp parameter to alloc_pgtable_page(), Tian, Kevin
RE: [PATCH v2 05/10] iommufd: Use GFP_KERNEL_ACCOUNT for iommu_map(), Tian, Kevin
RE: [PATCH v2 04/10] iommu/dma: Use the gfp parameter in __iommu_dma_alloc_noncontiguous(),
Tian, Kevin
RE: [PATCH v2 03/10] iommu: Add a gfp parameter to iommu_map_sg(), Tian, Kevin
RE: [PATCH v2 02/10] iommu: Remove iommu_map_atomic(), Tian, Kevin
RE: [PATCH v2 01/10] iommu: Add a gfp parameter to iommu_map(), Tian, Kevin
Re: [PATCH 2/2] vringh: fetch used_idx from vring at vringh_init_iotlb,
Jason Wang
<Possible follow-ups>
Re: [PATCH 2/2] vringh: fetch used_idx from vring at vringh_init_iotlb, Michael S. Tsirkin
Re: [PATCH 1/2] vdpa_sim: not reset state in vdpasim_queue_ready,
Jason Wang
[linux-next:master] BUILD REGRESSION f3381a7baf5ccbd091eb2c4fd2afd84266fcef24, kernel test robot
Re: [RFC] memory pressure detection in VMs using PSI mechanism for dynamically inflating/deflating VM memory,
David Hildenbrand
Re: [PATCH 0/5] Harden a few virtio drivers, Michael S. Tsirkin
[PATCH 0/2] vhost/net: Clear the pending messages when the backend is removed,
Eric Auger
[PATCH net V3] virtio-net: correctly enable callback during start_xmit,
Jason Wang
RE: [PATCH 7/8] iommu/intel: Support the gfp argument to the map_pages op, Tian, Kevin
RE: [PATCH 6/8] iommu/intel: Add a gfp parameter to alloc_pgtable_page(),
Tian, Kevin
[PATCH net-next v2] virtio_net: Reuse buffer free function,
Parav Pandit via Virtualization
Re: [PATCH net-next v10] virtio/vsock: replace virtio_vsock_pkt with sk_buff,
Stefano Garzarella
[PATCH v2] x86/hotplug: Do not put offline vCPUs in mwait idle state,
Srivatsa S. Bhat
Virtio-blk extended lifetime feature, Alvaro Karsz
[PATCH net-next 0/2] Small packet processing handling changes,
Parav Pandit via Virtualization
Re: [PATCH v6 3/4] vhost-vdpa: uAPI to resume the device, Stefano Garzarella
Re: [PATCH v6 2/4] vhost-vdpa: Introduce RESUME backend feature bit, Stefano Garzarella
Re: [PATCH v6 1/4] vdpa: Add resume operation, Stefano Garzarella
Re: [PATCH v6 4/4] vdpa_sim: Implement resume vdpa op,
Jason Wang
[PATCH v3 00/51] cpuidle,rcu: Clean up the mess,
Peter Zijlstra
- [PATCH v3 24/51] arm64,smp: Remove trace_.*_rcuidle() usage, Peter Zijlstra
- [PATCH v3 05/51] cpuidle,riscv: Push RCU-idle into driver, Peter Zijlstra
- [PATCH v3 03/51] cpuidle/poll: Ensure IRQ state is invariant, Peter Zijlstra
- [PATCH v3 32/51] cpuidle,acpi: Make noinstr clean, Peter Zijlstra
- [PATCH v3 06/51] cpuidle,tegra: Push RCU-idle into driver, Peter Zijlstra
- [PATCH v3 36/51] cpuidle,omap3: Use WFI for omap3_pm_idle(), Peter Zijlstra
- [PATCH v3 38/51] cpuidle, omap4: Push RCU-idle into omap4_enter_lowpower(), Peter Zijlstra
- [PATCH v3 42/51] ubsan: Fix objtool UACCESS warns, Peter Zijlstra
- [PATCH v3 28/51] cpuidle,mwait: Make noinstr clean, Peter Zijlstra
- [PATCH v3 04/51] cpuidle: Move IRQ state validation, Peter Zijlstra
- [PATCH v3 23/51] arm,smp: Remove trace_.*_rcuidle() usage, Peter Zijlstra
- [PATCH v3 33/51] trace: Remove trace_hardirqs_{on,off}_caller(), Peter Zijlstra
- [PATCH v3 11/51] cpuidle,omap4: Push RCU-idle into driver, Peter Zijlstra
- [PATCH v3 07/51] cpuidle,psci: Push RCU-idle into driver, Peter Zijlstra
- [PATCH v3 27/51] cpuidle, sched: Remove annotations from TIF_{POLLING_NRFLAG, NEED_RESCHED}, Peter Zijlstra
- [PATCH v3 15/51] acpi_idle: Remove tracing, Peter Zijlstra
- [PATCH v3 21/51] arch/idle: Change arch_cpu_idle() IRQ behaviour, Peter Zijlstra
- [PATCH v3 08/51] cpuidle,imx6: Push RCU-idle into driver, Peter Zijlstra
- [PATCH v3 30/51] cpuidle,xenpv: Make more PARAVIRT_XXL noinstr clean, Peter Zijlstra
- [PATCH v3 17/51] objtool/idle: Validate __cpuidle code as noinstr, Peter Zijlstra
- [PATCH v3 43/51] intel_idle: Add force_irq_on module param, Peter Zijlstra
- [PATCH v3 10/51] cpuidle,armada: Push RCU-idle into driver, Peter Zijlstra
- [PATCH v3 14/51] cpuidle, cpu_pm: Remove RCU fiddling from cpu_pm_{enter, exit}(), Peter Zijlstra
- [PATCH v3 18/51] cpuidle, intel_idle: Fix CPUIDLE_FLAG_IRQ_ENABLE *again*, Peter Zijlstra
- [PATCH v3 01/51] x86/perf/amd: Remove tracing from perf_lopwr_cb(), Peter Zijlstra
- [PATCH v3 46/51] arm64,riscv,perf: Remove RCU_NONIDLE() usage, Peter Zijlstra
- [PATCH v3 12/51] cpuidle,dt: Push RCU-idle into driver, Peter Zijlstra
- [PATCH v3 16/51] cpuidle: Annotate poll_idle(), Peter Zijlstra
- [PATCH v3 25/51] printk: Remove trace_.*_rcuidle() usage, Peter Zijlstra
- [PATCH v3 02/51] x86/idle: Replace x86_idle with a static_call, Peter Zijlstra
- [PATCH v3 45/51] sched: Always inline __this_cpu_preempt_check(), Peter Zijlstra
- [PATCH v3 13/51] cpuidle: Fix ct_idle_*() usage, Peter Zijlstra
- [PATCH v3 20/51] cpuidle,intel_idle: Fix CPUIDLE_FLAG_IBRS, Peter Zijlstra
- [PATCH v3 39/51] arm,omap2: Use WFI for omap2_pm_idle(), Peter Zijlstra
- [PATCH v3 09/51] cpuidle,omap3: Push RCU-idle into driver, Peter Zijlstra
- [PATCH v3 35/51] trace,hardirq: No moar _rcuidle() tracing, Peter Zijlstra
[PATCH v3 34/51] trace: WARN on rcuidle, Peter Zijlstra
[PATCH v3 22/51] x86/tdx: Remove TDX_HCALL_ISSUE_STI, Peter Zijlstra
[PATCH v3 19/51] cpuidle,intel_idle: Fix CPUIDLE_FLAG_INIT_XSTATE, Peter Zijlstra
[PATCH v3 31/51] cpuidle,nospec: Make noinstr clean, Peter Zijlstra
[PATCH v3 49/51] cpuidle, arch: Mark all regular cpuidle_state::enter methods __cpuidle, Peter Zijlstra
[PATCH v3 47/51] cpuidle: Ensure ct_cpuidle_enter() is always called from noinstr/__cpuidle, Peter Zijlstra
[PATCH v3 48/51] cpuidle, arch: Mark all ct_cpuidle_enter() callers __cpuidle, Peter Zijlstra
[PATCH v3 41/51] cpuidle,clk: Remove trace_.*_rcuidle(), Peter Zijlstra
[PATCH v3 37/51] cpuidle,omap3: Push RCU-idle into omap_sram_idle(), Peter Zijlstra
[PATCH v3 44/51] entry, kasan, x86: Disallow overriding mem*() functions, Peter Zijlstra
[PATCH v3 40/51] cpuidle,powerdomain: Remove trace_.*_rcuidle(), Peter Zijlstra
[PATCH v3 29/51] cpuidle,tdx: Make tdx noinstr clean, Peter Zijlstra
[PATCH v3 50/51] cpuidle: Comments about noinstr/__cpuidle, Peter Zijlstra
[PATCH v3 51/51] context_tracking: Fix noinstr vs KASAN, Peter Zijlstra
[PATCH v3 26/51] time/tick-broadcast: Remove RCU_NONIDLE usage, Peter Zijlstra
Re: [PATCH v3 00/51] cpuidle,rcu: Clean up the mess, Mark Rutland
[PATCH] x86/paravirt: merge activate_mm and dup_mmap callbacks,
Juergen Gross via Virtualization
CISTI'2023 - 18th Iberian Conference on Information Systems and Technologies, CISTI-2023
[PATCH v2 11/16] virtio: move dev_to_virtio() to use container_of_const(), Greg Kroah-Hartman
Re: [PATCH net-next v7 4/4] test/vsock: vsock_perf utility,
Stefano Garzarella
Re: [PATCH] vhost: remove unused paramete, Stefano Garzarella
[PATCH 0/5] virtio_ring: per virtqueue DMA device,
Jason Wang
[PATCH 2/5] vdpa: introduce get_vq_dma_device(), Jason Wang
[PATCH 3/5] virtio-vdpa: support per vq dma device, Jason Wang
[PATCH 4/5] vdpa: set dma mask for vDPA device, Jason Wang
[PATCH 5/5] vdpa: mlx5: support per virtqueue dma device, Jason Wang
Message not available
[PATCH] vhost-scsi: unbreak any layout for response,
Jason Wang
[PATCH v9 0/3] virtio: vdpa: new SolidNET DPU driver,
Alvaro Karsz
Re: [PATCH net-next v6 4/4] test/vsock: vsock_perf utility, Paolo Abeni
Re: [PATCH net-next v9] virtio/vsock: replace virtio_vsock_pkt with sk_buff,
Paolo Abeni
[PATCH v2] tools/virtio: fix the vringh test for virtio ring changes, Shunsuke Mie
Re: [PATCH] vhost-test: remove meaningless debug info, Jason Wang
[PATCH v8 3/3] virtio: vdpa: new SolidNET DPU driver., Alvaro Karsz
[PATCH v8 2/3] PCI: Avoid FLR for SolidRun SNET DPU rev 1, Alvaro Karsz
[PATCH v8 1/3] PCI: Add SolidRun vendor ID,
Alvaro Karsz
[PATCH v8 0/3] virtio: vdpa: new SolidNET DPU driver, Alvaro Karsz
[PATCH v7] virtio: vdpa: new SolidNET DPU driver., Alvaro Karsz
Re: [PATCH 1/8] iommu: Add a gfp parameter to iommu_map(),
Robin Murphy
[bug report] vdpa/mlx5: Add RX counters to debugfs, Dan Carpenter
Re: [PATCH -next] vdpa/mlx5: fix check wrong pointer in mlx5_vdpa_add_mac_vlan_rules(),
Michael S. Tsirkin
<Possible follow-ups>
Re: [PATCH -next] vdpa/mlx5: fix check wrong pointer in mlx5_vdpa_add_mac_vlan_rules(), Jason Wang
Re: [PATCH 0/2] net/af_packet: Fix kernel BUG in __skb_gso_segment, Greg KH
[PATCH] virtio: vdpa: fix kernel warning in snet_vdpa_remove_vf,
Alvaro Karsz
[PATCH v2 2/3] PCI: Avoid FLR for SolidRun SNET DPU rev 1, Alvaro Karsz
[PATCH v2 1/3] PCI: Add SolidRun vendor ID, Alvaro Karsz
Re: [PATCH v3] vp_vdpa: harden the logic of set status,
Michael S. Tsirkin
Re: [syzbot] kernel BUG in vhost_vsock_handle_tx_kick,
Cong Wang
Re: [syzbot] possible deadlock in rds_message_put, Jason Wang
[GIT PULL v2] virtio,vhost,vdpa: fixes, cleanups,
Michael S. Tsirkin
[PATCH 6.1 0981/1146] blk-mq: avoid double ->queue_rq() because of early timeout, Greg Kroah-Hartman
[PATCH 6.0 0919/1073] blk-mq: avoid double ->queue_rq() because of early timeout, Greg Kroah-Hartman
Re: [PATCH] vdpa: ifcvf: Do proper cleanup if IFCVF init fails,
Jason Wang
[RFC PATCH 0/6] Introduce a vringh accessor for IO memory,
Shunsuke Mie
[linux-next:master] BUILD REGRESSION c76083fac3bae1a87ae3d005b5cb1cbc761e31d5, kernel test robot
[PATCH 0/4] virtio-net: don't busy poll for cvq command,
Jason Wang
[PATCH 2/4] virtio_ring: switch to use BAD_RING(), Jason Wang
[PATCH 3/4] virtio_ring: introduce a per virtqueue waitqueue, Jason Wang
[PATCH 4/4] virtio-net: sleep instead of busy waiting for cvq command, Jason Wang
Re: [PATCH] virtio_balloon: high order allocation,
David Hildenbrand
[PATCH] vdpa_sim: get rid of DMA ops,
Jason Wang
[PATCH V3 0/4] Vendor stats support in vdpasim_net,
Jason Wang
[GIT PULL] virtio,vhost,vdpa: features, fixes, cleanups,
Michael S. Tsirkin
- Re: [GIT PULL] virtio,vhost,vdpa: features, fixes, cleanups, Linus Torvalds
- Re: [GIT PULL] virtio,vhost,vdpa: features, fixes, cleanups, Michael S. Tsirkin
- Re: [GIT PULL] virtio,vhost,vdpa: features, fixes, cleanups, Michael S. Tsirkin
- Re: [GIT PULL] virtio,vhost,vdpa: features, fixes, cleanups, Linus Torvalds
- <Possible follow-ups>
- [GIT PULL] virtio,vhost,vdpa: features, fixes, cleanups, Michael S. Tsirkin
[PATCH] virtio_blk: mark all zone fields LE,
Michael S. Tsirkin
[RFC PATCH 0/4] virtio-net: don't busy poll for cvq command,
Jason Wang
[PATCH V2 0/4] Vendor stats support in vdpasim_net,
Jason Wang
[PATCH V2 3/4] vdpa_sim: support vendor statistics, Jason Wang
[PATCH V2 4/4] vdpa_sim_net: vendor satistics, Jason Wang
[mst-vhost:vhost 4/58] drivers/block/virtio_blk.c:598:25: sparse: sparse: cast from restricted __virtio64, kernel test robot
Re: [PATCH v2] virtio-blk: avoid kernel panic on VIRTIO_BLK_F_ZONED check, Michael S. Tsirkin
[PATCH] virtio_net: send notification coalescing command only if value changed,
Alvaro Karsz
[Index of Archives]
[KVM]
[CentOS Virtualization]
[Kernel]
[Kernel Announce]
[Kernel Newbies]
[IETF Annouce]
[Security]
[Netfilter]
[Bugtraq]