virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-28 15:16:29 to 2020-05-01 00:57:44 UTC [more...]

[PATCH 0/1] Add uvirtio for testing
 2020-05-01  0:57 UTC  (9+ messages)
` [PATCH 1/1] virtio: Add uvirtio driver
        ` [PATCH v3] "
  ` [PATCH v2] "

[PATCH v2 0/3] mm/memory_hotplug: Allow to not create firmware memmap entries
 2020-04-30 22:24 UTC  (15+ messages)
` [PATCH v2 1/3] mm/memory_hotplug: Prepare passing flags to add_memory() and friends
` [PATCH v2 2/3] mm/memory_hotplug: Introduce MHP_NO_FIRMWARE_MEMMAP
` [PATCH v2 3/3] device-dax: Add system ram (add_memory()) with MHP_NO_FIRMWARE_MEMMAP

[PATCH] vhost: vsock: don't send pkt when vq is not started
 2020-04-30 19:43 UTC  (5+ messages)

[RFC/PATCH 0/1] virtio_mmio: hypervisor specific interfaces for MMIO
 2020-04-30 19:34 UTC  (16+ messages)
` [RFC/PATCH 1/1] virtio: Introduce MMIO ops

[PATCH v3 00/75] x86: SEV-ES Guest Support
 2020-04-30 16:31 UTC  (62+ messages)
` [PATCH v3 03/75] KVM: SVM: Use __packed shorthand
` [PATCH v3 08/75] x86/umip: Factor out instruction decoding
` [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 0/5] virtio on Type-1 hypervisor
 2020-04-30 15:20 UTC  (27+ messages)
` [PATCH 5/5] virtio: Add bounce DMA ops
                              `  "
  ` [RFC PATCH] virtio: virtio_pool can be static

[PATCH v4] virtio-blk: handle block_device_operations callbacks after hot unplug
 2020-04-30 14:24 UTC  (2+ messages)

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

[PATCH v1 0/3] mm/memory_hotplug: Make virtio-mem play nicely with kexec-tools
 2020-04-30  8:34 UTC  (9+ messages)
` [PATCH v1 1/3] mm/memory_hotplug: Prepare passing flags to add_memory() and friends
` [PATCH v1 2/3] mm/memory_hotplug: Introduce MHP_DRIVER_MANAGED
` [PATCH v1 3/3] virtio-mem: Add memory with MHP_DRIVER_MANAGED

[PATCH 3/5] swiotlb: Add alloc and free APIs
 2020-04-30  4:18 UTC  (2+ messages)

[PATCH] vhost: add mutex_lock/unlock for vhost_vq_reset
 2020-04-30  2:41 UTC 

[PATCH v3 00/34] iommu: Move iommu_group setup to IOMMU core code
 2020-04-30  0:07 UTC  (37+ messages)
` [PATCH v3 01/34] iommu: Move default domain allocation to separate function
` [PATCH v3 03/34] iommu/amd: Implement iommu_ops->def_domain_type call-back
` [PATCH v3 04/34] iommu/vt-d: Wire up iommu_ops->def_domain_type
` [PATCH v3 07/34] iommu: Add probe_device() and release_device() call-backs
` [PATCH v3 09/34] iommu: Keep a list of allocated groups in __iommu_probe_device()
` [PATCH v3 10/34] iommu: Move new probe_device path to separate function
` [PATCH v3 12/34] iommu: Move iommu_group_create_direct_mappings() out of iommu_group_add_device()
` [PATCH v3 16/34] iommu/vt-d: Convert to probe/release_device() call-backs
` [PATCH v3 17/34] iommu/arm-smmu: "
  ` [PATCH v3 02/34] iommu: Add def_domain_type() callback in iommu_ops
  ` [PATCH v3 05/34] iommu/amd: Remove dma_mask check from check_device()
  ` [PATCH v3 06/34] iommu/amd: Return -ENODEV in add_device when device is not handled by IOMMU
  ` [PATCH v3 08/34] iommu: Move default domain allocation to iommu_probe_device()
  ` [PATCH v3 11/34] iommu: Split off default domain allocation from group assignment
  ` [PATCH v3 13/34] iommu: Export bus_iommu_probe() and make is safe for re-probing
  ` [PATCH v3 14/34] iommu/amd: Remove dev_data->passthrough
  ` [PATCH v3 15/34] iommu/amd: Convert to probe/release_device() call-backs
  ` [PATCH v3 18/34] iommu/pamu: "
  ` [PATCH v3 19/34] iommu/s390: "
  ` [PATCH v3 20/34] iommu/virtio: "
  ` [PATCH v3 22/34] iommu/mediatek: "
  ` [PATCH v3 24/34] iommu/qcom: "
  ` [PATCH v3 25/34] iommu/rockchip: "
  ` [PATCH v3 26/34] iommu/tegra: "
  ` [PATCH v3 28/34] iommu/omap: Remove orphan_dev tracking
  ` [PATCH v3 29/34] iommu/omap: Convert to probe/release_device() call-backs
  ` [PATCH v3 30/34] iommu/exynos: Use first SYSMMU in controllers list for IOMMU core
  ` [PATCH v3 32/34] iommu: Remove add_device()/remove_device() code-paths
` [PATCH v3 21/34] iommu/msm: Convert to probe/release_device() call-backs
` [PATCH v3 23/34] iommu/mediatek-v1 "
` [PATCH v3 27/34] iommu/renesas: "
` [PATCH v3 31/34] iommu/exynos: "
` [PATCH v3 33/34] iommu: Move more initialization to __iommu_probe_device()
` [PATCH v3 34/34] iommu: Unexport iommu_group_get_for_dev()

[PATCH] vhost: fix default for vhost_iotlb
 2020-04-29 15:33 UTC  (2+ messages)

[PATCH 1/1] drm/qxl: add mutex_lock/mutex_unlock to ensure the order in which resources are rele
 2020-04-29 11:40 UTC  (4+ messages)
    ` [PATCH] drm/qxl: qxl_release use after free

[PATCH] drm/qxl: lost qxl_bo_kunmap_atomic_page in qxl_image_init_helper()
 2020-04-29  9:34 UTC  (2+ messages)
` [PATCH v2] "

[PATCH net-next 0/3] vsock: support network namespace
 2020-04-29  9:21 UTC  (5+ messages)

[PATCH 1/5] swiotlb: Introduce concept of swiotlb_pool
 2020-04-29  0:31 UTC  (2+ messages)

[PATCH 26/59] drm/qxl: Use devm_drm_dev_alloc
 2020-04-28 18:04 UTC  (5+ messages)

[PATCH] Allow RDTSC and RDTSCP from userspace
 2020-04-28 16:34 UTC  (7+ messages)
      ` 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)


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