kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-28 13:04:27 to 2020-09-30 17:38:07 UTC [more...]

[PATCH 00/22] Introduce the TDP MMU
 2020-09-30 17:37 UTC  (43+ messages)
` [PATCH 01/22] kvm: mmu: Separate making SPTEs from set_spte
` [PATCH 02/22] kvm: mmu: Introduce tdp_iter
` [PATCH 03/22] kvm: mmu: Init / Uninit the TDP MMU
` [PATCH 04/22] kvm: mmu: Allocate and free TDP MMU roots
` [PATCH 05/22] kvm: mmu: Add functions to handle changed TDP SPTEs
` [PATCH 06/22] kvm: mmu: Make address space ID a property of memslots
` [PATCH 07/22] kvm: mmu: Support zapping SPTEs in the TDP MMU
` [PATCH 09/22] kvm: mmu: Remove disallowed_hugepage_adjust shadow_walk_iterator arg
` [PATCH 10/22] kvm: mmu: Add TDP MMU PF handler
` [PATCH 13/22] kvm: mmu: Support invalidate range MMU notifier for TDP MMU
` [PATCH 15/22] kvm: mmu: Support changed pte notifier in tdp MMU
` [PATCH 17/22] kvm: mmu: Support dirty logging for the TDP MMU
` [PATCH 20/22] kvm: mmu: NX largepage recovery for "

[PATCH v6 0/4] KVM: nSVM: ondemand nested state allocation
 2020-09-30 15:36 UTC  (7+ messages)
` [PATCH v6 3/4] KVM: x86: allow kvm_x86_ops.set_efer to return an error value
` [PATCH v6 4/4] KVM: nSVM: implement on demand allocation of the nested state

[PATCH v2 0/1] KVM: correctly restore the TSC value on nested migration
 2020-09-30 14:37 UTC  (4+ messages)
` [PATCH v2 1/1] KVM: x86: fix MSR_IA32_TSC read for "

[PATCH] irqbypass: fix error handle when irq_bypass_register_producer() return fails
 2020-09-30 14:09 UTC 

[PATCH v10 00/16] s390/vfio-ap: dynamic configuration support
 2020-09-30 13:19 UTC  (30+ messages)
` [PATCH v10 02/16] s390/vfio-ap: use new AP bus interface to search for queue devices
` [PATCH v10 04/16] s390/zcrypt: driver callback to indicate resource in use
` [PATCH v10 05/16] s390/vfio-ap: implement in-use callback for vfio_ap driver
` [PATCH v10 06/16] s390/vfio-ap: introduce shadow APCB
` [PATCH v10 07/16] s390/vfio-ap: sysfs attribute to display the guest's matrix
` [PATCH v10 08/16] s390/vfio-ap: filter matrix for unavailable queue devices
` [PATCH v10 09/16] s390/vfio-ap: allow assignment of unavailable AP queues to mdev device
` [PATCH v10 10/16] s390/vfio-ap: allow configuration of matrix mdev in use by a KVM guest

[PATCH v4 00/12] Support disabling TCG on ARM (part 2)
 2020-09-30 13:17 UTC  (19+ messages)
` [PATCH v4 01/12] accel/tcg: Add stub for cpu_loop_exit()
` [PATCH v4 02/12] meson: Allow optional target/${ARCH}/Kconfig
` [PATCH v4 03/12] target/arm: Select SEMIHOSTING if TCG is available
` [PATCH v4 04/12] target/arm: Restrict ARMv4 cpus to TCG accel
` [PATCH v4 05/12] target/arm: Restrict ARMv5 "
` [PATCH v4 06/12] target/arm: Restrict ARMv6 "
` [PATCH v4 07/12] target/arm: Restrict ARMv7 R-profile "
` [PATCH v4 08/12] target/arm: Restrict ARMv7 M-profile "
` [PATCH v4 09/12] target/arm: Make m_helper.c optional via CONFIG_ARM_V7M
` [PATCH v4 10/12] target/arm: Do not build TCG objects when TCG is off
` [PATCH v4 11/12] target/arm: Reorder meson.build rules
` [PATCH v4 12/12] .travis.yml: Add a KVM-only Aarch64 job

