kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-04 20:37:21 to 2020-03-06 14:42:58 UTC [more...]

[PATCH 0/4] KVM: nSVM: first step towards fixing event injection
 2020-03-06 14:42 UTC  (8+ 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 RFC 4/4] kvm: Implement atomic memory region resizes via region_resize()
 2020-03-06 14:39 UTC  (7+ messages)

[PATCH v1 00/11] PEBS virtualization enabling via DS
 2020-03-06 13:53 UTC  (16+ messages)
` [PATCH v1 01/11] perf/x86/core: Support KVM to assign a dedicated counter for guest PEBS
` [PATCH v1 02/11] perf/x86/ds: Handle guest PEBS events overflow and inject fake PMI
` [PATCH v1 03/11] perf/x86: Expose a function to disable auto-reload
` [PATCH v1 04/11] KVM: x86/pmu: Decouple event enablement from event creation
` [PATCH v1 05/11] KVM: x86/pmu: Add support to reprogram PEBS event for guest counters
` [PATCH v1 06/11] KVM: x86/pmu: Implement is_pebs_via_ds_supported pmu ops
` [PATCH v1 07/11] KVM: x86/pmu: Expose CPUIDs feature bits PDCM, DS, DTES64
` [PATCH v1 08/11] KVM: x86/pmu: PEBS MSRs emulation
` [PATCH v1 09/11] KVM: x86/pmu: Expose PEBS feature to guest
` [PATCH v1 10/11] KVM: x86/pmu: Introduce the mask value for fixed counter
` [PATCH v1 11/11] KVM: x86/pmu: Adaptive PEBS virtualization enabling

[kvm-unit-tests PATCH v3 00/14] arm/arm64: Add ITS tests
 2020-03-06 13:41 UTC  (31+ 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 v3 0/2] KVM: VMX: cleanup VMXON region allocation
 2020-03-06 13:02 UTC  (3+ 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 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] vfio/pci: SR-IOV support
 2020-03-06  9:45 UTC  (20+ 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
` [dpdk-dev] [PATCH v2 0/7] vfio/pci: SR-IOV support

[PATCH v2 0/7] KVM: x86: CPUID emulation and tracing fixes
 2020-03-06  9:03 UTC  (20+ 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 3/7] KVM x86: Extend AMD specific guest behavior to Hygon virtual CPUs
` [PATCH v2 4/7] KVM: x86: Fix CPUID range checks for Hypervisor and Centaur classes
` [PATCH v2 5/7] KVM: x86: Add build-time assertions on validity of vendor strings
` [PATCH v2 6/7] KVM: x86: Refactor out-of-range logic to contain the madness
` [PATCH v2 7/7] KVM: x86: Refactor kvm_cpuid() param that controls out-of-range logic

[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  (15+ messages)
` [PATCH v3 2/8] x86/split_lock: Ensure X86_FEATURE_SPLIT_LOCK_DETECT means the existence of feature
` [PATCH v3 3/8] x86/split_lock: Cache the value of MSR_TEST_CTRL in percpu data
` [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 v3 0/7] use vfio_dma_rw to read/write IOVAs from CPU side
 2020-03-06  1:21 UTC  (8+ 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 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 v2 0/4] x86/kvm/hyper-v: add support for synthetic debugger
 2020-03-05 16:45 UTC  (10+ 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 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  (3+ messages)

[kvm-unit-tests PATCH v2 0/9] KVM: arm64: PMUv3 Event Counter Tests
 2020-03-05 11:10 UTC  (19+ messages)
` [kvm-unit-tests PATCH v2 2/9] arm: pmu: Let pmu tests take a sub-test parameter
` [kvm-unit-tests PATCH v2 3/9] arm: pmu: Add a pmu struct
` [kvm-unit-tests PATCH v2 4/9] arm: pmu: Check Required Event Support
` [kvm-unit-tests PATCH v2 5/9] arm: pmu: Basic event counter Tests
` [kvm-unit-tests PATCH v2 6/9] arm: pmu: Test chained counter
` [kvm-unit-tests PATCH v2 7/9] arm: pmu: test 32-bit <-> 64-bit transitions
` [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

kvm-unit-tests : Kconfigs and extra kernel args for full coverage
 2020-03-05 10:11 UTC  (12+ messages)

[PATCH kvm-unit-tests 0/2] svm: more interrupt injection tests
 2020-03-05  9:36 UTC  (3+ messages)
` [PATCH kvm-unit-tests 1/2] svm: rename and comment the pending_event_vmask test
` [PATCH kvm-unit-tests 2/2] svm: Add test cases around interrupt injection and halting

[PATCH kvm-unit-tests] svm: allow specifying the tests to be run
 2020-03-05  9:34 UTC 

[PATCH v5 00/23] irqchip/gic-v4: GICv4.1 architecture support
 2020-03-05  3:39 UTC  (4+ messages)
` [PATCH v5 11/23] irqchip/gic-v4.1: Plumb get/set_irqchip_state SGI callbacks
` [PATCH v5 12/23] irqchip/gic-v4.1: Plumb set_vcpu_affinity "

[PATCH V5 0/5] vDPA support
 2020-03-05  3:01 UTC  (4+ messages)
` [PATCH V5 3/5] vDPA: introduce vDPA bus

[PATCH v3 00/20] global exec/memory/dma APIs cleanup
 2020-03-05  0:37 UTC  (5+ messages)
` [PATCH v3 11/20] hw/ide/internal: Remove unused DMARestartFunc typedef
` [PATCH v3 12/20] hw/ide: Let the DMAIntFunc prototype use a boolean 'is_write' argument

[PATCH 0/6] KVM: x86: CPUID emulation and tracing fixes
 2020-03-04 20:47 UTC  (6+ messages)
` [PATCH 3/6] KVM: x86: Add dedicated emulator helper for grabbing CPUID.maxphyaddr


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