kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-20 21:02:36 to 2019-12-24 15:17:46 UTC [more...]

[PATCH v2 00/18] arm64: KVM: add SPE profiling support
 2019-12-24 15:17 UTC  (46+ messages)
` [PATCH v2 02/18] arm64: KVM: reset E2PB correctly in MDCR_EL2 when exiting the guest(VHE)
` [PATCH v2 03/18] arm64: KVM: define SPE data structure for each vcpu
` [PATCH v2 08/18] arm64: KVM: add support to save/restore SPE profiling buffer controls
` [PATCH v2 09/18] arm64: KVM: enable conditional save/restore full "
` [PATCH v2 10/18] arm64: KVM/debug: use EL1&0 stage 1 translation regime
` [PATCH v2 11/18] KVM: arm64: don't trap Statistical Profiling controls to EL2
` [PATCH v2 12/18] KVM: arm64: add a new vcpu device control group for SPEv1
` [PATCH v2 13/18] perf: arm_spe: Add KVM structure for obtaining IRQ info
` [PATCH v2 14/18] KVM: arm64: spe: Provide guest virtual interrupts for SPE
` [PATCH v2 15/18] perf: arm_spe: Handle guest/host exclusion flags

[PATCH RESEND v2 00/17] KVM: Dirty ring interface
 2019-12-24 15:08 UTC  (27+ messages)
` [PATCH RESEND v2 01/17] KVM: Remove kvm_read_guest_atomic()
` [PATCH RESEND v2 02/17] KVM: X86: Change parameter for fast_page_fault tracepoint
` [PATCH RESEND v2 03/17] KVM: X86: Don't track dirty for KVM_SET_[TSS_ADDR|IDENTITY_MAP_ADDR]
` [PATCH RESEND v2 04/17] KVM: Cache as_id in kvm_memory_slot
` [PATCH RESEND v2 05/17] KVM: Add build-time error check on kvm_run size
` [PATCH RESEND v2 06/17] KVM: Pass in kvm pointer into mark_page_dirty_in_slot()
` [PATCH RESEND v2 07/17] KVM: Move running VCPU from ARM to common code
` [PATCH RESEND v2 08/17] KVM: X86: Implement ring-based dirty memory tracking
` [PATCH RESEND v2 09/17] KVM: Make dirty ring exclusive to dirty bitmap log
` [PATCH RESEND v2 10/17] KVM: Don't allocate dirty bitmap if dirty ring is enabled
` [PATCH RESEND v2 11/17] KVM: selftests: Always clear dirty bitmap after iteration
` [PATCH RESEND v2 12/17] KVM: selftests: Sync uapi/linux/kvm.h to tools/
` [PATCH RESEND v2 13/17] KVM: selftests: Use a single binary for dirty/clear log test
` [PATCH RESEND v2 14/17] KVM: selftests: Introduce after_vcpu_run hook for dirty "
` [PATCH RESEND v2 15/17] KVM: selftests: Add dirty ring buffer test
` [PATCH RESEND v2 16/17] KVM: selftests: Let dirty_log_test async for dirty ring test
` [PATCH RESEND v2 17/17] KVM: selftests: Add "-c" parameter to dirty log test

[PATCH 0/8] Convert the intel iommu driver to the dma-iommu api
 2019-12-24 10:20 UTC  (15+ messages)
` [PATCH 1/8] iommu/vt-d: clean up 32bit si_domain assignment
` [PATCH 2/8] iommu/vt-d: Use default dma_direct_* mapping functions for direct mapped devices
` [PATCH 3/8] iommu/vt-d: Remove IOVA handling code from non-dma_ops path
` [PATCH 4/8] iommu: Handle freelists when using deferred flushing in iommu drivers
` [PATCH 5/8] iommu: Add iommu_dma_free_cpu_cached_iovas function
` [PATCH 6/8] iommu: allow the dma-iommu api to use bounce buffers
` [PATCH 7/8] iommu/vt-d: Convert intel iommu driver to the iommu ops
` [PATCH 8/8] DO NOT MERGE: iommu: disable list appending in dma-iommu

[PATCH RFC v4 00/13] virtio-mem: paravirtualized memory
 2019-12-24  9:28 UTC  (3+ messages)

[PATCH v5 0/9] Use 1st-level for IOVA translation
 2019-12-24  7:45 UTC  (10+ messages)
` [PATCH v5 1/9] iommu/vt-d: Identify domains using first level page table
` [PATCH v5 2/9] iommu/vt-d: Add set domain DOMAIN_ATTR_NESTING attr
` [PATCH v5 3/9] iommu/vt-d: Add PASID_FLAG_FL5LP for first-level pasid setup
` [PATCH v5 4/9] iommu/vt-d: Setup pasid entries for iova over first level
` [PATCH v5 5/9] iommu/vt-d: Flush PASID-based iotlb "
` [PATCH v5 6/9] iommu/vt-d: Make first level IOVA canonical
` [PATCH v5 7/9] iommu/vt-d: Update first level super page capability
` [PATCH v5 8/9] iommu/vt-d: Use iova over first level
` [PATCH v5 9/9] iommu/vt-d: debugfs: Add support to show page table internals

