kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-19 12:36:44 to 2020-06-22 20:05:10 UTC [more...]

[PATCH v4 00/18] Add support for Nitro Enclaves
 2020-06-22 20:03 UTC  (9+ messages)
` [PATCH v4 01/18] nitro_enclaves: Add ioctl interface definition
` [PATCH v4 02/18] nitro_enclaves: Define the PCI device interface
` [PATCH v4 03/18] nitro_enclaves: Define enclave info for internal bookkeeping
` [PATCH v4 04/18] nitro_enclaves: Init PCI device driver
` [PATCH v4 05/18] nitro_enclaves: Handle PCI device command requests
` [PATCH v4 06/18] nitro_enclaves: Handle out-of-band PCI device events
` [PATCH v4 07/18] nitro_enclaves: Init misc device providing the ioctl interface
` [PATCH v4 08/18] nitro_enclaves: Add logic for enclave vm creation

[PATCH v2] target/arm: Check supported KVM features globally (not per vCPU)
 2020-06-22 19:57 UTC  (3+ messages)

[PATCH 00/21] KVM: Cleanup and unify kvm_mmu_memory_cache usage
 2020-06-22 19:40 UTC  (8+ messages)
` [PATCH 10/21] KVM: x86/mmu: Make __GFP_ZERO a property of the memory cache
` [PATCH 14/21] KVM: Move x86's version of struct kvm_mmu_memory_cache to common code

[PATCH] KVM: x86/mmu: Don't put invalid SPs back on the list of active pages
 2020-06-22 19:18 UTC 

[PATCH v2 00/11] KVM: Support guest MAXPHYADDR < host MAXPHYADDR
 2020-06-22 19:14 UTC  (28+ messages)
` [PATCH v2 01/11] KVM: x86: Add helper functions for illegal GPA checking and page fault injection
` [PATCH v2 02/11] KVM: x86: mmu: Move translate_gpa() to mmu.c
` [PATCH v2 03/11] KVM: x86: mmu: Add guest physical address check in translate_gpa()
` [PATCH v2 04/11] KVM: x86: rename update_bp_intercept to update_exception_bitmap
` [PATCH v2 05/11] KVM: x86: update exception bitmap on CPUID changes
` [PATCH v2 06/11] KVM: VMX: introduce vmx_need_pf_intercept
` [PATCH v2 07/11] KVM: VMX: Add guest physical address check in EPT violation and misconfig
` [PATCH v2 08/11] KVM: VMX: optimize #PF injection when MAXPHYADDR does not match
` [PATCH v2 09/11] KVM: SVM: introduce svm_need_pf_intercept
` [PATCH v2 10/11] KVM: SVM: Add guest physical address check in NPF/PF interception
` [PATCH v2 11/11] KVM: x86: SVM: VMX: Make GUEST_MAXPHYADDR < HOST_MAXPHYADDR support configurable

[kvm-unit-tests PATCH v1 0/8] Minor fixes, improvements, and cleanup
 2020-06-22 17:50 UTC  (10+ messages)
` [kvm-unit-tests PATCH v1 1/8] x86/cstart.S: initialize stack before using it
` [kvm-unit-tests PATCH v1 2/8] x86: add missing PAGE_ALIGN macro from page.h
` [kvm-unit-tests PATCH v1 3/8] lib: use PAGE_ALIGN
` [kvm-unit-tests PATCH v1 4/8] lib/alloc.c: add overflow check for calloc
` [kvm-unit-tests PATCH v1 5/8] lib: Fix a typo and add documentation comments
` [kvm-unit-tests PATCH v1 6/8] lib/vmalloc: fix potential race and non-standard pointer arithmetic
` [kvm-unit-tests PATCH v1 7/8] lib/alloc_page: make get_order return unsigned int
` [kvm-unit-tests PATCH v1 8/8] lib/vmalloc: add locking and a check for initialization

[kvm-unit-tests PATCH 0/4] nVMX: 5-level nested EPT support
 2020-06-22 17:44 UTC  (3+ messages)

[PATCH] SVM: add test for nested guest RIP corruption
 2020-06-22 17:30 UTC  (2+ messages)

[kvm-unit-tests PATCH] x86: fix build with GCC10
 2020-06-22 17:22 UTC  (3+ messages)

[PATCH] KVM: x86/mmu: Avoid mixing gpa_t with gfn_t in walk_addr_generic()
 2020-06-22 17:04 UTC  (2+ messages)

[PATCH] kvm: lapic: fix broken vcpu hotplug
 2020-06-22 16:47 UTC  (2+ messages)

[PATCH v9 0/2] Use DIAG318 to set Control Program Name & Version Codes
 2020-06-22 16:45 UTC  (8+ messages)
` [PATCH v9 1/2] s390/setup: diag 318: refactor struct
` [PATCH v9 2/2] s390/kvm: diagnose 0x318 sync and reset

[PATCH RFC v8 00/11] vhost: ring format independence
 2020-06-22 16:29 UTC  (14+ messages)
` [PATCH RFC v8 02/11] vhost: use batched get_vq_desc version

[PATCH v8 0/2] Use DIAG318 to set Control Program Name & Version Codes
 2020-06-22 15:37 UTC  (16+ messages)
` [PATCH v8 1/2] s390/setup: diag 318: refactor struct
` [PATCH v8 2/2] s390/kvm: diagnose 0x318 sync and reset

[PATCH] KVM: LAPIC: ensure APIC map is up to date on concurrent update requests
 2020-06-22 14:59 UTC 

[PATCH v3] KVM: LAPIC: Recalculate apic map in batch
 2020-06-22 14:37 UTC  (6+ messages)

[PATCH v3 0/9] Generalize memory encryption models
 2020-06-22 14:27 UTC  (18+ messages)
` [PATCH v3 9/9] host trust limitation: Alter virtio default properties for protected guests

[PATCH v8 00/16] s390/vfio-ap: dynamic configuration support
 2020-06-22 14:03 UTC  (2+ messages)

CFP: KVM Forum 2020
 2020-06-22 13:59 UTC  (4+ messages)
` CFP: KVM Forum 2020 virtual experience

[PATCH v2] KVM: arm64: kvm_reset_vcpu() return code incorrect with SVE
 2020-06-22 13:41 UTC 

[PATCH] arm64: kvm: Annotate hyp NMI-related functions as __always_inline
 2020-06-22 13:41 UTC  (2+ messages)

linux-next build error (9)
 2020-06-22 13:12 UTC  (4+ messages)

[PATCH v2 00/15] vfio: expose virtual Shared Virtual Addressing to VMs
 2020-06-22 12:51 UTC  (12+ messages)
` [PATCH v2 14/15] vfio: Document dual stage control

[PATCH] Revert "KVM: LAPIC: Recalculate apic map in batch"
 2020-06-22 12:08 UTC 

[PATCH 0/4] arm64/x86: KVM: Introduce KVM_CAP_STEAL_TIME
 2020-06-22 11:04 UTC  (13+ messages)
` [PATCH 1/4] KVM: Documentation minor fixups
` [PATCH 2/4] arm64/x86: KVM: Introduce steal time cap
` [PATCH 3/4] tools headers kvm: Sync linux/kvm.h with the kernel sources
` [PATCH 4/4] KVM: selftests: Use KVM_CAP_STEAL_TIME

selftests: kvm: Test results on x86_64
 2020-06-22 10:59 UTC  (2+ messages)

[kvm-unit-tests PATCH v9 00/12] s390x: Testing the Channel Subsystem I/O
 2020-06-22 10:57 UTC  (8+ messages)
` [kvm-unit-tests PATCH v9 06/12] s390x: clock and delays caluculations
` [kvm-unit-tests PATCH v9 08/12] s390x: retrieve decimal and hexadecimal kernel parameters
` [kvm-unit-tests PATCH v9 09/12] s390x: Library resources for CSS tests

[PATCH v2 0/5] KVM/arm64: Enable PtrAuth on non-VHE KVM
 2020-06-22 10:43 UTC  (12+ messages)
` [PATCH v2 1/5] KVM: arm64: Enable Address Authentication at EL2 if available
` [PATCH v2 2/5] KVM: arm64: Allow ARM64_PTR_AUTH when ARM64_VHE=n
` [PATCH v2 3/5] KVM: arm64: Allow PtrAuth to be enabled from userspace on non-VHE systems
` [PATCH v2 4/5] KVM: arm64: Check HCR_EL2 instead of shadow copy to swap PtrAuth registers
` [PATCH v2 5/5] KVM: arm64: Simplify PtrAuth alternative patching

[RFC v9 00/11] vhost: ring format independence
 2020-06-22 10:01 UTC  (14+ messages)
` [RFC v9 01/11] vhost: option to fetch descriptors through an independent struct
` [RFC v9 02/11] vhost: use batched get_vq_desc version
` [RFC v9 03/11] vhost/net: pass net specific struct pointer
` [RFC v9 04/11] vhost: reorder functions
` [RFC v9 05/11] vhost: format-independent API for used buffers
` [RFC v9 06/11] vhost/net: convert to new API: heads->bufs
` [RFC v9 07/11] vhost/net: avoid iov length math
` [RFC v9 08/11] vhost/test: convert to the buf API
` [RFC v9 09/11] vhost/scsi: switch to buf APIs
` [RFC v9 10/11] vhost/vsock: switch to the buf API
` [RFC v9 11/11] vhost: drop head based APIs

