kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-23 00:27:39 to 2020-07-24 17:54:15 UTC [more...]

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

[PATCH] KVM: x86: Fill in conforming {vmx|svm}_x86_ops and {vmx|svm}_nested_ops via macros
 2020-07-24 17:50 UTC  (3+ messages)
` [PATCH] KVM: x86: Fill in conforming {vmx|svm}_x86_ops and {vmx|svm}_nested_ops via macro

[PATCH 4.9 18/22] x86/fpu: Disable bottom halves while loading FPU registers
 2020-07-24 17:44 UTC  (3+ messages)

[PATCH] kvm: x86: fix reversed timespec values in PV wall clock
 2020-07-24 17:35 UTC 

[patch V5 00/15] entry, x86, kvm: Generic entry/exit functionality for host and guest
 2020-07-24 14:28 UTC  (10+ messages)
` [patch V5 08/15] x86/entry: Move user return notifier out of loop
` [patch V5 13/15] x86/entry: Use generic interrupt entry/exit code
` [patch V5 15/15] x86/kvm: Use generic xfer to guest work function

[RESEND RFC PATCH v1] arm64: kvm: flush tlbs by range in unmap_stage2_range function
 2020-07-24 13:43 UTC 

[v3 00/15] powerpc/perf: Add support for power10 PMU Hardware
 2020-07-24 13:24 UTC  (13+ messages)
` [v3 11/15] powerpc/perf: BHRB control to disable BHRB logic when not used
` [v3 12/15] powerpc/perf: Add support for outputting extended regs in perf intr_regs
` [v3 13/15] tools/perf: Add perf tools support for extended register capability in powerpc

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

[PATCH v4 0/5] vfio/pci: add denylist and disable qat
 2020-07-24 10:39 UTC  (8+ messages)
` [PATCH v4 1/5] PCI: Add Intel QuickAssist device IDs
` [PATCH v4 2/5] vfio/pci: Add device denylist
` [PATCH v4 3/5] vfio/pci: Add QAT devices to denylist
` [PATCH v4 4/5] crypto: qat - replace device ids defines
` [PATCH v4 5/5] crypto: qat - use PCI_VDEVICE

[RFC PATCH 0/3] MIPS KVM related clean-ups
 2020-07-24  9:11 UTC  (3+ messages)
` [RFC PATCH 1/3] MIPS: Retire kvm paravirt

[PATCH] pseries: fix kvmppc_set_fwnmi()
 2020-07-24  9:12 UTC  (2+ messages)

[PATCH v5 00/18] Add support for Nitro Enclaves
 2020-07-24  9:06 UTC  (10+ messages)
` [PATCH v5 01/18] nitro_enclaves: Add ioctl interface definition

[RFC 0/2] Add risc-v vhost-net support
 2020-07-24  8:54 UTC  (3+ messages)
` [RFC 1/2] RISC-V: KVM: enable ioeventfd capability and compile for risc-v
` [RFC 2/2] RISC-V: KVM: read\write kernel mmio device support

[PATCH v9 00/15] s390/vfio-ap: dynamic configuration support
 2020-07-24  8:38 UTC  (3+ messages)
` [PATCH v9 02/15] s390/vfio-ap: use new AP bus interface to search for queue devices

[PATCH v3 0/5] vfio/pci: add denylist and disable qat
 2020-07-24  8:34 UTC  (8+ messages)
` [PATCH v3 1/5] PCI: Add Intel QuickAssist device IDs
` [PATCH v3 2/5] vfio/pci: Add device denylist
` [PATCH v3 3/5] vfio/pci: Add QAT devices to denylist
` [PATCH v3 4/5] crypto: qat - replace device ids defines
` [PATCH v3 5/5] crypto: qat - use PCI_VDEVICE

[PATCH 0/2] ppc: Enable 2nd DAWR support on p10
 2020-07-24  4:56 UTC  (6+ messages)
` [PATCH 1/2] ppc: Rename current DAWR macros
` [PATCH 2/2] ppc: Enable 2nd DAWR support on p10

[for-5.2 v4 00/10] Generalize memory encryption models
 2020-07-24  2:57 UTC  (11+ messages)
` [for-5.2 v4 01/10] host trust limitation: Introduce new host trust limitation interface
` [for-5.2 v4 02/10] host trust limitation: Handle memory encryption via interface
` [for-5.2 v4 03/10] host trust limitation: Move side effect out of machine_set_memory_encryption()
` [for-5.2 v4 04/10] host trust limitation: Rework the "memory-encryption" property
` [for-5.2 v4 05/10] host trust limitation: Decouple kvm_memcrypt_*() helpers from KVM
` [for-5.2 v4 06/10] host trust limitation: Add Error ** to HostTrustLimitation::kvm_init
` [for-5.2 v4 07/10] spapr: Add PEF based host trust limitation
` [for-5.2 v4 08/10] spapr: PEF: block migration
` [for-5.2 v4 09/10] host trust limitation: Alter virtio default properties for protected guests
` [for-5.2 v4 10/10] s390: Recognize host-trust-limitation option