[PATCH next] KVM: Fix debugfs_simple_attr.cocci warnings
 2019-12-24  1:41 UTC 

[RESEND RFC 0/2] Paravirtualized Control Register pinning
 2019-12-23 22:49 UTC  (13+ messages)
` [RESEND RFC 2/2] X86: Use KVM CR pin MSRs

[PATCH v11 00/25] mm/gup: track dma-pinned pages: FOLL_PIN
 2019-12-23 18:24 UTC  (22+ messages)

[PATCH v2] kvm/svm: PKU not currently supported
 2019-12-23 15:21 UTC  (4+ messages)

KASAN: vmalloc-out-of-bounds Read in srcu_invoke_callbacks
 2019-12-23 14:45 UTC 

[PATCH v10 00/19] KVM RISC-V Support
 2019-12-23 11:37 UTC  (20+ messages)
` [PATCH v10 01/19] RISC-V: Export riscv_cpuid_to_hartid_mask() API
` [PATCH v10 02/19] RISC-V: Add bitmap reprensenting ISA features common across CPUs
` [PATCH v10 03/19] RISC-V: Add hypervisor extension related CSR defines
` [PATCH v10 04/19] RISC-V: Add initial skeletal KVM support
` [PATCH v10 05/19] RISC-V: KVM: Implement VCPU create, init and destroy functions
` [PATCH v10 06/19] RISC-V: KVM: Implement VCPU interrupts and requests handling
` [PATCH v10 07/19] RISC-V: KVM: Implement KVM_GET_ONE_REG/KVM_SET_ONE_REG ioctls
` [PATCH v10 08/19] RISC-V: KVM: Implement VCPU world-switch
` [PATCH v10 09/19] RISC-V: KVM: Handle MMIO exits for VCPU
` [PATCH v10 10/19] RISC-V: KVM: Handle WFI "
` [PATCH v10 11/19] RISC-V: KVM: Implement VMID allocator
` [PATCH v10 12/19] RISC-V: KVM: Implement stage2 page table programming
` [PATCH v10 13/19] RISC-V: KVM: Implement MMU notifiers
` [PATCH v10 14/19] RISC-V: KVM: Add timer functionality
` [PATCH v10 15/19] RISC-V: KVM: FP lazy save/restore
` [PATCH v10 16/19] RISC-V: KVM: Implement ONE REG interface for FP registers
` [PATCH v10 17/19] RISC-V: KVM: Add SBI v0.1 support
` [PATCH v10 18/19] RISC-V: KVM: Document RISC-V specific parts of KVM API
` [PATCH v10 19/19] RISC-V: KVM: Add MAINTAINERS entry

Async page fault delivered while irq are disabled?
 2019-12-23  8:38 UTC  (7+ messages)

[PATCH 1/5] KVM: arm64: Document PV-lock interface
 2019-12-23  2:06 UTC  (3+ messages)

[PATCH kernel] vfio/spapr/nvlink2: Skip unpinning pages on error exit
 2019-12-23  1:09 UTC 

[GIT PULL] KVM patches for 5.5-rc3
 2019-12-22 19:10 UTC  (2+ messages)

[GIT PULL] Please pull my kvm-ppc-fixes-5.5-1 tag
 2019-12-22 12:18 UTC  (2+ messages)

[PATCH] MAINTAINERS: Orphan KVM for MIPS
 2019-12-22 10:46 UTC  (3+ messages)

[PATCH v4 0/7] Use 1st-level for IOVA translation
 2019-12-22  7:00 UTC  (8+ messages)
` [PATCH v4 4/7] iommu/vt-d: Setup pasid entries for iova over first level

Can we retire Python 2 now?
 2019-12-21 13:43 UTC  (2+ messages)

[RESEND PATCH v21 0/6] Add ARMv8 RAS virtualization support in QEMU
 2019-12-21 12:35 UTC  (4+ messages)
` [RESEND PATCH v21 5/6] target-arm: kvm64: handle SIGBUS signal from kernel or KVM

[PATCH net-next v3 00/11] VSOCK: add vsock_test test suite
 2019-12-21  5:10 UTC  (2+ messages)

[PATCH v5 00/19] x86/cpu: Clean up handling of VMX features
 2019-12-21  4:45 UTC  (20+ messages)
