kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-02-21 11:50:13 to 2019-02-26 11:20:59 UTC [more...]

[PATCH v3 0/8] This patch-set is to enable Guest CET support
 2019-02-26 19:48 UTC  (13+ messages)
` [PATCH v3 1/8] KVM:VMX: Define CET VMCS fields and bits
` [PATCH v3 2/8] KVM:CPUID: Define CET CPUID bits and CR4.CET master enable bit
` [PATCH v3 3/8] KVM:CPUID: Add CPUID support for Guest CET
` [PATCH v3 4/8] KVM:CPUID: Fix xsaves area size calculation for CPUID.(EAX=0xD,ECX=1)
` [PATCH v3 5/8] KVM:VMX: Pass through host CET related MSRs to Guest
` [PATCH v3 6/8] KVM:VMX: Load Guest CET via VMCS when CET is enabled in Guest
` [PATCH v3 7/8] KVM:X86: Add XSS bit 11 and 12 support for CET xsaves/xrstors
` [PATCH v3 8/8] KVM:X86: Add user-space read/write interface for CET MSRs

[PATCH RFC 00/39] x86/KVM: Xen HVM guest support
 2019-02-26 11:20 UTC  (20+ messages)
` [PATCH RFC 01/39] KVM: x86: fix Xen hypercall page msr handling
` [PATCH RFC 02/39] KVM: x86/xen: intercept xen hypercalls if enabled
` [PATCH RFC 20/39] xen-blkback: module_exit support
` [Xen-devel] [PATCH RFC 00/39] x86/KVM: Xen HVM guest support

[PATCH v7 0/9] vfio/mdev: IOMMU aware mediated device
 2019-02-26 10:37 UTC  (13+ messages)
` [PATCH v7 1/9] iommu: Add APIs for multiple domains per device
` [PATCH v7 2/9] iommu/vt-d: Move enable pasid out of CONFIG_INTEL_IOMMU_SVM
` [PATCH v7 3/9] iommu/vt-d: Add per-device IOMMU feature ops entries
` [PATCH v7 4/9] iommu/vt-d: Move common code out of iommu_attch_device()
` [PATCH v7 5/9] iommu/vt-d: Aux-domain specific domain attach/detach
` [PATCH v7 6/9] iommu/vt-d: Return ID associated with an auxiliary domain
` [PATCH v7 7/9] vfio/mdev: Add iommu related member in mdev_device
` [PATCH v7 8/9] vfio/type1: Add domain at(de)taching group helpers
` [PATCH v7 9/9] vfio/type1: Handle different mdev isolation type

[kvm-unit-tests PATCH v3 0/5] arm/arm64: Add support for running under kvmtool
 2019-02-26  9:29 UTC  (7+ messages)
` [kvm-unit-tests PATCH v3 1/5] lib: arm: Use UART address from generated config.h

[PATCH v2 00/16] KVM: PPC: Book3S HV: add XIVE native exploitation mode
 2019-02-26  5:24 UTC  (42+ messages)
` [PATCH v2 01/16] powerpc/xive: add OPAL extensions for the XIVE native exploitation support
` [PATCH v2 02/16] KVM: PPC: Book3S HV: add a new KVM device for the XIVE native exploitation mode
` [PATCH v2 03/16] KVM: PPC: Book3S HV: XIVE: introduce a new capability KVM_CAP_PPC_IRQ_XIVE
` [PATCH v2 04/16] KVM: PPC: Book3S HV: XIVE: add a control to initialize a source
` [PATCH v2 05/16] KVM: PPC: Book3S HV: XIVE: add a control to configure "
` [PATCH v2 06/16] KVM: PPC: Book3S HV: XIVE: add controls for the EQ configuration
` [PATCH v2 07/16] KVM: PPC: Book3S HV: XIVE: add a global reset control
` [PATCH v2 08/16] KVM: PPC: Book3S HV: XIVE: add a control to sync the sources
` [PATCH v2 09/16] KVM: PPC: Book3S HV: XIVE: add a control to dirty the XIVE EQ pages
` [PATCH v2 10/16] KVM: PPC: Book3S HV: XIVE: add get/set accessors for the VP XIVE state
` [PATCH v2 11/16] KVM: introduce a 'mmap' method for KVM devices
` [PATCH v2 12/16] KVM: PPC: Book3S HV: XIVE: add a TIMA mapping
` [PATCH v2 13/16] KVM: PPC: Book3S HV: XIVE: add a mapping for the source ESB pages
` [PATCH v2 14/16] KVM: PPC: Book3S HV: XIVE: add passthrough support
` [PATCH v2 15/16] KVM: introduce a KVM_DESTROY_DEVICE ioctl
` [PATCH v2 16/16] KVM: PPC: Book3S HV: XIVE: clear the vCPU interrupt presenters

