kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-31 05:56:50 to 2021-11-02 18:47:06 UTC [more...]

[PATCH v5 0/4] docs/sphinx: change default `role` to "any"
 2021-11-02 18:44 UTC  (5+ messages)
` [PATCH v5 1/4] docs: remove non-reference uses of single backticks
` [PATCH v5 2/4] docs: (further) "
` [PATCH v5 3/4] docs: (further further) "
` [PATCH v5 4/4] docs/sphinx: change default role to "any"

[PATCH v3 0/6] KVM: my debug patch queue
 2021-11-02 18:45 UTC  (10+ messages)
` [PATCH v3 6/6] KVM: selftests: test KVM_GUESTDBG_BLOCKIRQ

[PATCH v6 00/42] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-11-02 18:44 UTC  (9+ messages)
` [PATCH v6 13/42] x86/compressed: Register GHCB memory when SEV-SNP is active
` [PATCH v6 14/42] x86/sev: "
` [PATCH v6 15/42] x86/sev: Remove do_early_exception() forward declarations

[GIT PULL] First batch of KVM changes for Linux 5.16
 2021-11-02 18:37 UTC  (2+ messages)

[PATCH v2 00/12] x86/sev: KEXEC/KDUMP support for SEV-ES guests
 2021-11-02 18:17 UTC  (8+ messages)
` [PATCH v2 01/12] kexec: Allow architecture code to opt-out at runtime

[PATCH] KVM: VMX: Add a wrapper for reading INVPCID/INVEPT/INVVPID type
 2021-11-02 18:12 UTC  (6+ messages)

[PATCH] kvm: mmu: Use fast PF path for access tracking of huge pages when possible
 2021-11-02 17:41 UTC  (2+ messages)

[PATCH] KVM: x86: Fix recording of guest steal time / preempted status
 2021-11-02 17:36 UTC  (7+ messages)
` [PATCH v2] "
        ` [PATCH v3] "

[GIT PULL] KVM/riscv for 5.16 take #2
 2021-11-02 17:19 UTC  (2+ messages)

[PATCH v1 00/12] virtio-mem: Expose device memory via multiple memslots
 2021-11-02 17:10 UTC  (7+ messages)

[PATCH V2 mlx5-next 12/14] vfio/mlx5: Implement vfio_pci driver for mlx5 devices
 2021-11-02 16:36 UTC  (16+ messages)

[PATCH V9 0/9] vDPA support
 2021-11-02 15:56 UTC  (5+ messages)
` [PATCH V9 7/9] vhost: introduce vDPA-based backend

[PULL 00/20] Migration 20211031 patches
 2021-11-02 15:45 UTC  (22+ messages)
` [PULL 01/20] migration/rdma: Fix out of order wrid
` [PULL 02/20] KVM: introduce dirty_pages and kvm_dirty_ring_enabled
` [PULL 03/20] memory: make global_dirty_tracking a bitmask
` [PULL 04/20] migration/dirtyrate: introduce struct and adjust DirtyRateStat
` [PULL 05/20] migration/dirtyrate: adjust order of registering thread
` [PULL 06/20] migration/dirtyrate: move init step of calculation to main thread
` [PULL 07/20] migration/dirtyrate: implement dirty-ring dirtyrate calculation
` [PULL 08/20] migration: Make migration blocker work for snapshots too
` [PULL 09/20] migration: Add migrate_add_blocker_internal()
` [PULL 10/20] dump-guest-memory: Block live migration
` [PULL 11/20] memory: Introduce replay_discarded callback for RamDiscardManager
` [PULL 12/20] virtio-mem: Implement replay_discarded RamDiscardManager callback
` [PULL 13/20] migration/ram: Handle RAMBlocks with a RamDiscardManager on the migration source
` [PULL 14/20] virtio-mem: Drop precopy notifier
` [PULL 15/20] migration/postcopy: Handle RAMBlocks with a RamDiscardManager on the destination
` [PULL 16/20] migration: Simplify alignment and alignment checks
` [PULL 17/20] migration/ram: Factor out populating pages readable in ram_block_populate_pages()
` [PULL 18/20] migration/ram: Handle RAMBlocks with a RamDiscardManager on background snapshots
` [PULL 19/20] memory: introduce total_dirty_pages to stat dirty pages
` [PULL 20/20] migration/dirtyrate: implement dirty-bitmap dirtyrate calculation

