virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-21 23:20:41 to 2020-09-07 13:16:52 UTC [more...]

[PATCH v7 00/72] x86: SEV-ES Guest Support
 2020-09-07 13:15 UTC  (3+ messages)
` [PATCH v7 02/72] KVM: SVM: Add GHCB definitions
` [PATCH v7 06/72] x86/traps: Move pf error codes to <asm/trap_pf.h>

[PATCH] vdpa/mlx5: Setup driver only if VIRTIO_CONFIG_S_DRIVER_OK
 2020-09-07 11:34 UTC  (2+ messages)

[PATCH] vhost-vdpa: fix backend feature ioctls
 2020-09-07 10:43 UTC 

[PATCH v11 0/2] s390: virtio: let arch validate VIRTIO features
 2020-09-07  9:39 UTC  (3+ messages)
` [PATCH v11 1/2] virtio: let arch advertise guest's memory access restrictions
` [PATCH v11 2/2] s390: virtio: PV needs VIRTIO I/O device protection

[PATCH v3 2/2] drm/virtio: set max_segment
 2020-09-07  6:33 UTC 

[PATCH] i2c: virtio: add a virtio i2c frontend driver
 2020-09-07  5:40 UTC  (11+ messages)

[PATCH v3 0/6] Add virtio-iommu built-in topology
 2020-09-04 16:24 UTC  (12+ messages)
` [PATCH v3 1/6] iommu/virtio: Move to drivers/iommu/virtio/
` [PATCH v3 2/6] iommu/virtio: Add topology helpers
` [PATCH v3 4/6] iommu/virtio: Add topology definitions
` [PATCH v3 5/6] iommu/virtio: Support topology description in config space

[PATCH 0/8] Convert the intel iommu driver to the dma-iommu api
 2020-09-03 20:26 UTC  (11+ messages)

Last CFP - ICITS'21, Santa Elena, Ecuador | Deadline: September 13
 2020-09-03 17:09 UTC 

[PATCH v6 0/4] Add a vhost RPMsg API
 2020-09-03  5:51 UTC  (7+ messages)
` [PATCH v6 1/4] vhost: convert VHOST_VSOCK_SET_RUNNING to a generic ioctl
` [PATCH v6 2/4] rpmsg: move common structures and defines to headers
` [PATCH v6 3/4] rpmsg: update documentation
` [PATCH v6 4/4] vhost: add an RPMsg API

remove revalidate_disk()
 2020-09-02 14:02 UTC  (11+ messages)
` [PATCH 1/9] Documentation/filesystems/locking.rst: remove an incorrect sentence
` [PATCH 2/9] block: don't clear bd_invalidated in check_disk_size_change
` [PATCH 3/9] block: rename bd_invalidated
` [PATCH 4/9] block: add a new revalidate_disk_size helper
` [PATCH 5/9] block: use revalidate_disk_size in set_capacity_revalidate_and_notify
` [PATCH 6/9] nvme: opencode revalidate_disk in nvme_validate_ns
` [PATCH 7/9] sd: open code revalidate_disk
` [PATCH 8/9] nvdimm: simplify revalidate_disk handling
` [PATCH 9/9] block: remove revalidate_disk()

[PATCH] char: virtio: Select VIRTIO from VIRTIO_CONSOLE
 2020-09-02 12:16 UTC 

[PATCH v1 0/5] mm/memory_hotplug: selective merging of system ram resources
 2020-09-02 10:34 UTC  (4+ messages)
` [PATCH v1 4/5] xen/balloon: try to merge "

[PATCH net-next] vhost: fix typo in error message
 2020-09-01 22:35 UTC  (3+ messages)

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

[PATCH 1/2] drm/virtio: fix unblank
 2020-09-01 10:20 UTC  (4+ messages)

[RFC PATCH 00/22] Enhance VHOST to enable SoC-to-SoC communication
 2020-09-01  8:50 UTC  (13+ messages)

[PATCH v3] virtio-rng: return available data with O_NONBLOCK
 2020-08-31 12:37 UTC  (3+ messages)

[PATCH v10 0/2] s390: virtio: let arch validate VIRTIO features
 2020-08-31 12:11 UTC  (4+ messages)
` [PATCH v10 1/2] virtio: let arch advertise guest's memory access restrictions
` [PATCH v10 2/2] s390: virtio: PV needs VIRTIO I/O device protection

[PATCH V2 0/3] vDPA: API for reporting IOVA range
 2020-08-31  8:38 UTC  (3+ messages)
` [PATCH V2 2/3] vhost: vdpa: report iova range

ICITS'21 - 4th Int. Conference on Information Technology & Systems, Santa Elena, Ecuador
 2020-08-26 19:17 UTC 

[GIT PULL] virtio: bugfixes
 2020-08-26 18:34 UTC  (2+ messages)

[PATCH v5 0/4] Add a vhost RPMsg API
 2020-08-26 17:46 UTC  (5+ messages)
` [PATCH v5 1/4] vhost: convert VHOST_VSOCK_SET_RUNNING to a generic ioctl
` [PATCH v5 2/4] rpmsg: move common structures and defines to headers
` [PATCH v5 3/4] rpmsg: update documentation
` [PATCH v5 4/4] vhost: add an RPMsg API

[PATCH 1/2] vdpa: ifcvf: return err when fail to request config irq
 2020-08-26 11:12 UTC  (3+ messages)

[PATCH v4 0/4] Add a vhost RPMsg API
 2020-08-25 13:53 UTC  (8+ messages)
` [PATCH v4 4/4] vhost: add an "

[PATCH] vhost-iotlb: fix vhost_iotlb_itree_next() documentation
 2020-08-25 13:05 UTC 

[PATCH AUTOSEL 5.7 05/54] drm/virtio: fix memory leak in virtio_gpu_cleanup_object()
 2020-08-24 16:35 UTC 

[PATCH AUTOSEL 5.8 06/63] drm/virtio: fix memory leak in virtio_gpu_cleanup_object()
 2020-08-24 16:34 UTC 

Is: virtio_gpu_object_shmem_init issues? Was:Re: upstream boot error: general protection fault in swiotlb_map
 2020-08-24 15:17 UTC  (3+ messages)

[PATCH v5 00/75] x86: SEV-ES Guest Support
 2020-08-22 16:30 UTC  (3+ messages)

[PATCH] vdpa/mlx5: Avoid warnings about shifts on 32-bit platforms
 2020-08-21 23:24 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).