messages from 2020-03-26 14:01:23 to 2020-04-01 11:21:40 UTC [more...]
[PATCH V9 0/9] vDPA support
2020-04-01 11:21 UTC (7+ messages)
` [PATCH V9 1/9] vhost: refine vhost and vringh kconfig
` [PATCH V9 7/9] vhost: introduce vDPA-based backend
` [PATCH V9 8/9] vdpasim: vDPA device simulator
` [PATCH V9 9/9] virtio: Intel IFC VF driver for VDPA
[RFC for Linux] virtio_balloon: Add VIRTIO_BALLOON_F_THP_ORDER to handle THP spilt issue
2020-04-01 11:21 UTC (18+ messages)
[PATCH v3 0/8] vhost: Reset batched descriptors on SET_VRING_BASE call
2020-04-01 7:19 UTC (11+ messages)
` [PATCH v3 1/8] vhost: Create accessors for virtqueues private_data
` [PATCH v3 2/8] vhost: option to fetch descriptors through an independent struct
` [PATCH v3 3/8] vhost: use batched version by default
` [PATCH v3 4/8] vhost: batching fetches
` [PATCH v3 5/8] tools/virtio: Add --batch option
` [PATCH v3 6/8] tools/virtio: Add --batch=random option
` [PATCH v3 7/8] tools/virtio: Add --reset=random
` [PATCH v3 8/8] tools/virtio: Make --reset reset ring idx
[PATCH 00/22] drm: Convert drivers to drm_simple_encoder_init()
2020-04-01 7:17 UTC (5+ messages)
` [PATCH 20/22] drm/vkms: Use simple encoder
[PATCH] vdpa: move to drivers/vdpa
2020-04-01 6:32 UTC (3+ messages)
[PATCH v2 0/8] vhost: Reset batched descriptors on SET_VRING_BASE call
2020-03-31 19:29 UTC (13+ messages)
` [PATCH v2 1/8] vhost: Create accessors for virtqueues private_data
` [PATCH v2 2/8] vhost: option to fetch descriptors through an independent struct
` [PATCH v2 3/8] vhost: use batched version by default
` [PATCH v2 4/8] vhost: batching fetches
` [PATCH v2 5/8] tools/virtio: Add --batch option
` [PATCH v2 6/8] tools/virtio: Add --batch=random option
` [PATCH v2 7/8] tools/virtio: Add --reset=random
` [PATCH v2 8/8] tools/virtio: Make --reset reset ring idx
mmotm 2020-03-30-18-46 uploaded (VDPA + vhost)
2020-03-31 19:22 UTC (6+ messages)
[PATCH Resend] drm/qxl: Use correct notify port address when creating cursor ring
2020-03-31 14:53 UTC (2+ messages)
[PATCH] vhost: vdpa: remove unnecessary null check
2020-03-31 14:03 UTC (3+ messages)
[RFC PATCH 00/70 v2] x86: SEV-ES Guest Support
2020-03-31 13:16 UTC (14+ messages)
` [PATCH 05/70] x86/insn: Make inat-tables.c suitable for pre-decompression code
` [PATCH 06/70] x86/umip: Factor out instruction fetch
` [PATCH 07/70] x86/umip: Factor out instruction decoding
` [PATCH 08/70] x86/insn: Add insn_get_modrm_reg_off()
` [PATCH 09/70] x86/insn: Add insn_rep_prefix() helper
` [PATCH 11/70] x86/boot/compressed/64: Disable red-zone usage
linux-next: Tree for Mar 30 (vhost)
2020-03-31 13:13 UTC (4+ messages)
[PATCH -next] virtio: vdpa: remove unused variables 'ifcvf' and 'ifcvf_lm'
2020-03-31 8:11 UTC (2+ messages)
[vhost:linux-next 8/13] include/linux/vringh.h:18:10: fatal error: linux/vhost_iotlb.h: No such file or directory
2020-03-31 8:10 UTC (4+ messages)
[PATCH -next] vdpasim: Rerun status in vdpasim_get_status
2020-03-31 6:08 UTC (3+ messages)
` [PATCH v2 -next] vdpasim: Return "
[PATCH] vhost: make CONFIG_VHOST depend on CONFIG_EVENTFD
2020-03-31 2:52 UTC (2+ messages)
[PATCH RFC v2 00/24] scsi: enable reserved commands for LLDDs
2020-03-30 13:42 UTC (6+ messages)
` [PATCH RFC v2 12/24] hpsa: use reserved commands
[PATCH v2 00/10] virtio-mem: paravirtualized memory
2020-03-30 11:04 UTC (10+ messages)
` [PATCH v2 02/10] virtio-mem: Allow to specify an ACPI PXM as nid
[PATCH v8 00/81] VM introspection
2020-03-30 10:13 UTC (82+ messages)
` [PATCH v8 01/81] sched/swait: add swait_event_killable_exclusive()
` [PATCH v8 02/81] export kill_pid_info()
` [PATCH v8 03/81] KVM: add new error codes for VM introspection
` [PATCH v8 04/81] KVM: add kvm_vcpu_kick_and_wait()
` [PATCH v8 05/81] KVM: add kvm_get_max_gfn()
` [PATCH v8 06/81] KVM: doc: fix the hypercall numbering
` [PATCH v8 07/81] KVM: x86: add kvm_arch_vcpu_get_regs() and kvm_arch_vcpu_get_sregs()
` [PATCH v8 08/81] KVM: x86: add kvm_arch_vcpu_set_regs()
` [PATCH v8 09/81] KVM: x86: avoid injecting #PF when emulate the VMCALL instruction
` [PATCH v8 10/81] KVM: x86: add .bp_intercepted() to struct kvm_x86_ops
` [PATCH v8 11/81] KVM: x86: add .control_cr3_intercept() "
` [PATCH v8 12/81] KVM: x86: add .cr3_write_intercepted()
` [PATCH v8 13/81] KVM: x86: add .desc_ctrl_supported()
` [PATCH v8 14/81] KVM: svm: add support for descriptor-table exits
` [PATCH v8 15/81] KVM: x86: add .control_desc_intercept()
` [PATCH v8 16/81] KVM: x86: add .desc_intercepted()
` [PATCH v8 17/81] KVM: x86: export .msr_write_intercepted()
` [PATCH v8 18/81] KVM: x86: use MSR_TYPE_R, MSR_TYPE_W and MSR_TYPE_RW with AMD code too
` [PATCH v8 19/81] KVM: svm: pass struct kvm_vcpu to set_msr_interception()
` [PATCH v8 20/81] KVM: vmx: pass struct kvm_vcpu to the intercept msr related functions
` [PATCH v8 21/81] KVM: x86: add .control_msr_intercept()
` [PATCH v8 22/81] KVM: x86: vmx: use a symbolic constant when checking the exit qualifications
` [PATCH v8 23/81] KVM: x86: save the error code during EPT/NPF exits handling
` [PATCH v8 24/81] KVM: x86: add .fault_gla()
` [PATCH v8 25/81] KVM: x86: add .spt_fault()
` [PATCH v8 26/81] KVM: x86: add .gpt_translation_fault()
` [PATCH v8 27/81] KVM: x86: add .control_singlestep()
` [PATCH v8 28/81] KVM: x86: export kvm_arch_vcpu_set_guest_debug()
` [PATCH v8 29/81] KVM: x86: extend kvm_mmu_gva_to_gpa_system() with the 'access' parameter
` [PATCH v8 30/81] KVM: x86: export kvm_inject_pending_exception()
` [PATCH v8 31/81] KVM: x86: export kvm_vcpu_ioctl_x86_get_xsave()
` [PATCH v8 32/81] KVM: x86: page track: provide all page tracking hooks with the guest virtual address
` [PATCH v8 33/81] KVM: x86: page track: add track_create_slot() callback
` [PATCH v8 34/81] KVM: x86: page_track: add support for preread, prewrite and preexec
` [PATCH v8 35/81] KVM: x86: wire in the preread/prewrite/preexec page trackers
` [PATCH v8 36/81] KVM: x86: intercept the write access on sidt and other emulated instructions
` [PATCH v8 37/81] KVM: x86: disable gpa_available optimization for fetch and page-walk NPF/EPT violations
` [PATCH v8 38/81] KVM: introduce VM introspection
` [PATCH v8 39/81] KVM: introspection: add hook/unhook ioctls
` [PATCH v8 40/81] KVM: introspection: add permission access ioctls
` [PATCH v8 41/81] KVM: introspection: add the read/dispatch message function
` [PATCH v8 42/81] KVM: introspection: add KVMI_GET_VERSION
` [PATCH v8 43/81] KVM: introspection: add KVMI_VM_CHECK_COMMAND and KVMI_VM_CHECK_EVENT
` [PATCH v8 44/81] KVM: introspection: add KVMI_VM_GET_INFO
` [PATCH v8 45/81] KVM: introspection: add KVMI_EVENT_UNHOOK
` [PATCH v8 46/81] KVM: introspection: add KVMI_VM_CONTROL_EVENTS
` [PATCH v8 47/81] KVM: introspection: add KVMI_VM_READ_PHYSICAL/KVMI_VM_WRITE_PHYSICAL
` [PATCH v8 48/81] KVM: introspection: add vCPU related data
` [PATCH v8 49/81] KVM: introspection: add a jobs list to every introspected vCPU
` [PATCH v8 50/81] KVM: introspection: handle vCPU introspection requests
` [PATCH v8 51/81] KVM: introspection: handle vCPU commands
` [PATCH v8 52/81] KVM: introspection: add KVMI_VCPU_GET_INFO
` [PATCH v8 53/81] KVM: introspection: add KVMI_VCPU_PAUSE
` [PATCH v8 54/81] KVM: introspection: add KVMI_EVENT_PAUSE_VCPU
` [PATCH v8 55/81] KVM: introspection: add crash action handling on event reply
` [PATCH v8 56/81] KVM: introspection: add KVMI_VCPU_CONTROL_EVENTS
` [PATCH v8 57/81] KVM: introspection: add KVMI_VCPU_GET_REGISTERS
` [PATCH v8 58/81] KVM: introspection: add KVMI_VCPU_SET_REGISTERS
` [PATCH v8 59/81] KVM: introspection: add KVMI_VCPU_GET_CPUID
` [PATCH v8 60/81] KVM: introspection: add KVMI_EVENT_HYPERCALL
` [PATCH v8 61/81] KVM: introspection: add KVMI_EVENT_BREAKPOINT
` [PATCH v8 62/81] KVM: introspection: restore the state of #BP interception on unhook
` [PATCH v8 63/81] KVM: introspection: add KVMI_VCPU_CONTROL_CR and KVMI_EVENT_CR
` [PATCH v8 64/81] KVM: introspection: restore the state of CR3 interception on unhook
` [PATCH v8 65/81] KVM: introspection: add KVMI_VCPU_INJECT_EXCEPTION + KVMI_EVENT_TRAP
` [PATCH v8 66/81] KVM: introspection: add KVMI_VM_GET_MAX_GFN
` [PATCH v8 67/81] KVM: introspection: add KVMI_EVENT_XSETBV
` [PATCH v8 68/81] KVM: introspection: add KVMI_VCPU_GET_XSAVE
` [PATCH v8 69/81] KVM: introspection: add KVMI_VCPU_GET_MTRR_TYPE
` [PATCH v8 70/81] KVM: introspection: add KVMI_EVENT_DESCRIPTOR
` [PATCH v8 71/81] KVM: introspection: restore the state of descriptor-table register interception on unhook
` [PATCH v8 72/81] KVM: introspection: add KVMI_VCPU_CONTROL_MSR and KVMI_EVENT_MSR
` [PATCH v8 73/81] KVM: introspection: restore the state of MSR interception on unhook
` [PATCH v8 74/81] KVM: introspection: add KVMI_VM_SET_PAGE_ACCESS
` [PATCH v8 75/81] KVM: introspection: add KVMI_EVENT_PF
` [PATCH v8 76/81] KVM: introspection: extend KVMI_GET_VERSION with struct kvmi_features
` [PATCH v8 77/81] KVM: introspection: add KVMI_VCPU_CONTROL_SINGLESTEP
` [PATCH v8 78/81] KVM: introspection: add KVMI_EVENT_SINGLESTEP
` [PATCH v8 79/81] KVM: introspection: add KVMI_VCPU_TRANSLATE_GVA
` [PATCH v8 80/81] KVM: introspection: emulate a guest page table walk on SPT violations due to A/D bit updates
` [PATCH v8 81/81] KVM: x86: call the page tracking code on emulation failure
[PATCH 0/6] vhost: Reset batched descriptors on SET_VRING_BASE call
2020-03-30 9:15 UTC (15+ messages)
` [PATCH 1/6] tools/virtio: Add --batch option
` [PATCH 2/6] tools/virtio: Add --batch=random option
` [PATCH 3/6] tools/virtio: Add --reset=random
` [PATCH 4/6] tools/virtio: Make --reset reset ring idx
` [PATCH 5/6] vhost: Delete virtqueue batch_descs member
` [PATCH 6/6] fixup! vhost: batching fetches
[PATCH] drm/qxl: Use correct notify port address when creating cursor ring
2020-03-30 2:12 UTC
vhost changes (batched) in linux-next after 12/13 trigger random crashes in KVM guests after reboot
2020-03-27 15:46 UTC (29+ messages)
[PATCH v2 0/3] iommu/virtio: Misc fixes
2020-03-27 10:11 UTC (5+ messages)
` [PATCH v2 3/3] iommu/virtio: Reject IOMMU page granule larger than PAGE_SIZE
` [EXT] "
[PATCH AUTOSEL 4.4 2/4] drm/bochs: downgrade pci_request_region failure from error to warning
2020-03-26 23:25 UTC
[PATCH AUTOSEL 4.9 2/7] drm/bochs: downgrade pci_request_region failure from error to warning
2020-03-26 23:25 UTC
[PATCH AUTOSEL 4.14 03/10] drm/bochs: downgrade pci_request_region failure from error to warning
2020-03-26 23:25 UTC
[PATCH AUTOSEL 4.19 05/15] drm/bochs: downgrade pci_request_region failure from error to warning
2020-03-26 23:24 UTC
[PATCH AUTOSEL 5.4 06/19] drm/bochs: downgrade pci_request_region failure from error to warning
2020-03-26 23:24 UTC
[PATCH AUTOSEL 5.5 10/28] drm/bochs: downgrade pci_request_region failure from error to warning
2020-03-26 23:23 UTC
vhost changes (batched) in linux-next after 12/13 trigger random crashes in KVM guests after reboot
2020-01-07 9:39 UTC
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).