virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-21 17:24:24 to 2020-04-28 20:47:28 UTC [more...]

[PATCH 0/1] Add uvirtio for testing
 2020-04-28 20:47 UTC 

[PATCH 0/5] virtio on Type-1 hypervisor
 2020-04-28 20:41 UTC  (9+ messages)
` [PATCH 1/5] swiotlb: Introduce concept of swiotlb_pool
` [PATCH 2/5] swiotlb: Allow for non-linear mapping between paddr and vaddr
` [PATCH 3/5] swiotlb: Add alloc and free APIs
` [PATCH 4/5] swiotlb: Add API to register new pool
` [PATCH 5/5] virtio: Add bounce DMA ops

[PATCH 26/59] drm/qxl: Use devm_drm_dev_alloc
 2020-04-28 18:04 UTC  (11+ messages)
` [PATCH 27/59] drm/qxl: Don't use drm_device->dev_private
` [PATCH 37/59] drm/cirrus: Move to drm/tiny
` [PATCH 59/59] drm/bochs: Remove explicit drm_connector_register

[PATCH 55/70] x86/sev-es: Handle RDTSCP Events
 2020-04-28 16:34 UTC  (18+ messages)
` [PATCH] Allow RDTSC and RDTSCP from userspace
                    ` Should SEV-ES #VC use IST? (Re: [PATCH] Allow RDTSC and RDTSCP from userspace)

[PATCH v2] virtio-blk: handle block_device_operations callbacks after hot unplug
 2020-04-28 16:03 UTC  (4+ messages)

[PATCH net-next 0/3] vsock: support network namespace
 2020-04-28 16:00 UTC  (6+ messages)

[PATCH v3 00/75] x86: SEV-ES Guest Support
 2020-04-28 15:17 UTC  (76+ messages)