[PATCH v7 5/7] KVM: arm64: pmu: Make overflow handler NMI safe
 2020-09-30 12:37 UTC  (5+ messages)

[RFC PATCH 00/24] Control VQ support in vDPA
 2020-09-30 12:02 UTC  (11+ messages)
` [RFC PATCH 05/24] vhost-vdpa: passing iotlb to IOMMU mapping helpers
` [RFC PATCH 06/24] vhost-vdpa: switch to use vhost-vdpa specific IOTLB
` [RFC PATCH 08/24] vdpa: introduce virtqueue groups
` [RFC PATCH 13/24] vhost-vdpa: introduce ASID based IOTLB
` [RFC PATCH 18/24] vhost-vdpa: support ASID based IOTLB API

[PATCH] vfio/pci: when irq_bypass_register_producer() return fails, we need to clean it up and return -EINVAL. instead of return true
 2020-09-30 10:03 UTC  (3+ messages)

[RFC 0/7] KVM: PKS Virtualization support
 2020-09-30  4:36 UTC  (4+ messages)
` [RFC 6/7] KVM: X86: Expose PKS to guest and userspace

[kvm-unit-tests PATCH] x86: Add one-off test to verify setting LA57 fails when it's unsupported
 2020-09-30  4:34 UTC 

[PATCH 0/5] KVM: x86: Handle reserved CR4 bit interception in VMX
 2020-09-30  4:16 UTC  (6+ messages)
` [PATCH 1/5] KVM: x86: Intercept LA57 to inject #GP fault when it's reserved
` [PATCH 2/5] KVM: x86: Invoke vendor's vcpu_after_set_cpuid() after all common updates
` [PATCH 3/5] KVM: x86: Move call to update_exception_bitmap() into VMX code
` [PATCH 4/5] KVM: VMX: Intercept guest reserved CR4 bits to inject #GP fault
` [PATCH 5/5] KVM: x86: Let the guest own CR4.FSGSBASE

[PATCH v13 00/10] Guest Last Branch Recording Enabling (KVM part)
 2020-09-30  2:23 UTC  (10+ messages)
` [PATCH] target/i386: add -cpu,lbr=true support to enable guest LBR
` [PATCH v13 02/10] KVM: x86/vmx: Make vmx_set_intercept_for_msr() non-static and expose it

[PATCH] KVM: x86: Add kvm_x86_ops hook to short circuit emulation
 2020-09-30  1:43 UTC  (5+ messages)

[RFC PATCH 0/4] Add support for ARMv8.6 TWED feature
 2020-09-30  1:21 UTC  (7+ messages)
` [RFC PATCH 1/4] arm64: cpufeature: TWED support detection
` [RFC PATCH 2/4] KVM: arm64: Make use of TWED feature
` [RFC PATCH 3/4] KVM: arm64: Use dynamic TWE Delay value
` [RFC PATCH 4/4] KVM: arm64: Add trace for TWED update

[RFC PATCH kvm] KVM: VMX: vmx_uret_msrs_list[] can be static
 2020-09-30  0:17 UTC  (2+ messages)

[PATCH v2] vfio/pci: Refine Intel IGD OpRegion support
 2020-09-29 22:06 UTC  (3+ messages)

[PATCH v2 0/9] KVM: collect sporadic patches
 2020-09-29 21:42 UTC  (3+ messages)
` [PATCH v2 4/9] KVM: VMX: Don't freeze guest when event delivery causes an APIC-access exit

[PATCH v3 00/19] Support disabling TCG on ARM (part 2)
 2020-09-29 20:36 UTC  (7+ messages)