` [PATCH v5 01/19] x86/msr-index: Clean up bit defines for IA32_FEATURE_CONTROL MSR
` [PATCH v5 02/19] selftests: kvm: Replace manual MSR defs with common msr-index.h
` [PATCH v5 03/19] tools arch x86: Sync msr-index.h from kernel sources
` [PATCH v5 04/19] x86/intel: Initialize IA32_FEAT_CTL MSR at boot
` [PATCH v5 05/19] x86/mce: WARN once if IA32_FEAT_CTL MSR is left unlocked
` [PATCH v5 06/19] x86/centaur: Use common IA32_FEAT_CTL MSR initialization
` [PATCH v5 07/19] x86/zhaoxin: "
` [PATCH v5 08/19] x86/cpu: Clear VMX feature flag if VMX is not fully enabled
` [PATCH v5 09/19] x86/vmx: Introduce VMX_FEATURES_*
` [PATCH v5 10/19] x86/cpu: Detect VMX features on Intel, Centaur and Zhaoxin CPUs
` [PATCH v5 11/19] x86/cpu: Print VMX flags in /proc/cpuinfo using VMX_FEATURES_*
` [PATCH v5 12/19] x86/cpu: Set synthetic VMX cpufeatures during init_ia32_feat_ctl()
` [PATCH v5 13/19] x86/cpufeatures: Add flag to track whether MSR IA32_FEAT_CTL is configured
` [PATCH v5 14/19] KVM: VMX: Drop initialization of IA32_FEAT_CTL MSR
` [PATCH v5 15/19] KVM: VMX: Use VMX feature flag to query BIOS enabling
` [PATCH v5 16/19] KVM: VMX: Check for full VMX support when verifying CPU compatibility
` [PATCH v5 17/19] KVM: VMX: Use VMX_FEATURE_* flags to define VMCS control bits
` [PATCH v5 18/19] perf/x86: Provide stubs of KVM helpers for non-Intel CPUs
` [PATCH v5 19/19] KVM: VMX: Allow KVM_INTEL when building for Centaur and/or Zhaoxin CPUs

[PATCH v4 00/19] x86/cpu: Clean up handling of VMX features
 2019-12-21  3:48 UTC  (9+ messages)
` [PATCH v4 11/19] x86/cpu: Print VMX flags in /proc/cpuinfo using VMX_FEATURES_*

[PATCH v2 00/17] KVM: Dirty ring interface
 2019-12-21  2:11 UTC  (13+ messages)
` [PATCH v2 01/17] KVM: Remove kvm_read_guest_atomic()
` [PATCH v2 02/17] KVM: X86: Change parameter for fast_page_fault tracepoint
` [PATCH v2 03/17] KVM: X86: Don't track dirty for KVM_SET_[TSS_ADDR|IDENTITY_MAP_ADDR]
` [PATCH v2 04/17] KVM: Cache as_id in kvm_memory_slot
` [PATCH v2 05/17] KVM: Add build-time error check on kvm_run size
` [PATCH v2 06/17] KVM: Pass in kvm pointer into mark_page_dirty_in_slot()
` [PATCH v2 07/17] KVM: Move running VCPU from ARM to common code
` [PATCH v2 08/17] KVM: X86: Implement ring-based dirty memory tracking
` [PATCH v2 09/17] KVM: Make dirty ring exclusive to dirty bitmap log

[PATCH 0/4] KVM: nVMX: Check GUEST_DEBUGCTL and GUEST_DR7 on vmentry of nested guests
 2019-12-21  0:27 UTC  (7+ messages)
` [PATCH 2/4] KVM: nVMX: Check "

[PATCH v2 00/17] KVM: Dirty ring interface
 2019-12-20 21:03 UTC  (10+ messages)
` [PATCH v2 01/17] KVM: Remove kvm_read_guest_atomic()
` [PATCH v2 02/17] KVM: X86: Change parameter for fast_page_fault tracepoint
` [PATCH v2 03/17] KVM: X86: Don't track dirty for KVM_SET_[TSS_ADDR|IDENTITY_MAP_ADDR]
` [PATCH v2 04/17] KVM: Cache as_id in kvm_memory_slot
` [PATCH v2 05/17] KVM: Add build-time error check on kvm_run size
` [PATCH v2 06/17] KVM: Pass in kvm pointer into mark_page_dirty_in_slot()
` [PATCH v2 07/17] KVM: Move running VCPU from ARM to common code
` [PATCH v2 08/17] KVM: X86: Implement ring-based dirty memory tracking
` [PATCH v2 09/17] KVM: Make dirty ring exclusive to dirty bitmap log

[PATCH v2 00/17] KVM: Dirty ring interface
 2019-12-20 21:01 UTC  (4+ messages)
` [PATCH v2 01/17] KVM: Remove kvm_read_guest_atomic()
` [PATCH v2 04/17] KVM: Cache as_id in kvm_memory_slot
` [PATCH v2 05/17] KVM: Add build-time error check on kvm_run size


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