kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-05 18:45:41 to 2020-08-07 17:55:37 UTC [more...]

[PATCH] KVM: SVM: Mark SEV launch secret pages as dirty
 2020-08-07 17:55 UTC  (2+ messages)

[PATCH RFC v2 00/18] Add VFIO mediated device support and DEV-MSI support for the idxd driver
 2020-08-07 17:54 UTC  (37+ messages)
` [PATCH RFC v2 02/18] irq/dev-msi: Add support for a new DEV_MSI irq domain
` [PATCH RFC v2 03/18] irq/dev-msi: Create IR-DEV-MSI "
` [PATCH RFC v2 04/18] irq/dev-msi: Introduce APIs to allocate/free dev-msi interrupts

[PATCH v4] kvm,x86: Exit to user space in case page fault error
 2020-08-07 17:51 UTC  (2+ messages)

[RFC PATCH 0/7] metricfs metric file system and examples
 2020-08-07 17:10 UTC  (9+ messages)
` [RFC PATCH 1/7] core/metricfs: Create metricfs, standardized files under debugfs
` [RFC PATCH 2/7] core/metricfs: add support for percpu metricfs files
` [RFC PATCH 3/7] core/metricfs: metric for kernel warnings
` [RFC PATCH 4/7] core/metricfs: expose softirq information through metricfs
` [RFC PATCH 5/7] core/metricfs: expose scheduler stat "
` [RFC PATCH 6/7] core/metricfs: expose x86-specific irq "
` [RFC PATCH 7/7] net-metricfs: Export /proc/net/dev via metricfs

[PATCH 0/6] Allow userspace to manage MSRs
 2020-08-07 16:12 UTC  (3+ messages)
` [PATCH 1/6] KVM: x86: Add ioctl for accepting a userspace provided MSR list

[PATCH v5 0/3] Allow user space to restrict and augment MSR emulation
 2020-08-07 15:56 UTC  (4+ messages)
` [PATCH v5 1/3] KVM: x86: Deflect unknown MSR accesses to user space
` [PATCH v5 2/3] KVM: x86: Introduce allow list for MSR emulation
` [PATCH v5 3/3] KVM: selftests: Add test for user space MSR handling

[PATCH v1 0/1] s390: virtio-ccw: PV needs VIRTIO I/O device protection
 2020-08-07 14:25 UTC  (4+ messages)
` [PATCH v1 1/1] "

[PATCH v2 0/3] KVM: x86: KVM_MEM_PCI_HOLE memory
 2020-08-07 14:12 UTC  (4+ messages)
` [PATCH v2 1/3] KVM: x86: move kvm_vcpu_gfn_to_memslot() out of try_async_pf()
` [PATCH v2 2/3] KVM: x86: introduce KVM_MEM_PCI_HOLE memory
` [PATCH v2 3/3] KVM: selftests: add KVM_MEM_PCI_HOLE test

Guest OS migration and lost IPIs
 2020-08-07 12:36 UTC  (2+ messages)

[GIT PULL] Please pull my kvm-ppc-next-5.9-1 tag
 2020-08-07 12:23 UTC  (3+ messages)

[kvm-unit-tests PATCH v2 0/3] PV tests part 1
 2020-08-07 12:14 UTC  (6+ messages)
` [kvm-unit-tests PATCH v2 1/3] s390x: Add custom pgm cleanup function
` [kvm-unit-tests PATCH v2 2/3] s390x: skrf: Add exception new skey test and add test to unittests.cfg
` [kvm-unit-tests PATCH v2 3/3] s390x: Ultravisor guest API test

device compatibility interface for live migration with assigned devices
 2020-08-07 11:59 UTC  (13+ messages)

[RFC 0/9] KVM:x86/mmu:Introduce parallel memory virtualization to boost performance
 2020-08-07  9:03 UTC  (4+ messages)

[RFC 0/7] KVM: PKS Virtualization support
 2020-08-07  8:48 UTC  (8+ messages)
` [RFC 1/7] KVM: VMX: Introduce PKS VMCS fields
` [RFC 2/7] KVM: VMX: Expose IA32_PKRS MSR
` [RFC 3/7] KVM: MMU: Rename the pkru to pkr
` [RFC 4/7] KVM: MMU: Refactor pkr_mask to cache condition
` [RFC 5/7] KVM: MMU: Add support for PKS emulation
` [RFC 6/7] KVM: X86: Expose PKS to guest and userspace
` [RFC 7/7] KVM: VMX: Enable PKS for nested VM

