kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-03 05:25:19 to 2021-04-06 17:18:31 UTC [more...]

[PATCH 0/4] KVM: SVM: A fix and cleanups for vmcb tracking
 2021-04-06 17:18 UTC  (5+ messages)
` [PATCH 1/4] KVM: SVM: Don't set current_vmcb->cpu when switching vmcb
` [PATCH 2/4] KVM: SVM: Drop vcpu_svm.vmcb_pa
` [PATCH 3/4] KVM: SVM: Add a comment to clarify what vcpu_svm.vmcb points at
` [PATCH 4/4] KVM: SVM: Enhance and clean up the vmcb tracking comment in pre_svm_run()

[PATCH v3 00/25] KVM SGX virtualization support
 2021-04-06 17:08 UTC  (16+ messages)
` [PATCH v3 05/25] x86/sgx: Introduce virtual EPC for use by KVM guests
` [PATCH v3 13/25] x86/sgx: Add helpers to expose ECREATE and EINIT to KVM

[PATCH 00/18] Make vfio_mdev type safe
 2021-04-06 16:40 UTC  (7+ messages)
` [PATCH 05/18] vfio/mdev: Do not allow a mdev_type to have a NULL parent pointer
` [PATCH 08/18] vfio/mdev: Reorganize mdev_device_create()

[PATCH] KVM: x86/mmu: preserve pending TLB flush across calls to kvm_tdp_mmu_zap_sp
 2021-04-06 16:25 UTC 

[PATCH v4 00/16] KVM: x86/pmu: Add basic support to enable Guest PEBS via DS
 2021-04-06 16:22 UTC  (4+ messages)
` [PATCH v4 02/16] perf/x86/intel: Handle guest PEBS overflow PMI for KVM guest

[PATCH v3 0/4] KVM: cpuid: fix KVM_GET_EMULATED_CPUID implementation
 2021-04-06 16:09 UTC  (8+ messages)
` [PATCH v3 1/4] KVM: x86: Fix a spurious -E2BIG in KVM_GET_EMULATED_CPUID
` [PATCH v3 2/4] Documentation: KVM: update KVM_GET_EMULATED_CPUID ioctl description
` [PATCH v3 3/4] selftests: add kvm_get_emulated_cpuid to processor.h
` [PATCH v3 4/4] selftests: KVM: extend get_cpuid_test to include KVM_GET_EMULATED_CPUID

[PATCH v11 00/13] Add AMD SEV guest live migration support
 2021-04-06 16:07 UTC  (28+ messages)
` [PATCH v11 01/13] KVM: SVM: Add KVM_SEV SEND_START command
` [PATCH v11 02/13] KVM: SVM: Add KVM_SEND_UPDATE_DATA command
` [PATCH v11 03/13] KVM: SVM: Add KVM_SEV_SEND_FINISH command
` [PATCH v11 04/13] KVM: SVM: Add support for KVM_SEV_RECEIVE_START command
` [PATCH v11 05/13] KVM: SVM: Add KVM_SEV_RECEIVE_UPDATE_DATA command
` [PATCH v11 06/13] KVM: SVM: Add KVM_SEV_RECEIVE_FINISH command
` [PATCH v11 07/13] KVM: x86: Add AMD SEV specific Hypercall3
` [PATCH v11 08/13] KVM: X86: Introduce KVM_HC_PAGE_ENC_STATUS hypercall
` [PATCH v11 09/13] mm: x86: Invoke hypercall when page encryption status is changed
` [PATCH v11 10/13] KVM: x86: Introduce new KVM_FEATURE_SEV_LIVE_MIGRATION feature & Custom MSR
` [PATCH v11 11/13] EFI: Introduce the new AMD Memory Encryption GUID
` [PATCH v11 12/13] x86/kvm: Add guest support for detecting and enabling SEV Live Migration feature
` [PATCH v11 13/13] x86/kvm: Add kexec support for SEV Live Migration

[kvm-unit-tests PATCH v3 00/16] s390x: Testing SSCH, CSCH and HSCH for errors
 2021-04-06 15:58 UTC  (23+ messages)
