messages from 2018-10-05 03:38:21 to 2018-10-12 05:16:32 UTC [more...]
[PATCH v3 0/8] vfio/mdev: IOMMU aware mediated device
2018-10-12 5:16 UTC (9+ messages)
` [PATCH v3 1/8] iommu: Add APIs for multiple domains per device
` [PATCH v3 2/8] iommu/vt-d: Add multiple domains per device query
` [PATCH v3 3/8] iommu/vt-d: Enable/disable multiple domains per device
` [PATCH v3 4/8] iommu/vt-d: Attach/detach domains in auxiliary mode
` [PATCH v3 5/8] iommu/vt-d: Return ID associated with an auxiliary domain
` [PATCH v3 6/8] vfio/mdev: Add iommu place holders in mdev_device
` [PATCH v3 7/8] vfio/type1: Add domain at(de)taching group helpers
` [PATCH v3 8/8] vfio/type1: Handle different mdev isolation type
[PATCH] mm: Speed up mremap on large regions
2018-10-12 3:21 UTC
[PATCH 00/11 v3] x86: load FPU registers on return to userland
2018-10-11 21:18 UTC (10+ messages)
` [PATCH 01/11] x86/entry: remove _TIF_ALLWORK_MASK
` [PATCH 03/11] x86/fpu: make __raw_xsave_addr() use feature number instead of mask
` [PATCH 08/11] x86/fpu: Always store the registers in copy_fpstate_to_sigframe()
[PATCH v3 0/2] rename function name and enable 32bit vcpu events
2018-10-11 19:07 UTC (3+ messages)
` [PATCH v3 1/2] arm/arm64: KVM: rename function kvm_arch_dev_ioctl_check_extension()
` [PATCH v3 2/2] arm/arm64: KVM: enable 32 bits kvm vcpu events support
WARNING: refcount bug in kvm_vm_ioctl
2018-10-11 18:39 UTC (4+ messages)
kernel BUG at arch/x86/kvm/x86.c:LINE! (2)
2018-10-11 18:05 UTC (6+ messages)
[PATCH v3 4.4.y 1/3] x86/fpu: Remove use_eager_fpu()
2018-10-11 15:10 UTC (2+ messages)
BUG: unable to handle kernel paging request in refcount_inc_not_zero_checked
2018-10-11 14:33 UTC (2+ messages)
[PATCH] KVM: vmx: hyper-v: don't pass EPT configuration info to vmx_hv_remote_flush_tlb()
2018-10-11 13:12 UTC (6+ messages)
linux-next: manual merge of the kvm-ppc tree with the kvm-arm tree
2018-10-11 8:58 UTC (3+ messages)
[libvirt] [PATCH v2 1/1] Add attribute single_usage_restriction for mdev type-id
2018-10-11 2:08 UTC (5+ messages)
[PATCH v4 0/9] x86/kvm/nVMX: optimize MMU switch between L1 and L2
2018-10-10 16:53 UTC (11+ messages)
` [PATCH v4 1/9] x86/kvm/mmu: make vcpu->mmu a pointer to the current MMU
` [PATCH v4 2/9] x86/kvm/mmu.c: set get_pdptr hook in kvm_init_shadow_ept_mmu()
` [PATCH v4 3/9] x86/kvm/mmu.c: add kvm_mmu parameter to kvm_mmu_free_roots()
` [PATCH v4 4/9] x86/kvm/mmu: introduce guest_mmu
` [PATCH v4 5/9] x86/kvm/mmu: get rid of redundant kvm_mmu_setup()
` [PATCH v4 6/9] x86/kvm/mmu: make space for source data caching in struct kvm_mmu
` [PATCH v4 7/9] x86/kvm/nVMX: introduce source data cache for kvm_init_shadow_ept_mmu()
` [PATCH v4 8/9] x86/kvm/mmu: check if tdp/shadow MMU reconfiguration is needed
` [PATCH v4 9/9] x86/kvm/mmu: check if MMU reconfiguration is needed in init_kvm_nested_mmu()
[PATCH] KVM: Start populating /sys/hypervisor with KVM entries
2018-10-10 5:19 UTC (6+ messages)
[PATCH v2 0/2] rename function name and enable 32bit vcpu events
2018-10-10 4:22 UTC (7+ messages)
` [PATCH v2 1/2] arm/arm64: KVM: rename function kvm_arch_dev_ioctl_check_extension()
` [PATCH v2 2/2] arm/arm64: KVM: enable 32 bits kvm vcpu events support
[PATCH v2] KVM: LAPIC: Tune lapic_timer_advance_ns automatically
2018-10-09 16:52 UTC (2+ messages)
[PATCH] KVM: x86: support CONFIG_KVM_AMD=y with CONFIG_CRYPTO_DEV_CCP_DD=m
2018-10-09 16:39 UTC
[PATCH] KVM: X86: Add missing KVM_AMD dependency
2018-10-09 16:26 UTC (9+ messages)
[GIT PULL 0/1] KVM/arm updates for 4.19-rc8
2018-10-09 12:26 UTC (2+ messages)
` [PATCH 1/1] ARM: KVM: Correctly order SGI register entries in the cp15 array
[PATCH] KVM: LAPIC: Tune lapic_timer_advance_ns automatically
2018-10-09 2:08 UTC (5+ messages)
[PATCH v5 00/33] KVM: PPC: Book3S HV: Nested HV virtualization
2018-10-09 0:26 UTC (41+ 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
` [PATCH v5 07/33] KVM: PPC: Book3S: Rework TM save/restore code and make it C-callable
` [PATCH v5 08/33] KVM: PPC: Book3S HV: Call kvmppc_handle_exit_hv() with vcore unlocked
` [PATCH v5 09/33] KVM: PPC: Book3S HV: Streamlined guest entry/exit path on P9 for radix guests
` [PATCH v5 10/33] KVM: PPC: Book3S HV: Handle hypervisor instruction faults better
` [PATCH v5 11/33] KVM: PPC: Book3S HV: Add a debugfs file to dump radix mappings
` [PATCH v5 12/33] KVM: PPC: Use ccr field in pt_regs struct embedded in vcpu struct
` [PATCH v5 13/33] KVM: PPC: Book3S HV: Clear partition table entry on vm teardown
` [PATCH v5 14/33] KVM: PPC: Book3S HV: Make kvmppc_mmu_radix_xlate process/partition table agnostic
` [PATCH v5 15/33] KVM: PPC: Book3S HV: Refactor radix page fault handler
` [PATCH v5 16/33] KVM: PPC: Book3S HV: Use kvmppc_unmap_pte() in kvm_unmap_radix()
` [PATCH v5 17/33] KVM: PPC: Book3S HV: Framework and hcall stubs for nested virtualization
` [PATCH v5 18/33] KVM: PPC: Book3S HV: Nested guest entry via hypercall
` [PATCH v5 19/33] KVM: PPC: Book3S HV: Use XICS hypercalls when running as a nested hypervisor
` [PATCH v5 20/33] KVM: PPC: Book3S HV: Handle hypercalls correctly when nested
` [PATCH v5 21/33] KVM: PPC: Book3S HV: Handle page fault for a nested guest
` [PATCH v5 22/33] KVM: PPC: Book3S HV: Introduce rmap to track nested guest mappings
` [PATCH v5 23/33] KVM: PPC: Book3S HV: Implement H_TLB_INVALIDATE hcall
` [PATCH v5 24/33] KVM: PPC: Book3S HV: Use hypercalls for TLB invalidation when nested
` [PATCH v5 25/33] KVM: PPC: Book3S HV: Invalidate TLB when nested vcpu moves physical cpu
` [PATCH v5 26/33] KVM: PPC: Book3S HV: Don't access HFSCR, LPIDR or LPCR when running nested
` [PATCH v5 27/33] KVM: PPC: Book3S HV: Add one-reg interface to virtual PTCR register
` [PATCH v5 28/33] KVM: PPC: Book3S HV: Sanitise hv_regs on nested guest entry
` [PATCH v5 29/33] KVM: PPC: Book3S HV: Handle differing endianness for H_ENTER_NESTED
` [PATCH v5 30/33] KVM: PPC: Book3S HV: Allow HV module to load without hypervisor mode
` [PATCH v5 31/33] KVM: PPC: Book3S HV: Add nested shadow page tables to debugfs
` [PATCH v5 32/33] KVM: PPC: Book3S HV: Add a VM capability to enable nested virtualization
` [PATCH v5 33/33] KVM: PPC: Book3S HV: Add NO_HASH flag to GET_SMMU_INFO ioctl result
[PATCH v2] drivers/vfio: Fix a redundant copy bug
2018-10-08 18:47 UTC (2+ messages)
[PATCH 4.18 156/168] iommu/amd: Clear memory encryption mask from physical address
2018-10-08 18:32 UTC
[PATCH 4.14 84/94] iommu/amd: Clear memory encryption mask from physical address
2018-10-08 18:32 UTC
[PATCH] drivers/vfio: Fix a redundant copy bug
2018-10-08 17:42 UTC (3+ messages)
[QEMU PATCH v2 0/2]: KVM: i386: Add support for save and restore nested state
2018-10-08 17:21 UTC (2+ messages)
[LKP] [x86/kvm/lapic] d176620277: kvm-unit-tests.vmx_EPT_AD_disabled.fail
2018-10-08 13:11 UTC (3+ messages)
[PATCH v2] reset: Exclusive resets must be dedicated to a single hardware block
2018-10-08 12:57 UTC (9+ messages)
[PATCH V3 00/13] x86/KVM/Hyper-v: Add HV ept tlb range flush hypercall support in KVM
2018-10-08 9:17 UTC (4+ messages)
` [PATCH V3 2/13] KVM/MMU: Add tlb flush with range helper function
[RFC] VSOCK: About Virtio-vsock support "Multiqueue" feature ?
2018-10-08 7:06 UTC
[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 (15+ messages)
` [PATCH v4 06/32] KVM: PPC: Book3S HV: Simplify real-mode interrupt handling
` [PATCH v4 17/32] KVM: PPC: Book3S HV: Framework and hcall stubs for nested virtualization
` [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 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
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] 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 (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox