kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-04 16:06:18 to 2020-09-08 08:35:44 UTC [more...]

[PATCH v11 0/2] s390: virtio: let arch validate VIRTIO features
 2020-09-08  8:35 UTC  (9+ messages)
` [PATCH v11 1/2] virtio: let arch advertise guest's memory access restrictions
` [PATCH v11 2/2] s390: virtio: PV needs VIRTIO I/O device protection

[PATCH v2 0/2] s390x: pv: Fixes and improvements
 2020-09-08  7:58 UTC  (8+ messages)
` [PATCH v2 1/2] s390x: uv: Add destroy page call
` [PATCH v2 2/2] s390x: Add 3f program exception handler

[PATCH v3 0/5] KVM: arm64: Filtering PMU events
 2020-09-08  7:58 UTC  (6+ messages)
` [PATCH v3 1/5] KVM: arm64: Refactor PMU attribute error handling
` [PATCH v3 2/5] KVM: arm64: Use event mask matching architecture revision
` [PATCH v3 3/5] KVM: arm64: Add PMU event filtering infrastructure
` [PATCH v3 4/5] KVM: arm64: Mask out filtered events in PCMEID{0,1}_EL1
` [PATCH v3 5/5] KVM: arm64: Document PMU filtering API

[PATCH] KVM: s390: Introduce storage key removal facility
 2020-09-08  7:52 UTC  (5+ messages)
  ` [PATCH v2] "

BUG: unable to handle kernel NULL pointer dereference in kvm_vm_worker_thread
 2020-09-08  7:33 UTC 

[PATCH 0/3] add VFIO mdev support for DFL devices
 2020-09-08  7:13 UTC  (4+ messages)
` [PATCH 1/3] fpga: dfl: add driver_override support
` [PATCH 2/3] fpga: dfl: VFIO mdev support for DFL devices
` [PATCH 3/3] Documentation: fpga: dfl: Add description for VFIO Mdev support

[PATCH v2] KVM: LAPIC: Reduce world switch latency caused by timer_advance_ns
 2020-09-08  7:17 UTC 

[Bug 209155] KVM Linux guest with more than 1 CPU panics after commit 5a9f54435a48... on old CPU (Phenom x4)
 2020-09-08  0:31 UTC  (2+ messages)
` [Bug 209155] KVM Linux guest with more than 1 CPU panics after commit 404d5d7bff0d419fe11c7eaebca9ec8f25258f95 "

[PATCH v7 00/72] x86: SEV-ES Guest Support
 2020-09-07 21:02 UTC  (75+ messages)
` [PATCH v7 01/72] KVM: SVM: nested: Don't allocate VMCB structures on stack
` [PATCH v7 02/72] KVM: SVM: Add GHCB definitions
` [PATCH v7 03/72] KVM: SVM: Add GHCB Accessor functions
` [PATCH v7 04/72] KVM: SVM: Use __packed shorthand
` [PATCH v7 05/72] x86/cpufeatures: Add SEV-ES CPU feature
` [PATCH v7 06/72] x86/traps: Move pf error codes to <asm/trap_pf.h>
` [PATCH v7 07/72] x86/insn: Make inat-tables.c suitable for pre-decompression code
` [PATCH v7 08/72] x86/umip: Factor out instruction fetch
` [PATCH v7 09/72] x86/umip: Factor out instruction decoding
` [PATCH v7 10/72] x86/insn: Add insn_get_modrm_reg_off()
` [PATCH v7 11/72] x86/insn: Add insn_has_rep_prefix() helper
` [PATCH v7 12/72] x86/boot/compressed/64: Disable red-zone usage
` [PATCH v7 13/72] x86/boot/compressed/64: Add IDT Infrastructure
` [PATCH v7 14/72] x86/boot/compressed/64: Rename kaslr_64.c to ident_map_64.c
` [PATCH v7 15/72] x86/boot/compressed/64: Add page-fault handler
` [PATCH v7 16/72] x86/boot/compressed/64: Always switch to own page-table
` [PATCH v7 17/72] x86/boot/compressed/64: Don't pre-map memory in KASLR code
` [PATCH v7 18/72] x86/boot/compressed/64: Change add_identity_map() to take start and end
` [PATCH v7 19/72] x86/boot/compressed/64: Add stage1 #VC handler
` [PATCH v7 20/72] x86/boot/compressed/64: Call set_sev_encryption_mask() earlier
` [PATCH v7 21/72] x86/boot/compressed/64: Check return value of kernel_ident_mapping_init()
` [PATCH v7 22/72] x86/boot/compressed/64: Add set_page_en/decrypted() helpers
` [PATCH v7 23/72] x86/boot/compressed/64: Setup GHCB Based VC Exception handler
` [PATCH v7 24/72] x86/boot/compressed/64: Unmap GHCB page before booting the kernel
` [PATCH v7 25/72] x86/sev-es: Add support for handling IOIO exceptions
` [PATCH v7 26/72] x86/fpu: Move xgetbv()/xsetbv() into separate header
` [PATCH v7 27/72] x86/sev-es: Add CPUID handling to #VC handler
` [PATCH v7 28/72] x86/idt: Split idt_data setup out of set_intr_gate()
` [PATCH v7 29/72] x86/head/64: Install startup GDT
` [PATCH v7 30/72] x86/head/64: Load GDT after switch to virtual addresses
` [PATCH v7 31/72] x86/head/64: Load segment registers earlier
` [PATCH v7 32/72] x86/head/64: Switch to initial stack earlier
` [PATCH v7 33/72] x86/head/64: Install a CPU bringup IDT
` [PATCH v7 34/72] x86/idt: Move two function from k/idt.c to i/a/desc.h
` [PATCH v7 35/72] x86/head/64: Move early exception dispatch to C code
` [PATCH v7 36/72] x86/sev-es: Add SEV-ES Feature Detection
` [PATCH v7 37/72] x86/sev-es: Print SEV-ES info into kernel log
` [PATCH v7 38/72] x86/sev-es: Compile early handler code into kernel image
` [PATCH v7 39/72] x86/sev-es: Setup early #VC handler
` [PATCH v7 40/72] x86/sev-es: Setup GHCB based boot "
` [PATCH v7 41/72] x86/sev-es: Setup per-cpu GHCBs for the runtime handler
` [PATCH v7 42/72] x86/sev-es: Allocate and Map IST stack for #VC handler
` [PATCH v7 43/72] x86/sev-es: Adjust #VC IST Stack on entering NMI handler
` [PATCH v7 44/72] x86/dumpstack/64: Add noinstr version of get_stack_info()
` [PATCH v7 45/72] x86/entry/64: Add entry code for #VC handler
` [PATCH v7 46/72] x86/sev-es: Add Runtime #VC Exception Handler
` [PATCH v7 47/72] x86/sev-es: Wire up existing #VC exit-code handlers
` [PATCH v7 48/72] x86/sev-es: Handle instruction fetches from user-space
` [PATCH v7 49/72] x86/sev-es: Handle MMIO events
` [PATCH v7 50/72] x86/sev-es: Handle MMIO String Instructions
` [PATCH v7 51/72] x86/sev-es: Handle MSR events
` [PATCH v7 52/72] x86/sev-es: Handle DR7 read/write events
` [PATCH v7 53/72] x86/sev-es: Handle WBINVD Events
` [PATCH v7 54/72] x86/sev-es: Handle RDTSC(P) Events
` [PATCH v7 55/72] x86/sev-es: Handle RDPMC Events
` [PATCH v7 56/72] x86/sev-es: Handle INVD Events
` [PATCH v7 57/72] x86/sev-es: Handle MONITOR/MONITORX Events
` [PATCH v7 58/72] x86/sev-es: Handle MWAIT/MWAITX Events
` [PATCH v7 59/72] x86/sev-es: Handle VMMCALL Events
` [PATCH v7 60/72] x86/sev-es: Handle #AC Events
` [PATCH v7 61/72] x86/sev-es: Handle #DB Events
` [PATCH v7 62/72] x86/paravirt: Allow hypervisor specific VMMCALL handling under SEV-ES
` [PATCH v7 63/72] x86/kvm: Add KVM "
` [PATCH v7 64/72] x86/vmware: Add VMware specific handling for VMMCALL "
` [PATCH v7 65/72] x86/realmode: Add SEV-ES specific trampoline entry point
` [PATCH v7 66/72] x86/realmode: Setup AP jump table
` [PATCH v7 67/72] x86/smpboot: Load TSS and getcpu GDT entry before loading IDT
` [PATCH v7 68/72] x86/head/64: Don't call verify_cpu() on starting APs
` [PATCH v7 69/72] x86/sev-es: Support CPU offline/online
` [PATCH v7 70/72] x86/sev-es: Handle NMI State
` [PATCH v7 71/72] x86/efi: Add GHCB mappings when SEV-ES is active
` [PATCH v7 72/72] x86/sev-es: Check required CPU features for SEV-ES

[PATCH v4.9.y 1/3] vfio/type1: Support faulting PFNMAP vmas
 2020-09-07 20:35 UTC  (4+ messages)
` [PATCH v4.9.y 2/3] vfio-pci: Fault mmaps to enable vma tracking
` [PATCH v4.9.y 3/3] vfio-pci: Invalidate mmaps and block MMIO access on disabled memory
` [PATCH v4.9.y 0/3] vfio: Fix for CVE-2020-12888

[PATCH v4.14.y 1/3] vfio/type1: Support faulting PFNMAP vmas
 2020-09-07 20:17 UTC  (4+ messages)
` [PATCH v4.14.y 2/3] vfio-pci: Fault mmaps to enable vma tracking
` [PATCH v4.14.y 3/3] vfio-pci: Invalidate mmaps and block MMIO access on disabled memory
` [PATCH v4.14.y 0/3] vfio: Fix for CVE-2020-12888

[RESEND PATCH v2] KVM: fix memory leak in kvm_io_bus_unregister_dev()
 2020-09-07 18:55 UTC 

[PATCH v4 00/10] vfio/fsl-mc: VFIO support for FSL-MC device
 2020-09-07 14:38 UTC  (19+ messages)
` [PATCH v4 02/10] vfio/fsl-mc: Scan DPRC objects on vfio-fsl-mc driver bind
` [PATCH v4 05/10] vfio/fsl-mc: Allow userspace to MMAP fsl-mc device MMIO regions
` [PATCH v4 07/10] vfio/fsl-mc: Add irq infrastructure for fsl-mc devices
` [PATCH v4 08/10] vfio/fsl-mc: trigger an interrupt via eventfd
` [PATCH v4 09/10] vfio/fsl-mc: Add read/write support for fsl-mc devices
` [PATCH v4 10/10] vfio/fsl-mc: Add support for device reset

[PATCH v8 00/18] Add support for Nitro Enclaves
 2020-09-07 15:13 UTC  (31+ messages)
` [PATCH v8 01/18] nitro_enclaves: Add ioctl interface definition
` [PATCH v8 02/18] nitro_enclaves: Define the PCI device interface
` [PATCH v8 03/18] nitro_enclaves: Define enclave info for internal bookkeeping
` [PATCH v8 04/18] nitro_enclaves: Init PCI device driver
` [PATCH v8 05/18] nitro_enclaves: Handle PCI device command requests
` [PATCH v8 06/18] nitro_enclaves: Handle out-of-band PCI device events
` [PATCH v8 07/18] nitro_enclaves: Init misc device providing the ioctl interface
` [PATCH v8 08/18] nitro_enclaves: Add logic for creating an enclave VM
` [PATCH v8 09/18] nitro_enclaves: Add logic for setting an enclave vCPU
` [PATCH v8 10/18] nitro_enclaves: Add logic for getting the enclave image load info
` [PATCH v8 11/18] nitro_enclaves: Add logic for setting an enclave memory region
` [PATCH v8 12/18] nitro_enclaves: Add logic for starting an enclave
` [PATCH v8 13/18] nitro_enclaves: Add logic for terminating "
` [PATCH v8 14/18] nitro_enclaves: Add Kconfig for the Nitro Enclaves driver
` [PATCH v8 15/18] nitro_enclaves: Add Makefile "
` [PATCH v8 16/18] nitro_enclaves: Add sample for ioctl interface usage
` [PATCH v8 17/18] nitro_enclaves: Add overview documentation
` [PATCH v8 18/18] MAINTAINERS: Add entry for the Nitro Enclaves driver