` [kvm-unit-tests PATCH v3 01/16] s390x: lib: css: disabling a subchannel
` [kvm-unit-tests PATCH v3 02/16] s390x: lib: css: SCSW bit definitions
` [kvm-unit-tests PATCH v3 03/16] s390x: css: simplify skipping tests on no device
` [kvm-unit-tests PATCH v3 04/16] s390x: lib: css: separate wait for IRQ and check I/O completion
` [kvm-unit-tests PATCH v3 05/16] s390x: lib: css: add SCSW ctrl expectations to "
` [kvm-unit-tests PATCH v3 06/16] s390x: lib: css: checking I/O errors
` [kvm-unit-tests PATCH v3 07/16] s390x: css: testing ssch errors
` [kvm-unit-tests PATCH v3 08/16] s390x: css: ssch check for cpa zero
` [kvm-unit-tests PATCH v3 09/16] s390x: css: ssch with mis aligned ORB
` [kvm-unit-tests PATCH v3 10/16] s390x: css: ssch checking addressing errors
` [kvm-unit-tests PATCH v3 11/16] s390x: css: No support for MIDAW
` [kvm-unit-tests PATCH v3 12/16] s390x: css: Check ORB reserved bits
` [kvm-unit-tests PATCH v3 13/16] s390x: css: checking for CSS extensions
` [kvm-unit-tests PATCH v3 14/16] s390x: css: issuing SSCH when the channel is status pending
` [kvm-unit-tests PATCH v3 15/16] s390x: css: testing halt subchannel
` [kvm-unit-tests PATCH v3 16/16] s390x: css: testing clear subchannel

[PATCH v3 00/14] Embed struct vfio_device in all sub-structures
 2021-04-06 15:57 UTC  (2+ messages)

[RFC Part1 PATCH 00/13] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-04-06 15:47 UTC  (4+ messages)
` [RFC Part1 PATCH 06/13] x86/compressed: rescinds and validate the memory used for the GHCB

[PATCH v15 00/13] s390/vfio-ap: dynamic configuration support
 2021-04-06 15:31 UTC  (14+ messages)
` [PATCH v15 01/13] s390/vfio-ap: fix circular lockdep when setting/clearing crypto masks
` [PATCH v15 02/13] s390/vfio-ap: use new AP bus interface to search for queue devices
` [PATCH v15 03/13] s390/vfio-ap: move probe and remove callbacks to vfio_ap_ops.c
` [PATCH v15 04/13] s390/vfio-ap: manage link between queue struct and matrix mdev
` [PATCH v15 05/13] s390/vfio-ap: introduce shadow APCB
` [PATCH v15 06/13] s390/vfio-ap: refresh guest's APCB by filtering APQNs assigned to mdev
` [PATCH v15 07/13] s390/vfio-ap: allow assignment of unavailable AP queues to mdev device
` [PATCH v15 08/13] s390/vfio-ap: allow hot plug/unplug of AP resources using "
` [PATCH v15 09/13] s390/zcrypt: driver callback to indicate resource in use
` [PATCH v15 10/13] s390/vfio-ap: implement in-use callback for vfio_ap driver
` [PATCH v15 11/13] s390/vfio-ap: sysfs attribute to display the guest's matrix
` [PATCH v15 12/13] s390/zcrypt: notify drivers on config changed and scan complete callbacks
` [PATCH v15 13/13] s390/vfio-ap: update docs to include dynamic config support

[PATCH v6 0/9] KVM/ARM: Some vgic fixes and init sequence KVM selftests
 2021-04-06 15:19 UTC  (13+ messages)
