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

[RFC PATCH v7 00/78] VM introspection
 2020-02-07 18:15 UTC  (30+ 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()

[PATCH 0/6] drm: Provide a simple encoder
 2020-02-07 16:26 UTC  (16+ messages)
` [PATCH 1/6] drm: Move initialization of encoder into an internal function
` [PATCH 2/6] drm: Add drm_simple_encoder_{init,create}()
` [PATCH 3/6] drm/ast: Use simple encoder
` [PATCH 4/6] drm/mgag200: "
` [PATCH 5/6] drm/qxl: "
` [PATCH 6/6] drm/simple-pipe: "

[PATCH] drm/qxl: add drm_driver.release callback
 2020-02-07 13:56 UTC  (3+ messages)

[PATCH] drm/virtio: add drm_driver.release callback
 2020-02-07 13:49 UTC  (2+ messages)

[PATCH] drm/bochs: deinit bugfix
 2020-02-07 13:45 UTC  (2+ messages)

[PATCH] drm/bochs: add drm_driver.release callback
 2020-02-07 13:42 UTC  (3+ messages)

[PATCH] drm/cirrus: add drm_driver.release callback
 2020-02-07 13:16 UTC  (2+ messages)

[PATCH v2] drm/bochs: downgrade pci_request_region failure from error to warning
 2020-02-07 12:39 UTC  (3+ messages)

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

[PATCH v2 1/4] drm/virtio: simplify virtio_gpu_alloc_cmd
 2020-02-07  7:46 UTC  (4+ messages)
` [PATCH v2 2/4] drm/virtio: resource teardown tweaks
` [PATCH v2 3/4] drm/virtio: move mapping teardown to virtio_gpu_cleanup_object()
` [PATCH v2 4/4] drm/virtio: move virtio_gpu_mem_entry initialization to new function

[PULL] vhost: cleanups and fixes
 2020-02-07  7:39 UTC 

[PATCH v2] tools/virtio: option to build an out of tree module
 2020-02-07  7:35 UTC 

[PATCH] tools/virtio: option to build an out of tree module
 2020-02-07  7:10 UTC  (3+ messages)

[PATCH v2] drm/virtio: fix ring free check
 2020-02-07  7:07 UTC  (2+ messages)

[PATCH] drm/virtio: fix ring free check
 2020-02-07  6:46 UTC  (3+ messages)

[PATCH] virtio_balloon: prevent pfn array overflow
 2020-02-07  3:37 UTC  (3+ messages)

[PATCH 1/4] drm/virtio: simplify virtio_gpu_alloc_cmd
 2020-02-06 18:41 UTC  (10+ messages)
` [PATCH 2/4] drm/virtio: resource teardown tweaks
` [PATCH 3/4] drm/virtio: move mapping teardown to virtio_gpu_cleanup_object()
` [PATCH 4/4] drm/virtio: move virtio_gpu_mem_entry initialization to new function

[PATCH RFC] virtio_balloon: conservative balloon page shrinking
 2020-02-06 11:26 UTC  (11+ messages)

Balloon pressuring page cache
 2020-02-06 11:00 UTC  (53+ messages)

[PATCH v1 0/3] virtio-balloon: Fixes + switch back to OOM handler
 2020-02-06  9:21 UTC  (18+ messages)
` [PATCH v1 1/3] virtio-balloon: Fix memory leak when unloading while hinting is in progress
` [PATCH v1 2/3] virtio_balloon: Fix memory leaks on errors in virtballoon_probe()
` [PATCH v1 3/3] virtio-balloon: Switch back to OOM handler for VIRTIO_BALLOON_F_DEFLATE_ON_OOM

[PATCH] vhost: introduce vDPA based backend
 2020-02-06  3:21 UTC  (27+ messages)

[PATCH] drm/virtio: ratelimit error logging
 2020-02-05 20:20 UTC  (2+ messages)

[PATCH] drm/virtio: fix vblank handling
 2020-02-05  7:39 UTC  (2+ messages)

[PATCH 0/5] vDPA support
 2020-02-05  3:14 UTC  (6+ messages)
` [PATCH 5/5] vdpasim: vDPA device simulator

[CRASH] crypto: virtio: crash when modprobing tcrypt on 5.5-rc7 / next-20200122
 2020-02-04  9:15 UTC  (6+ 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).