kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-24 09:07:42 to 2020-08-27 14:25:38 UTC [more...]

[PATCH v10 00/16] s390/vfio-ap: dynamic configuration support
 2020-08-27 14:24 UTC  (12+ messages)
` [PATCH v10 01/16] s390/vfio-ap: add version vfio_ap module
` [PATCH v10 02/16] s390/vfio-ap: use new AP bus interface to search for queue devices
` [PATCH v10 03/16] s390/vfio-ap: manage link between queue struct and matrix mdev
` [PATCH v10 16/16] s390/vfio-ap: update docs to include dynamic config support

[PATCH v6 0/5] clean up redundant 'kvm_run' parameters
 2020-08-27 12:51 UTC  (4+ messages)
` [PATCH v6 5/5] KVM: MIPS: clean up redundant kvm_run parameters in assembly

[PATCH v2 0/7] KVM: nSVM: ondemand nested state allocation + smm fixes
 2020-08-27 10:23 UTC  (11+ messages)
` [PATCH v2 2/7] KVM: nSVM: rename nested 'vmcb' to vmcb12_gpa in few places
` [PATCH v2 3/7] KVM: SVM: refactor msr permission bitmap allocation
` [PATCH v2 4/7] KVM: x86: allow kvm_x86_ops.set_efer to return a value

[PATCH v6 00/76] x86: SEV-ES Guest Support
 2020-08-27  9:36 UTC  (56+ 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 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 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 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 RFC v3 00/14] Add riscv kvm accel support
 2020-08-27  9:21 UTC  (15+ messages)
` [PATCH RFC v3 01/14] linux-header: Update linux/kvm.h
` [PATCH RFC v3 02/14] target/riscv: Add target/riscv/kvm.c to place the public kvm interface
` [PATCH RFC v3 03/14] target/riscv: Implement function kvm_arch_init_vcpu
` [PATCH RFC v3 04/14] target/riscv: Implement kvm_arch_get_registers
` [PATCH RFC v3 05/14] arget/riscv: Implement kvm_arch_put_registers
` [PATCH RFC v3 06/14] target/riscv: Support start kernel directly by KVM
` [PATCH RFC v3 07/14] hw/riscv: PLIC update external interrupt by KVM when kvm enabled
` [PATCH RFC v3 08/14] target/riscv: Handler KVM_EXIT_RISCV_SBI exit
` [PATCH RFC v3 09/14] target/riscv: Add host cpu type
` [PATCH RFC v3 10/14] target/riscv: Add sifive_plic vmstate
` [PATCH RFC v3 11/14] target/riscv: Support riscv cpu vmstate
` [PATCH RFC v3 12/14] target/riscv: Add kvm_riscv_get/put_regs_timer
` [PATCH RFC v3 13/14] target/riscv: Implement virtual time adjusting with vm state changing
` [PATCH RFC v3 14/14] target/riscv: Support virtual time context synchronization

[PATCH RFC 0/2] Add log dirty support
 2020-08-27  8:22 UTC  (3+ messages)
` [PATCH RFC 1/2] riscv/kvm: Fix use VSIP_VALID_MASK mask HIP register
` [PATCH RFC 2/2] target/kvm: Add interfaces needed for log dirty

[PATCH] KVM: x86: refine delivery_mode check
 2020-08-27  7:54 UTC 

[PATCH v5 00/12] SVM cleanup and INVPCID feature support
 2020-08-26 21:28 UTC  (19+ messages)
` [PATCH v5 01/12] KVM: SVM: Introduce vmcb_(set_intercept/clr_intercept/_is_intercept)
` [PATCH v5 02/12] KVM: SVM: Change intercept_cr to generic intercepts
` [PATCH v5 03/12] KVM: SVM: Change intercept_dr "
` [PATCH v5 04/12] KVM: SVM: Modify intercept_exceptions "
` [PATCH v5 05/12] KVM: SVM: Modify 64 bit intercept field to two 32 bit vectors
` [PATCH v5 06/12] KVM: SVM: Add new intercept vector in vmcb_control_area
` [PATCH v5 07/12] KVM: nSVM: Cleanup nested_state data structure
` [PATCH v5 08/12] KVM: SVM: Remove set_cr_intercept, clr_cr_intercept and is_cr_intercept
` [PATCH v5 09/12] KVM: SVM: Remove set_exception_intercept and clr_exception_intercept
` [PATCH v5 10/12] KVM: X86: Rename and move the function vmx_handle_memory_failure to x86.c
` [PATCH v5 11/12] KVM: X86: Move handling of INVPCID types to x86
` [PATCH v5 12/12] KVM:SVM: Enable INVPCID feature on AMD

[PATCH 0/4] SEV-ES guest support
 2020-08-26 19:25 UTC  (11+ messages)
` [PATCH 1/4] sev/i386: Add initial support for SEV-ES
` [PATCH 2/4] sev/i386: Allow AP booting under SEV-ES
` [PATCH 3/4] sev/i386: Don't allow a system reset under an SEV-ES guest
` [PATCH 4/4] sev/i386: Enable an SEV-ES guest based on SEV policy

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