` [PATCH v3 01/75] KVM: SVM: Add GHCB definitions
` [PATCH v3 02/75] KVM: SVM: Add GHCB Accessor functions
` [PATCH v3 03/75] KVM: SVM: Use __packed shorthand
` [PATCH v3 04/75] x86/cpufeatures: Add SEV-ES CPU feature
` [PATCH v3 05/75] x86/traps: Move some definitions to <asm/trap_defs.h>
` [PATCH v3 06/75] x86/insn: Make inat-tables.c suitable for pre-decompression code
` [PATCH v3 07/75] x86/umip: Factor out instruction fetch
` [PATCH v3 08/75] x86/umip: Factor out instruction decoding
` [PATCH v3 09/75] x86/insn: Add insn_get_modrm_reg_off()
` [PATCH v3 10/75] x86/insn: Add insn_rep_prefix() helper
` [PATCH v3 11/75] x86/boot/compressed/64: Disable red-zone usage
` [PATCH v3 12/75] x86/boot/compressed/64: Switch to __KERNEL_CS after GDT is loaded
` [PATCH v3 13/75] x86/boot/compressed/64: Add IDT Infrastructure
` [PATCH v3 14/75] x86/boot/compressed/64: Rename kaslr_64.c to ident_map_64.c
` [PATCH v3 15/75] x86/boot/compressed/64: Add page-fault handler
` [PATCH v3 16/75] x86/boot/compressed/64: Always switch to own page-table
` [PATCH v3 17/75] x86/boot/compressed/64: Don't pre-map memory in KASLR code
` [PATCH v3 18/75] x86/boot/compressed/64: Change add_identity_map() to take start and end
` [PATCH v3 19/75] x86/boot/compressed/64: Add stage1 #VC handler
` [PATCH v3 20/75] x86/boot/compressed/64: Call set_sev_encryption_mask earlier
` [PATCH v3 21/75] x86/boot/compressed/64: Check return value of kernel_ident_mapping_init()
` [PATCH v3 22/75] x86/boot/compressed/64: Add set_page_en/decrypted() helpers
` [PATCH v3 23/75] x86/boot/compressed/64: Setup GHCB Based VC Exception handler
` [PATCH v3 24/75] x86/boot/compressed/64: Unmap GHCB page before booting the kernel
` [PATCH v3 25/75] x86/sev-es: Add support for handling IOIO exceptions
` [PATCH v3 26/75] x86/fpu: Move xgetbv()/xsetbv() into separate header
` [PATCH v3 27/75] x86/sev-es: Add CPUID handling to #VC handler
` [PATCH v3 28/75] x86/idt: Move IDT to data segment
` [PATCH v3 29/75] x86/idt: Split idt_data setup out of set_intr_gate()
` [PATCH v3 30/75] x86/idt: Move two function from k/idt.c to i/a/desc.h
` [PATCH v3 31/75] x86/head/64: Install boot GDT
` [PATCH v3 32/75] x86/head/64: Reload GDT after switch to virtual addresses
` [PATCH v3 33/75] x86/head/64: Load segment registers earlier
` [PATCH v3 34/75] x86/head/64: Switch to initial stack earlier
` [PATCH v3 35/75] x86/head/64: Build k/head64.c with -fno-stack-protector
` [PATCH v3 36/75] x86/head/64: Load IDT earlier
` [PATCH v3 37/75] x86/head/64: Move early exception dispatch to C code
` [PATCH v3 38/75] x86/sev-es: Add SEV-ES Feature Detection
` [PATCH v3 39/75] x86/sev-es: Print SEV-ES info into kernel log
` [PATCH v3 40/75] x86/sev-es: Compile early handler code into kernel image
` [PATCH v3 41/75] x86/sev-es: Setup early #VC handler
` [PATCH v3 42/75] x86/sev-es: Setup GHCB based boot "
` [PATCH v3 43/75] x86/sev-es: Setup per-cpu GHCBs for the runtime handler
` [PATCH v3 44/75] x86/sev-es: Allocate and Map IST stacks for #VC handler
` [PATCH v3 45/75] x86/dumpstack/64: Handle #VC exception stacks
` [PATCH v3 46/75] x86/sev-es: Shift #VC IST Stack in nmi_enter()/nmi_exit()
` [PATCH v3 47/75] x86/sev-es: Add Runtime #VC Exception Handler
` [PATCH v3 48/75] x86/sev-es: Wire up existing #VC exit-code handlers
` [PATCH v3 49/75] x86/sev-es: Handle instruction fetches from user-space
` [PATCH v3 50/75] x86/sev-es: Do not crash on #VC exceptions "
` [PATCH v3 51/75] x86/sev-es: Handle MMIO events
` [PATCH v3 52/75] x86/sev-es: Handle MMIO String Instructions
` [PATCH v3 53/75] x86/sev-es: Handle MSR events
` [PATCH v3 54/75] x86/sev-es: Handle DR7 read/write events
` [PATCH v3 55/75] x86/sev-es: Handle WBINVD Events
` [PATCH v3 56/75] x86/sev-es: Handle RDTSC(P) Events
` [PATCH v3 57/75] x86/sev-es: Handle RDPMC Events
` [PATCH v3 58/75] x86/sev-es: Handle INVD Events
` [PATCH v3 59/75] x86/sev-es: Handle MONITOR/MONITORX Events
` [PATCH v3 60/75] x86/sev-es: Handle MWAIT/MWAITX Events
` [PATCH v3 61/75] x86/sev-es: Handle VMMCALL Events
` [PATCH v3 62/75] x86/sev-es: Handle #AC Events
` [PATCH v3 63/75] x86/sev-es: Handle #DB Events
` [PATCH v3 64/75] x86/sev-es: Cache CPUID results for improved performance
` [PATCH v3 65/75] x86/paravirt: Allow hypervisor specific VMMCALL handling under SEV-ES
` [PATCH v3 66/75] x86/kvm: Add KVM "
` [PATCH v3 67/75] x86/vmware: Add VMware specific handling for VMMCALL "
` [PATCH v3 68/75] x86/realmode: Add SEV-ES specific trampoline entry point
` [PATCH v3 69/75] x86/realmode: Setup AP jump table
` [PATCH v3 70/75] x86/head/64: Setup TSS early for secondary CPUs
` [PATCH v3 71/75] x86/head/64: Don't call verify_cpu() on starting APs
` [PATCH v3 72/75] x86/head/64: Rename start_cpu0
` [PATCH v3 73/75] x86/sev-es: Support CPU offline/online
` [PATCH v3 74/75] x86/sev-es: Handle NMI State
` [PATCH v3 75/75] x86/efi: Add GHCB mappings when SEV-ES is active

[PATCH] virtio_input: Initialize multi-touch slots on ABS_MT_SLOT
 2020-04-28 10:13 UTC  (3+ messages)

[PATCH] drm/qxl: lost qxl_bo_kunmap_atomic_page in qxl_image_init_helper()
 2020-04-28 10:08 UTC  (2+ messages)

[PATCH 2/2] drm/qxl: qxl_release leak in qxl_hw_surface_alloc()
 2020-04-28 10:07 UTC  (2+ messages)

[PATCH net v2 0/2] vsock/virtio: fixes about packet delivery to monitoring devices
 2020-04-27 17:18 UTC  (4+ messages)
` [PATCH net v2 1/2] vhost/vsock: fix packet delivery order "
` [PATCH net v2 2/2] vsock/virtio: fix multiple packet delivery "

[PATCH v2] virtio-balloon: Disable free page reporting if page poison reporting is not enabled
 2020-04-27 16:07 UTC  (6+ messages)

[PATCH v4] vhost: disable for OABI
 2020-04-27  9:20 UTC  (3+ messages)

[PATCH 1/2] drm/qxl: qxl_release leak in qxl_draw_dirty_fb()
 2020-04-27  5:32 UTC 

[PATCH V4 0/3] vdpa: Support config interrupt in vhost_vdpa
 2020-04-27  3:31 UTC  (5+ messages)
` [PATCH V4 1/3] "
` [PATCH V4 2/3] vhost: replace -1 with VHOST_FILE_UNBIND in iotcls
` [PATCH V4 3/3] vdpa: implement config interrupt in IFCVF

