kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-05 10:14:08 to 2020-03-07 19:35:12 UTC [more...]

[PATCH v2] x86/kvm: Disable KVM_ASYNC_PF_SEND_ALWAYS
 2020-03-07 19:34 UTC  (6+ messages)

[patch 0/2] x86/kvm: Sanitize async page fault
 2020-03-07 19:30 UTC  (14+ messages)
` [patch 1/2] x86/kvm: Handle async page faults directly through do_page_fault()
` [patch 2/2] x86/kvm: Sanitize kvm_async_pf_task_wait()

[PATCH] x86/kvm: Disable KVM_ASYNC_PF_SEND_ALWAYS
 2020-03-07 14:36 UTC  (4+ messages)

[PATCH 0/6] KVM: x86: CPUID emulation and tracing fixes
 2020-03-07  9:48 UTC  (3+ messages)
` [PATCH 6/6] KVM: x86: Add requested index to the CPUID tracepoint

[PATCH v2 0/7] vfio/pci: SR-IOV support
 2020-03-07  1:35 UTC  (25+ messages)
` [PATCH v2 3/7] vfio/pci: Introduce VF token
` [PATCH v2 4/7] vfio: Introduce VFIO_DEVICE_FEATURE ioctl and first user
` [PATCH v2 5/7] vfio/pci: Add sriov_configure support

[PATCH v3 0/2] KVM: VMX: cleanup VMXON region allocation
 2020-03-07  1:34 UTC  (9+ messages)
` [PATCH v3 1/2] KVM: VMX: rename 'kvm_area' to 'vmxon_region'
` [PATCH v3 2/2] KVM: VMX: untangle VMXON revision_id setting when using eVMCS

[PATCH 0/4] KVM: nSVM: first step towards fixing event injection
 2020-03-07  1:18 UTC  (9+ messages)
` [PATCH 1/4] KVM: nSVM: do not change host intercepts while nested VM is running
` [PATCH 2/4] KVM: nSVM: ignore L1 interrupt window while running L2 with V_INTR_MASKING=1
` [PATCH 3/4] KVM: nSVM: implement check_nested_events for interrupts
` [PATCH 4/4] KVM: nSVM: avoid loss of pending IRQ/NMI before entering L2

[PATCH] kvm-unit-test: nSVM: Restructure nSVM test code
 2020-03-06 20:31 UTC  (2+ messages)

[PATCH] cpuidle-haltpoll: allow force loading on hosts without the REALTIME hint
 2020-03-06 20:11 UTC  (3+ messages)

[PATCH v3 0/5] x86/kvm/hyper-v: add support for synthetic debugger
 2020-03-06 16:39 UTC  (6+ messages)
` [PATCH v3 1/5] x86/kvm/hyper-v: Explicitly align hcall param for kvm_hyperv_exit
` [PATCH v3 2/5] x86/hyper-v: Add synthetic debugger definitions
` [PATCH v3 3/5] x86/kvm/hyper-v: Add support for synthetic debugger capability
` [PATCH v3 4/5] x86/kvm/hyper-v: enable hypercalls regardless of hypercall page
` [PATCH v3 5/5] x86/kvm/hyper-v: Add support for synthetic debugger via hypercalls

[PATCH v2 0/4] x86/kvm/hyper-v: add support for synthetic debugger
 2020-03-06 16:36 UTC  (15+ messages)
` [PATCH v2 1/4] x86/kvm/hyper-v: Align the hcall param for kvm_hyperv_exit
` [PATCH v2 2/4] x86/kvm/hyper-v: Add support for synthetic debugger capability
` [PATCH v2 3/4] x86/kvm/hyper-v: enable hypercalls regardless of hypercall page
` [PATCH v2 4/4] x86/kvm/hyper-v: Add support for synthetic debugger via hypercalls

[PATCH v1 05/11] KVM: x86/pmu: Add support to reprogram PEBS event for guest counters
 2020-03-06 16:28 UTC  (2+ messages)

[PATCH v3 0/7] use vfio_dma_rw to read/write IOVAs from CPU side
 2020-03-06 16:27 UTC  (9+ messages)
` [PATCH v3 1/7] vfio: allow external user to get vfio group from device
` [PATCH v3 2/7] vfio: introduce vfio_dma_rw to read/write a range of IOVAs

[PATCH RFC 4/4] kvm: Implement atomic memory region resizes via region_resize()
 2020-03-06 14:44 UTC  (8+ messages)

[PATCH v1 00/11] PEBS virtualization enabling via DS
 2020-03-06 14:42 UTC  (7+ messages)
` [PATCH v1 01/11] perf/x86/core: Support KVM to assign a dedicated counter for guest PEBS