[PATCH 0/8] Convert the intel iommu driver to the dma-iommu api
 2020-08-26 18:26 UTC  (9+ 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

[kvm-unit-tests PATCH 0/7] Add support for generic ELF cross-compiler
 2020-08-26 16:52 UTC  (2+ messages)

[PATCH v3 07/12] KVM: x86: Ensure the MSR bitmap never clears userspace tracked MSRs
 2020-08-26 15:48 UTC  (2+ messages)

[PATCH V2] vfio dma_map/unmap: optimized for hugetlbfs pages
 2020-08-26 15:15 UTC  (4+ messages)
  ` 答复: "

[RESEND RFC v2 0/2] add bus lock VM exit support
 2020-08-26  9:57 UTC  (2+ messages)

[PATCH v4 00/10] vfio/fsl-mc: VFIO support for FSL-MC device
 2020-08-26  9:33 UTC  (11+ messages)
` [PATCH v4 01/10] vfio/fsl-mc: Add VFIO framework skeleton for fsl-mc devices
` [PATCH v4 02/10] vfio/fsl-mc: Scan DPRC objects on vfio-fsl-mc driver bind
` [PATCH v4 03/10] vfio/fsl-mc: Implement VFIO_DEVICE_GET_INFO ioctl
` [PATCH v4 04/10] vfio/fsl-mc: Implement VFIO_DEVICE_GET_REGION_INFO ioctl call
` [PATCH v4 05/10] vfio/fsl-mc: Allow userspace to MMAP fsl-mc device MMIO regions
` [PATCH v4 06/10] vfio/fsl-mc: Added lock support in preparation for interrupt handling
` [PATCH v4 07/10] vfio/fsl-mc: Add irq infrastructure for fsl-mc devices
` [PATCH v4 08/10] vfio/fsl-mc: trigger an interrupt via eventfd
` [PATCH v4 09/10] vfio/fsl-mc: Add read/write support for fsl-mc devices
` [PATCH v4 10/10] vfio/fsl-mc: Add support for device reset

device compatibility interface for live migration with assigned devices
 2020-08-26  8:54 UTC  (18+ messages)

[PATCH v3 41/74] kvm: Move QOM macros to kvm.h
 2020-08-26  8:08 UTC  (4+ messages)
  ` [PATCH v3 62/74] [automated] Use TYPE_INFO macro
  ` [PATCH v3 64/74] [automated] Move QOM typedefs and add missing includes
  ` [PATCH v3 66/74] [automated] Use DECLARE_*CHECKER* macros

[PATCH v9 30/32] samples: vfio-mdev/mbochs: fix common struct sg_table related issues
 2020-08-26  6:33 UTC 

[PATCH] selftests: kvm: Fix assert failure in single-step test
 2020-08-26  1:55 UTC 

[PATCH 4/8] KVM: x86: allow kvm_x86_ops.set_efer to return a value
 2020-08-25 22:47 UTC  (2+ messages)

[PATCH v2 0/3] KVM: x86: KVM_MEM_PCI_HOLE memory
 2020-08-25 21:25 UTC  (2+ messages)

[PATCH v3] PCI: Identifying detached virtual functions
 2020-08-25 20:43 UTC  (4+ messages)
` [PATCH v3] PCI: Introduce flag for "

[patch] KVM: SVM: Periodically schedule when unregistering regions on destroy
 2020-08-25 19:56 UTC 

[Bug 209025] New: The "VFIO_MAP_DMA failed: Cannot allocate memory" bug is back
 2020-08-25 18:06 UTC  (14+ messages)
` [Bug 209025] "

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

[kvm-unit-tests PATCH v2 0/2] Use same test names in the default and the TAP13 output format
 2020-08-25 13:49 UTC  (8+ messages)
` [kvm-unit-tests PATCH v2 1/2] runtime.bash: remove outdated comment
` [kvm-unit-tests PATCH v2 2/2] Use same test names in the default and the TAP13 output format

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

[RFC PATCH 0/5] KVM: arm64: Add pvtime LPT support
 2020-08-25 12:52 UTC  (4+ messages)

[PATCH v2] x86/entry/64: Do not use RDPID in paranoid entry to accomodate KVM
 2020-08-25 12:11 UTC  (5+ messages)

[PATCH v2 41/58] kvm: Move QOM macros to kvm.h
 2020-08-25 11:20 UTC  (2+ messages)

[PATCH v2 1/2] KVM: LAPIC: Return 0 when getting the tscdeadline timer if the lapic is hw disabled
 2020-08-25  0:58 UTC  (4+ messages)
` [PATCH v2 2/2] KVM: LAPIC: Guarantee the timer is in tsc-deadline mode when setting

[PATCH v4 0/2] Expose new feature for Intel processor
 2020-08-25  0:47 UTC  (3+ messages)
` [PATCH v4 1/2] x86/cpufeatures: Enumerate TSX suspend load address tracking instructions
` [PATCH v4 2/2] x86/kvm: Expose TSX Suspend Load Tracking feature

[PATCH] KVM: VMX: fix crash cleanup when KVM wasn't used
 2020-08-25  0:09 UTC  (6+ messages)

[PATCH v3 00/12] Allow userspace to manage MSRs
 2020-08-24 18:34 UTC  (10+ messages)
` [PATCH v3 05/12] KVM: x86: Add support for exiting to userspace on rdmsr or wrmsr

[Bug 206579] New: KVM with passthrough generates "BUG: kernel NULL pointer dereference" and crashes
 2020-08-24 17:03 UTC  (2+ messages)
` [Bug 206579] "

vfio-pci regression on x86_64 and Kernel v5.9-rc1
 2020-08-24 14:30 UTC  (2+ messages)

[kvm-unit-tests PATCH 0/2] Use same test names in the default and the TAP13 output format
 2020-08-24 12:48 UTC  (3+ messages)
` [kvm-unit-tests PATCH 1/2] runtime.bash: remove outdated comment

[PATCH] kvm x86/mmu: use KVM_REQ_MMU_SYNC to sync when needed
 2020-08-24 10:18 UTC 


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