kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-13 08:22:50 to 2020-07-14 21:15:46 UTC [more...]

device compatibility interface for live migration with assigned devices
 2020-07-14 21:15 UTC  (9+ messages)

[PATCH] x86/bugs/multihit: Fix mitigation reporting when KVM is not in use
 2020-07-14 21:04 UTC  (6+ messages)

[PATCH v3 0/9] Generalize memory encryption models
 2020-07-14 19:36 UTC  (5+ messages)
` [PATCH v3 1/9] host trust limitation: Introduce new host trust limitation interface
` [PATCH v3 4/9] host trust limitation: Rework the "memory-encryption" property

[PATCH] KVM: x86: Don't attempt to load PDPTRs when 64-bit mode is enabled
 2020-07-14 19:02 UTC  (7+ messages)

[PATCH v3 0/4] iommu aux-domain APIs extensions
 2020-07-14 16:39 UTC  (8+ messages)
` [PATCH v3 1/4] iommu: Check IOMMU_DEV_FEAT_AUX feature in aux api's
` [PATCH v3 2/4] iommu: Add iommu_aux_at(de)tach_group()
` [PATCH v3 3/4] iommu: Add iommu_aux_get_domain_for_dev()
` [PATCH v3 4/4] vfio/type1: Use iommu_aux_at(de)tach_group() APIs

[PATCH v2 0/5] vfio/pci: add blocklist and disable qat
 2020-07-14 15:28 UTC  (7+ messages)
` [PATCH v2 1/5] PCI: Add Intel QuickAssist device IDs
` [PATCH v2 2/5] vfio/pci: Add device blocklist
` [PATCH v2 3/5] vfio/pci: Add QAT devices to blocklist
` [PATCH v2 4/5] crypto: qat - replace device ids defines
` [PATCH v2 5/5] crypto: qat - use PCI_VDEVICE

[PATCH AUTOSEL 5.7 03/19] KVM: s390: reduce number of IO pins to 1
 2020-07-14 14:38 UTC 

[PATCH AUTOSEL 5.4 03/18] KVM: s390: reduce number of IO pins to 1
 2020-07-14 14:38 UTC 

[PATCH] KVM: SVM: Fix sev_pin_memory() error handling
 2020-07-14 14:23 UTC 

[kvm-unit-tests PATCH v1 0/2] Fix some compilation issues on 32bit
 2020-07-14 14:11 UTC  (7+ messages)
` [kvm-unit-tests PATCH v1 1/2] x86/cstart: Fix compilation issue in 32 bit mode
` [kvm-unit-tests PATCH v1 2/2] lib/alloc_page: Fix compilation issue on 32bit archs

[kvm-unit-tests PATCH v2 0/2] Fix some compilation issues on 32bit
 2020-07-14 13:00 UTC  (3+ messages)
` [kvm-unit-tests PATCH v2 1/2] x86/cstart: Fix compilation issue in 32 bit mode
` [kvm-unit-tests PATCH v2 2/2] lib/alloc_page: Fix compilation issue on 32bit archs

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

[PATCH v6 0/2] s390: virtio: let arch validate VIRTIO features
 2020-07-14 11:55 UTC  (6+ messages)
` [PATCH v6 1/2] "
` [PATCH v6 2/2] s390: virtio: PV needs VIRTIO I/O device protection

[kvm-unit-tests PATCH v12 0/9] s390x: Testing the Channel Subsystem I/O
 2020-07-14 11:51 UTC  (12+ messages)
` [kvm-unit-tests PATCH v12 1/9] s390x: saving regs for interrupts
` [kvm-unit-tests PATCH v12 2/9] s390x: I/O interrupt registration
` [kvm-unit-tests PATCH v12 3/9] s390x: export the clock get_clock_ms() utility
` [kvm-unit-tests PATCH v12 4/9] s390x: clock and delays calculations
` [kvm-unit-tests PATCH v12 5/9] s390x: define function to wait for interrupt
` [kvm-unit-tests PATCH v12 6/9] s390x: Library resources for CSS tests
` [kvm-unit-tests PATCH v12 7/9] s390x: css: stsch, enumeration test
` [kvm-unit-tests PATCH v12 8/9] s390x: css: msch, enable test
` [kvm-unit-tests PATCH v12 9/9] s390x: css: ssch/tsch with sense and interrupt

[PATCH v4 0/9] KVM: nSVM: fixes for CR3/MMU switch upon nested guest entry/exit
 2020-07-14 11:26 UTC  (4+ messages)