[kvm-unit-tests PATCH v3 00/14] arm/arm64: Add ITS tests
 2020-03-06 13:41 UTC  (28+ messages)
` [kvm-unit-tests PATCH v3 06/14] arm/arm64: gicv3: Set the LPI config and pending tables
` [kvm-unit-tests PATCH v3 08/14] arm/arm64: ITS: its_enable_defaults
` [kvm-unit-tests PATCH v3 09/14] arm/arm64: ITS: Device and collection Initialization
` [kvm-unit-tests PATCH v3 10/14] arm/arm64: ITS: commands
` [kvm-unit-tests PATCH v3 11/14] arm/arm64: ITS: INT functional tests
` [kvm-unit-tests PATCH v3 13/14] arm/arm64: ITS: migration tests
` [kvm-unit-tests PATCH v3 14/14] arm/arm64: ITS: pending table migration test

[PATCH 07/22] mips: Add MIPS32 Release 5 support
 2020-03-06 12:46 UTC 

[PATCH v2 kvmtool 00/30] Add reassignable BARs and PCIE 1.1 support
 2020-03-06 12:40 UTC  (25+ messages)
` [PATCH v2 kvmtool 09/30] arm/pci: Fix PCI IO region
` [PATCH v2 kvmtool 10/30] virtio/pci: Make memory and IO BARs independent
` [PATCH v2 kvmtool 14/30] vfio/pci: Don't access potentially unallocated regions
` [PATCH v2 kvmtool 15/30] virtio: Don't ignore initialization failures
` [PATCH v2 kvmtool 16/30] Don't ignore errors registering a device, ioport or mmio emulation
` [PATCH v2 kvmtool 17/30] hw/vesa: Don't ignore fatal errors
` [PATCH v2 kvmtool 18/30] hw/vesa: Set the size for BAR 0

[PATCH 07/22] mips: Add MIPS32 Release 5 support
 2020-03-06 12:08 UTC 

[PATCH 0/7] tools/kvm_stat: add logfile support
 2020-03-06 11:42 UTC  (8+ messages)
` [PATCH 1/7] tools/kvm_stat: rework command line sequence and message texts
` [PATCH 2/7] tools/kvm_stat: switch to argparse
` [PATCH 3/7] tools/kvm_stat: add command line switch '-s' to set update interval
` [PATCH 4/7] tools/kvm_stat: add command line switch '-c' to log in csv format
` [PATCH 5/7] tools/kvm_stat: add rotating log support
` [PATCH 6/7] tools/kvm_stat: add command line switch '-T'
` [PATCH 7/7] tools/kvm_stat: add sample systemd unit file

[PATCH v5 05/14] KVM: X86: Implement ring-based dirty memory tracking
 2020-03-06 11:32 UTC  (2+ messages)

[PATCH] KVM: VMX: Use wrapper macro ~RMODE_GUEST_OWNED_EFLAGS_BITS directly
 2020-03-06 10:15 UTC  (5+ messages)

[PATCH v2 0/2] KVM: VMX: cleanup VMXON region allocation
 2020-03-06 10:06 UTC  (5+ messages)
` [PATCH v2 1/2] KVM: VMX: rename 'kvm_area' to 'vmxon_region'
` [PATCH v2 2/2] KVM: VMX: untangle VMXON revision_id setting when using eVMCS

[PATCH v2 0/7] KVM: x86: CPUID emulation and tracing fixes
 2020-03-06  9:03 UTC  (16+ messages)
` [PATCH v2 1/7] KVM: x86: Trace the original requested CPUID function in kvm_cpuid()
` [PATCH v2 2/7] KVM: x86: Add helpers to perform CPUID-based guest vendor check
` [PATCH v2 4/7] KVM: x86: Fix CPUID range checks for Hypervisor and Centaur classes

[PATCH v2 00/66] KVM: x86: Introduce KVM cpu caps
 2020-03-06  8:27 UTC  (2+ messages)

[PATCH] KVM: x86: small optimization for is_mtrr_mask calculation
 2020-03-06  2:30 UTC 

[PATCH] KVM: x86: small optimization for is_mtrr_mask calculation
 2020-03-06  2:27 UTC  (2+ messages)

[PATCH v1 0/3] PEBS virtualization enabling via DS in Qemu
 2020-03-06 10:20 UTC  (4+ messages)
