Linux KVM
[Prev Page][Next Page]
[Bug 216867] New: KVM instruction emulation breaks LOCK instruction atomicity when CMPXCHG fails,
bugzilla-daemon
[PATCH v2 0/2] Fix check in amx_test,
Aaron Lewis
[PATCH] KVM: nSVM: clarify recalc_intercepts() wrt CR8,
Paolo Bonzini
[GIT PULL] KVM fixes for Linux 6.2-rc2,
Paolo Bonzini
[PATCH v2] KVM: move KVM_CAP_DEVICE_CTRL to the generic check,
Wei Wang
[PATCH v1] KVM: destruct kvm_io_device while unregistering it from kvm_io_bus,
Wei Wang
[PATCH vfio 0/6] Move to use cgroups for userspace persistent allocations,
Yishai Hadas
[RESEND PATCH v2] KVM: use unified srcu interface function,
flyingpeng(彭浩)
[PATCH] Convert backwards goto into a while loop,
Shachar Raindel
[V4 PATCH 0/4] Execute hypercalls according to host cpu,
Vishal Annapurve
Re: [PATCH v1 10/12] virtio-mem: Fix typo in virito_mem_intersect_memory_section() function name,
Philippe Mathieu-Daudé
[PATCH] Documentation: kvm: clarify SRCU locking order,
Paolo Bonzini
[PATCH] KVM: x86: fix deadlock for KVM_XEN_EVTCHN_RESET,
Paolo Bonzini
[PATCH] KVM: selftests: Assert that XSAVE supports XTILE in amx_test,
Aaron Lewis
[PATCH] KVM: x86: Remove the second definition of pr_fmt in hyperv.c,
Aaron Lewis
[PATCH 0/3] Clean up AMX cpuid bits XTILE_CFG and XTILE_DATA,
Aaron Lewis
[RFC PATCH 0/6] Introduce a vringh accessor for IO memory,
Shunsuke Mie
VFIO-PCI stopped working on pc64le,
Timothy Pearson
[PATCH 0/3] KVM: x86/pmu: Fix accesses to PMU MSRs in two corner cases,
Like Xu
[kvm-unit-tests PATCH 0/2] x86/pmu: Add TSX testcase and fix force_emulation_prefix,
Like Xu
[PATCH v2] KVM: use unified srcu interface function,
Hao Peng
[PATCH] KVM: x86/xen: Fix SRCU/RCU usage in readers of evtchn_ports,
Paolo Bonzini
[PATCH] vfio_iommu_type1: increase the validity check of function parameters,
Li kunyu
[PATCH 00/27] drm/i915/gvt: KVM: KVMGT fixes and page-track cleanups,
Sean Christopherson
- [PATCH 02/27] KVM: x86/mmu: Factor out helper to get max mapping size of a memslot,
Sean Christopherson
- [PATCH 04/27] drm/i915/gvt: Verify VFIO-pinned page is THP when shadowing 2M gtt entry,
Sean Christopherson
- [PATCH 01/27] drm/i915/gvt: Verify pfn is "valid" before dereferencing "struct page",
Sean Christopherson
- [PATCH 03/27] drm/i915/gvt: Incorporate KVM memslot info into check for 2MiB GTT entry,
Sean Christopherson
- [PATCH 08/27] drm/i915/gvt: Hoist acquisition of vgpu_lock out to kvmgt_page_track_write(),
Sean Christopherson
- [PATCH 11/27] KVM: x86/mmu: Don't bounce through page-track mechanism for guest PTEs,
Sean Christopherson
- [PATCH 06/27] drm/i915/gvt: Don't rely on KVM's gfn_to_pfn() to query possible 2M GTT,
Sean Christopherson
- [PATCH 07/27] drm/i915/gvt: Use an "unsigned long" to iterate over memslot gfns,
Sean Christopherson
- [PATCH 10/27] KVM: x86/mmu: Don't rely on page-track mechanism to flush on memslot change,
Sean Christopherson
- [PATCH 09/27] drm/i915/gvt: Protect gfn hash table with dedicated mutex,
Sean Christopherson
- [PATCH 05/27] drm/i915/gvt: Put the page reference obtained by KVM's gfn_to_pfn(),
Sean Christopherson
- [PATCH 12/27] KVM: drm/i915/gvt: Drop @vcpu from KVM's ->track_write() hook,
Sean Christopherson
- [PATCH 14/27] drm/i915/gvt: Don't bother removing write-protection on to-be-deleted slot,
Sean Christopherson
- [PATCH 13/27] KVM: x86: Reject memslot MOVE operations if KVMGT is attached,
Sean Christopherson
- [PATCH 16/27] drm/i915/gvt: switch from ->track_flush_slot() to ->track_remove_region(),
Sean Christopherson
- [PATCH 15/27] KVM: x86: Add a new page-track hook to handle memslot deletion,
Sean Christopherson
- [PATCH 20/27] KVM: x86/mmu: Drop infrastructure for multiple page-track modes,
Sean Christopherson
- [PATCH 25/27] KVM: x86/mmu: Handle KVM bookkeeping in page-track APIs, not callers,
Sean Christopherson
- [PATCH 17/27] KVM: x86: Remove the unused page-track hook track_flush_slot(),
Sean Christopherson
- [PATCH 21/27] KVM: x86/mmu: Rename page-track APIs to reflect the new reality,
Sean Christopherson
- [PATCH 18/27] KVM: x86/mmu: Move KVM-only page-track declarations to internal header,
Sean Christopherson
- [PATCH 27/27] drm/i915/gvt: Drop final dependencies on KVM internal details,
Sean Christopherson
- [PATCH 22/27] KVM: x86/mmu: Assert that correct locks are held for page write-tracking,
Sean Christopherson
- [PATCH 26/27] KVM: x86/mmu: Add page-track API to query if a gfn is valid,
Sean Christopherson
- [PATCH 19/27] KVM: x86/mmu: Use page-track notifiers iff there are external users,
Sean Christopherson
- [PATCH 24/27] KVM: x86/mmu: Drop @slot param from exported/external page-track APIs,
Sean Christopherson
- [PATCH 23/27] KVM: x86/mmu: Bug the VM if write-tracking is used but not enabled,
Sean Christopherson
- Re: [PATCH 00/27] drm/i915/gvt: KVM: KVMGT fixes and page-track cleanups,
Yan Zhao
[V3 PATCH 0/8] KVM: selftests: SEV: selftests for fd-based private memory,
Vishal Annapurve
[PATCH 5.15 0/2] Fix kvm selftest build failures in linux-5.15.y,
Tyler Hicks
[V3 PATCH 0/2] Execute hypercalls from guests according to cpu,
Vishal Annapurve
[RFC PATCH 0/2] Use-after-free in kvm_xen_eventfd_update(),
Michal Luczaj
- [RFC PATCH 2/2] KVM: x86/xen: Simplify eventfd IOCTLs,
Michal Luczaj
- [RFC PATCH 1/2] KVM: x86/xen: Fix use-after-free in kvm_xen_eventfd_update(),
Michal Luczaj
- Re: [RFC PATCH 1/2] KVM: x86/xen: Fix use-after-free in kvm_xen_eventfd_update(),
Paolo Bonzini
- Re: [RFC PATCH 1/2] KVM: x86/xen: Fix use-after-free in kvm_xen_eventfd_update(),
Michal Luczaj
- Re: [RFC PATCH 1/2] KVM: x86/xen: Fix use-after-free in kvm_xen_eventfd_update(),
Paolo Bonzini
- Re: [RFC PATCH 1/2] KVM: x86/xen: Fix use-after-free in kvm_xen_eventfd_update(),
Michal Luczaj
- Re: [RFC PATCH 1/2] KVM: x86/xen: Fix use-after-free in kvm_xen_eventfd_update(),
David Woodhouse
- Re: [RFC PATCH 1/2] KVM: x86/xen: Fix use-after-free in kvm_xen_eventfd_update(),
Paolo Bonzini
- Re: [RFC PATCH 1/2] KVM: x86/xen: Fix use-after-free in kvm_xen_eventfd_update(),
David Woodhouse
- Re: [RFC PATCH 1/2] KVM: x86/xen: Fix use-after-free in kvm_xen_eventfd_update(),
Paolo Bonzini
- Re: [RFC PATCH 1/2] KVM: x86/xen: Fix use-after-free in kvm_xen_eventfd_update(),
David Woodhouse
- Re: [RFC PATCH 1/2] KVM: x86/xen: Fix use-after-free in kvm_xen_eventfd_update(),
Michal Luczaj
- Re: [RFC PATCH 1/2] KVM: x86/xen: Fix use-after-free in kvm_xen_eventfd_update(),
Paolo Bonzini
- [PATCH 0/2] Fix deadlocks in kvm_vm_ioctl_set_msr_filter() and,
Michal Luczaj
- [PATCH 2/2] KVM: x86: Fix deadlock in kvm_vm_ioctl_set_pmu_event_filter(),
Michal Luczaj
- [PATCH 1/2] KVM: x86: Fix deadlock in kvm_vm_ioctl_set_msr_filter(),
Michal Luczaj
- Re: [PATCH 1/2] KVM: x86: Fix deadlock in kvm_vm_ioctl_set_msr_filter(),
Sean Christopherson
- Re: [PATCH 1/2] KVM: x86: Fix deadlock in kvm_vm_ioctl_set_msr_filter(),
Sean Christopherson
- Re: [PATCH 1/2] KVM: x86: Fix deadlock in kvm_vm_ioctl_set_msr_filter(),
Michal Luczaj
- Re: [PATCH 1/2] KVM: x86: Fix deadlock in kvm_vm_ioctl_set_msr_filter(),
Sean Christopherson
- Re: [PATCH 1/2] KVM: x86: Fix deadlock in kvm_vm_ioctl_set_msr_filter(),
Paolo Bonzini
- Re: [PATCH 1/2] KVM: x86: Fix deadlock in kvm_vm_ioctl_set_msr_filter(),
Sean Christopherson
- Re: [PATCH 1/2] KVM: x86: Fix deadlock in kvm_vm_ioctl_set_msr_filter(),
David Woodhouse
- Re: [PATCH 1/2] KVM: x86: Fix deadlock in kvm_vm_ioctl_set_msr_filter(),
Paolo Bonzini
- Re: [PATCH 1/2] KVM: x86: Fix deadlock in kvm_vm_ioctl_set_msr_filter(),
David Woodhouse
- Re: [PATCH 1/2] KVM: x86: Fix deadlock in kvm_vm_ioctl_set_msr_filter(),
David Woodhouse
- Re: [PATCH 1/2] KVM: x86: Fix deadlock in kvm_vm_ioctl_set_msr_filter(),
Sean Christopherson
- Re: [PATCH 1/2] KVM: x86: Fix deadlock in kvm_vm_ioctl_set_msr_filter(),
David Woodhouse
- Re: [PATCH 1/2] KVM: x86: Fix deadlock in kvm_vm_ioctl_set_msr_filter(),
David Woodhouse
- Re: [PATCH 1/2] KVM: x86: Fix deadlock in kvm_vm_ioctl_set_msr_filter(),
Paolo Bonzini
- Re: [PATCH 1/2] KVM: x86: Fix deadlock in kvm_vm_ioctl_set_msr_filter(),
David Woodhouse
- Re: [PATCH 1/2] KVM: x86: Fix deadlock in kvm_vm_ioctl_set_msr_filter(),
Michal Luczaj
- Re: [PATCH 1/2] KVM: x86: Fix deadlock in kvm_vm_ioctl_set_msr_filter(),
Sean Christopherson
[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,
Linus Torvalds
- Re: [GIT PULL] virtio,vhost,vdpa: features, fixes, cleanups,
Michael S. Tsirkin
- Re: [GIT PULL] virtio,vhost,vdpa: features, fixes, cleanups,
Slade Watkins
- Re: [GIT PULL] virtio,vhost,vdpa: features, fixes, cleanups,
Linus Torvalds
- Re: [GIT PULL] virtio,vhost,vdpa: features, fixes, cleanups,
Michael S. Tsirkin
- <Possible follow-ups>
- [GIT PULL] virtio,vhost,vdpa: features, fixes, cleanups,
Michael S. Tsirkin
[PATCH] vfio/type1: Respect IOMMU reserved regions in vfio_test_domain_fgsp(),
Niklas Schnelle
[Patch v3 0/9] NUMA aware page table's pages allocation,
Vipin Sharma
[RFC 00/14] KVM: x86/MMU: Formalize the Shadow MMU,
Ben Gardon
- [RFC 01/14] KVM: x86/MMU: Add shadow_mmu.(c|h),
Ben Gardon
- [RFC 02/14] KVM: x86/MMU: Expose functions for the Shadow MMU,
Ben Gardon
- [RFC 04/14] KVM: x86/MMU: Expose functions for paging_tmpl.h,
Ben Gardon
- [RFC 05/14] KVM: x86/MMU: Move paging_tmpl.h includes to shadow_mmu.c,
Ben Gardon
- [RFC 07/14] KVM: x86/MMU: Cleanup shrinker interface with Shadow MMU,
Ben Gardon
- [RFC 06/14] KVM: x86/MMU: Clean up Shadow MMU exports,
Ben Gardon
- [RFC 08/14] KVM: x86/MMU: Clean up naming of exported Shadow MMU functions,
Ben Gardon
- [RFC 09/14] KVM: x86/MMU: Only make pages available on Shadow MMU fault,
Ben Gardon
- [RFC 14/14] KVM: x86/MMU: Add kvm_shadow_mmu_ to the last few functions in shadow_mmu.h,
Ben Gardon
- [RFC 13/14] KVM: x86/MMU: Wrap uses of kvm_handle_gfn_range in mmu.c,
Ben Gardon
- [RFC 10/14] KVM: x86/MMU: Fix naming on prepare / commit zap page functions,
Ben Gardon
- [RFC 11/14] KVM: x86/MMU: Factor Shadow MMU wrprot / clear dirty ops out of mmu.c,
Ben Gardon
- [RFC 12/14] KVM: x86/MMU: Remove unneeded exports from shadow_mmu.c,
Ben Gardon
- Message not available
Re: [RFC 00/14] KVM: x86/MMU: Formalize the Shadow MMU,
David Matlack
Re: [RFC 00/14] KVM: x86/MMU: Formalize the Shadow MMU,
Sean Christopherson
[syzbot] INFO: trying to register non-static key in __timer_delete_sync,
syzbot
Re: [PATCH 1/1] kvm selftests: Add conditional KVM_CAP_DIRTY_LOG_RING_ACQ_REL define kernel sources,
Arnaldo Carvalho de Melo
DMAR: [DMA Read NO_PASID] Request device [0b:00.0] fault addr 0xffffe000 [fault reason 0x06] PTE Read access is not set,
Major Saheb
[PATCH v2] KVM: VMX: Use tabs instead of spaces for indentation,
Rong Tao
[PATCH v2] KVM: VMX: Fix indentation coding style issue,
Rong Tao
[kvm-unit-tests PATCH v6 0/1] s390x: test CMM during migration,
Nico Boehr
[PATCH v2] MIPS: remove support for trap and emulate KVM,
Philippe Mathieu-Daudé
[PATCH 0/3] spelling: Fix some trivial typos,
Ricardo Ribalda
[PATCH V7 0/7] fixes for virtual address update,
Steve Sistare
[PATCH 0/3] KVM: arm64: Fix handling of S1PTW S2 fault on RO memslots,
Marc Zyngier
[kvm-unit-tests PATCH v1 1/1] s390x: fix make standalone,
Claudio Imbrenda
[PATCH v2 00/16] vfio/ccw: channel program cleanup,
Eric Farman
- [PATCH v2 08/16] vfio/ccw: pass page count to page_array struct,
Eric Farman
- [PATCH v2 02/16] vfio/ccw: simplify the cp_get_orb interface,
Eric Farman
- [PATCH v2 05/16] vfio/ccw: replace copy_from_iova with vfio_dma_rw,
Eric Farman
- [PATCH v2 14/16] vfio/ccw: handle a guest Format-1 IDAL,
Eric Farman
- [PATCH v2 16/16] vfio/ccw: remove old IDA format restrictions,
Eric Farman
- [PATCH v2 13/16] vfio/ccw: allocate/populate the guest idal,
Eric Farman
- [PATCH v2 11/16] vfio/ccw: read only one Format-1 IDAW,
Eric Farman
- [PATCH v2 07/16] vfio/ccw: remove unnecessary malloc alignment,
Eric Farman
- [PATCH v2 15/16] vfio/ccw: don't group contiguous pages on 2K IDAWs,
Eric Farman
- [PATCH v2 01/16] vfio/ccw: cleanup some of the mdev commentary,
Eric Farman
- [PATCH v2 12/16] vfio/ccw: calculate number of IDAWs regardless of format,
Eric Farman
- [PATCH v2 10/16] vfio/ccw: refactor the idaw counter,
Eric Farman
- [PATCH v2 03/16] vfio/ccw: allow non-zero storage keys,
Eric Farman
- [PATCH v2 06/16] vfio/ccw: simplify CCW chain fetch routines,
Eric Farman
- [PATCH v2 09/16] vfio/ccw: populate page_array struct inline,
Eric Farman
- [PATCH v2 04/16] vfio/ccw: move where IDA flag is set in ORB,
Eric Farman
[PATCH 0/1] KVM: selftests: kvm_vm_elf_load() and elfhdr_get() should close fd,
Reiji Watanabe
[PATCH v8 0/7] Introduce and test masked events,
Aaron Lewis
[PATCH] KVM: nVMX: Document that ignoring memory failures for VMCLEAR is deliberate,
Sean Christopherson
[PATCH] KVM: x86: Sanity check inputs to kvm_handle_memory_failure(),
Sean Christopherson
[PATCH v2] KVM: x86/xen: Fix memory leak in kvm_xen_write_hypercall_page(),
Michal Luczaj
[GIT PULL] KVM/RISC-V changes for Linux 6.2,
Paolo Bonzini
[PATCH 0/3] accel: Silent few -Wmissing-field-initializers warning,
Philippe Mathieu-Daudé
[kvm-unit-tests PATCH v3] arm: Add PSCI CPU_OFF test,
Nikita Venkatesh
[PATCH v6 0/2] KVM: x86/xen: update Xen CPUID Leaf 4,
Paul Durrant
[PATCH] vhost_vdpa: fix the compile issue in commit 881ac7d2314f,
Cindy Lu
Re: [PATCH 09/18] vfio-mdev/mdpy-fb: Do not set struct fb_info.apertures,
Javier Martinez Canillas
[kvm-unit-tests PATCH v5 0/1] s390x: test CMM during migration,
Nico Boehr
[kvm-unit-tests PATCH v5 0/1] s390x: test storage keys during migration,
Nico Boehr
[RFC PATCH 00/32] x86: enable FRED for x86-64,
Xin Li
- [RFC PATCH 01/32] x86/traps: let common_interrupt() handle IRQ_MOVE_CLEANUP_VECTOR,
Xin Li
- [RFC PATCH 02/32] x86/traps: add a system interrupt table for system interrupt dispatch,
Xin Li
- [RFC PATCH 03/32] x86/traps: add install_system_interrupt_handler(),
Xin Li
- [RFC PATCH 06/32] x86/cpufeature: add the cpu feature bit for FRED,
Xin Li
- [RFC PATCH 10/32] x86/fred: add Kconfig option for FRED (CONFIG_X86_FRED),
Xin Li
- [RFC PATCH 20/32] x86/fred: add a machine check entry stub for FRED,
Xin Li
- [RFC PATCH 21/32] x86/fred: FRED entry/exit and dispatch code,
Xin Li
- [RFC PATCH 09/32] x86/cpu: add X86_CR4_FRED macro,
Xin Li
- [RFC PATCH 11/32] x86/fred: if CONFIG_X86_FRED is disabled, disable FRED support,
Xin Li
- [RFC PATCH 12/32] x86/cpu: add MSR numbers for FRED configuration,
Xin Li
- [RFC PATCH 19/32] x86/fred: add a NMI entry stub for FRED,
Xin Li
- [RFC PATCH 07/32] x86/opcode: add ERETU, ERETS instructions to x86-opcode-map,
Xin Li
- [RFC PATCH 14/32] x86/fred: header file with FRED definitions,
Xin Li
- [RFC PATCH 05/32] x86/traps: add exc_raise_irq() for VMX IRQ reinjection,
Xin Li
- [RFC PATCH 16/32] x86/fred: reserve space for the FRED stack frame,
Xin Li
- [RFC PATCH 04/32] x86/traps: add external_interrupt() to dispatch external interrupts,
Xin Li
- [RFC PATCH 08/32] x86/objtool: teach objtool about ERETU and ERETS,
Xin Li
- [RFC PATCH 18/32] x86/fred: add a debug fault entry stub for FRED,
Xin Li
- [RFC PATCH 17/32] x86/fred: add a page fault entry stub for FRED,
Xin Li
- [RFC PATCH 15/32] x86/fred: make unions for the cs and ss fields in struct pt_regs,
Xin Li
- [RFC PATCH 13/32] x86/fred: header file for event types,
Xin Li
- [RFC PATCH 25/32] x86/fred: disallow the swapgs instruction when FRED is enabled,
Xin Li
- [RFC PATCH 23/32] x86/fred: update MSR_IA32_FRED_RSP0 during task switch,
Xin Li
- [RFC PATCH 22/32] x86/fred: FRED initialization code,
Xin Li
- [RFC PATCH 24/32] x86/fred: let ret_from_fork() jmp to fred_exit_user when FRED is enabled,
Xin Li
- [RFC PATCH 29/32] x86/ia32: do not modify the DPL bits for a null selector,
Xin Li
- [RFC PATCH 32/32] x86/fred: disable FRED by default in its early stage,
Xin Li
- [RFC PATCH 27/32] x86/fred: allow single-step trap and NMI when starting a new thread,
Xin Li
- [RFC PATCH 28/32] x86/fred: fixup fault on ERETU by jumping to fred_entrypoint_user,
Xin Li
- [RFC PATCH 26/32] x86/fred: no ESPFIX needed when FRED is enabled,
Xin Li
- [RFC PATCH 31/32] x86/fred: allow dynamic stack frame size,
Xin Li
- [RFC PATCH 30/32] x86/fred: allow FRED systems to use interrupt vectors 0x10-0x1f,
Xin Li
[kvm-unit-tests PATCH v2 0/4] arm: pmu: Add support for PMUv3p5,
Ricardo Koller
[PATCH] KVM: selftests: Zero out valid_bank_mask for "all" case in Hyper-V IPI test,
Sean Christopherson
[kvm-unit-tests PATCH] arm: Remove MAX_SMP probe loop,
Colton Lewis
[PATCH] KVM: Destroy target device if coalesced MMIO unregistration fails,
Sean Christopherson
[linux-next:master] BUILD REGRESSION d650871875b2ccc670f1044be7f3cc90f276745d,
kernel test robot
[PATCH] KVM: selftests: Install sanitised kernel headers before compilation,
Like Xu
[RFC 00/12] Add vfio_device cdev for iommufd support,
Yi Liu
- [RFC 01/12] vfio: Allocate per device file structure,
Yi Liu
- [RFC 03/12] vfio: Accept vfio device file in the driver facing kAPI,
Yi Liu
- [RFC 02/12] vfio: Refine vfio file kAPIs,
Yi Liu
- [RFC 04/12] kvm/vfio: Rename kvm_vfio_group to prepare for accepting vfio device fd,
Yi Liu
- [RFC 05/12] kvm/vfio: Accept vfio device file from userspace,
Yi Liu
- [RFC 06/12] vfio: Pass struct vfio_device_file * to vfio_device_open/close(),
Yi Liu
- [RFC 10/12] vfio: Add cdev for vfio_device,
Yi Liu
- [RFC 07/12] vfio: Block device access via device fd until device is opened,
Yi Liu
- [RFC 09/12] vfio: Make vfio_device_open() exclusive between group path and device cdev path,
Yi Liu
- [RFC 08/12] vfio: Add infrastructure for bind_iommufd and attach,
Yi Liu
- [RFC 12/12] vfio: Compile group optionally,
Yi Liu
- [RFC 11/12] vfio: Add ioctls for device cdev iommufd,
Yi Liu
- Re: [RFC 00/12] Add vfio_device cdev for iommufd support,
Yi Liu
- Re: [RFC 00/12] Add vfio_device cdev for iommufd support,
Yi Liu
[PATCH v4] vhost_vdpa: fix the crash in unmap a large memory,
Cindy Lu
[PATCH linux-next] KVM: x86/xen: Remove unneeded semicolon,
zhang.songyi
[RFC PATCH v1 0/2] virtio/vsock: fix mutual rx/tx hungup,
Arseniy Krasnov
[Index of Archives]
[CentOS Virtualization]
[Linux USB Devel]
[Video for Linux]
[Big List of Linux Books]
[Linux SCSI]
[Linux Modules]
[Yosemite Forum]