` [PATCH v4 5/9] KVM: nSVM: introduce nested_svm_load_cr3()/nested_npt_enabled()

[PATCH v5 00/15] vfio: expose virtual Shared Virtual Addressing to VMs
 2020-07-14 10:12 UTC  (4+ messages)
` [PATCH v5 03/15] iommu/smmu: Report empty domain nesting info

[kvm-unit-tests PATCH] lib/alloc_page: Revert to 'unsigned long' for @size params
 2020-07-14 10:02 UTC  (4+ messages)

[PATCH 3/7] vhost_vdpa: implement IRQ offloading functions in vhost_vdpa
 2020-07-14  9:03 UTC  (7+ messages)
  ` [PATCH 4/7] vDPA: implement IRQ offloading helpers in vDPA core
  ` [PATCH 5/7] virtio_vdpa: init IRQ offloading function pointers to NULL
  ` [PATCH 6/7] ifcvf: replace irq_request/free with helpers in vDPA core
    ` [PATCH 2/7] kvm/vfio: detect assigned device via irqbypass manager

[PATCH] virtio-balloon: Document byte ordering of poison_val
 2020-07-14  8:55 UTC  (2+ messages)

[PATCH v3 0/5] Add a vhost RPMsg API
 2020-07-14  8:33 UTC  (9+ messages)
` [PATCH v3 5/5] vhost: add an "

[PATCH 2/4] KVM: x86: Introduce paravirt feature CR0/CR4 pinning
 2020-07-14  5:39 UTC  (10+ messages)

[kvm-unit-tests PATCH 0/2] nVMX: Two PCIDE related fixes
 2020-07-14  4:43 UTC  (5+ messages)
` [kvm-unit-tests PATCH 1/2] nVMX: Restore active host RIP/CR4 after test_host_addr_size()
` [kvm-unit-tests PATCH 2/2] nVMX: Use the standard non-canonical value in test_mtf3

[kvm-unit-tests PATCH] cstart: Fix typo in i386's cstart assembly
 2020-07-14  4:37 UTC  (2+ messages)

[PATCH v2 0/4] Expose new features for intel processor
 2020-07-14  3:00 UTC  (3+ messages)
` [PATCH v2 3/4] x86: Expose SERIALIZE for supported cpuid

[kvm-unit-tests PATCH] x86: svm: low CR3 bits are not MBZ
 2020-07-13 23:30 UTC  (5+ messages)

[kvm-unit-tests PATCH] x86: reverse FW_CFG_MAX_ENTRY and FW_CFG_MAX_RAM
 2020-07-13 23:01 UTC  (4+ messages)

[PATCH 1/4] kvm: x86: add KVM_{GET,SET}_TSC_OFFSET ioctls
 2020-07-13 19:54 UTC  (5+ messages)

[PATCH] KVM: x86/mmu: Add capability to zap only sptes for the affected memslot
 2020-07-13 19:06 UTC  (7+ messages)

[PATCH v3 0/9] KVM: Support guest MAXPHYADDR < host MAXPHYADDR
 2020-07-13 18:32 UTC  (3+ messages)
` [PATCH v3 7/9] KVM: VMX: Add guest physical address check in EPT violation and misconfig

[PATCH v2] KVM: nVMX: fix the layout of struct kvm_vmx_nested_state_hdr
 2020-07-13 18:23 UTC  (2+ messages)

[PATCH v13 00/11] Introduce support for guest CET feature
 2020-07-13 18:13 UTC  (2+ messages)

Seeing a problem in multi hw thread runs where memory mapped pcie device register reads are returning incorrect values using QEMU 4.2
 2020-07-13 17:52 UTC 

[PATCH] KVM: nVMX: properly pad struct kvm_vmx_nested_state_hdr
 2020-07-13 15:54 UTC  (3+ messages)

[PATCH] docs: kvm: Replace HTTP links with HTTPS ones
 2020-07-13 15:34 UTC  (2+ messages)

[kvm-unit-tests PATCH v2 0/4] More lib/alloc cleanup and a minor improvement
 2020-07-13 15:16 UTC  (3+ messages)
` [kvm-unit-tests PATCH v2 2/4] lib/alloc_page: change some parameter types

[PATCH v2 00/17] KVM: arm64: Preliminary NV patches
 2020-07-13 14:20 UTC  (4+ messages)
` [PATCH v2 01/17] KVM: arm64: Factor out stage 2 page table data from struct kvm

[PATCH] vsock/virtio: annotate 'the_virtio_vsock' RCU pointer
 2020-07-13 10:54 UTC  (3+ messages)

[PATCH] vhost/scsi: fix up req type endian-ness
 2020-07-13  9:29 UTC  (2+ messages)

[PATCH 0/5] KVM: arm64: pvtime: Fixes and a new cap
 2020-07-13  8:25 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).