virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-07 18:15:18 to 2020-02-11 13:58:04 UTC [more...]

[PATCH v4] drm/virtio: add drm_driver.release callback
 2020-02-11 13:58 UTC 

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

[PATCH v4] drm/cirrus: add drm_driver.release callback
 2020-02-11 13:55 UTC 

[RFC PATCH 00/62] Linux as SEV-ES Guest Support
 2020-02-11 13:52 UTC  (63+ 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-11 13:52 UTC  (12+ 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 v4] drm/bochs: add drm_driver.release callback
 2020-02-11 13:52 UTC 

[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] drm/virtio: rework batching
 2020-02-11 12:57 UTC 

[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] virtio: Work around frames incorrectly marked as gso
 2020-02-11 10:37 UTC  (4+ messages)

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

[PATCH RFC] virtio_balloon: conservative balloon page shrinking
 2020-02-10  7:27 UTC  (5+ 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  (79+ messages)
` [RFC PATCH v7 01/78] sched/swait: add swait_event_killable_exclusive()
` [RFC PATCH v7 02/78] export kill_pid_info()
` [RFC PATCH v7 03/78] KVM: add new error codes for VM introspection
` [RFC PATCH v7 04/78] KVM: add kvm_vcpu_kick_and_wait()
` [RFC PATCH v7 05/78] KVM: add kvm_get_max_gfn()
` [RFC PATCH v7 06/78] KVM: doc: fix the hypercall numbering
` [RFC PATCH v7 07/78] KVM: x86: add kvm_arch_vcpu_get_regs() and kvm_arch_vcpu_get_sregs()
` [RFC PATCH v7 08/78] KVM: x86: add kvm_arch_vcpu_set_regs()
` [RFC PATCH v7 09/78] KVM: x86: avoid injecting #PF when emulate the VMCALL instruction
` [RFC PATCH v7 10/78] KVM: x86: add .bp_intercepted() to struct kvm_x86_ops
` [RFC PATCH v7 11/78] KVM: x86: add .control_cr3_intercept() "
` [RFC PATCH v7 12/78] KVM: x86: add .cr3_write_intercepted()
` [RFC PATCH v7 13/78] KVM: x86: add .control_desc_intercept()
` [RFC PATCH v7 14/78] KVM: x86: add .desc_intercepted()
` [RFC PATCH v7 15/78] KVM: x86: export .msr_write_intercepted()
` [RFC PATCH v7 16/78] KVM: x86: use MSR_TYPE_R, MSR_TYPE_W and MSR_TYPE_RW with AMD code too
` [RFC PATCH v7 17/78] KVM: svm: pass struct kvm_vcpu to set_msr_interception()
` [RFC PATCH v7 18/78] KVM: vmx: pass struct kvm_vcpu to the intercept msr related functions
` [RFC PATCH v7 19/78] KVM: x86: add .control_msr_intercept()
` [RFC PATCH v7 20/78] KVM: x86: vmx: use a symbolic constant when checking the exit qualifications
` [RFC PATCH v7 21/78] KVM: x86: save the error code during EPT/NPF exits handling
` [RFC PATCH v7 22/78] KVM: x86: add .fault_gla()
` [RFC PATCH v7 23/78] KVM: x86: add .spt_fault()
` [RFC PATCH v7 24/78] KVM: x86: add .gpt_translation_fault()
` [RFC PATCH v7 25/78] KVM: x86: add .control_singlestep()
` [RFC PATCH v7 26/78] KVM: x86: export kvm_arch_vcpu_set_guest_debug()
` [RFC PATCH v7 27/78] KVM: x86: extend kvm_mmu_gva_to_gpa_system() with the 'access' parameter
` [RFC PATCH v7 28/78] KVM: x86: export kvm_inject_pending_exception()
` [RFC PATCH v7 29/78] KVM: x86: export kvm_vcpu_ioctl_x86_get_xsave()
` [RFC PATCH v7 30/78] KVM: x86: page track: provide all page tracking hooks with the guest virtual address
` [RFC PATCH v7 31/78] KVM: x86: page track: add track_create_slot() callback
` [RFC PATCH v7 32/78] KVM: x86: page_track: add support for preread, prewrite and preexec
` [RFC PATCH v7 33/78] KVM: x86: wire in the preread/prewrite/preexec page trackers
` [RFC PATCH v7 34/78] KVM: x86: intercept the write access on sidt and other emulated instructions
` [RFC PATCH v7 35/78] KVM: x86: disable gpa_available optimization for fetch and page-walk NPF/EPT violations
` [RFC PATCH v7 36/78] KVM: introduce VM introspection
` [RFC PATCH v7 37/78] KVM: introspection: add hook/unhook ioctls
` [RFC PATCH v7 38/78] KVM: introspection: add permission access ioctls
` [RFC PATCH v7 39/78] KVM: introspection: add the read/dispatch message function
` [RFC PATCH v7 40/78] KVM: introspection: add KVMI_GET_VERSION
` [RFC PATCH v7 41/78] KVM: introspection: add KVMI_VM_CHECK_COMMAND and KVMI_VM_CHECK_EVENT
` [RFC PATCH v7 42/78] KVM: introspection: add KVMI_VM_GET_INFO
` [RFC PATCH v7 43/78] KVM: introspection: add KVMI_EVENT_UNHOOK
` [RFC PATCH v7 44/78] KVM: introspection: add KVMI_VM_CONTROL_EVENTS
` [RFC PATCH v7 45/78] KVM: introspection: add KVMI_VM_READ_PHYSICAL/KVMI_VM_WRITE_PHYSICAL
` [RFC PATCH v7 46/78] KVM: introspection: add vCPU related data
` [RFC PATCH v7 47/78] KVM: introspection: add a jobs list to every introspected vCPU
` [RFC PATCH v7 48/78] KVM: introspection: handle vCPU introspection requests
` [RFC PATCH v7 49/78] KVM: introspection: handle vCPU commands
` [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).