[PATCH v2 0/6] KVM: arm64: Emulate the OS lock
 2021-11-02 14:53 UTC  (10+ messages)
` [PATCH v2 1/6] KVM: arm64: Correctly treat writes to OSLSR_EL1 as undefined
` [PATCH v2 2/6] KVM: arm64: Stash OSLSR_EL1 in the cpu context
` [PATCH v2 3/6] KVM: arm64: Allow guest to set the OSLK bit
` [PATCH v2 4/6] KVM: arm64: Emulate the OS Lock
` [PATCH v2 5/6] selftests: KVM: Add OSLSR_EL1 to the list of blessed regs
` [PATCH v2 6/6] selftests: KVM: Test OS lock behavior

[PATCH] MAINTAINERS: Update powerpc KVM entry
 2021-11-02 10:12 UTC  (2+ messages)

[PATCH v2 0/3] KVM: qemu patches for few KVM features I developed
 2021-11-02 10:38 UTC  (5+ messages)
` [PATCH v2 1/3] KVM: use KVM_{GET|SET}_SREGS2 when supported
` [PATCH v2 2/3] gdbstub: implement NOIRQ support for single step on KVM
` [PATCH v2 3/3] KVM: SVM: add migration support for nested TSC scaling

[RFC 02/20] vfio: Add device class for /dev/vfio/devices
 2021-11-02  9:53 UTC  (4+ messages)

[PATCH 0/2] KVM: some fixes about RDMSR/WRMSR instruction emulation
 2021-11-02  9:15 UTC  (10+ messages)
` [PATCH 1/2] KVM: VMX: fix instruction skipping when handling UD exception
` [PATCH v2 0/4] KVM: x86: some fixes about msr access emulation
  ` [PATCH v2 1/4] KVM: x86: Handle 32-bit wrap of EIP for EMULTYPE_SKIP with flat code seg
  ` [PATCH v2 2/4] KVM: x86: Add an emulation type to handle completion of user exits
  ` [PATCH v2 3/4] KVM: x86: Use different callback if msr access comes from the emulator
  ` [PATCH v2 4/4] KVM: x86: Exit to userspace if RDMSR/WRMSR emulation returns X86EMUL_IO_NEEDED

[PATCH v2 0/6] KVM: x86/xen: Add in-kernel Xen event channel delivery
 2021-11-02  3:12 UTC  (10+ messages)
` [PATCH v2 1/6] KVM: x86/xen: Fix get_attr of KVM_XEN_ATTR_TYPE_SHARED_INFO
` [PATCH v2 2/6] KVM: selftests: Add event channel upcall support to xen_shinfo_test
` [PATCH v2 3/6] KVM: x86/xen: Use sizeof_field() instead of open-coding it
` [PATCH v2 4/6] KVM: Fix kvm_map_gfn()/kvm_unmap_gfn() to take a kvm as their names imply
` [PATCH v2 5/6] KVM: x86/xen: Maintain valid mapping of Xen shared_info page
` [PATCH v2 6/6] KVM: x86/xen: Add KVM_IRQ_ROUTING_XEN_EVTCHN and event channel delivery

[RFC PATCH 0/8] KVM: arm64: Add support for hypercall services selection
 2021-11-02  0:22 UTC  (9+ messages)
` [RFC PATCH 1/8] KVM: arm64: Factor out firmware register handling from psci.c
` [RFC PATCH 2/8] KVM: arm64: Setup base for hypercall firmware registers
` [RFC PATCH 3/8] KVM: arm64: Add standard secure service calls firmware register
` [RFC PATCH 4/8] KVM: arm64: Add standard hypervisor "
` [RFC PATCH 5/8] KVM: arm64: Add vendor "
` [RFC PATCH 6/8] tools: Import the firmware registers
` [RFC PATCH 7/8] tools: Import ARM SMCCC definitions
` [RFC PATCH 8/8] selftests: KVM: aarch64: Introduce hypercall ABI test

[kvm-unit-tests PATCH v1 0/7] x86_64 UEFI set up process refactor and scripts fixes
 2021-11-01 22:35 UTC  (17+ messages)
` [kvm-unit-tests PATCH v1 1/7] x86 UEFI: Remove mixed_mode
` [kvm-unit-tests PATCH v1 2/7] x86 UEFI: Refactor set up process
` [kvm-unit-tests PATCH v1 3/7] x86 UEFI: Convert x86 test cases to PIC
` [kvm-unit-tests PATCH v1 4/7] x86 UEFI: Set UEFI OVMF as readonly
` [kvm-unit-tests PATCH v1 5/7] x86 UEFI: Exit QEMU with return code
` [kvm-unit-tests PATCH v1 6/7] scripts: Generalize EFI check
` [kvm-unit-tests PATCH v1 7/7] x86 UEFI: Make run_tests.sh (mostly) work under UEFI