` [PATCH v6 1/9] KVM: arm64: vgic-v3: Fix some error codes when setting RDIST base
` [PATCH v6 2/9] KVM: arm64: Fix KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION read
` [PATCH v6 3/9] KVM: arm64: vgic-v3: Fix error handling in vgic_v3_set_redist_base()
` [PATCH v6 4/9] KVM: arm/arm64: vgic: Reset base address on kvm_vgic_dist_destroy()
` [PATCH v6 5/9] docs: kvm: devices/arm-vgic-v3: enhance KVM_DEV_ARM_VGIC_CTRL_INIT doc
` [PATCH v6 6/9] KVM: arm64: Simplify argument passing to vgic_uaccess_[read|write]
` [PATCH v6 7/9] kvm: arm64: vgic-v3: Introduce vgic_v3_free_redist_region()
` [PATCH v6 8/9] KVM: arm64: vgic-v3: Expose GICR_TYPER.Last for userspace
` [PATCH v6 9/9] KVM: selftests: aarch64/vgic-v3 init sequence tests

[RFCv1 0/7] TDX and guest memory unmapping
 2021-04-06 14:57 UTC  (6+ messages)
` [RFCv1 7/7] KVM: unmap guest memory using poisoned pages

[PATCH v14 00/13] s390/vfio-ap: dynamic configuration support
 2021-04-06 14:36 UTC  (3+ messages)

[PATCH v1] vfio/type1: Remove the almost unused check in vfio_iommu_type1_unpin_pages
 2021-04-06 13:50 UTC 

[PATCH v4 01/16] perf/x86/intel: Add x86_pmu.pebs_vmx for Ice Lake Servers
 2021-04-06 12:47 UTC  (4+ messages)

[PATCH v2 0/9] KVM: my debug patch queue
 2021-04-06 11:59 UTC  (3+ messages)

[PATCH 0/4] KVM: MIPS: cleanup TLB flushing callbacks
 2021-04-06 11:55 UTC  (9+ messages)
` [PATCH 2/4] KVM: MIPS: rework flush_shadow_* callbacks into one that prepares the flush

[RFC PATCH] KVM: x86: Support write protect huge pages lazily
 2021-04-06 11:49 UTC  (2+ messages)

[PATCH 0/6] Introduce KVM_{GET|SET}_SREGS2 and fix PDPTR migration
 2021-04-06 10:22 UTC  (9+ messages)
` [PATCH 1/6] KVM: nVMX: delay loading of PDPTRs to KVM_REQ_GET_NESTED_STATE_PAGES
` [PATCH 3/6] KVM: x86: introduce kvm_register_clear_available
` [PATCH 5/6] KVM: nSVM: avoid loading PDPTRs after migration when possible

[PATCH] KVM: X86: Count success and invalid yields
 2021-04-06  8:32 UTC 

[PATCH] KVM: x86: Remove unused function declaration
 2021-04-06  6:35 UTC 

[PATCH] KVM: MMU: protect TDP MMU pages only down to required level
 2021-04-06  6:26 UTC  (2+ messages)

[PATCH v4 0/3] ppc: Enable 2nd DAWR support on Power10
 2021-04-06  5:38 UTC  (4+ messages)
` [PATCH v4 1/3] Linux headers: update from 5.12-rc3
` [PATCH v4 2/3] ppc: Rename current DAWR macros and variables
` [PATCH v4 3/3] ppc: Enable 2nd DAWR support on p10

[RFC PATCH 00/12] KVM: Support Intel KeyLocker
 2021-04-06  3:37 UTC  (14+ messages)
` [RFC PATCH 02/12] x86/cpufeature: Add CPUID.19H:{EBX,ECX} cpuid leaves
` [RFC PATCH 03/12] kvm/vmx: Introduce the new tertiary processor-based VM-execution controls
` [RFC PATCH 05/12] kvm/vmx: Add KVM support on KeyLocker operations
` [RFC PATCH 07/12] kvm/vmx/nested: Support new IA32_VMX_PROCBASED_CTLS3 vmx feature control MSR
` [RFC PATCH 08/12] kvm/vmx: Refactor vmx_compute_tertiary_exec_control()

[PATCH v4 00/11] KVM: x86/pmu: Guest Architectural LBR Enabling
 2021-04-06  3:19 UTC  (2+ messages)

[syzbot] KASAN: use-after-free Write in sk_psock_stop
 2021-04-06  3:15 UTC 

