kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-21 15:24:09 to 2021-10-24 14:31:19 UTC [more...]

[PATCH v3 1/1] virtio-blk: avoid preallocating big SGL for data
 2021-10-24 14:31 UTC  (7+ messages)

[RFC PATCH v2 00/69] KVM: X86: TDX support
 2021-10-24 12:59 UTC  (4+ messages)
` [RFC PATCH v2 66/69] KVM: TDX: Add "basic" support for building and running Trust Domains

[PATCH] KVM: x86/xen: Fix runstate updates to be atomic when preempting vCPU
 2021-10-24 11:15 UTC  (2+ messages)

[PATCH v3 1/1] virtio-blk: add num_request_queues module parameter
 2021-10-24 10:57 UTC  (6+ messages)

[PATCH V3 mlx5-next 00/13] Add mlx5 live migration driver
 2021-10-24  8:30 UTC  (14+ messages)
` [PATCH V3 mlx5-next 01/13] PCI/IOV: Add pci_iov_vf_id() to get VF index
` [PATCH V3 mlx5-next 02/13] net/mlx5: Reuse exported virtfn index function call
` [PATCH V3 mlx5-next 03/13] net/mlx5: Disable SRIOV before PF removal
` [PATCH V3 mlx5-next 04/13] PCI/IOV: Add pci_iov_get_pf_drvdata() to allow VF reaching the drvdata of a PF
` [PATCH V3 mlx5-next 05/13] net/mlx5: Expose APIs to get/put the mlx5 core device
` [PATCH V3 mlx5-next 06/13] vfio: Fix VFIO_DEVICE_STATE_SET_ERROR macro
` [PATCH V3 mlx5-next 07/13] vfio: Add a macro for VFIO_DEVICE_STATE_ERROR
` [PATCH V3 mlx5-next 08/13] vfio/pci_core: Make the region->release() function optional
` [PATCH V3 mlx5-next 09/13] net/mlx5: Introduce migration bits and structures
` [PATCH V3 mlx5-next 10/13] vfio/mlx5: Expose migration commands over mlx5 device
` [PATCH V3 mlx5-next 11/13] vfio/mlx5: Implement vfio_pci driver for mlx5 devices
` [PATCH V3 mlx5-next 12/13] vfio/pci: Expose vfio_pci_aer_err_detected()
` [PATCH V3 mlx5-next 13/13] vfio/mlx5: Use its own PCI reset_done error handler

[PATCH 0/2] KVM: x86: fix lockdep splat due to Xen runstate update
 2021-10-23 20:29 UTC  (4+ messages)
` [PATCH 2/2] KVM: x86: disable interrupts while pvclock_gtod_sync_lock is taken
  ` [EXTERNAL] "
    ` [PATCH] KVM: x86: switch pvclock_gtod_sync_lock to a raw spinlock

[PATCH] KVM: x86/xen: Fix kvm_xen_has_interrupt() sleeping in kvm_vcpu_block()
 2021-10-23 19:47 UTC 

[PATCH 4/5] driver core: inhibit automatic driver binding on reserved devices
 2021-10-23  8:56 UTC  (8+ messages)

[GIT PULL] More x86 KVM fixes for Linux 5.15-rc7
 2021-10-22 20:03 UTC  (2+ messages)

[patch V2 0/4] x86/fpu/kvm: Sanitize the FPU guest/user handling
 2021-10-22 18:55 UTC  (5+ messages)
` [patch V2 1/4] x86/fpu: Prepare for sanitizing KVM FPU code
` [patch V2 2/4] x86/fpu: Provide infrastructure for KVM FPU cleanup
` [patch V2 3/4] x86/kvm: Convert FPU handling to a single swap buffer
` [patch V2 4/4] x86/fpu: Remove old KVM FPU interface

[PATCH v2 0/4] KVM: x86: APICv cleanups
 2021-10-22 16:43 UTC  (8+ messages)
` [PATCH v2 1/4] KVM: x86/mmu: Use vCPU's APICv status when handling APIC_ACCESS memslot
` [PATCH v2 2/4] KVM: x86: Move SVM's APICv sanity check to common x86
` [PATCH v2 3/4] KVM: x86: Move apicv_active flag from vCPU to in-kernel local APIC
` [PATCH v2 4/4] KVM: x86: Use rw_semaphore for APICv lock to allow vCPU parallelism

[PATCH 0/8] KVM: SEV-ES: fixes for string I/O emulation
 2021-10-22 16:31 UTC  (22+ messages)
` [PATCH 1/8] KVM: SEV-ES: fix length of string I/O
` [PATCH 2/8] KVM: SEV-ES: rename guest_ins_data to sev_pio_data
` [PATCH 3/8] KVM: x86: leave vcpu->arch.pio.count alone in emulator_pio_in_out
` [PATCH 4/8] KVM: SEV-ES: clean up kvm_sev_es_ins/outs
` [PATCH 5/8] KVM: x86: split the two parts of emulator_pio_in
` [PATCH 6/8] KVM: x86: remove unnecessary arguments from complete_emulator_pio_in
` [PATCH 7/8] KVM: SEV-ES: keep INS functions together
` [PATCH 8/8] KVM: SEV-ES: go over the sev_pio_data buffer in multiple passes if needed

[PATCH 0/3] KVM: x86/mmu: Clean up kvm_zap_gfn_range()
 2021-10-22 15:39 UTC  (9+ messages)
` [PATCH 1/3] KVM: x86/mmu: Drop a redundant, broken remote TLB flush
` [PATCH 2/3] KVM: x86/mmu: Drop a redundant remote TLB flush in kvm_zap_gfn_range()
` [PATCH 3/3] KVM: x86/mmu: Extract zapping of rmaps for gfn range to separate helper