[PATCH v5 00/13] KVM: Scalable memslots implementation
 2021-11-01 22:29 UTC  (6+ messages)
` [PATCH v5 01/13] KVM: x86: Cache total page count to avoid traversing the memslot array

[PATCH] KVM: x86/xen: Fix runstate updates to be atomic when preempting vCPU
 2021-11-01 20:43 UTC  (13+ messages)
  ` [EXTERNAL] "
                ` [PATCH 5/6] KVM: x86/xen: Maintain valid mapping of Xen shared_inf=

[RFC 00/16] KVM: selftests: Add tests for SEV, SEV-ES, and SEV-SNP guests
 2021-11-01 17:44 UTC  (11+ messages)
` [RFC 01/16] KVM: selftests: move vm_phy_pages_alloc() earlier in file
` [RFC 02/16] KVM: selftests: add hooks for managing encrypted guest memory

[PATCH v2 00/43] KVM: Halt-polling and x86 APICv overhaul
 2021-11-01 17:41 UTC  (36+ messages)
` [PATCH v2 26/43] KVM: VMX: Read Posted Interrupt "control" exactly once per loop iteration
` [PATCH v2 27/43] KVM: VMX: Move Posted Interrupt ndst computation out of write loop
` [PATCH v2 28/43] KVM: VMX: Remove vCPU from PI wakeup list before updating PID.NV
` [PATCH v2 36/43] KVM: SVM: Don't bother checking for "running" AVIC when kicking for IPIs
` [PATCH v2 37/43] KVM: SVM: Unconditionally mark AVIC as running on vCPU load (with APICv)
` [PATCH v2 38/43] KVM: Drop defunct kvm_arch_vcpu_(un)blocking() hooks
` [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 41/43] KVM: VMX: Pass desired vector instead of bool for triggering posted IRQ
` [PATCH v2 42/43] KVM: VMX: Fold fallback path into triggering posted IRQ helper
` [PATCH v2 43/43] KVM: VMX: Don't do full kick when handling posted interrupt wakeup

[kvm-unit-tests PATCH] x86: Look up the PTE rather than assuming it
 2021-11-01 17:10 UTC  (5+ messages)

[PATCH v2 0/6] nSVM optional features
 2021-11-01 16:26 UTC  (9+ messages)
` [PATCH v2 1/6] KVM: x86: SVM: add module param to control LBR virtualization
` [PATCH v2 2/6] KVM: x86: nSVM: correctly virtualize LBR msrs when L2 is running
` [PATCH v2 3/6] KVM: x86: nSVM: implement nested LBR virtualization
` [PATCH v2 4/6] KVM: x86: nSVM: implement nested VMLOAD/VMSAVE
` [PATCH v2 5/6] KVM: x86: nSVM: support PAUSE filter threshold and count when cpu_pm=on
` [PATCH v2 6/6] KVM: x86: SVM: implement nested vGIF