BUG: unable to handle kernel paging request in __kvm_mmu_prepare_zap_page
 2019-02-25 20:09 UTC  (2+ messages)

[PATCH v4 0/7] vfio: ap: AP Queue Interrupt Control
 2019-02-25 18:36 UTC  (9+ messages)
` [PATCH v4 1/7] s390: ap: kvm: add PQAP interception for AQIC
` [PATCH v4 2/7] s390: ap: new vfio_ap_queue structure
` [PATCH v4 3/7] s390: ap: associate a ap_vfio_queue and a matrix mdev
` [PATCH v4 4/7] vfio: ap: register IOMMU VFIO notifier
` [PATCH v4 5/7] s390: ap: implement PAPQ AQIC interception in kernel
` [PATCH v4 6/7] s390: ap: Cleanup on removing the AP device
` [PATCH v4 7/7] s390: ap: kvm: Enable PQAP/AQIC facility for the guest

[PATCH v7] x86: load FPU registers on return to userland
 2019-02-25 18:16 UTC  (13+ messages)
` [PATCH 12/22] x86/fpu: Only write PKRU if it is different from current
` [PATCH 14/22] x86/fpu: Eager switch PKRU state
` [PATCH 15/22] x86/entry: Add TIF_NEED_FPU_LOAD
` [PATCH 16/22] x86/fpu: Always store the registers in copy_fpstate_to_sigframe()
` [PATCH 17/22] x86/fpu: Prepare copy_fpstate_to_sigframe() for TIF_NEED_FPU_LOAD
` [PATCH 18/22] x86/fpu: Update xstate's PKRU value on write_pkru()
` [PATCH 19/22] x86/fpu: Inline copy_user_to_fpregs_zeroing()
` [PATCH 20/22] x86/fpu: Let __fpu__restore_sig() restore the !32bit+fxsr frame from kernel memory
` [PATCH 21/22] x86/fpu: Merge the two code paths in __fpu__restore_sig()
` [PATCH 22/22] x86/fpu: Defer FPU state load until return to userspace

[PATCH v4 00/22] SMMUv3 Nested Stage Setup
 2019-02-25 17:30 UTC  (4+ messages)
` [PATCH v4 19/22] vfio-pci: Register an iommu fault handler

[RFC][Patch v8 0/7] KVM: Guest Free Page Hinting
 2019-02-25 13:01 UTC  (3+ messages)

[PATCH 0/5] QEMU VFIO live migration
 2019-02-25  2:22 UTC  (3+ messages)

[GIT PULL] KVM fixes for 5.0-rc8 or final
 2019-02-24 18:15 UTC  (2+ messages)

[PATCH V3 00/10] X86/KVM/Hyper-V: Add HV ept tlb range list flush support in KVM
 2019-02-23 14:37 UTC  (14+ messages)