[PATCH v6 00/10] KVM: selftests: some improvement and a new test for kvm page table
 2021-04-06  3:05 UTC  (2+ messages)

[PATCH] KVM: MIPS: Remove a "set but not used" variable
 2021-04-06  2:49 UTC 

[syzbot] WARNING: suspicious RCU usage in tcp_bpf_update_proto
 2021-04-05 22:05 UTC 

[PATCH 0/5] ccp: KVM: SVM: Use stack for SEV command buffers
 2021-04-05 16:37 UTC  (15+ messages)
` [PATCH 1/5] crypto: ccp: Detect and reject vmalloc addresses destined for PSP
` [PATCH 2/5] crypto: ccp: Reject SEV commands with mismatching command buffer
` [PATCH 3/5] crypto: ccp: Play nice with vmalloc'd memory for SEV command structs

[PATCH v5 0/8] KVM/ARM: Some vgic fixes and init sequence KVM selftests
 2021-04-05 16:30 UTC  (13+ messages)
` [PATCH v5 1/8] KVM: arm64: Fix KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION read
` [PATCH v5 2/8] KVM: arm64: vgic-v3: Fix error handling in vgic_v3_set_redist_base()
` [PATCH v5 3/8] KVM: arm/arm64: vgic: Reset base address on kvm_vgic_dist_destroy()
` [PATCH v5 4/8] docs: kvm: devices/arm-vgic-v3: enhance KVM_DEV_ARM_VGIC_CTRL_INIT doc
` [PATCH v5 5/8] KVM: arm64: Simplify argument passing to vgic_uaccess_[read|write]
` [PATCH v5 6/8] kvm: arm64: vgic-v3: Introduce vgic_v3_free_redist_region()
` [PATCH v5 7/8] KVM: arm64: vgic-v3: Expose GICR_TYPER.Last for userspace
` [PATCH v5 8/8] KVM: selftests: aarch64/vgic-v3 init sequence tests

[PATCH AUTOSEL 5.10 09/22] tools/kvm_stat: Add restart delay
 2021-04-05 16:04 UTC 

[PATCH AUTOSEL 5.11 09/22] tools/kvm_stat: Add restart delay
 2021-04-05 16:03 UTC 

[kvm:queue 120/120] arch/x86/kvm/svm/sev.c:1380:2-8: preceding lock on line 1375 (fwd)
 2021-04-05 15:35 UTC  (3+ messages)

Kenya Cutomized Business Plans for only Kes 499/=
 2021-04-05 15:21 UTC 

[PATCH] tools/kvm_stat: fix out of date aarch64 kvm_exit reason definations
 2021-04-05  8:14 UTC  (2+ messages)

[PATCH v4 0/3] cgroup: New misc cgroup controller
 2021-04-05  0:29 UTC  (3+ messages)

[PATCH 0/4] KVM statistics data fd-based binary interface
 2021-04-03 17:42 UTC  (5+ messages)
` [PATCH 2/4] KVM: stats: Add fd-based API to read binary stats data

[PATCH v2 0/9] KVM: arm64: Initial host support for the Apple M1
 2021-04-03 11:29 UTC  (10+ messages)
` [PATCH v2 1/9] irqchip/gic: Split vGIC probing information from the GIC code
` [PATCH v2 2/9] KVM: arm64: Handle physical FIQ as an IRQ while running a guest
` [PATCH v2 3/9] KVM: arm64: vgic: Be tolerant to the lack of maintenance interrupt
` [PATCH v2 4/9] KVM: arm64: vgic: Let an interrupt controller advertise lack of HW deactivation
` [PATCH v2 5/9] KVM: arm64: vgic: move irq->get_input_level into an ops structure
` [PATCH v2 6/9] KVM: arm64: vgic: Implement SW-driven deactivation
` [PATCH v2 7/9] KVM: arm64: timer: Refactor IRQ configuration
` [PATCH v2 8/9] KVM: arm64: timer: Add support for SW-based deactivation
` [PATCH v2 9/9] irqchip/apple-aic: Advertise some level of vGICv3 compatibility


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