public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-10-02 08:00:16 to 2018-10-08 05:30:52 UTC [more...]

[PATCH v5 00/33] KVM: PPC: Book3S HV: Nested HV virtualization
 2018-10-08  5:30 UTC  (7+ messages)
` [PATCH v5 01/33] powerpc: Turn off CPU_FTR_P9_TM_HV_ASSIST in non-hypervisor mode
` [PATCH v5 02/33] KVM: PPC: Book3S: Simplify external interrupt handling
` [PATCH v5 03/33] KVM: PPC: Book3S HV: Remove left-over code in XICS-on-XIVE emulation
` [PATCH v5 04/33] KVM: PPC: Book3S HV: Move interrupt delivery on guest entry to C code
` [PATCH v5 05/33] KVM: PPC: Book3S HV: Extract PMU save/restore operations as C-callable functions
` [PATCH v5 06/33] KVM: PPC: Book3S HV: Simplify real-mode interrupt handling

[libvirt] [RFC PATCH 0/2] Add new mdev type for aggregated resources
 2018-10-08  5:08 UTC  (4+ messages)
` [libvirt] [PATCH v2 0/4] New mdev type handling "

[PATCH] kvm/x86 : avoid shifting signed 32-bit value by 31 bits
 2018-10-08  2:25 UTC  (4+ messages)

[PATCH net V2] vhost-vsock: fix use after free
 2018-10-08  2:20 UTC  (5+ messages)

[PATCH v4 00/32] KVM: PPC: Book3S HV: Nested HV virtualization
 2018-10-08  2:02 UTC  (45+ messages)
` [PATCH v4 01/32] powerpc: Turn off CPU_FTR_P9_TM_HV_ASSIST in non-hypervisor mode
` [PATCH v4 02/32] KVM: PPC: Book3S: Simplify external interrupt handling
` [PATCH v4 03/32] KVM: PPC: Book3S HV: Remove left-over code in XICS-on-XIVE emulation
` [PATCH v4 04/32] KVM: PPC: Book3S HV: Move interrupt delivery on guest entry to C code
` [PATCH v4 05/32] KVM: PPC: Book3S HV: Extract PMU save/restore operations as C-callable functions
` [PATCH v4 06/32] KVM: PPC: Book3S HV: Simplify real-mode interrupt handling
` [PATCH v4 07/32] KVM: PPC: Book3S: Rework TM save/restore code and make it C-callable
` [PATCH v4 08/32] KVM: PPC: Book3S HV: Call kvmppc_handle_exit_hv() with vcore unlocked
` [PATCH v4 09/32] KVM: PPC: Book3S HV: Streamlined guest entry/exit path on P9 for radix guests
` [PATCH v4 10/32] KVM: PPC: Book3S HV: Handle hypervisor instruction faults better
` [PATCH v4 11/32] KVM: PPC: Book3S HV: Add a debugfs file to dump radix mappings
` [PATCH v4 12/32] KVM: PPC: Use ccr field in pt_regs struct embedded in vcpu struct
` [PATCH v4 13/32] KVM: PPC: Book3S HV: Clear partition table entry on vm teardown
` [PATCH v4 14/32] KVM: PPC: Book3S HV: Make kvmppc_mmu_radix_xlate process/partition table agnostic
` [PATCH v4 15/32] KVM: PPC: Book3S HV: Refactor radix page fault handler
` [PATCH v4 16/32] KVM: PPC: Book3S HV: Use kvmppc_unmap_pte() in kvm_unmap_radix()
` [PATCH v4 17/32] KVM: PPC: Book3S HV: Framework and hcall stubs for nested virtualization
` [PATCH v4 18/32] KVM: PPC: Book3S HV: Nested guest entry via hypercall
` [PATCH v4 19/32] KVM: PPC: Book3S HV: Use XICS hypercalls when running as a nested hypervisor
` [PATCH v4 20/32] KVM: PPC: Book3S HV: Handle hypercalls correctly when nested
` [PATCH v4 21/32] KVM: PPC: Book3S HV: Handle page fault for a nested guest
` [PATCH v4 22/32] KVM: PPC: Book3S HV: Introduce rmap to track nested guest mappings
` [PATCH v4 23/32] KVM: PPC: Book3S HV: Implement H_TLB_INVALIDATE hcall
` [PATCH v4 24/32] KVM: PPC: Book3S HV: Use hypercalls for TLB invalidation when nested
` [PATCH v4 25/32] KVM: PPC: Book3S HV: Invalidate TLB when nested vcpu moves physical cpu
` [PATCH v4 26/32] KVM: PPC: Book3S HV: Don't access HFSCR, LPIDR or LPCR when running nested
` [PATCH v4 27/32] KVM: PPC: Book3S HV: Add one-reg interface to virtual PTCR register
` [PATCH v4 28/32] KVM: PPC: Book3S HV: Sanitise hv_regs on nested guest entry
` [PATCH v4 29/32] KVM: PPC: Book3S HV: Handle differing endianness for H_ENTER_NESTED
` [PATCH v4 30/32] KVM: PPC: Book3S HV: Allow HV module to load without hypervisor mode
` [PATCH v4 31/32] KVM: PPC: Book3S HV: Add nested shadow page tables to debugfs
` [PATCH v4 32/32] KVM: PPC: Book3S HV: Add a VM capability to enable nested virtualization

[PATCH] KVM: LAPIC: Tune lapic_timer_advance_ns automatically
 2018-10-07 21:02 UTC  (2+ messages)

[PATCH] drivers/vfio: Fix a redundant copy bug
 2018-10-07 14:44 UTC 

[PATCH v1 1/2] x86/cpufeature: Add facility to match microcode revisions
 2018-10-07  5:32 UTC  (8+ messages)
  ` [PATCH v1 2/2] perf/x86/kvm: Avoid unnecessary work in guest filtering