` [PATCH V3 1/10] X86/Hyper-V: Add parameter offset for hyperv_fill_flush_guest_mapping_list()
` [PATCH V3 2/10] KVM/VMX: Fill range list in kvm_fill_hv_flush_list_func()
` [PATCH V3 3/10] KVM/MMU: Introduce tlb flush with range list
` [PATCH V3 4/10] KVM/MMU: Use range flush in sync_page()
` [PATCH V3 5/10] KVM/MMU: Flush tlb directly in the kvm_mmu_slot_gfn_write_protect()
` [PATCH V3 6/10] KVM: Add kvm_get_memslot() to get memslot via slot id
` [PATCH V3 7/10] KVM: Use tlb range flush in the kvm_vm_ioctl_get/clear_dirty_log()
` [PATCH V3 8/10] KVM: Add flush parameter for kvm_age_hva()
` [PATCH V3 9/10] KVM/MMU: Use tlb range flush in the kvm_age_hva()
` [PATCH V3 10/10] KVM/MMU: Add last_level flag in the struct mmu_spte_page

[PATCH] x86/Hyper-V: Fix definition HV_MAX_FLUSH_REP_COUNT
 2019-02-23 14:35 UTC  (3+ messages)

[PATCH] x86/kvm/mmu: make mmu->prev_roots cache work for NPT case
 2019-02-23 11:15 UTC  (5+ messages)
      ` [PATCH v2 RFC] "

[PATCH v5 0/9] mmu notifier provide context informations
 2019-02-22 23:01 UTC  (19+ messages)
` [PATCH v5 1/9] mm/mmu_notifier: helper to test if a range invalidation is blockable
` [PATCH v5 2/9] mm/mmu_notifier: convert user range->blockable to helper function
` [PATCH v5 3/9] mm/mmu_notifier: convert mmu_notifier_range->blockable to a flags
` [PATCH v5 4/9] mm/mmu_notifier: contextual information for event enums
` [PATCH v5 5/9] mm/mmu_notifier: contextual information for event triggering invalidation v2
` [PATCH v5 6/9] mm/mmu_notifier: use correct mmu_notifier events for each invalidation
` [PATCH v5 7/9] mm/mmu_notifier: pass down vma and reasons why mmu notifier is happening v2
` [PATCH v5 8/9] mm/mmu_notifier: mmu_notifier_range_update_to_read_only() helper
` [PATCH v5 9/9] mm/mmu_notifier: set MMU_NOTIFIER_USE_CHANGE_PTE flag where appropriate v2

[GIT PULL] VFIO updates for v5.1-rc1
 2019-02-22 22:25 UTC 

VFIO updates for v5.1-rc1
 2019-02-22 22:22 UTC 

[PATCH] x86/kvm/mmu: fix switch between root and guest MMUs
 2019-02-22 18:54 UTC  (3+ messages)

[PATCH v3 0/2] KVM: arm/arm64: Add VCPU workarounds firmware register
 2019-02-22 18:44 UTC  (10+ messages)
` [PATCH v3 1/2] KVM: arm/arm64: Add save/restore support for firmware workaround state
` [PATCH v3 2/2] KVM: doc: add API documentation on the KVM_REG_ARM_WORKAROUNDS register

[PATCH] KVM: MMU: record maximum physical address width in kvm_mmu_extended_role
 2019-02-22 18:24 UTC  (3+ messages)

[PATCH v2 0/2] Inject a PMI for KVM Guest when ToPA buffer is filled
 2019-02-22 17:24 UTC  (2+ messages)

[GIT PULL] KVM/arm updates for Linux v5.1
 2019-02-22 16:45 UTC  (29+ messages)
