kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-18 17:26:18 to 2020-03-19 20:50:49 UTC [more...]

[PATCH v15 Kernel 0/7] KABIs to support migration for VFIO devices
 2020-03-19 20:16 UTC  (5+ messages)
` [PATCH v15 Kernel 1/7] vfio: KABI for migration interface for device state
` [PATCH v15 Kernel 2/7] vfio iommu: Remove atomicity of ref_count of pinned pages
` [PATCH v15 Kernel 3/7] vfio iommu: Add ioctl definition for dirty pages tracking
` [PATCH v15 Kernel 4/7] vfio iommu: Implementation of ioctl "

[PATCH v8 0/5] x86/kvm/hyper-v: add support for synthetic debugger
 2020-03-19 20:49 UTC  (9+ messages)
` [PATCH v8 1/5] x86/kvm/hyper-v: Explicitly align hcall param for kvm_hyperv_exit
` [PATCH v8 2/5] x86/hyper-v: Add synthetic debugger definitions
` [PATCH v8 3/5] x86/kvm/hyper-v: Add support for synthetic debugger capability
` [PATCH v8 4/5] x86/kvm/hyper-v: enable hypercalls without hypercall page with syndbg
` [PATCH v8 5/5] x86/kvm/hyper-v: Add support for synthetic debugger via hypercalls

[PATCH v5 00/23] irqchip/gic-v4: GICv4.1 architecture support
 2020-03-19 20:38 UTC  (33+ messages)
` [PATCH v5 08/23] irqchip/gic-v4.1: Plumb skeletal VSGI irqchip
` [PATCH v5 09/23] irqchip/gic-v4.1: Add initial SGI configuration
` [PATCH v5 11/23] irqchip/gic-v4.1: Plumb get/set_irqchip_state SGI callbacks
` [PATCH v5 15/23] irqchip/gic-v4.1: Add VSGI property setup
` [PATCH v5 16/23] irqchip/gic-v4.1: Eagerly vmap vPEs
` [PATCH v5 19/23] KVM: arm64: GICv4.1: Allow SGIs to switch between HW and SW interrupts
` [PATCH v5 20/23] KVM: arm64: GICv4.1: Plumb SGI implementation selection in the distributor
` [PATCH v5 21/23] KVM: arm64: GICv4.1: Reload VLPI configuration on distributor enable/disable
` [PATCH v5 23/23] KVM: arm64: GICv4.1: Expose HW-based SGIs in debugfs

[PATCH v14 Kernel 0/7] KABIs to support migration for VFIO devices
 2020-03-19 20:25 UTC  (28+ messages)
` [PATCH v14 Kernel 1/7] vfio: KABI for migration interface for device state
` [PATCH v14 Kernel 2/7] vfio iommu: Remove atomicity of ref_count of pinned pages
` [PATCH v14 Kernel 3/7] vfio iommu: Add ioctl definition for dirty pages tracking
` [PATCH v14 Kernel 4/7] vfio iommu: Implementation of ioctl "
` [PATCH v14 Kernel 5/7] vfio iommu: Update UNMAP_DMA ioctl to get dirty bitmap before unmap
` [PATCH v14 Kernel 6/7] vfio iommu: Adds flag to indicate dirty pages tracking capability support
` [PATCH v14 Kernel 7/7] vfio: Selective dirty page tracking if IOMMU backed device pins pages

[PATCH] KVM: nVMX: remove side effects from nested_vmx_exit_reflected
 2020-03-19 20:11 UTC  (2+ messages)

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

[PATCH] KVM: PPC: Book3S HV: Add a capability for enabling secure guests
 2020-03-19 19:41 UTC  (5+ messages)

[PATCH] KVM: nSVM: check for EFER.SVME=1 before entering guest
 2020-03-19 18:56 UTC  (4+ messages)

[PATCH] KVM: x86: remove bogus user-triggerable WARN_ON
 2020-03-19 17:52 UTC  (2+ messages)

[PATCH v3 0/7] vfio/pci: SR-IOV support
 2020-03-19 17:46 UTC  (11+ messages)
` [PATCH v3 3/7] vfio/pci: Introduce VF token
` [PATCH v3 4/7] vfio: Introduce VFIO_DEVICE_FEATURE ioctl and first user
` [PATCH v3 5/7] vfio/pci: Add sriov_configure support
` [PATCH v3 7/7] vfio/pci: Cleanup .probe() exit paths

WARNING in vcpu_enter_guest
 2020-03-19 17:44 UTC  (7+ messages)

[PATCH v7 00/14] KVM: Dirty ring interface
 2020-03-19 17:02 UTC  (10+ messages)
` [PATCH v7 10/14] KVM: selftests: Use a single binary for dirty/clear log test
` [PATCH v7 11/14] KVM: selftests: Introduce after_vcpu_run hook for dirty "
` [PATCH v7 12/14] KVM: selftests: Add dirty ring buffer test
` [PATCH v7 14/14] KVM: selftests: Add "-c" parameter to dirty log test

[PATCH 00/12] SEV Live Migration Patchset
 2020-03-19 16:24 UTC  (8+ messages)

[PATCH V6 0/8] vDPA support
 2020-03-19 13:02 UTC  (6+ messages)
` [PATCH V6 8/8] virtio: Intel IFC VF driver for VDPA