[PATCH] KVM: X86: Add missing KVM_AMD dependency
 2018-10-06 20:43 UTC  (5+ messages)

KASAN: use-after-free Read in vhost_transport_cancel_pkt
 2018-10-06 15:47 UTC  (2+ messages)

[PATCH v3 0/9] x86/kvm/nVMX: optimize MMU switch between L1 and L2
 2018-10-05 19:37 UTC  (7+ messages)
` [PATCH v3 4/9] x86/kvm/mmu: introduce guest_mmu
` [PATCH v3 7/9] x86/kvm/nVMX: introduce source data cache for kvm_init_shadow_ept_mmu()
` [PATCH v3 8/9] x86/kvm/mmu: check if tdp/shadow MMU reconfiguration is needed

[PATCH v2] virtio-gpu: add VIRTIO_GPU_F_EDID feature
 2018-10-05 15:55 UTC  (5+ messages)

[GIT PULL] KVM changes for 4.19-rc7
 2018-10-05 15:37 UTC  (2+ messages)

[PATCH v2] reset: Exclusive resets must be dedicated to a single hardware block
 2018-10-05 15:16 UTC  (5+ messages)

[PATCH 00/11 v3] x86: load FPU registers on return to userland
 2018-10-05 11:55 UTC  (16+ messages)
` [PATCH 01/11] x86/entry: remove _TIF_ALLWORK_MASK
` [PATCH 02/11] x86/fpu: add (__)make_fpregs_active helpers
` [PATCH 03/11] x86/fpu: make __raw_xsave_addr() use feature number instead of mask
` [PATCH 04/11] x86/fpu: eager switch PKRU state
` [PATCH 05/11] x86/fpu: set PKRU state for kernel threads
` [PATCH 06/11] x86/pkeys: make init_pkru_value static
` [PATCH 07/11] x86/pkeys: Drop the preempt-disable section
` [PATCH 08/11] x86/fpu: Always store the registers in copy_fpstate_to_sigframe()
` [PATCH 09/11] x86/entry: add TIF_LOAD_FPU
` [PATCH 10/11] x86/fpu: prepare copy_fpstate_to_sigframe for TIF_LOAD_FPU
` [PATCH 11/11] x86/fpu: defer FPU state load until return to userspace