` [PATCH 01/27] clocksource/arm_arch_timer: Store physical timer IRQ number for KVM on VHE
` [PATCH 02/27] arm/arm64: KVM: Introduce kvm_call_hyp_ret()
` [PATCH 03/27] arm64: KVM: Allow for direct call of HYP functions when using VHE
` [PATCH 04/27] arm64: KVM: Drop VHE-specific HYP call stub
` [PATCH 05/27] ARM: KVM: Teach some form of type-safety to kvm_call_hyp
` [PATCH 06/27] arm/arm64: KVM: Statically configure the host's view of MPIDR
` [PATCH 07/27] KVM: arm/arm64: Factor out VMID into struct kvm_vmid
` [PATCH 08/27] KVM: arm/arm64: Simplify bg_timer programming
` [PATCH 09/27] KVM: arm64: Fix ICH_ELRSR_EL2 sysreg naming
` [PATCH 10/27] KVM: arm64: Reuse sys_reg() macro when searching the trap table
` [PATCH 11/27] KVM: arm/arm64: consolidate arch timer trap handlers
` [PATCH 12/27] KVM: arm/arm64: timer: Rework data structures for multiple timers
` [PATCH 13/27] KVM: arm/arm64: arch_timer: Assign the phys timer on VHE systems
` [PATCH 14/27] KVM: arm/arm64: Rework the timer code to use a timer_map
` [PATCH 15/27] KVM: arm/arm64: Move kvm_is_write_fault to header file
` [PATCH 16/27] arm64: KVM: Expose sanitised cache type register to guest
` [PATCH 17/27] arm64: KVM: Describe data or unified caches as having 1 set and 1 way
` [PATCH 18/27] KVM: arm/arm64: arch_timer: Mark physical interrupt active when a virtual interrupt is pending
` [PATCH 19/27] KVM: arm/arm64: Fix TRACE_INCLUDE_PATH
` [PATCH 20/27] KVM: arm/arm64: Remove -I. header search paths
` [PATCH 21/27] KVM: arm/arm64: Prefix header search paths with $(srctree)/
` [PATCH 22/27] KVM: arm/arm64: Update MAINTAINERS entries
` [PATCH 23/27] KVM: arm/arm64: fix spelling mistake: "auxilary" -> "auxiliary"
` [PATCH 24/27] KVM: arm64: Fix comment for KVM_PHYS_SHIFT
` [PATCH 25/27] KVM: arm/arm64: Remove unused gpa_end variable
` [PATCH 26/27] KVM: arm/arm64: Remove unused timer variable
` [PATCH 27/27] arm64: KVM: Fix architecturally invalid reset value for FPEXC32_EL2

[PATCH] KVM: Minor cleanups for kvm_main.c
 2019-02-22 16:44 UTC  (2+ messages)

[PATCH V2 00/10] X86/KVM/Hyper-V: Add HV ept tlb range list flush support in KVM
 2019-02-22 15:16 UTC  (6+ messages)
` [PATCH V2 3/10] KVM/MMU: Add last_level in the struct mmu_spte_page

[PATCH v3 0/9] [RFC] vfio: ap: ioctl definitions for AP Queue Interrupt Control
 2019-02-22 15:04 UTC  (15+ messages)
` [PATCH v3 2/9] s390: ap: kvm: setting a hook for PQAP instructions
` [PATCH v3 4/9] s390: ap: tools to find a queue with a specific APQN
` [PATCH v3 7/9] s390: ap: implement PAPQ AQIC interception in kernel

[PATCH 0/2] KVM: arm/arm64: Add VCPU workarounds firmware register
 2019-02-22 12:26 UTC  (4+ messages)
` [PATCH 1/2] KVM: arm/arm64: Add save/restore support for firmware workaround state

[PATCH 00/14] KVM: arm/arm64: Various rework in preparation of nested virt support
 2019-02-22 12:14 UTC  (6+ messages)
` [PATCH 06/14] KVM: arm/arm64: Factor out VMID into struct kvm_vmid

[PATCH v2 1/2] KVM: PPC: Book3S HV: Simplify machine check handling
 2019-02-22  9:48 UTC  (2+ messages)
` [v2,1/2] "

[PATCH v2] KVM: PPC: Book3S: Add KVM stat largepages_[2M/1G]
 2019-02-22  9:40 UTC  (2+ messages)

[PATCH] KVM: PPC: Book3S HV: Optimise mmio emulation for devices on FAST_MMIO_BUS
 2019-02-22  9:39 UTC  (2+ messages)

[PATCH v6 0/9] vfio/mdev: IOMMU aware mediated device
 2019-02-22  0:56 UTC  (3+ messages)

[RESEND PATCH 0/7] Add FOLL_LONGTERM to GUP fast and use it
 2019-02-21 22:24 UTC  (4+ messages)
` [RESEND PATCH 3/7] mm/gup: Change GUP fast to use flags rather than a write 'bool'


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