messages from 2020-02-06 08:36:40 to 2020-02-11 10:07:54 UTC [more...]
vhost changes (batched) in linux-next after 12/13 trigger random crashes in KVM guests after reboot
2020-02-11 10:07 UTC (17+ messages)
[PATCH v3] drm/bochs: add drm_driver.release callback
2020-02-11 9:55 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] virtio: Work around frames incorrectly marked as gso
2020-02-11 7:42 UTC (3+ messages)
[PATCH v2] tools/virtio: option to build an out of tree module
2020-02-11 3:19 UTC (2+ messages)
[PATCH V2 0/5] vDPA support
2020-02-11 3:12 UTC (10+ 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
[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 0/6] drm: Provide a simple encoder
2020-02-10 10:28 UTC (18+ 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] virtio_balloon: Fix unused label warning
2020-02-10 9:38 UTC (2+ messages)
[PATCH RFC] virtio_balloon: conservative balloon page shrinking
2020-02-10 7:27 UTC (15+ messages)
CISTI'2020 - Doctoral Symposium | Seville, Spain; Deadline: February 21
2020-02-09 16:39 UTC
[PATCH v2 1/4] drm/virtio: simplify virtio_gpu_alloc_cmd
2020-02-07 22:23 UTC (5+ 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
[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
[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)
[PULL] vhost: cleanups and fixes
2020-02-07 7:39 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 (2+ messages)
[PATCH 2/4] drm/virtio: resource teardown tweaks
2020-02-06 18:41 UTC (8+ messages)
` [PATCH 4/4] drm/virtio: move virtio_gpu_mem_entry initialization to new function
Balloon pressuring page cache
2020-02-06 11:00 UTC (28+ messages)
[PATCH v1 0/3] virtio-balloon: Fixes + switch back to OOM handler
2020-02-06 9:21 UTC (13+ messages)
` [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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).