[PATCH v2 0/4] Expose new features for intel processor
 2020-07-24  2:03 UTC  (6+ messages)
` [PATCH v2 1/4] x86/cpufeatures: Add enumeration for SERIALIZE instruction

[PATCH RFC v2 00/18] Add VFIO mediated device support and DEV-MSI support for the idxd driver
 2020-07-24  0:36 UTC  (10+ messages)
` [PATCH RFC v2 02/18] irq/dev-msi: Add support for a new DEV_MSI irq domain

Could multiple PCIe devices in one IOMMU group be added to different KVM VM separately?
 2020-07-23 21:55 UTC  (2+ messages)

[PATCH v2 0/5] vfio/pci: add blocklist and disable qat
 2020-07-23 21:40 UTC  (4+ messages)
` [PATCH v2 2/5] vfio/pci: Add device blocklist

[PATCH] KVM: x86/mmu: Add capability to zap only sptes for the affected memslot
 2020-07-23 18:35 UTC  (11+ messages)

[PATCH] KVM: arm64: Prevent vcpu_has_ptrauth from generating OOL functions
 2020-07-23 15:59 UTC  (5+ messages)

[PATCH v3 0/4] iommu aux-domain APIs extensions
 2020-07-23 13:55 UTC  (2+ messages)

[kvm-unit-tests PATCH 0/3] PV tests part 1
 2020-07-23 12:30 UTC  (12+ messages)
` [kvm-unit-tests PATCH 1/3] s390x: Add custom pgm cleanup function
` [kvm-unit-tests PATCH 2/3] s390x: skrf: Add exception new skey test and add test to unittests.cfg

[PATCH v5 00/15] vfio: expose virtual Shared Virtual Addressing to VMs
 2020-07-23 12:05 UTC  (12+ messages)
` [PATCH v5 03/15] iommu/smmu: Report empty domain nesting info
` [PATCH v5 12/15] vfio/type1: Add vSVA support for IOMMU-backed mdevs

[PATCH 0/7] powerpc/watchpoint: 2nd DAWR kvm enablement + selftests
 2020-07-23 10:48 UTC  (9+ messages)
` [PATCH 1/7] powerpc/watchpoint/kvm: Rename current DAWR macros and variables
` [PATCH 2/7] powerpc/watchpoint/kvm: Add infrastructure to support 2nd DAWR
` [PATCH 3/7] powerpc/watchpoint/kvm: Introduce new capability for "
` [PATCH 4/7] powerpc/selftests/ptrace-hwbreak: Add testcases "
` [PATCH 5/7] powerpc/selftests/perf-hwbreak: Coalesce event creation code
` [PATCH 6/7] powerpc/selftests/perf-hwbreak: Add testcases for 2nd DAWR
` [PATCH 7/7] powerpc/selftests: Add selftest to test concurrent perf/ptrace events

[PATCH] PCI: pciehp: Fix AB-BA deadlock between reset_lock and device_lock
 2020-07-23  9:51 UTC  (2+ messages)
  ` [PCI] 3233e41d3e: WARNING:at_drivers/pci/pci.c:#pci_reset_hotplug_slot

[PATCH v4 0/4] Add a vhost RPMsg API
 2020-07-23  8:34 UTC  (3+ messages)
` [PATCH v4 1/4] vhost: convert VHOST_VSOCK_SET_RUNNING to a generic ioctl

[PATCH v4 00/75] x86: SEV-ES Guest Support
 2020-07-23  7:21 UTC  (6+ messages)
` [PATCH v4 51/75] x86/sev-es: Handle MMIO events

[PATCH] vfio/pci: Hold igate across releasing eventfd contexts
 2020-07-23  7:01 UTC  (2+ messages)

[PATCH] KVM: PPC: Book3S HV: increase KVMPPC_NR_LPIDS on POWER8 and POWER9
 2020-07-23  6:20 UTC  (2+ messages)

[PATCH v6 0/5] clean up redundant 'kvm_run' parameters
 2020-07-23  6:19 UTC  (3+ messages)
` [PATCH v6 3/5] KVM: PPC: clean up redundant kvm_run parameters in assembly

[PATCH V3 0/6] IRQ offloading for vDPA
 2020-07-23  4:19 UTC  (3+ messages)
` [PATCH V3 3/6] vDPA: implement vq IRQ allocate/free helpers in vDPA core

[RESEND PATCH v13 00/11] Introduce support for guest CET feature
 2020-07-23  3:17 UTC  (3+ messages)

[RFC 0/2] Add support for bus lock VM exit
 2020-07-23  1:21 UTC  (8+ messages)
` [RFC 2/2] KVM: VMX: Enable "

[PATCH v11 00/13] KVM: Dirty ring interface
 2020-07-23  0:29 UTC  (5+ messages)
` [PATCH v11 01/13] KVM: Cache as_id in kvm_memory_slot
` [PATCH v11 02/13] KVM: X86: Don't track dirty for KVM_SET_[TSS_ADDR|IDENTITY_MAP_ADDR]


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