` [PATCH v3 17/19] hw/arm: Automatically select the 'virt' machine on KVM

[PATCH Kernel v24 0/8] Add UAPIs to support migration for VFIO devices
 2020-09-29 19:52 UTC  (7+ messages)
` [PATCH Kernel v24 1/8] vfio: UAPI for migration interface for device state
` [PATCH Kernel v24 4/8] vfio iommu: Add ioctl definition for dirty pages tracking

[GIT PULL] virtio: last minute fixes
 2020-09-29 17:44 UTC  (2+ messages)

[kvm-unit-tests PATCH] x86: Make Hyper-V tests x86_64 only
 2020-09-29 16:43 UTC 

[PATCH v2 0/2] vhost: Skip access checks on GIOVAs
 2020-09-29 16:30 UTC  (3+ messages)
` [PATCH v2 1/2] vhost: Don't call access_ok() when using IOTLB
` [PATCH v2 2/2] vhost: Don't call log_access_ok() "

[PATCH 00/23] KVM: arm64: rVIC/rVID PV interrupt controller
 2020-09-29 16:09 UTC  (5+ messages)
` [PATCH 22/23] KVM: arm64: Add a rVIC/rVID in-kernel implementation

[PATCH v3 0/2] KVM: x86: hyper-v: make KVM_GET_SUPPORTED_HV_CPUID more useful
 2020-09-29 15:09 UTC  (3+ messages)
` [PATCH v3 1/2] KVM: x86: hyper-v: allow KVM_GET_SUPPORTED_HV_CPUID as a system ioctl
` [PATCH v3 2/2] KVM: selftests: test "

[PATCH] KVM: x86: VMX: Make smaller physical guest address space support user-configurable
 2020-09-29 14:47 UTC  (6+ messages)

[PATCH v3] KVM: arm64: Preserve PMCR immutable values across reset
 2020-09-29 13:52 UTC  (2+ messages)

[PATCH kvm-unit-tests] runtime: SKIP if required sysfs file is missing
 2020-09-29 13:06 UTC  (2+ messages)

[PATCH -next] x86/kvm: Fix build with CONFIG_SMP disabled
 2020-09-29 12:32 UTC  (2+ messages)

[PATCH v2 0/7] KVM: x86: hyper-v: make KVM_GET_SUPPORTED_HV_CPUID more useful
 2020-09-29 11:26 UTC  (6+ messages)
` [PATCH v2 4/7] KVM: x86: hyper-v: always advertise HV_STIMER_DIRECT_MODE_AVAILABLE

[PATCH v5 00/10] vfio/fsl-mc: VFIO support for FSL-MC device
 2020-09-29 11:27 UTC  (12+ messages)
` [PATCH v5 01/10] vfio/fsl-mc: Add VFIO framework skeleton for fsl-mc devices
` [PATCH v5 02/10] vfio/fsl-mc: Scan DPRC objects on vfio-fsl-mc driver bind
` [PATCH v5 03/10] vfio/fsl-mc: Implement VFIO_DEVICE_GET_INFO ioctl
` [PATCH v5 04/10] vfio/fsl-mc: Implement VFIO_DEVICE_GET_REGION_INFO ioctl call
` [PATCH v5 05/10] vfio/fsl-mc: Allow userspace to MMAP fsl-mc device MMIO regions
` [PATCH v5 06/10] vfio/fsl-mc: Added lock support in preparation for interrupt handling
` [PATCH v5 07/10] vfio/fsl-mc: Add irq infrastructure for fsl-mc devices
` [PATCH v5 08/10] vfio/fsl-mc: trigger an interrupt via eventfd
` [PATCH v5 09/10] vfio/fsl-mc: Add read/write support for fsl-mc devices
` [PATCH v5 10/10] vfio/fsl-mc: Add support for device reset

[PATCH v3] KVM: Check the allocation of pv cpu mask
 2020-09-29 11:40 UTC  (2+ messages)

[kvm-unit-tests PATCH v2 0/4] s390x: css: pv: css test adaptation for PV
 2020-09-29 10:51 UTC  (8+ messages)
` [kvm-unit-tests PATCH v2 1/4] memory: allocation in low memory
` [kvm-unit-tests PATCH v2 2/4] s390x: pv: implement routine to share/unshare memory
` [kvm-unit-tests PATCH v2 3/4] s390x: define UV compatible I/O allocation
` [kvm-unit-tests PATCH v2 4/4] s390x: css: pv: css test adaptation for PV

[RFC PATCH 0/3] KVM: Introduce "VM bugged" concept
 2020-09-29  9:27 UTC  (9+ messages)
` [RFC PATCH 3/3] KVM: x86: Use KVM_BUG/KVM_BUG_ON to handle bugs that are fatal to the VM