[PATCH v5.4.y 1/3] vfio/type1: Support faulting PFNMAP vmas
 2020-09-07 17:09 UTC  (5+ messages)
` [PATCH v5.4.y 2/3] vfio-pci: Fault mmaps to enable vma tracking
` [PATCH v5.4.y 3/3] vfio-pci: Invalidate mmaps and block MMIO access on disabled memory
` [PATCH v5.4.y 0/3] vfio: Fix for CVE-2020-12888

[for-5.2 v4 00/10] Generalize memory encryption models
 2020-09-07 15:22 UTC  (5+ messages)
` [for-5.2 v4 09/10] host trust limitation: Alter virtio default properties for protected guests
` [for-5.2 v4 10/10] s390: Recognize host-trust-limitation option

[PATCH v2 0/3] KVM: x86: KVM_MEM_PCI_HOLE memory
 2020-09-07 11:32 UTC  (12+ messages)

[PATCH 0/2] fix dead lock issues in vhost_vdpa
 2020-09-07 10:52 UTC  (3+ messages)
` [PATCH 1/2] vhost: remove mutex ops in vhost_set_backend_features
` [PATCH 2/2] vhost_net: introduce vhost_net_set_backend_features()

[PATCH] vhost-vdpa: fix backend feature ioctls
 2020-09-07 10:43 UTC 

[PATCH v4.19.y 1/3] vfio/type1: Support faulting PFNMAP vmas
 2020-09-07 10:17 UTC  (4+ messages)
` [PATCH v4.19.y 2/3] vfio-pci: Fault mmaps to enable vma tracking
` [PATCH v4.19.y 3/3] vfio-pci: Invalidate mmaps and block MMIO access on disabled memory
` [PATCH v4.19.y 0/3] vfio: Fix for CVE-2020-12888

[PATCH v14 00/10] Enable ptp_kvm for arm64
 2020-09-07 10:11 UTC  (19+ messages)
` [PATCH v14 07/10] arm64/kvm: Add hypercall service for kvm ptp
` [PATCH v14 08/10] ptp: arm64: Enable ptp_kvm for arm64
` [PATCH v14 09/10] doc: add ptp_kvm introduction for arm64 support

[PATCH 0/2] s390x: pv: Fixes and improvements
 2020-09-07  9:50 UTC  (6+ messages)
` [PATCH 1/2] s390x: uv: Add destroy page call

[RFC PATCH 0/5] KVM: arm64: Add pvtime LPT support
 2020-09-07  2:48 UTC  (6+ messages)

[RFC] KVM: X86: implement Passthrough IPI
 2020-09-07  2:11 UTC  (2+ messages)

[PATCH 00/23] KVM: arm64: rVIC/rVID PV interrupt controller
 2020-09-05 13:16 UTC  (7+ messages)
` [PATCH 04/23] irqchip/rvid: Add PCI MSI support
` [PATCH 22/23] KVM: arm64: Add a rVIC/rVID in-kernel implementation

[PATCH v7 00/18] Add support for Nitro Enclaves
 2020-09-04 17:52 UTC  (6+ messages)

[PATCH] KVM: LAPIC: Reset timer_advance_ns if timer mode switch
 2020-09-04 16:06 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).