[RFC PATCH v13 0/9] Enable ptp_kvm for arm64
 2020-06-22  9:51 UTC  (5+ messages)
` [RFC PATCH v13 7/9] arm64/kvm: Add hypercall service for kvm ptp

[PATCH] vfio/type1: Add conditional rescheduling after iommu map failed
 2020-06-22  7:02 UTC 

KASAN: null-ptr-deref Write in kvm_vcpu_halt
 2020-06-22  5:27 UTC 

[RFC PATCH v4 07/10] vfio/pci: introduce a new irq type VFIO_IRQ_TYPE_REMAP_BAR_REGION
 2020-06-22  3:34 UTC  (13+ messages)

[PATCH v5 0/4] introduction of migration_version attribute for VFIO live migration
 2020-06-22  2:28 UTC  (13+ messages)

[PATCH v13 0/9] Enable ptp_kvm for arm64
 2020-06-22  1:29 UTC  (12+ messages)
` [PATCH v13 1/9] arm64: Probe for the presence of KVM hypervisor services during boot
` [PATCH v13 2/9] arm/arm64: KVM: Advertise KVM UID to guests via SMCCC
` [PATCH v13 3/9] smccc: Export smccc conduit get helper
` [PATCH v13 4/9] ptp: Reorganize ptp_kvm module to make it arch-independent
` [PATCH v13 5/9] time: Add mechanism to recognize clocksource in time_get_snapshot
` [PATCH v13 6/9] clocksource: Add clocksource id for arm arch counter
` [PATCH v13 7/9] arm64/kvm: Add hypercall service for kvm ptp
` [PATCH v13 8/9] ptp: arm64: Enable ptp_kvm for arm64
` [PATCH v13 9/9] arm64: Add kvm capability check extension for ptp_kvm

KVM/RCU related warning on latest mainline kernel
 2020-06-21  9:33 UTC 

[PATCH] Add MODULE_DESCRIPTION to kvm kernel module
 2020-06-21  2:17 UTC 

[PATCH 0/4] Paravirtualized Control Register pinning
 2020-06-20  5:13 UTC  (3+ messages)
` [PATCH 4/4] X86: Use KVM CR pin MSRs

[PATCH 0/3] Pin the hrtimer used for VMX-preemption timer emulation
 2020-06-19 22:52 UTC  (3+ messages)

[Bug 208091] New: vcpu1, guest rIP offset ignored wrmsr or rdmsr
 2020-06-19 22:24 UTC  (2+ messages)
` [Bug 208091] "

[RFC PATCH] KVM: Add module for IRQ forwarding
 2020-06-19 20:00 UTC  (5+ messages)
` [PATCH] vfio: PoC patch for printing IRQs used by i2c devices

[PATCH RESEND] Enable full width counting for KVM: x86/pmu
 2020-06-19 19:46 UTC  (5+ messages)
` [kvm-unit-tests PATCH] x86: pmu: Test full-width counter writes support

[kvm-unit-tests PATCH] x86: pmu: fix failures on 32-bit due to wrong masks
 2020-06-19 19:39 UTC 

[PATCH 0/2] kvm: x86/cpu: Support guest MAXPHYADDR < host MAXPHYADDR
 2020-06-19 16:25 UTC  (4+ messages)
` [PATCH 1/2] kvm: Add support for KVM_CAP_HAS_SMALLER_MAXPHYADDR
` [PATCH 2/2] x86/cpu: Handle GUEST_MAXPHYADDR < HOST_MAXPHYADDR for hosts that don't support it

[PATCH v2] vfio: Cleanup allowed driver naming
 2020-06-19 15:00 UTC 

[kvm-unit-test PATCH 0/2] access: Enable testing guest MAXPHYADDR < host MAXPHYADDR
 2020-06-19 15:42 UTC  (3+ messages)
` [kvm-unit-test PATCH 1/2] Revert "access: disable phys-bits=36 for now"
` [kvm-unit-test PATCH 2/2] unittests.cfg: Increase timeout for access test

[PATCH] vfio: Cleanup allowed driver naming
 2020-06-19 13:16 UTC  (3+ messages)

[PATCH] vfio/type1: Fix migration info capability ID
 2020-06-19 12:59 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).