[PATCH 0/7] KVM: x86: hyper-v: make KVM_GET_SUPPORTED_HV_CPUID more useful
 2020-08-07  8:39 UTC  (8+ messages)
` [PATCH 1/7] KVM: x86: hyper-v: Mention SynDBG CPUID leaves in api.rst
` [PATCH 2/7] KVM: x86: hyper-v: disallow configuring SynIC timers with no SynIC
` [PATCH 3/7] KVM: x86: hyper-v: make KVM_GET_SUPPORTED_HV_CPUID output independent of eVMCS enablement
` [PATCH 4/7] KVM: x86: hyper-v: always advertise HV_STIMER_DIRECT_MODE_AVAILABLE
` [PATCH 5/7] KVM: x86: hyper-v: drop now unneeded vcpu parameter from kvm_vcpu_ioctl_get_hv_cpuid()
` [PATCH 6/7] KVM: x86: hyper-v: allow KVM_GET_SUPPORTED_HV_CPUID as a system ioctl
` [PATCH 7/7] KVM: selftests: test "

memory leak in do_eventfd
 2020-08-07  7:04 UTC  (2+ messages)

[PATCH v4 00/12] SVM cleanup and INVPCID support for the AMD guests
 2020-08-07  0:47 UTC  (13+ messages)
` [PATCH v4 01/12] KVM: SVM: Introduce vmcb_set_intercept, vmcb_clr_intercept and vmcb_is_intercept
` [PATCH v4 02/12] KVM: SVM: Change intercept_cr to generic intercepts
` [PATCH v4 03/12] KVM: SVM: Change intercept_dr "
` [PATCH v4 04/12] KVM: SVM: Modify intercept_exceptions "
` [PATCH v4 05/12] KVM: SVM: Modify 64 bit intercept field to two 32 bit vectors
` [PATCH v4 06/12] KVM: SVM: Add new intercept vector in vmcb_control_area
` [PATCH v4 07/12] KVM: nSVM: Cleanup nested_state data structure
` [PATCH v4 08/12] KVM: SVM: Remove set_cr_intercept, clr_cr_intercept and is_cr_intercept
` [PATCH v4 09/12] KVM: SVM: Remove set_exception_intercept and clr_exception_intercept
` [PATCH v4 10/12] KVM: X86: Rename and move the function vmx_handle_memory_failure to x86.c
` [PATCH v4 11/12] KVM: X86: Move handling of INVPCID types to x86
` [PATCH v4 12/12] KVM:SVM: Enable INVPCID feature on AMD

[PATCH] KVM: x86: Don't attempt to load PDPTRs when 64-bit mode is enabled
 2020-08-06 21:32 UTC  (3+ messages)

[GIT PULL] First batch of KVM changes for Linux 5.9
 2020-08-06 20:18 UTC  (2+ messages)

[Bug 208767] New: kernel stack overflow due to Lazy update IOAPIC on an x86_64 *host*, when gpu is passthrough to macos guest vm
 2020-08-06  9:09 UTC  (3+ messages)
` [Bug 208767] "

[PATCH v3 0/4] Restrict PV features to only enabled guests
 2020-08-06 15:14 UTC  (5+ messages)
` [PATCH v3 1/4] kvm: x86: encapsulate wrmsr(MSR_KVM_SYSTEM_TIME) emulation in helper fn
` [PATCH v3 2/4] kvm: x86: set wall_clock in kvm_write_wall_clock()
` [PATCH v3 3/4] kvm: x86: only provide PV features if enabled in guest's CPUID
` [PATCH v3 4/4] Documentation: kvm: fix some typos in cpuid.rst

[PATCH 0/3] KVM: x86: KVM_MEM_PCI_HOLE memory
 2020-08-06 17:36 UTC  (13+ messages)
` [PATCH 2/3] KVM: x86: introduce "

Patch "KVM: arm64: Make vcpu_cp1x() work on Big Endian hosts" has been added to the 4.4-stable tree
 2020-08-06  8:55 UTC  (3+ messages)

[kvm-unit-tests PATCH 0/3] x86: Add guest physical bits tests
 2020-08-06 12:43 UTC  (4+ messages)
` [kvm-unit-tests PATCH 1/3] unittests.cfg: Increase timeout for access test
` [kvm-unit-tests PATCH 2/3] x86/access: Skip running guest physical bits tests on AMD with NPT enabled
` [kvm-unit-tests PATCH 3/3] Revert "access: disable phys-bits=36 for now"