[PATCH] s390: vfio-ap: trace the update of APCB masks
 2018-10-05 11:16 UTC  (16+ messages)
      ` [PATCH v1 0/2] KVM: s390: Tracing APCB changes
        ` [PATCH v1 1/2] "
        ` [PATCH v1 2/2] s390: vfio-ap: setup APCB mask using KVM dedicated function

[PATCH] iommu/amd: Clear memory encryption mask from physical address
 2018-10-05  8:31 UTC  (2+ messages)

[PATCH] ARM: KVM: Correctly order SGI register entries in the cp15 array
 2018-10-05  3:38 UTC  (3+ messages)

[PATCH v3 00/33] KVM: PPC: Book3S HV: Nested HV virtualization
 2018-10-05  3:29 UTC  (54+ messages)
` [PATCH v3 01/33] powerpc: Turn off CPU_FTR_P9_TM_HV_ASSIST in non-hypervisor mode
` [PATCH v3 02/33] KVM: PPC: Book3S: Simplify external interrupt handling
` [PATCH v3 03/33] KVM: PPC: Book3S HV: Remove left-over code in XICS-on-XIVE emulation
` [PATCH v3 04/33] KVM: PPC: Book3S HV: Move interrupt delivery on guest entry to C code
` [PATCH v3 05/33] KVM: PPC: Book3S HV: Extract PMU save/restore operations as C-callable functions
` [PATCH v3 06/33] KVM: PPC: Book3S HV: Simplify real-mode interrupt handling
` [PATCH v3 07/33] KVM: PPC: Book3S: Rework TM save/restore code and make it C-callable
` [PATCH v3 08/33] KVM: PPC: Book3S HV: Call kvmppc_handle_exit_hv() with vcore unlocked
` [PATCH v3 09/33] KVM: PPC: Book3S HV: Streamlined guest entry/exit path on P9 for radix guests
` [PATCH v3 10/33] KVM: PPC: Book3S HV: Handle hypervisor instruction faults better
` [PATCH v3 11/33] KVM: PPC: Book3S HV: Add a debugfs file to dump radix mappings
` [PATCH v3 12/33] KVM: PPC: Use ccr field in pt_regs struct embedded in vcpu struct
` [PATCH v3 13/33] KVM: PPC: Book3S HV: Clear partition table entry on vm teardown
` [PATCH v3 14/33] KVM: PPC: Book3S HV: Make kvmppc_mmu_radix_xlate process/partition table agnostic
` [PATCH v3 15/33] KVM: PPC: Book3S HV: Refactor radix page fault handler
` [PATCH v3 16/33] KVM: PPC: Book3S HV: Use kvmppc_unmap_pte() in kvm_unmap_radix()
` [PATCH v3 17/33] KVM: PPC: Book3S HV: Framework and hcall stubs for nested virtualization
` [PATCH v3 18/33] KVM: PPC: Book3S HV: Nested guest entry via hypercall
` [PATCH v3 19/33] KVM: PPC: Book3S HV: Use XICS hypercalls when running as a nested hypervisor
` [PATCH v3 20/33] KVM: PPC: Book3S HV: Handle hypercalls correctly when nested
` [PATCH v3 21/33] KVM: PPC: Book3S HV: Framework to handle HV Emulation Assist Interrupt
` [PATCH v3 22/33] KVM: PPC: Book3S HV: Handle page fault for a nested guest
` [PATCH v3 23/33] KVM: PPC: Book3S HV: Introduce rmap to track nested guest mappings
` [PATCH v3 24/33] KVM: PPC: Book3S HV: Emulate Privileged TLBIE for guest hypervisors
` [PATCH v3 25/33] KVM: PPC: Book3S HV: Invalidate TLB when nested vcpu moves physical cpu
` [PATCH v3 26/33] KVM: PPC: Book3S HV: Don't access HFSCR, LPIDR or LPCR when running nested
` [PATCH v3 27/33] KVM: PPC: Book3S HV: Add one-reg interface to virtual PTCR register
` [PATCH v3 28/33] KVM: PPC: Book3S HV: Sanitise hv_regs on nested guest entry
` [PATCH v3 29/33] KVM: PPC: Book3S HV: Handle differing endianness for H_ENTER_NESTED
` [PATCH v3 30/33] KVM: PPC: Book3S HV: Allow HV module to load without hypervisor mode
` [PATCH v3 31/33] KVM: PPC: Book3S HV: Add nested shadow page tables to debugfs
` [PATCH v3 32/33] KVM: PPC: Book3S HV: Use hypercalls for TLB invalidation when nested
` [PATCH v3 33/33] KVM: PPC: Book3S HV: Add a VM capability to enable nested virtualization

[PATCH] kvm/x86 : fix some typo
 2018-10-04 15:45 UTC 

[PATCH v2] kvm: nVMX: fix entry with pending interrupt if APICv is enabled
 2018-10-04  9:28 UTC  (2+ messages)

[PATCH v6 00/18] kvm: arm64: Dynamic IPA and 52bit IPA
 2018-10-04  8:40 UTC  (8+ messages)
` [PATCH v6 16/18] kvm: arm64: Set a limit on the IPA size
` [PATCH v6 17/18] kvm: arm64: Limit the minimum number of page table levels
` [PATCH v6 18/18] kvm: arm64: Allow tuning the physical address size for VM

[PATCH] kvm: nVMX: fix entry with pending interrupt if APICv is enabled
 2018-10-03 14:54 UTC  (6+ messages)

[PULL 1/1] s390/cio: Fix how vfio-ccw checks pinned pages
 2018-10-03 13:14 UTC  (2+ messages)

[PATCH v2 00/33] KVM: PPC: Book3S HV: Nested HV virtualization
 2018-10-03  5:09 UTC  (5+ messages)
` [PATCH v2 19/33] KVM: PPC: Book3S HV: Nested guest entry via hypercall

WARNING in kvm_arch_vcpu_ioctl_run (3)
 2018-10-02 21:07 UTC  (2+ messages)

[PATCH 0/2] KVM: arm64: Dynamic IPA cosmetic fixups
 2018-10-02  8:41 UTC  (5+ messages)
` [PATCH 1/2] KVM: arm/arm64: Rename kvm_arm_config_vm to kvm_arm_setup_stage2
` [PATCH 2/2] KVM: arm64: Drop __cpu_init_stage2 on the VHE path


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox