virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-07 18:16:08 to 2020-02-12 16:34:16 UTC [more...]

vhost changes (batched) in linux-next after 12/13 trigger random crashes in KVM guests after reboot
 2020-02-12 16:34 UTC  (18+ messages)

[RFC PATCH 00/62] Linux as SEV-ES Guest Support
 2020-02-12 16:28 UTC  (97+ messages)
` [PATCH 01/62] KVM: SVM: Add GHCB definitions
` [PATCH 02/62] KVM: SVM: Add GHCB Accessor functions
` [PATCH 03/62] x86/cpufeatures: Add SEV-ES CPU feature
` [PATCH 04/62] x86/traps: Move some definitions to <asm/trap_defs.h>
` [PATCH 05/62] x86/insn-decoder: Make inat-tables.c suitable for pre-decompression code
` [PATCH 06/62] x86/boot/compressed: Fix debug_puthex() parameter type
` [PATCH 07/62] x86/boot/compressed/64: Disable red-zone usage
` [PATCH 08/62] x86/boot/compressed/64: Add IDT Infrastructure
` [PATCH 09/62] x86/boot/compressed/64: Rename kaslr_64.c to ident_map_64.c
` [PATCH 10/62] x86/boot/compressed/64: Add page-fault handler
` [PATCH 11/62] x86/boot/compressed/64: Always switch to own page-table
` [PATCH 12/62] x86/boot/compressed/64: Don't pre-map memory in KASLR code
` [PATCH 13/62] x86/boot/compressed/64: Change add_identity_map() to take start and end
` [PATCH 14/62] x86/boot/compressed/64: Add stage1 #VC handler
` [PATCH 15/62] x86/boot/compressed/64: Call set_sev_encryption_mask earlier
` [PATCH 16/62] x86/boot/compressed/64: Check return value of kernel_ident_mapping_init()
` [PATCH 17/62] x86/boot/compressed/64: Add function to map a page unencrypted
` [PATCH 18/62] x86/boot/compressed/64: Setup GHCB Based VC Exception handler
` [PATCH 19/62] x86/sev-es: Add support for handling IOIO exceptions
` [PATCH 20/62] x86/fpu: Move xgetbv()/xsetbv() into separate header
` [PATCH 21/62] x86/sev-es: Add CPUID handling to #VC handler
` [PATCH 22/62] x86/sev-es: Add handler for MMIO events
` [PATCH 23/62] x86/idt: Move IDT to data segment
` [PATCH 24/62] x86/idt: Split idt_data setup out of set_intr_gate()
` [PATCH 25/62] x86/head/64: Install boot GDT
` [PATCH 26/62] x86/head/64: Reload GDT after switch to virtual addresses
` [PATCH 27/62] x86/head/64: Load segment registers earlier
` [PATCH 28/62] x86/head/64: Switch to initial stack earlier
` [PATCH 29/62] x86/head/64: Load IDT earlier
` [PATCH 30/62] x86/head/64: Move early exception dispatch to C code
` [PATCH 31/62] x86/sev-es: Add SEV-ES Feature Detection
` [PATCH 32/62] x86/sev-es: Compile early handler code into kernel image
` [PATCH 33/62] x86/sev-es: Setup early #VC handler
` [PATCH 34/62] x86/sev-es: Setup GHCB based boot "
` [PATCH 35/62] x86/sev-es: Setup per-cpu GHCBs for the runtime handler
` [PATCH 36/62] x86/sev-es: Add Runtime #VC Exception Handler
` [PATCH 37/62] x86/sev-es: Wire up existing #VC exit-code handlers
` [PATCH 38/62] x86/sev-es: Handle instruction fetches from user-space
` [PATCH 39/62] x86/sev-es: Harden runtime #VC handler for exceptions "
` [PATCH 40/62] x86/sev-es: Filter exceptions not supported "
` [PATCH 41/62] x86/sev-es: Handle MSR events
` [PATCH 42/62] x86/sev-es: Handle DR7 read/write events
` [PATCH 43/62] x86/sev-es: Handle WBINVD Events
` [PATCH 44/62] x86/sev-es: Handle RDTSC Events
` [PATCH 45/62] x86/sev-es: Handle RDPMC Events
` [PATCH 46/62] x86/sev-es: Handle INVD Events
` [PATCH 47/62] x86/sev-es: Handle RDTSCP Events
` [PATCH 48/62] x86/sev-es: Handle MONITOR/MONITORX Events
` [PATCH 49/62] x86/sev-es: Handle MWAIT/MWAITX Events
` [PATCH 50/62] x86/sev-es: Handle VMMCALL Events
` [PATCH 51/62] x86/sev-es: Handle #AC Events
` [PATCH 52/62] x86/sev-es: Handle #DB Events
` [PATCH 53/62] x86/paravirt: Allow hypervisor specific VMMCALL handling under SEV-ES
` [PATCH 54/62] x86/kvm: Add KVM "
` [PATCH 55/62] x86/vmware: Add VMware specific handling for VMMCALL "
` [PATCH 56/62] x86/realmode: Add SEV-ES specific trampoline entry point
` [PATCH 57/62] x86/realmode: Setup AP jump table
` [PATCH 58/62] x86/head/64: Don't call verify_cpu() on starting APs
` [PATCH 59/62] x86/head/64: Rename start_cpu0
` [PATCH 60/62] x86/sev-es: Support CPU offline/online
` [PATCH 61/62] x86/cpufeature: Add SEV_ES_GUEST CPU Feature
` [PATCH 62/62] x86/sev-es: Add NMI state tracking