[PATCH v7 0/2] s390: virtio: let arch validate VIRTIO features
 2020-08-06 14:19 UTC  (7+ messages)
` [PATCH v7 2/2] s390: virtio: PV needs VIRTIO I/O device protection

[PATCH] vfio-pci: Avoid recursive read-lock usage
 2020-08-06  9:36 UTC  (2+ messages)

[for-5.2 v4 00/10] Generalize memory encryption models
 2020-08-06  7:18 UTC  (5+ messages)
` [for-5.2 v4 10/10] s390: Recognize host-trust-limitation option

[vhost:vhost 32/65] drivers/virtio/virtio_input.c:247:3: warning: comparison of distinct pointer types ('typeof (_Generic((virtio_cread_v), __u8: (virtio_cread_v), __le16: (__builtin_constant_p((__u16)((__u16)(__le16)(virtio_cread_v))) ((__u16)((((__u16)((__u16)(__le16)(vi
 2020-08-06  2:17 UTC 

[vhost:vhost 32/52] include/linux/typecheck.h:12:18: warning: comparison of distinct pointer types lacks a cast
 2020-08-05 23:51 UTC  (2+ messages)

[PATCH v3 0/5] KVM_{GET,SET}_TSC_OFFSET ioctls
 2020-08-05 22:01 UTC  (6+ messages)

[PATCH v2 0/4] Restrict PV features to only enabled guests
 2020-08-05 21:21 UTC  (5+ messages)
` [PATCH v2 1/4] kvm: x86: encapsulate wrmsr(MSR_KVM_SYSTEM_TIME) emulation in helper fn
` [PATCH v2 2/4] kvm: x86: set wall_clock in kvm_write_wall_clock()
` [PATCH v2 3/4] kvm: x86: only provide PV features if enabled in guest's CPUID
` [PATCH v2 4/4] Documentation: kvm: fix some typos in cpuid.rst

[PATCH 0/4] Restrict PV features to only enabled guests
 2020-08-05 21:16 UTC  (5+ messages)
` [PATCH 1/4] kvm: x86: encapsulate wrmsr(MSR_KVM_SYSTEM_TIME) emulation in helper fn
` [PATCH 2/4] kvm: x86: set wall_clock in kvm_write_wall_clock()
` [PATCH 3/4] kvm: x86: only provide PV features if enabled in guest's CPUID
` [PATCH 4/4] Documentation: kvm: fix some typos in cpuid.rst

[PATCH 1/2] vDPA: get_vq_irq() should be optional
 2020-08-05 11:37 UTC 

[kvm-unit-tests PATCH v3 00/10] arm/arm64: Add IPI/LPI/vtimer latency test
 2020-08-05 12:13 UTC  (3+ messages)

[RFC 8/9] Introduce kvm module parameter global_tdp to turn on the direct build EPT mode
 2020-08-05 14:15 UTC 

[RFC 6/9] Apply the direct build EPT according to the memory slots change
 2020-08-05 14:14 UTC 

[RFC 5/9] Modify the page fault path to meet the direct build EPT requirement
 2020-08-05 14:14 UTC 

[PATCH v2 0/6] KVM: arm64: pvtime: Fixes and a new cap
 2020-08-05 15:37 UTC  (2+ messages)

[RFC 4/9] Add release function for direct build ept when guest VM exit
 2020-08-05 14:13 UTC 

[RFC 7/9] Add migration support when using direct build EPT
 2020-08-05 14:15 UTC 

[RFC 9/9] Handle certain mmu exposed functions properly while turn on direct build EPT mode
 2020-08-05 14:16 UTC 

[RFC 2/9] Introduce page table population function for direct build EPT feature
 2020-08-05 14:12 UTC 

[RFC 3/9] Introduce page table remove function for direct build EPT feature
 2020-08-05 14:13 UTC 

[PATCH v1] vfio: platform: use platform_get_resource()
 2020-08-05 11:57 UTC  (3+ messages)

[PATCH v3 20/38] vhost/vdpa: switch to new helpers
 2020-08-05 13:44 UTC 

[PATCH v4 0/4] Add a vhost RPMsg API
 2020-08-05 11:34 UTC  (9+ messages)

[GIT PULL] KVM/arm64 updates for 5.9
 2020-08-05 18:27 UTC  (44+ messages)
` [PATCH 05/56] KVM: arm64: Simplify PtrAuth alternative patching
` [PATCH 10/56] KVM: arm64: Move ACTLR_EL1 emulation to the sys_reg_descs array
` [PATCH 11/56] KVM: arm64: Remove target_table from exit handlers
` [PATCH 12/56] KVM: arm64: Remove the target table
` [PATCH 14/56] KVM: arm64: Move __smccc_workaround_1_smc to .rodata
` [PATCH 15/56] KVM: arm64: Add build rules for separate VHE/nVHE object files
` [PATCH 16/56] KVM: arm64: Use build-time defines in has_vhe()
` [PATCH 17/56] KVM: arm64: Handle calls to prefixed hyp functions
` [PATCH 18/56] KVM: arm64: Build hyp-entry.S separately for VHE/nVHE
` [PATCH 19/56] KVM: arm64: Move hyp-init.S to nVHE
` [PATCH 21/56] KVM: arm64: Split hyp/switch.c to VHE/nVHE
` [PATCH 22/56] KVM: arm64: Split hyp/debug-sr.c "
` [PATCH 23/56] KVM: arm64: Split hyp/sysreg-sr.c "
` [PATCH 24/56] KVM: arm64: Duplicate hyp/timer-sr.c for VHE/nVHE
` [PATCH 25/56] KVM: arm64: Compile remaining hyp/ files for both VHE/nVHE
` [PATCH 26/56] KVM: arm64: Remove __hyp_text macro, use build rules instead
` [PATCH 27/56] KVM: arm64: Lift instrumentation restrictions on VHE
` [PATCH 28/56] KVM: arm64: vgic-its: Change default outer cacheability for {PEND, PROP}BASER
` [PATCH 29/56] KVM: arm64: Drop long gone function parameter documentation
` [PATCH 30/56] KVM: arm64: Rename HSR to ESR
` [PATCH 31/56] arm64: Detect the ARMv8.4 TTL feature
` [PATCH 33/56] arm64: Add level-hinted TLB invalidation helper
` [PATCH 34/56] KVM: arm64: Factor out stage 2 page table data from struct kvm
` [PATCH 35/56] KVM: arm64: Use TTL hint in when invalidating stage-2 translations
` [PATCH 36/56] KVM: arm64: Introduce accessor for ctxt->sys_reg
` [PATCH 37/56] KVM: arm64: hyp: Use ctxt_sys_reg/__vcpu_sys_reg instead of raw sys_regs access
` [PATCH 38/56] KVM: arm64: sve: Use __vcpu_sys_reg() "
` [PATCH 39/56] KVM: arm64: pauth: Use ctxt_sys_reg() "
` [PATCH 40/56] KVM: arm64: debug: Drop useless vpcu parameter
` [PATCH 41/56] KVM: arm64: Make struct kvm_regs userspace-only
` [PATCH 42/56] KVM: arm64: Move ELR_EL1 to the system register array
` [PATCH 43/56] KVM: arm64: Move SP_EL1 "
` [PATCH 45/56] KVM: arm64: Move SPSR_EL1 "
` [PATCH 46/56] KVM: arm64: timers: Rename kvm_timer_sync_hwstate to kvm_timer_sync_user
` [PATCH 47/56] KVM: arm64: timers: Move timer registers to the sys_regs file
` [PATCH 48/56] KVM: arm64: Don't use has_vhe() for CHOOSE_HYP_SYM()
` [PATCH 50/56] KVM: arm64: Substitute RANDOMIZE_BASE for HARDEN_EL2_VECTORS
` [PATCH 51/56] KVM: arm64: Ensure that all nVHE hyp code is in .hyp.text
` [PATCH 52/56] KVM: arm: Add trace name for ARM_NISV
` [PATCH 53/56] KVM: arm64: Rename kvm_vcpu_dabt_isextabt()
` [PATCH 54/56] KVM: arm64: Handle data and instruction external aborts the same way
` [PATCH 56/56] KVM: arm64: Move S1PTW S2 fault logic out of io_mem_abort()

[PATCH v8 00/18] Add AMD SEV guest live migration support
 2020-08-05 18:29 UTC  (5+ messages)

[PATCH 1/1] kvm: mmu: zap pages when zapping only parent
 2020-08-05 18:48 UTC  (4+ 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).