[PATCH v2 00/13] fixes and cleanups for string I/O emulation
 2021-10-22 15:36 UTC  (14+ messages)
` [PATCH 01/13] KVM: SEV-ES: rename guest_ins_data to sev_pio_data
` [PATCH 02/13] KVM: x86: leave vcpu->arch.pio.count alone in emulator_pio_in_out
` [PATCH 03/13] KVM: SEV-ES: clean up kvm_sev_es_ins/outs
` [PATCH 04/13] KVM: x86: split the two parts of emulator_pio_in
` [PATCH 05/13] KVM: x86: remove unnecessary arguments from complete_emulator_pio_in
` [PATCH 06/13] KVM: SEV-ES: keep INS functions together
` [PATCH 07/13] KVM: SEV-ES: go over the sev_pio_data buffer in multiple passes if needed
` [PATCH 08/13] KVM: x86: inline kernel_pio into its sole caller
` [PATCH 09/13] KVM: x86: move all vcpu->arch.pio* setup in emulator_pio_in_out
` [PATCH 10/13] KVM: x86: wean in-kernel PIO from vcpu->arch.pio*
` [PATCH 11/13] KVM: x86: wean fast IN from emulator_pio_in
` [PATCH 12/13] KVM: x86: de-underscorify __emulator_pio_in
` [PATCH 13/13] KVM: SEV-ES: reuse advance_sev_es_emulated_ins for OUT too

[PATCH v6 0/4] KVM: x86: Convey the exit reason, etc. to user-space on emulation failure
 2021-10-22 15:24 UTC  (5+ messages)
` [PATCH v6 1/4] KVM: x86: Clarify the kvm_run.emulation_failure structure layout

[PATCH 0/2] KVM: some fixes about RDMSR/WRMSR instruction emulation
 2021-10-22 15:10 UTC  (5+ messages)
` [PATCH 1/2] KVM: VMX: fix instruction skipping when handling UD exception
` [PATCH 2/2] KVM: X86: Exit to userspace if RDMSR/WRMSR emulation returns X86EMUL_IO_NEEDED

[PATCH v2 00/43] KVM: Halt-polling and x86 APICv overhaul
 2021-10-22 15:04 UTC  (5+ messages)
` [PATCH v2 09/43] KVM: Drop obsolete kvm_arch_vcpu_block_finish()
` [PATCH v2 13/43] KVM: Rename kvm_vcpu_block() => kvm_vcpu_halt()

[PATCH v3 0/8] KVM: nSVM: avoid TOC/TOU race when checking vmcb12
 2021-10-22 14:51 UTC  (18+ messages)
` [PATCH v3 2/8] nSVM: introduce smv->nested.save to cache save area fields
` [PATCH v3 3/8] nSVM: rename nested_load_control_from_vmcb12 in nested_copy_vmcb_control_to_cache
` [PATCH v3 4/8] nSVM: use vmcb_save_area_cached in nested_vmcb_valid_sregs()
` [PATCH v3 5/8] nSVM: use svm->nested.save to load vmcb12 registers and avoid TOC/TOU races
` [PATCH v3 6/8] nSVM: introduce struct vmcb_ctrl_area_cached
` [PATCH v3 7/8] nSVM: use vmcb_ctrl_area_cached instead of vmcb_control_area in struct svm_nested_state
` [PATCH v3 8/8] nSVM: remove unnecessary parameter in nested_vmcb_check_controls

[PATCH] rcuwait: do not enter RCU protection unless a wakeup is needed
 2021-10-22 13:59 UTC  (7+ messages)

[kvm-unit-tests PATCH v3 0/1] Test spec exception interception
 2021-10-22 13:10 UTC  (2+ messages)
` [kvm-unit-tests PATCH v3 1/1] s390x: Add specification exception interception test