[PATCH V2 0/5] vDPA support
 2020-02-12 12:51 UTC  (15+ messages)
` [PATCH V2 1/5] vhost: factor out IOTLB
` [PATCH V2 2/5] vringh: IOTLB support
` [PATCH V2 3/5] vDPA: introduce vDPA bus
` [PATCH V2 4/5] virtio: introduce a vDPA based transport
` [PATCH V2 5/5] vdpasim: vDPA device simulator

[PATCH] virtio: Work around frames incorrectly marked as gso
 2020-02-12 11:17 UTC  (7+ messages)

[PATCH v2] drm/virtio: rework batching
 2020-02-12 11:12 UTC 

[PATCH v4] drm/virtio: add drm_driver.release callback
 2020-02-12  9:35 UTC  (3+ messages)

[PATCH v4] drm/bochs: add drm_driver.release callback
 2020-02-12  9:20 UTC  (3+ messages)

[PATCH] drm/virtio: rework batching
 2020-02-11 23:48 UTC  (2+ messages)

[PATCH] char: virtio: Replace zero-length array with flexible-array member
 2020-02-11 22:29 UTC 

[PATCH v4] drm/cirrus: add drm_driver.release callback
 2020-02-11 14:22 UTC  (2+ messages)

[PATCH RFC] virtio_balloon: conservative balloon page shrinking
 2020-02-11 14:18 UTC  (6+ messages)

[PATCH 1/2] drm/virtio: fix virtio_gpu_execbuffer_ioctl locking
 2020-02-11 13:50 UTC  (2+ messages)
` [PATCH 2/2] drm/virtio: fix virtio_gpu_cursor_plane_update()

[PATCH v3] drm/bochs: add drm_driver.release callback
 2020-02-11 11:12 UTC  (2+ messages)

[PATCH v3] drm/virtio: add drm_driver.release callback
 2020-02-11 10:38 UTC 

[PATCH v3] drm/cirrus: add drm_driver.release callback
 2020-02-11 10:16 UTC 

[PATCH v2] drm/virtio: add drm_driver.release callback
 2020-02-11  8:35 UTC  (2+ messages)

[PATCH v2] drm/cirrus: add drm_driver.release callback
 2020-02-11  8:34 UTC  (2+ messages)

[PATCH v2] tools/virtio: option to build an out of tree module
 2020-02-11  3:19 UTC  (2+ messages)

[PULL] vhost: cleanups and fixes
 2020-02-11  2:07 UTC  (2+ messages)

[PATCH v2 1/2] drm/qxl: reorder calls in qxl_device_fini()
 2020-02-10 16:59 UTC  (5+ messages)
` [PATCH v2 2/2] drm/qxl: add drm_driver.release callback

[PATCH v2] drm/bochs: add drm_driver.release callback
 2020-02-10 14:55 UTC  (2+ messages)

[PATCH 2/6] drm: Add drm_simple_encoder_{init,create}()
 2020-02-10 10:28 UTC  (2+ messages)

[PATCH] virtio_balloon: Fix unused label warning
 2020-02-10  9:38 UTC  (2+ messages)

[PATCH 5/6] drm/qxl: Use simple encoder
 2020-02-10  9:08 UTC  (2+ messages)

CISTI'2020 - Doctoral Symposium | Seville, Spain; Deadline: February 21
 2020-02-09 16:39 UTC 

[PATCH v2 4/4] drm/virtio: move virtio_gpu_mem_entry initialization to new function
 2020-02-07 22:23 UTC  (2+ messages)

[RFC PATCH v7 00/78] VM introspection
 2020-02-07 18:16 UTC  (30+ messages)
` [RFC PATCH v7 50/78] KVM: introspection: add KVMI_VCPU_GET_INFO
` [RFC PATCH v7 51/78] KVM: introspection: add KVMI_VCPU_PAUSE
` [RFC PATCH v7 52/78] KVM: introspection: add KVMI_EVENT_PAUSE_VCPU
` [RFC PATCH v7 53/78] KVM: introspection: add KVMI_VCPU_CONTROL_EVENTS
` [RFC PATCH v7 54/78] KVM: introspection: add KVMI_VCPU_GET_REGISTERS
` [RFC PATCH v7 55/78] KVM: introspection: add KVMI_VCPU_SET_REGISTERS
` [RFC PATCH v7 56/78] KVM: introspection: add KVMI_VCPU_GET_CPUID
` [RFC PATCH v7 57/78] KVM: introspection: add KVMI_EVENT_HYPERCALL
` [RFC PATCH v7 58/78] KVM: introspection: add KVMI_EVENT_BREAKPOINT
` [RFC PATCH v7 59/78] KVM: introspection: restore the state of #BP interception on unhook
` [RFC PATCH v7 60/78] KVM: introspection: add KVMI_VCPU_CONTROL_CR and KVMI_EVENT_CR
` [RFC PATCH v7 61/78] KVM: introspection: restore the state of CR3 interception on unhook
` [RFC PATCH v7 62/78] KVM: introspection: add KVMI_VCPU_INJECT_EXCEPTION + KVMI_EVENT_TRAP
` [RFC PATCH v7 63/78] KVM: introspection: add KVMI_VM_GET_MAX_GFN
` [RFC PATCH v7 64/78] KVM: introspection: add KVMI_EVENT_XSETBV
` [RFC PATCH v7 65/78] KVM: introspection: add KVMI_VCPU_GET_XSAVE
` [RFC PATCH v7 66/78] KVM: introspection: add KVMI_VCPU_GET_MTRR_TYPE
` [RFC PATCH v7 67/78] KVM: introspection: add KVMI_EVENT_DESCRIPTOR
` [RFC PATCH v7 68/78] KVM: introspection: restore the state of descriptor interception on unhook
` [RFC PATCH v7 69/78] KVM: introspection: add KVMI_VCPU_CONTROL_MSR and KVMI_EVENT_MSR
` [RFC PATCH v7 70/78] KVM: introspection: restore the state of MSR interception on unhook
` [RFC PATCH v7 71/78] KVM: introspection: add KVMI_VM_SET_PAGE_ACCESS
` [RFC PATCH v7 72/78] KVM: introspection: add KVMI_EVENT_PF
` [RFC PATCH v7 73/78] KVM: introspection: extend KVMI_GET_VERSION with struct kvmi_features
` [RFC PATCH v7 74/78] KVM: introspection: add KVMI_VCPU_CONTROL_SINGLESTEP
` [RFC PATCH v7 75/78] KVM: introspection: add KVMI_EVENT_SINGLESTEP
` [RFC PATCH v7 76/78] KVM: introspection: add KVMI_VCPU_TRANSLATE_GVA
` [RFC PATCH v7 77/78] KVM: introspection: emulate a guest page table walk on SPT violations due to A/D bit updates
` [RFC PATCH v7 78/78] KVM: x86: call the page tracking code on emulation failure


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