kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-17 11:58:13 to 2021-06-20 14:46:28 UTC [more...]

[PATCH 09/11] PCI: add matching checks for driver_override binding
 2021-06-20 14:46 UTC  (12+ messages)

[PATCH v4 1/2] qdev-properties: Add a new macro with bitmask check for uint64_t property
 2021-06-20  2:42 UTC  (2+ messages)
` [PATCH v4 2/2] target/i386: Add lbr-fmt vPMU option to support guest LBR

guest/host mem out of sync on core2duo?
 2021-06-19  9:18 UTC  (13+ messages)

[PATCH v3 0/8] Introduce KVM_{GET|SET}_SREGS2 and fix PDPTR migration
 2021-06-19  7:03 UTC  (4+ messages)
` [PATCH v3 8/8] KVM: x86: avoid loading PDPTRs after migration when possible

[PATCH] KVM: VMX: Skip #PF(RSVD) intercepts when emulating smaller maxphyaddr
 2021-06-18 23:59 UTC 

[PATCH v1 1/1] tools: Rename bitmap_alloc() to bitmap_zalloc()
 2021-06-18 22:31 UTC  (5+ messages)

[PATCH v12 0/7] KVM statistics data fd-based binary interface
 2021-06-18 22:27 UTC  (8+ messages)
` [PATCH v12 1/7] KVM: stats: Separate generic stats from architecture specific ones
` [PATCH v12 2/7] KVM: stats: Add fd-based API to read binary stats data
` [PATCH v12 3/7] KVM: stats: Support binary stats retrieval for a VM
` [PATCH v12 4/7] KVM: stats: Support binary stats retrieval for a VCPU
` [PATCH v12 5/7] KVM: stats: Add documentation for binary statistics interface
` [PATCH v12 6/7] KVM: selftests: Add selftest for KVM statistics data binary interface
` [PATCH v12 7/7] KVM: stats: Remove code duplication for binary and debugfs stats

[PATCH] KVM: nVMX: Dynamically compute max VMCS index for vmcs12
 2021-06-18 21:46 UTC 

[PATCH kvm-unit-tests] svm: Updated cr4 in test_efer to fix report msg
 2021-06-18 21:20 UTC  (7+ messages)

[PATCH 0/6] sched: Cleanup task_struct::state
 2021-06-18 20:42 UTC  (3+ messages)
` [PATCH 5/6] sched,timer: Use __set_current_state()

[PATCH v9] qapi: introduce 'query-kvm-cpuid' action
 2021-06-18 20:40 UTC  (13+ messages)

[PATCH net-next 0/3] vsock: small fixes for seqpacket support
 2021-06-18 20:10 UTC  (8+ messages)
` [PATCH net-next 1/3] vsock: rename vsock_has_data()
` [PATCH net-next 2/3] vsock: rename vsock_wait_data()
` [PATCH net-next 3/3] vsock/virtio: remove redundant `copy_failed` variable

[PATCH v4 0/2] mm: add vmalloc_no_huge and use it
 2021-06-18 19:47 UTC  (3+ messages)
` [PATCH v4 1/2] mm/vmalloc: add vmalloc_no_huge

[RFC] /dev/ioasid uAPI proposal
 2021-06-18 18:30 UTC  (11+ messages)

Plan for /dev/ioasid RFC v2
 2021-06-18 18:23 UTC  (38+ messages)

[PATCH v11 0/7] KVM statistics data fd-based binary interface
 2021-06-18 17:57 UTC  (24+ messages)
` [PATCH v11 1/7] KVM: stats: Separate generic stats from architecture specific ones
` [PATCH v11 2/7] KVM: stats: Add fd-based API to read binary stats data
` [PATCH v11 3/7] KVM: stats: Support binary stats retrieval for a VM
` [PATCH v11 4/7] KVM: stats: Support binary stats retrieval for a VCPU
` [PATCH v11 5/7] KVM: stats: Add documentation for binary statistics interface
` [PATCH v11 6/7] KVM: selftests: Add selftest for KVM statistics data binary interface
` [PATCH v11 7/7] KVM: stats: Remove code duplication for binary and debugfs stats

[PATCH] KVM: Use previously computed array_size()
 2021-06-18 17:32 UTC  (7+ messages)
` [PATCH] KVM: Use vmemdup_user()

[PATCH 0/5] KVM: x86/mmu: Clean up is_tdp_mmu_root and root_hpa checks
 2021-06-18 16:55 UTC  (10+ messages)
` [PATCH 1/4] KVM: x86/mmu: Remove redundant is_tdp_mmu_root check
` [PATCH 2/4] KVM: x86/mmu: Remove redundant is_tdp_mmu_enabled check
` [PATCH 3/4] KVM: x86/mmu: Refactor is_tdp_mmu_root into is_tdp_mmu
` [PATCH 4/4] KVM: x86/mmu: Remove redundant root_hpa checks

[PATCH v11 00/18] virtio/vsock: introduce SOCK_SEQPACKET support
 2021-06-18 16:26 UTC  (12+ messages)
` [PATCH v11 11/18] virtio/vsock: dequeue callback for SOCK_SEQPACKET
        ` [MASSMAIL KLMS] "