[PATCH 0/7] tools/kvm_stat: add logfile support
 2020-03-19 11:54 UTC  (3+ messages)

[kvm-unit-tests PATCH 0/8] nVMX: Clean up __enter_guest() and co
 2020-03-19  9:56 UTC  (4+ messages)
` [kvm-unit-tests PATCH 2/8] nVMX: Refactor VM-Entry "failure" struct into "result"

[PATCH v2 0/5] PEBS virtualization enabling via Intel PT
 2020-03-19 14:33 UTC  (6+ messages)
` [PATCH v2 1/5] KVM: x86/pmu: Add base address parameter for get_fixed_pmc function
` [PATCH v2 2/5] KVM: x86/pmu: Expose PDCM feature when PEBS output to PT
` [PATCH v2 3/5] KVM: x86/pmu: PEBS output Intel PT MSRs emulation
` [PATCH v2 4/5] KVM: x86/pmu: Add counter reload register to MSR list
` [PATCH v2 5/5] KVM: VMX: Switch PEBS records output to Intel PT buffer

[PATCH] KVM: VMX: Disable Intel PT before VM-entry
 2020-03-19  6:13 UTC  (3+ messages)

[PATCH v7 0/5] x86/kvm/hyper-v: add support for synthetic debugger
 2020-03-19  5:58 UTC  (6+ messages)
` [PATCH v7 1/5] x86/kvm/hyper-v: Explicitly align hcall param for kvm_hyperv_exit
` [PATCH v7 2/5] x86/hyper-v: Add synthetic debugger definitions
` [PATCH v7 3/5] x86/kvm/hyper-v: Add support for synthetic debugger capability
` [PATCH v7 4/5] x86/kvm/hyper-v: enable hypercalls without hypercall page with syndbg
` [PATCH v7 5/5] x86/kvm/hyper-v: Add support for synthetic debugger via hypercalls

[PATCH RFC 0/4] KVM: MIPS: Provide arch-specific kvm_flush_remote_tlbs()
 2020-03-19  2:21 UTC  (5+ messages)
` [PATCH RFC 4/4] KVM: MIPS: Define "

[PATCH kvmtool v3] Add emulation for CFI compatible flash memory
 2020-03-18 21:58 UTC  (2+ messages)

[PATCH v6 03/14] KVM: X86: Don't track dirty for KVM_SET_[TSS_ADDR|IDENTITY_MAP_ADDR]
 2020-03-18 20:04 UTC  (4+ messages)

[PATCH V6 3/8] vringh: IOTLB support
 2020-03-18 19:48 UTC  (2+ messages)

[PATCH v2 00/32] KVM: x86: TLB flushing fixes and enhancements
 2020-03-18 17:38 UTC  (9+ messages)
` [PATCH v2 31/32] KVM: nVMX: Don't flush TLB on nested VM transition with EPT enabled

[PATCH v4 0/2] KVM: VMX: cleanup VMXON region allocation
 2020-03-18 17:31 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).