[PATCH] KVM: s390: Fix handle_sske page fault handling
 2021-10-22 12:11 UTC  (3+ messages)

[kvm-unit-tests PATCH v3 0/2] Add specification exception tests
 2021-10-22 12:01 UTC  (3+ messages)
` [kvm-unit-tests PATCH v3 1/2] s390x: Add specification exception test
` [kvm-unit-tests PATCH v3 2/2] s390x: Test specification exceptions during transaction

[PATCH] riscv: do not select non-existing config ANON_INODES
 2021-10-22 11:55 UTC  (3+ messages)

[PATCH] KVM: vPMU: Don't program counter for interrupt-based event sampling w/o lapic_in_kernel
 2021-10-22  9:17 UTC 

[PATCH] KVM: x86: advertise absence of X86_BUG_NULL_SEG via CPUID
 2021-10-22  8:27 UTC  (3+ messages)

[RFC 10/20] iommu/iommufd: Add IOMMU_DEVICE_GET_INFO
 2021-10-22  7:49 UTC  (13+ messages)

[kvm-unit-tests PATCH] gitlab-ci: Disable the s390x storage key test (which fails now with TCG)
 2021-10-22  6:42 UTC  (2+ messages)

[PATCH v4 0/2] x86: sgx_vepc: implement ioctl to EREMOVE all pages
 2021-10-22  6:25 UTC  (5+ messages)
` [PATCH v4 1/2] x86: sgx_vepc: extract sgx_vepc_remove_page
` [PATCH v4 2/2] x86: sgx_vepc: implement SGX_IOC_VEPC_REMOVE ioctl

[PATCH 0/2] KVM: x86: Enhance vendor module error messages
 2021-10-22  6:33 UTC  (5+ messages)
` [PATCH 1/2] KVM: x86: Add vendor name to kvm_x86_ops, use it for "

[PATCH][v2] KVM: x86: directly call wbinvd for local cpu when emulate wbinvd
 2021-10-22  6:18 UTC  (4+ messages)
` 答复: "

[PATCH 0/4] KVM: X86: Improve guest TLB flushing
 2021-10-22  2:11 UTC  (15+ messages)
` [PATCH 1/4] KVM: X86: Fix tlb flush for tdp in kvm_invalidate_pcid()
` [PATCH 2/4] KVM: X86: Cache CR3 in prev_roots when PCID is disabled
` [PATCH 3/4] KVM: X86: Use smp_rmb() to pair with smp_wmb() in mmu_try_to_unsync_pages()

[PATCH] KVM: x86: Add dedicated helper to get CPUID entry with significant index
 2021-10-22  0:20 UTC 

[PATCH v3 kvm-unit-tests 0/8] x86: Move IDT, GDT and TSS to C code
 2021-10-21 23:08 UTC  (3+ messages)
` [PATCH kvm-unit-tests 7/9] x86: get rid of ring0stacktop

[PATCH v6 00/42] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-10-21 23:00 UTC  (20+ messages)
` [PATCH v6 08/42] x86/sev-es: initialize sev_status/features within #VC handler

[PATCH V2 mlx5-next 00/14] Add mlx5 live migration driver
 2021-10-21 21:47 UTC  (12+ messages)
` [PATCH V2 mlx5-next 12/14] vfio/mlx5: Implement vfio_pci driver for mlx5 devices

[PATCH v5 00/13] KVM: Scalable memslots implementation
 2021-10-21 21:44 UTC  (6+ messages)
` [PATCH v5 12/13] KVM: Optimize gfn lookup in kvm_zap_gfn_range()

[PATCH v4 0/6] optimize the downtime for vfio migration
 2021-10-21 20:51 UTC  (3+ messages)
` [PATCH v4 6/6] vfio: defer to commit kvm irq routing when enable msi/msix

[PATCH] kvm: x86: Remove stale declaration of kvm_no_apic_vcpu
 2021-10-21 20:45 UTC  (2+ messages)