[PATCH] KVM: x86: Add tracepoint for dr_write/dr_read
 2020-09-29  9:25 UTC  (3+ messages)

[kvm-unit-tests PULL 00/11] s390x and generic script updates
 2020-09-29  9:06 UTC  (17+ messages)
` [kvm-unit-tests PULL 01/11] runtime.bash: remove outdated comment
` [kvm-unit-tests PULL 02/11] Use same test names in the default and the TAP13 output format
` [kvm-unit-tests PULL 03/11] configure: Add a check for the bash version
` [kvm-unit-tests PULL 04/11] travis.yml: Update from Bionic to Focal
` [kvm-unit-tests PULL 05/11] travis.yml: Update the list of s390x tests
` [kvm-unit-tests PULL 06/11] common.bash: run `cmd` only if a test case was found
` [kvm-unit-tests PULL 07/11] scripts: add support for architecture dependent functions
` [kvm-unit-tests PULL 08/11] run_tests/mkstandalone: add arch_cmd hook
` [kvm-unit-tests PULL 09/11] s390x: add Protected VM support
` [kvm-unit-tests PULL 10/11] s390x/selftest: Fix constraint of inline assembly
` [kvm-unit-tests PULL 11/11] scripts/arch-run: use ncat rather than nc

[PATCH] vhost: Don't call vq_access_ok() when using IOTLB
 2020-09-29  8:44 UTC  (4+ messages)

[RFC PATCH 1/2] kvm/x86: intercept guest changes to X86_CR4_LA57
 2020-09-29  8:45 UTC  (5+ messages)

[PULL v4 01/48] linux headers: sync to 5.9-rc4
 2020-09-29  7:20 UTC 

[RFC PATCH 0/9] Split kvm_update_cpuid_runtime()
 2020-09-29  4:58 UTC  (4+ messages)
` [RFC PATCH 1/9] KVM:x86: Abstract sub functions from kvm_update_cpuid_runtime() and kvm_vcpu_after_set_cpuid()

[PATCH v4] kvm,x86: Exit to user space in case page fault error
 2020-09-29  4:37 UTC  (2+ messages)

[PATCH 0/6 v3] KVM: x86: Fill in conforming {vmx|svm}_x86_ops and {vmx|svm}_nested_ops via macros
 2020-09-29  4:08 UTC  (7+ messages)
` [PATCH 1/6 v3] KVM: x86: Change names of some of the kvm_x86_ops functions to make them more semantical and readable
` [PATCH 2/6 v3] KVM: SVM: Fill in conforming svm_x86_ops via macro
` [PATCH 4/6 v3] KVM: VMX: Fill in conforming vmx_x86_ops "

[PATCH 0/3 v3] kvm-unit-test: nVMX: Test Selector and Base Address fields of Guest Segment registers
 2020-09-29  3:21 UTC  (3+ messages)
` [PATCH 3/3 v3] nVMX: Test vmentry of unrestricted (unpaged protected) nested guest

[PATCH 0/4 v2] KVM: nSVM: Add checks for CR3 and CR4 reserved bits to svm_set_nested_state() and test CR3 non-MBZ reserved bits
 2020-09-29  3:11 UTC  (3+ messages)
` [PATCH 3/4 v2] KVM: nSVM: Test non-MBZ reserved bits in CR3 in long mode

[PATCH v8 0/8] Allow user space to restrict and augment MSR emulation
 2020-09-28 16:10 UTC  (9+ messages)
` [PATCH v8 2/8] KVM: x86: Deflect unknown MSR accesses to user space
` [PATCH v8 3/8] KVM: x86: Add infrastructure for MSR filtering
` [PATCH v8 7/8] KVM: x86: Introduce "
` [PATCH v8 8/8] KVM: selftests: Add test for user space MSR handling

[kvm-unit-tests PATCH] scripts/arch-run: use ncat rather than nc
 2020-09-28 13:03 UTC  (2+ messages)


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