` [PATCH v1 1/3] i386: Add "pebs" parameter to enable PEBS feature
` [PATCH v1 2/3] i386: Add support for save/load PEBS MSRs
` [PATCH v1 3/3] i386: Add support for save/load IA32_PEBS_DATA_CFG MSR

[PATCH v3 0/8] kvm/split_lock: Add feature split lock detection support in kvm
 2020-03-06  2:15 UTC  (12+ messages)
` [PATCH v3 2/8] x86/split_lock: Ensure X86_FEATURE_SPLIT_LOCK_DETECT means the existence of feature
` [PATCH v3 8/8] x86: vmx: virtualize split lock detection

[PATCH] KVM: VMX: Use wrapper macro ~RMODE_GUEST_OWNED_EFLAGS_BITS directly
 2020-03-06  2:11 UTC 

[PATCH] KVM: x86: small optimization for is_mtrr_mask calculation
 2020-03-06  2:09 UTC  (2+ messages)

[PATCH v9 0/7] Introduce support for guest CET feature
 2020-03-06  0:38 UTC  (9+ messages)
` [PATCH v9 1/7] KVM: CPUID: Fix IA32_XSS support in CPUID(0xd,i) enumeration
` [PATCH v9 7/7] KVM: X86: Add user-space access interface for CET MSRs

[vfio-users] missing VFIO_IOMMU_NOTIFY_DMA_UNMAP event when driver hasn't called vfio_pin_pages
 2020-03-05 20:10 UTC 

[kvm:queue 103/138] arch/x86/kvm/x86.c:9744:9: error: large integer implicitly truncated to unsigned type
 2020-03-05 17:53 UTC 

[RFC PATCH 0/1] kvm: selftests: Add TEST_FAIL macro
 2020-03-05 17:28 UTC  (3+ messages)
` [RFC PATCH 1/1] "

[PATCH AUTOSEL 5.5 30/67] vhost: Check docket sk_family instead of call getname
 2020-03-05 17:12 UTC 

[PATCH AUTOSEL 5.4 26/58] vhost: Check docket sk_family instead of call getname
 2020-03-05 17:13 UTC 

[PATCH AUTOSEL 4.19 12/31] vhost: Check docket sk_family instead of call getname
 2020-03-05 17:14 UTC 

[kvm-unit-tests PATCH] x86: Move definition of some exception vectors into processor.h
 2020-03-05 17:03 UTC  (2+ messages)

[PATCH 0/2] KVM: x86: VMX: cleanup VMXON region allocation
 2020-03-05 16:43 UTC  (10+ messages)
` [PATCH 1/2] KVM: x86: VMX: rename 'kvm_area' to 'vmxon_region'
` [PATCH 2/2] KVM: x86: VMX: untangle VMXON revision_id setting when using eVMCS

[PATCH] KVM: x86: Fix warning due to implicit truncation on 32-bit KVM
 2020-03-05 16:04 UTC  (4+ messages)

[PATCH v2 0/2] KVM: Drop gfn_to_pfn_atomic()
 2020-03-05 15:57 UTC  (3+ messages)
` [PATCH v2 1/2] KVM: Documentation: Update fast page fault for indirect sp
` [PATCH v2 2/2] KVM: Drop gfn_to_pfn_atomic()

[PATCH] KVM: Drop gfn_to_pfn_atomic()
 2020-03-05 15:49 UTC  (2+ messages)

[PATCH] KVM: x86: small optimization for is_mtrr_mask calculation
 2020-03-05 15:25 UTC  (4+ messages)

[PATCH] KVM: fix Kconfig menu text for -Werror
 2020-03-05 14:28 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v1 0/3] x86/kvm/hyper-v: add support for synthetic debugger
 2020-03-05 13:58 UTC  (9+ messages)
` [PATCH v1 1/3] x86/kvm/hyper-v: Add support for synthetic debugger capability
` [PATCH v1 2/3] x86/kvm/hyper-v: enable hypercalls regardless of hypercall page
` [PATCH v1 3/3] x86/kvm/hyper-v: Add support for synthetic debugger via hypercalls

[PATCH] KVM: VMX: Use wrapper macro ~RMODE_GUEST_OWNED_EFLAGS_BITS directly
 2020-03-05 11:49 UTC  (2+ messages)

[kvm-unit-tests PATCH v2 0/9] KVM: arm64: PMUv3 Event Counter Tests
 2020-03-05 11:10 UTC  (6+ messages)
` [kvm-unit-tests PATCH v2 8/9] arm: gic: Provide per-IRQ helper functions
` [kvm-unit-tests PATCH v2 9/9] arm: pmu: Test overflow interrupts


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