[PATCH v2 0/8] KVM: x86: Hyper-V hypercall fix and cleanups
 2021-11-01 10:33 UTC  (17+ messages)
` [PATCH v2 1/8] KVM: x86: Ignore sparse banks size for an "all CPUs", non-sparse IPI req
` [PATCH v2 2/8] KVM: x86: Get the number of Hyper-V sparse banks from the VARHEAD field
` [PATCH v2 3/8] KVM: x86: Refactor kvm_hv_flush_tlb() to reduce indentation
` [PATCH v2 4/8] KVM: x86: Add a helper to get the sparse VP_SET for IPIs and TLB flushes
` [PATCH v2 5/8] KVM: x86: Don't bother reading sparse banks that end up being ignored
` [PATCH v2 6/8] KVM: x86: Shove vp_bitmap handling down into sparse_set_to_vcpu_mask()
` [PATCH v2 7/8] KVM: x86: Reject fixeds-size Hyper-V hypercalls with non-zero "var_cnt"
` [PATCH v2 8/8] KVM: x86: Add checks for reserved-to-zero Hyper-V hypercall fields

[PATCH 0/3] KVM: arm64: Fixes for the exposed debug architecture
 2021-11-01 10:21 UTC  (5+ messages)
` [PATCH 3/3] KVM: arm64: Raise KVM's reported debug architecture to v8.2

[PATCH] KVM: x86: Improve exception safe wrappers in emulate.c
 2021-11-01  9:59 UTC  (3+ messages)

[GIT PULL 00/17] KVM: s390: Fixes and Features for 5.16
 2021-11-01  7:35 UTC  (19+ messages)
` [GIT PULL 01/17] s390/gmap: validate VMA in __gmap_zap()
` [GIT PULL 02/17] s390/gmap: don't unconditionally call pte_unmap_unlock() "
` [GIT PULL 03/17] s390/mm: validate VMA in PGSTE manipulation functions
` [GIT PULL 04/17] s390/mm: fix VMA and page table handling code in storage key handling functions
` [GIT PULL 05/17] s390/uv: fully validate the VMA before calling follow_page()
` [GIT PULL 06/17] s390/mm: no need for pte_alloc_map_lock() if we know the pmd is present
` [GIT PULL 07/17] s390/mm: optimize set_guest_storage_key()
` [GIT PULL 08/17] s390/mm: optimize reset_guest_reference_bit()
` [GIT PULL 09/17] KVM: s390: pv: add macros for UVC CC values
` [GIT PULL 10/17] KVM: s390: pv: avoid double free of sida page
` [GIT PULL 11/17] KVM: s390: pv: avoid stalls for kvm_s390_pv_init_vm
` [GIT PULL 12/17] KVM: s390: pv: avoid stalls when making pages secure
` [GIT PULL 13/17] KVM: s390: Simplify SIGP Set Arch handling
` [GIT PULL 14/17] KVM: s390: Add a routine for setting userspace CPU state
` [GIT PULL 15/17] KVM: s390: Fix handle_sske page fault handling
` [GIT PULL 16/17] KVM: s390: pv: properly handle page flags for protected guests
` [GIT PULL 17/17] KVM: s390: add debug statement for diag 318 CPNC data

[PROBLEM] Frequently get "irq 31: nobody cared" when passing through 2x GPUs that share same pci switch via vfio
 2021-11-01  4:35 UTC  (9+ messages)

[GIT PULL] KVM fixes for Linux 5.15 (rc8 or final)
 2021-10-31 19:24 UTC  (2+ messages)

[PATCH] KVM: x86: Shove vp_bitmap handling down into sparse_set_to_vcpu_mask()
 2021-10-31 19:05 UTC  (2+ messages)

[GIT PULL] KVM/arm64 updates for 5.16
 2021-10-31  6:30 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).