[PATCH] KVM: selftests: Fix nested SVM tests when built with clang
 2021-10-21 20:24 UTC  (2+ messages)

There is a null-ptr-deref bug in kvm_dirty_ring_get in virt/kvm/dirty_ring.c
 2021-10-21 20:08 UTC  (2+ messages)

[PATCH v2] selftests: kvm: fix mismatched fclose() after popen()
 2021-10-21 19:54 UTC  (2+ messages)

[PATCH 0/4] x86/x86: KVM: Fixes for KVM's PI wakeup handler
 2021-10-21 19:43 UTC  (5+ messages)
` [PATCH 3/4] x86/irq: KVM: Harden posted interrupt (un)registration paths
` [PATCH 4/4] KVM: VMX: Register posted interrupt wakeup handler iff APICv is enabled

[PATCH v3 04/10] vfio/ccw: Convert to use vfio_register_emulated_iommu_dev()
 2021-10-21 18:09 UTC  (2+ messages)

[PATCH] selftests: kvm: fix mismatched fclose() after popen()
 2021-10-21 17:55 UTC  (2+ messages)

[PATCH 0/5 V11] Add AMD SEV and SEV-ES intra host migration support
 2021-10-21 17:43 UTC  (6+ messages)
` [PATCH 1/5 V11] KVM: SEV: Refactor out sev_es_state struct
` [PATCH V11 2/5] KVM: SEV: Add support for SEV intra host migration
` [PATCH V11 3/5] KVM: SEV: Add support for SEV-ES "
` [PATCH V11 4/5] selftest: KVM: Add open sev dev helper
` [PATCH V11 5/5] selftest: KVM: Add intra host migration tests

[PATCH 2/2] KVM: SEV: Flush cache on non-coherent systems before RECEIVE_UPDATE_DATA
 2021-10-21 17:01 UTC  (2+ messages)

[PATCH v2] KVM: x86/mmu: Rename slot_handle_leaf to slot_handle_level_4k
 2021-10-21 16:53 UTC  (2+ messages)

[RFC 00/16] KVM: selftests: Add tests for SEV, SEV-ES, and SEV-SNP guests
 2021-10-21 16:48 UTC  (14+ messages)
` [RFC 03/16] KVM: selftests: handle encryption bits in page tables
` [RFC 04/16] KVM: selftests: set CPUID before setting sregs in vcpu creation
` [RFC 06/16] KVM: selftests: add library for creating/interacting with SEV guests
` [RFC 08/16] KVM: SVM: include CR3 in initial VMSA state for SEV-ES guests

[PATCH 0/4] KVM: arm64: Stop mapping current thread_info at EL2
 2021-10-21 15:57 UTC  (5+ messages)
` [PATCH 2/4] KVM: arm64: Introduce flag shadowing TIF_FOREIGN_FPSTATE
` [PATCH 4/4] arm64/fpsimd: Document the use of TIF_FOREIGN_FPSTATE by KVM

linux-next: manual merge of the kvm tree with the tip tree
 2021-10-21 15:32 UTC  (2+ messages)

[PATCH v17 00/15] s390/vfio-ap: dynamic configuration support
 2021-10-21 15:23 UTC  (14+ messages)
` [PATCH v17 02/15] s390/vfio-ap: use new AP bus interface to search for queue devices
` [PATCH v17 04/15] s390/vfio-ap: manage link between queue struct and matrix mdev
` [PATCH v17 05/15] s390/vfio-ap: introduce shadow APCB
` [PATCH v17 06/15] s390/vfio-ap: refresh guest's APCB by filtering APQNs assigned to mdev
` [PATCH v17 07/15] s390/vfio-ap: allow assignment of unavailable AP queues to mdev device
` [PATCH v17 08/15] s390/vfio-ap: keep track of active guests
` [PATCH v17 09/15] s390/vfio-ap: allow hot plug/unplug of AP resources using mdev device
` [PATCH v17 10/15] s390/vfio-ap: reset queues after adapter/domain unassignment
` [PATCH v17 11/15] s390/ap: driver callback to indicate resource in use
` [PATCH v17 12/15] s390/vfio-ap: implement in-use callback for vfio_ap driver
` [PATCH v17 13/15] s390/vfio-ap: sysfs attribute to display the guest's matrix
` [PATCH v17 14/15] s390/ap: notify drivers on config changed and scan complete callbacks
` [PATCH v17 15/15] s390/vfio-ap: update docs to include dynamic config support


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