kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-22 13:59:35 to 2021-10-26 13:56:10 UTC [more...]

[PATCH v2 00/13] fixes and cleanups for string I/O emulation
 2021-10-26 13:55 UTC  (15+ 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

[kvm-unit-tests PATCH v3 0/2] Add specification exception tests
 2021-10-26 13:41 UTC  (8+ 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 V2 mlx5-next 00/14] Add mlx5 live migration driver
 2021-10-26 12:13 UTC  (21+ messages)
` [PATCH V2 mlx5-next 12/14] vfio/mlx5: Implement vfio_pci driver for mlx5 devices

[PATCH v5 00/14] KVM: s390: pv: implement lazy destroy for reboot
 2021-10-26 11:53 UTC  (3+ messages)
` [PATCH v5 06/14] KVM: s390: pv: properly handle page flags for protected guests

WARNING: stack recursion on stack type 5
 2021-10-26 10:58 UTC 

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

[PATCH 0/3] fixes for __airqs_kick_single_vcpu()
 2021-10-26  8:52 UTC  (5+ messages)
` [PATCH 3/3] KVM: s390: clear kicked_mask if not idle after set

[PATCH v2 00/43] KVM: Halt-polling and x86 APICv overhaul
 2021-10-26  7:20 UTC  (34+ messages)
` [PATCH v2 02/43] KVM: SVM: Ensure target pCPU is read once when signalling AVIC doorbell
` [PATCH v2 09/43] KVM: Drop obsolete kvm_arch_vcpu_block_finish()
` [PATCH v2 10/43] KVM: arm64: Move vGIC v4 handling for WFI out arch callback hook
` [PATCH v2 13/43] KVM: Rename kvm_vcpu_block() => kvm_vcpu_halt()
` [PATCH v2 16/43] KVM: Don't redo ktime_get() when calculating halt-polling stop/deadline
` [PATCH v2 19/43] KVM: Add helpers to wake/query blocking vCPU
` [PATCH v2 20/43] KVM: VMX: Skip Posted Interrupt updates if APICv is hard disabled
` [PATCH v2 22/43] KVM: VMX: Drop unnecessary PI logic to handle impossible conditions
` [PATCH v2 24/43] KVM: VMX: Drop pointless PI.NDST update when blocking
` [PATCH v2 35/43] KVM: SVM: Signal AVIC doorbell iff vCPU is in guest mode
` [PATCH v2 37/43] KVM: SVM: Unconditionally mark AVIC as running on vCPU load (with APICv)
` [PATCH v2 39/43] KVM: VMX: Don't do full kick when triggering posted interrupt "fails"
` [PATCH v2 40/43] KVM: VMX: Wake vCPU when delivering posted IRQ even if vCPU == this vCPU
` [PATCH v2 43/43] KVM: VMX: Don't do full kick when handling posted interrupt wakeup

[PATCH] RISC-V:KVM: remove unneeded semicolon Elimate the following coccinelle check warning: ./arch/riscv/kvm/vcpu_sbi.c:169:2-3: Unneeded semicolon ./arch/riscv/kvm/vcpu_exit.c:397:2-3: Unneeded semicolon ./arch/riscv/kvm/vcpu_exit.c:687:2-3: Unneeded semicolon ./arch/riscv/kvm/vcpu_exit.c:645:2-3: Unneeded semicolon ./arch/riscv/kvm/vcpu.c:247:2-3: Unneeded semicolon ./arch/riscv/kvm/vcpu.c:284:2-3: Unneeded semicolon ./arch/riscv/kvm/vcpu_timer.c:123:2-3: Unneeded semicolon ./arch/riscv/kvm/vcpu_timer.c:170:2-3: Unneeded semicolon
 2021-10-26  7:20 UTC  (3+ messages)
` [PATCH] RISC-V:KVM: remove unneeded semicolon

[kvm-unit-tests PATCH v3 00/17] x86_64 UEFI and AMD SEV/SEV-ES support
 2021-10-26  6:26 UTC  (4+ messages)
` [kvm-unit-tests PATCH v3 11/17] x86 UEFI: Convert x86 test cases to PIC

[kvm-unit-tests PATCH] powerpc/emulator: Fix compilation with recent versions of GCC
 2021-10-26  6:15 UTC 

[PATCH v5 0/7] KVM: PKS Virtualization support
 2021-10-26  3:14 UTC  (3+ messages)

[PATCH] KVM: x86: Take srcu lock in post_kvm_run_save()
 2021-10-26  3:12 UTC 

[PATCH] KVM: x86: (64-bit x86_64 machine) : fix -frame-larger-than warnings/errors
 2021-10-26  0:22 UTC  (4+ messages)

[RFC 00/20] Introduce /dev/iommu for userspace I/O address space management
 2021-10-25 23:36 UTC  (16+ messages)
` [RFC 11/20] iommu/iommufd: Add IOMMU_IOASID_ALLOC/FREE
` [RFC 13/20] iommu: Extend iommu_at[de]tach_device() for multiple devices group

[RFC 10/20] iommu/iommufd: Add IOMMU_DEVICE_GET_INFO
 2021-10-25 23:34 UTC  (14+ messages)

[PATCH] KVM: SEV-ES: fix another issue with string I/O VMGEXITs
 2021-10-25 20:55 UTC  (2+ messages)

[PATCH MANUALSEL 5.14 1/5] KVM: X86: fix lazy allocation of rmaps
 2021-10-25 20:38 UTC  (5+ messages)
` [PATCH MANUALSEL 5.14 2/5] KVM: x86: WARN if APIC HW/SW disable static keys are non-zero on unload
` [PATCH MANUALSEL 5.14 3/5] KVM: VMX: Remove redundant handling of bus lock vmexit
` [PATCH MANUALSEL 5.14 4/5] KVM: SEV-ES: Set guest_state_protected after VMSA update
` [PATCH MANUALSEL 5.14 5/5] KVM: MMU: Reset mmu->pkru_mask to avoid stale data

[PATCH 0/2] KVM: x86: Rep string I/O WARN removal and test
 2021-10-25 20:13 UTC  (3+ messages)
` [PATCH 1/2] KVM: x86: Don't WARN if userspace mucks with RCX during string I/O exit
` [PATCH 2/2] KVM: selftests: Add test to verify KVM doesn't explode on "bad" I/O

[PATCH 4/5] driver core: inhibit automatic driver binding on reserved devices
 2021-10-25 18:36 UTC  (18+ messages)

[kvm-unit-tests PATCH] x86: SEV-ES: add port string IO test case
 2021-10-25 17:09 UTC  (2+ messages)

MMIO/PIO dispatch file descriptors (ioregionfd) design discussion
 2021-10-25 16:56 UTC  (5+ messages)

[PATCH] KVM: vPMU: Don't program counter for interrupt-based event sampling w/o lapic_in_kernel
 2021-10-25 16:44 UTC  (3+ messages)

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

[RFC 00/16] KVM: selftests: Add tests for SEV, SEV-ES, and SEV-SNP guests
 2021-10-25 14:14 UTC  (15+ messages)
` [RFC 03/16] KVM: selftests: handle encryption bits in page tables
` [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 v2 0/4] KVM: x86: APICv cleanups
 2021-10-25 16:05 UTC  (8+ messages)

[PATCH 0/3] KVM: x86/mmu: Clean up kvm_zap_gfn_range()
 2021-10-25 15:39 UTC  (7+ 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] KVM: x86/xen: Fix runstate updates to be atomic when preempting vCPU
 2021-10-25 13:30 UTC  (11+ messages)
  ` [EXTERNAL] "
` [PATCH v2] "

[PATCH] KVM: x86/xen: Fix kvm_xen_has_interrupt() sleeping in kvm_vcpu_block()
 2021-10-25 13:18 UTC  (4+ messages)

[RFC 02/20] vfio: Add device class for /dev/vfio/devices
 2021-10-25 12:53 UTC 

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

[PATCH 0/2] KVM: x86: fix lockdep splat due to Xen runstate update
 2021-10-25 12:15 UTC  (5+ 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 v12 00/77] VM introspection
 2021-10-25  9:25 UTC  (2+ messages)

[PATCH 0/8] KVM: SEV-ES: fixes for string I/O emulation
 2021-10-25  8:59 UTC  (7+ messages)
` [PATCH 1/8] KVM: SEV-ES: fix length of string I/O
` [PATCH 4/8] KVM: SEV-ES: clean up kvm_sev_es_ins/outs

[mst-vhost:vhost 4/47] drivers/block/virtio_blk.c:238:24: sparse: sparse: incorrect type in return expression (different base types)
 2021-10-25  8:30 UTC  (3+ messages)

[PATCH v3 0/5] Add SBI v0.2 support for KVM
 2021-10-25  7:53 UTC  (3+ messages)
` [PATCH v3 1/5] RISC-V: Mark the existing SBI v0.1 implementation as legacy

[GIT PULL 0/2] KVM: s390: Fixes for 5.15
 2021-10-25  7:19 UTC  (3+ messages)
` [GIT PULL 1/2] KVM: s390: clear kicked_mask before sleeping again
` [GIT PULL 2/2] KVM: s390: preserve deliverable_mask in __airqs_kick_single_vcpu

[mst-vhost:vhost 4/47] drivers/block/virtio_blk.c:175:17: error: implicit declaration of function 'sg_free_table_chained'
 2021-10-25  7:09 UTC 

[PATCH] KVM: s390: Fix handle_sske page fault handling
 2021-10-25  7:08 UTC  (3+ messages)

linux-next: manual merge of the kvm tree with the tip tree
 2021-10-25  5:11 UTC 

[PATCH] MIPS: Remove NETLOGIC support
 2021-10-24 15:26 UTC 

[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 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

[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 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  (3+ messages)

[PATCH v3 0/8] KVM: nSVM: avoid TOC/TOU race when checking vmcb12
 2021-10-22 14:51 UTC  (15+ 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  (5+ 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).