[PATCH Part1 RFC v3 00/22] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-06-18 15:05 UTC  (12+ messages)
` [PATCH Part1 RFC v3 06/22] x86/sev: check SEV-SNP features support
` [PATCH Part1 RFC v3 20/22] x86/boot: Add Confidential Computing address to setup_header
` [PATCH Part1 RFC v3 21/22] x86/sev: Register SNP guest request platform device

[PATCH v7 0/4] KVM: arm64: Improve efficiency of stage2 page table
 2021-06-18 13:14 UTC  (19+ messages)
` [PATCH v7 1/4] KVM: arm64: Introduce two cache maintenance callbacks
` [PATCH v7 2/4] KVM: arm64: Introduce mm_ops member for structure stage2_attr_data
` [PATCH v7 3/4] KVM: arm64: Tweak parameters of guest cache maintenance functions
` [PATCH v7 4/4] KVM: arm64: Move guest CMOs to the fault handlers

[PATCH v7 0/2] x86/sev: Fixes for SEV-ES Guest Support
 2021-06-18 11:54 UTC  (3+ messages)
` [PATCH v7 1/2] x86/sev: Make sure IRQs are disabled while GHCB is active
` [PATCH v7 2/2] x86/sev: Split up runtime #VC handler for correct state tracking

[PATCH v6 0/2] x86/sev: Fixes for SEV-ES Guest Support
 2021-06-18 10:53 UTC  (9+ messages)
` [PATCH v6 1/2] x86/sev: Make sure IRQs are disabled while GHCB is active
` [PATCH v6 2/2] x86/sev: Split up runtime #VC handler for correct state tracking
  ` [PATCH v6.1 "

[PATCH 0/4] KVM: x86: Require EFER.NX support unless EPT is on
 2021-06-18 10:32 UTC  (9+ messages)
` [PATCH 3/4] KVM: x86: WARN and reject loading KVM if NX is supported but not enabled
` [PATCH 4/4] KVM: x86: Simplify logic to handle lack of host NX support

[RFC v1 0/6] virtio/vsock: introduce SOCK_DGRAM support
 2021-06-18 10:13 UTC  (13+ messages)
` [RFC v1 1/6] virtio/vsock: add VIRTIO_VSOCK_F_DGRAM feature bit
` [RFC v1 2/6] virtio/vsock: add support for virtio datagram
` [RFC v1 3/6] vhost/vsock: add support for vhost dgram
` [RFC v1 5/6] vhost/vsock: add kconfig for vhost dgram support
` [RFC v1 6/6] virtio/vsock: add sysfs for rx buf len for dgram

[PATCH v6 0/4] KVM: arm64: Improve efficiency of stage2 page table
 2021-06-18  8:50 UTC  (3+ messages)
` [PATCH v6 1/4] KVM: arm64: Introduce cache maintenance callbacks for guest stage-2

[PATCH v8 00/10] Introduce VDUSE - vDPA Device in Userspace
 2021-06-18  8:44 UTC  (6+ messages)
` [PATCH v8 03/10] eventfd: Increase the recursion depth of eventfd_signal()
    `  "
      ` [PATCH] eventfd: Enlarge recursion limit to allow vhost to work

[kvm-unit-tests PATCH v5 0/7] s390: Add support for large pages
 2021-06-18  7:36 UTC  (4+ messages)
` [kvm-unit-tests PATCH v5 6/7] s390x: mmu: add "

[PATCH] vhost-vdpa: fix bug-"v->vqs" and "v" don't free
 2021-06-18  7:20 UTC  (2+ messages)

vmcs_config.size is 1024 but field offsets are larger
 2021-06-18  0:01 UTC  (2+ messages)

[PATCH v10 0/5] KVM statistics data fd-based binary interface
 2021-06-17 22:15 UTC  (22+ messages)
` [PATCH v10 2/5] KVM: stats: Add fd-based API to read binary stats data
` [PATCH v10 3/5] KVM: stats: Add documentation for binary statistics interface

[GIT PULL] KVM changes for 5.13-rc7
 2021-06-17 20:17 UTC  (2+ messages)

[PATCH v2 00/29] docs: avoid using ReST :doc:`foo` tag
 2021-06-17 19:34 UTC  (2+ messages)

[kvm-unit-tests PATCH] x86: Flush the TLB after setting user-bit
 2021-06-17 18:37 UTC  (2+ messages)

[PATCH v3 0/3] TDP MMU: several minor fixes or improvements
 2021-06-17 18:27 UTC  (3+ messages)
` [PATCH v3 3/3] KVM: x86/mmu: Fix TDP MMU page table level

[PATCH v3] KVM: LAPIC: Keep stored TMCCT register value 0 after KVM_SET_LAPIC
 2021-06-17 18:26 UTC  (2+ messages)

[PATCH] KVM: x86/mmu: Grab nx_lpage_splits as an unsigned long before division
 2021-06-17 17:10 UTC  (2+ messages)

[PATCH] KVM: selftests: Fix kvm_check_cap() assertion
 2021-06-17 17:07 UTC  (2+ messages)

[PATCH v4 0/9] KVM: arm64: Initial host support for the Apple M1
 2021-06-17 14:58 UTC  (3+ messages)
` [PATCH v4 6/9] KVM: arm64: vgic: Implement SW-driven deactivation

Allow mdev drivers to directly create the vfio_device (v4)
 2021-06-17 14:22 UTC  (11+ messages)
` [PATCH 01/10] driver core: Pull required checks into driver_probe_device()
` [PATCH 02/10] driver core: Better distinguish probe errors in really_probe
` [PATCH 03/10] driver core: Flow the return code from ->probe() through to sysfs bind
` [PATCH 04/10] driver core: Don't return EPROBE_DEFER to userspace during "
` [PATCH 05/10] driver core: Export device_driver_attach()
` [PATCH 06/10] vfio/mdev: Remove CONFIG_VFIO_MDEV_DEVICE
` [PATCH 07/10] vfio/mdev: Allow the mdev_parent_ops to specify the device driver to bind
` [PATCH 08/10] vfio/mtty: Convert to use vfio_register_group_dev()
` [PATCH 09/10] vfio/mdpy: "
` [PATCH 10/10] vfio/mbochs: "

[PATCH v11] qapi: introduce 'query-kvm-cpuid' QMP command
 2021-06-17 12:27 UTC 


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