[PATCH V3 0/2] Config interrupt support in VDPA and IFCVF
 2020-04-26  9:41 UTC  (5+ messages)
` [PATCH V3 1/2] vdpa: Support config interrupt in vhost_vdpa
` [PATCH V3 2/2] vdpa: implement config interrupt in IFCVF

[PATCH 1/1] drm/qxl: add mutex_lock/mutex_unlock to ensure the order in which resources are released
 2020-04-26  7:51 UTC 

[PATCH V2 0/2] Config interrupt support in VDPA and IFCVF
 2020-04-26  7:38 UTC  (8+ messages)
` [PATCH V2 1/2] vdpa: Support config interrupt in vhost_vdpa
` [PATCH V2 2/2] vdpa: implement config interrupt in IFCVF

[PATCH 0/2] Config interrupt support in VDPA and IFCVF
 2020-04-26  5:32 UTC  (7+ messages)
` [PATCH 1/2] vdpa: Support config interrupt in vhost_vdpa
` [PATCH 2/2] vdpa: implement config interrupt in IFCVF

[PATCH] virtio-blk: handle block_device_operations callbacks after hot unplug
 2020-04-24 10:42 UTC  (5+ messages)

[PATCH net] vsock/virtio: postpone packet delivery to monitoring devices
 2020-04-24 10:35 UTC  (5+ messages)

[PATCH Resend] drm/qxl: Use correct notify port address when creating cursor ring
 2020-04-24  9:58 UTC  (4+ messages)

[PATCH 3.16 093/245] virtio-balloon: fix managed page counts when migrating pages between zones
 2020-04-23 23:05 UTC 

[PATCH RFC v2 00/24] scsi: enable reserved commands for LLDDs
 2020-04-23 15:33 UTC  (12+ messages)
` [PATCH RFC v2 02/24] scsi: allocate separate queue for reserved commands

[PATCH 0/1] KVM support for VMD devices
 2020-04-23 15:18 UTC  (3+ messages)

[PATCH v1] drm/bochs: fix an issue of ioremap() leak
 2020-04-23 14:14 UTC  (7+ messages)

[PATCH v4] virtio: force spec specified alignment on types
 2020-04-23 12:42 UTC  (3+ messages)

[RFC PATCH 00/70 v2] x86: SEV-ES Guest Support
 2020-04-23 11:30 UTC  (6+ messages)
` [PATCH 40/70] x86/sev-es: Setup per-cpu GHCBs for the runtime handler
      `  "

[PATCH for QEMU] hw/vfio: Add VMD Passthrough Quirk
 2020-04-22 22:17 UTC  (6+ messages)
` [PATCH 1/1] pci: vmd: Use Shadow MEMBAR registers for QEMU/KVM guests

[PATCH] virtio-balloon: Disable free page hinting/reporting if page poison is disabled
 2020-04-22 15:49 UTC  (19+ messages)
`  "
    ` [virtio-dev] "

[vhost:vhost 27/32] ./usr/include/linux/virtio_ring.h:126:2: error: unknown type name 'vring_used_elem_t'
 2020-04-22 14:34 UTC 

[GIT PULL v2] vhost: cleanups and fixes
 2020-04-21 19:40 UTC  (2+ 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).