kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-05 17:13:41 to 2020-02-06 19:36:54 UTC [more...]

[PATCH v5 00/19] KVM: Dynamically size memslot arrays
 2020-02-06 19:36 UTC  (32+ messages)
` [PATCH v5 01/19] KVM: x86: Allocate new rmap and large page tracking when moving memslot
` [PATCH v5 02/19] KVM: Reinstall old memslots if arch preparation fails
` [PATCH v5 03/19] KVM: Don't free new memslot if allocation of said memslot fails
` [PATCH v5 04/19] KVM: PPC: Move memslot memory allocation into prepare_memory_region()
` [PATCH v5 06/19] KVM: Drop kvm_arch_create_memslot()
` [PATCH v5 08/19] KVM: Refactor error handling for setting memory region
` [PATCH v5 09/19] KVM: Move setting of memslot into helper routine
` [PATCH v5 10/19] KVM: Drop "const" attribute from old memslot in commit_memory_region()
` [PATCH v5 12/19] KVM: Move memslot deletion to helper function
` [PATCH v5 13/19] KVM: Simplify kvm_free_memslot() and all its descendents
` [PATCH v5 14/19] KVM: Clean up local variable usage in __kvm_set_memory_region()

[PATCH v4 0/3] selftests: KVM: AMD Nested SVM test infrastructure
 2020-02-06 19:17 UTC  (10+ messages)
` [PATCH v4 1/3] selftests: KVM: Replace get_gdt/idt_base() by get_gdt/idt()
` [PATCH v4 2/3] selftests: KVM: AMD Nested test infrastructure
` [PATCH v4 3/3] selftests: KVM: SVM: Add vmcall test

[PATCH v2 kvmtool 00/30] Add reassignable BARs and PCIE 1.1 support
 2020-02-06 18:21 UTC  (9+ messages)
` [PATCH v2 kvmtool 23/30] vfio: Reserve ioports when configuring the BAR
` [PATCH v2 kvmtool 24/30] vfio/pci: Don't write configuration value twice
` [PATCH v2 kvmtool 25/30] pci: Implement callbacks for toggling BAR emulation
` [PATCH v2 kvmtool 26/30] pci: Toggle BAR I/O and memory space emulation

[RFC PATCH 0/7] vfio/pci: SR-IOV support
 2020-02-06 18:18 UTC  (6+ messages)
` [RFC PATCH 1/7] vfio: Include optional device match in vfio_device_ops callbacks
` [RFC PATCH 6/7] vfio/pci: Remove dev_fmt definition

[PATCH v3 0/3] selftests: KVM: AMD Nested SVM test infrastructure
 2020-02-06 18:15 UTC  (5+ messages)
` [PATCH v3 2/3] selftests: KVM: AMD Nested "

[RFC v3 0/8] vfio: expose virtual Shared Virtual Addressing to VMs
 2020-02-06 18:12 UTC  (6+ messages)
` [RFC v3 1/8] vfio: Add VFIO_IOMMU_PASID_REQUEST(alloc/free)

[GIT PULL] Second batch of KVM changes for 5.6 merge window
 2020-02-06 17:20 UTC  (2+ messages)

[PULL 0/1] one vfio-ccw patch for 5.6
 2020-02-06 17:03 UTC  (2+ messages)
` [PULL 1/1] vfio-ccw: Use the correct style for SPDX License Identifier

[PULL kvm-unit-tests 00/10] arm/arm64: Various fixes
 2020-02-06 16:24 UTC  (11+ messages)
` [PULL kvm-unit-tests 01/10] Makefile: Use no-stack-protector compiler options
` [PULL kvm-unit-tests 02/10] arm/arm64: psci: Don't run C code without stack or vectors
` [PULL kvm-unit-tests 03/10] arm64: timer: Add ISB after register writes
` [PULL kvm-unit-tests 04/10] arm64: timer: Add ISB before reading the counter value
` [PULL kvm-unit-tests 05/10] arm64: timer: Make irq_received volatile
` [PULL kvm-unit-tests 06/10] arm64: timer: EOIR the interrupt after masking the timer
` [PULL kvm-unit-tests 07/10] arm64: timer: Wait for the GIC to sample timer interrupt state
` [PULL kvm-unit-tests 08/10] arm64: timer: Check the "
` [PULL kvm-unit-tests 09/10] arm64: timer: Test behavior when timer disabled or masked
` [PULL kvm-unit-tests 10/10] arm/arm64: Perform dcache clean + invalidate after turning MMU off

[PATCH v2 00/27] docs: virt: manually convert text documents to ReST format
 2020-02-06 16:21 UTC  (33+ messages)
` [PATCH v2 01/27] docs: kvm: add arm/pvtime.rst to index.rst
` [PATCH v2 05/27] docs: virt: convert halt-polling.txt to ReST format
` [PATCH v2 06/27] docs: virt: Convert msr.txt "
` [PATCH v2 07/27] docs: kvm: devices/arm-vgic-its.txt "
` [PATCH v2 08/27] docs: kvm: devices/arm-vgit-v3.txt to ReST
` [PATCH v2 09/27] docs: kvm: convert devices/arm-vgit.txt "
` [PATCH v2 10/27] docs: kvm: convert devices/mpic.txt "
` [PATCH v2 11/27] docs: kvm: convert devices/s390_flic.txt "
` [PATCH v2 12/27] docs: kvm: convert devices/vcpu.txt "
` [PATCH v2 13/27] "
` [PATCH v2 14/27] docs: kvm: convert devices/vm.txt "
` [PATCH v2 15/27] docs: kvm: convert devices/xics.txt "
` [PATCH v2 16/27] docs: kvm: convert devices/xive.txt "
` [PATCH v2 18/27] docs: kvm: convert arm/hyp-abi.txt "
` [PATCH v2 19/27] docs: kvm: arm/psci.txt: convert "
` [PATCH v2 20/27] docs: kvm: Convert hypercalls.txt to ReST format
` [PATCH v2 21/27] docs: kvm: Convert locking.txt "
` [PATCH v2 22/27] docs: kvm: Convert mmu.txt "
` [PATCH v2 23/27] docs: kvm: Convert nested-vmx.txt "
` [PATCH v2 24/27] docs: kvm: Convert ppc-pv.txt "
` [PATCH v2 25/27] docs: kvm: Convert s390-diag.txt "
` [PATCH v2 26/27] docs: kvm: Convert timekeeping.txt "
` [PATCH v2 27/27] docs: kvm: review-checklist.txt: rename to ReST

[PATCH] KVM: nVMX: Fix some comment typos and coding style
 2020-02-06 15:35 UTC  (3+ messages)

[PATCH 00/61] KVM: x86: Introduce KVM cpu caps
 2020-02-06 15:24 UTC  (9+ messages)
` [PATCH 02/61] KVM: x86: Refactor loop around do_cpuid_func() to separate helper
` [PATCH 03/61] KVM: x86: Simplify handling of Centaur CPUID leafs
` [PATCH 04/61] KVM: x86: Clean up error handling in kvm_dev_ioctl_get_cpuid()
` [PATCH 05/61] KVM: x86: Check userapce CPUID array size after validating sub-leaf

[RFCv2 00/37] KVM: s390: Add support for protected VMs
 2020-02-06 15:17 UTC  (98+ messages)
` [RFCv2 11/37] KVM: s390/mm: Make pages accessible before destroying the guest
` [RFCv2 15/37] KVM: s390: protvirt: Implement interruption injection
` [RFCv2 16/37] KVM: s390: protvirt: Add SCLP interrupt handling
` [RFCv2 18/37] KVM: s390: protvirt: Implement machine-check interruption injection
` [RFCv2 19/37] KVM: s390: protvirt: Handle spec exception loops
` [RFCv2 20/37] KVM: s390: protvirt: Add new gprs location handling
` [RFCv2 21/37] KVM: S390: protvirt: Introduce instruction data area bounce buffer
            ` [RFCv2.1] "
` [RFCv2 22/37] KVM: s390: protvirt: handle secure guest prefix pages
` [RFCv2 24/37] KVM: s390: protvirt: Write sthyi data to instruction data area
` [RFCv2 25/37] KVM: s390: protvirt: STSI handling
` [RFCv2 26/37] KVM: s390: protvirt: disallow one_reg
` [RFCv2 28/37] KVM: s390: protvirt: Add program exception injection
` [RFCv2 30/37] KVM: s390: protvirt: Add diag 308 subcode 8 - 10 handling
` [RFCv2 32/37] KVM: s390: protvirt: Report CPU state to Ultravisor
` [RFCv2 33/37] KVM: s390: protvirt: Support cmd 5 operation state
` [RFCv2 34/37] KVM: s390: protvirt: Add UV debug trace
` [RFCv2 35/37] KVM: s390: protvirt: Mask PSW interrupt bits for interception 104 and 112
` [RFCv2 36/37] KVM: s390: protvirt: do not inject interrupts after start
` [RFCv2 37/37] KVM: s390: protvirt: Add UV cpu reset calls

[kvm-unit-tests PATCH v3 00/14] arm/arm64: Add ITS tests
 2020-02-06 15:12 UTC  (5+ messages)
` [kvm-unit-tests PATCH v3 04/14] arm/arm64: gicv3: Add some re-distributor defines
` [kvm-unit-tests PATCH v3 05/14] arm/arm64: ITS: Introspection tests

vhost changes (batched) in linux-next after 12/13 trigger random crashes in KVM guests after reboot
 2020-02-06 15:12 UTC  (13+ messages)

[PATCH] KVM: apic: reuse smp_wmb() in kvm_make_request()
 2020-02-06 15:05 UTC  (3+ messages)

[PATCH] KVM: SVM: relax conditions for allowing MSR_IA32_SPEC_CTRL accesses
 2020-02-06 14:21 UTC  (3+ messages)

[PATCH kvmtool 00/16] arm: Allow the user to define the memory layout
 2020-02-06 12:20 UTC  (16+ messages)
` [PATCH kvmtool 03/16] virtio/scsi: Allow the use of multiple banks
` [PATCH kvmtool 04/16] kvmtool: Add helper to sanitize arch specific KVM configuration
` [PATCH kvmtool 05/16] kvmtool: Use MB consistently
` [PATCH kvmtool 06/16] builtin-run.c: Always use ram_size in bytes
` [PATCH kvmtool 07/16] arm: Remove redundant define ARM_PCI_CFG_SIZE
` [PATCH kvmtool 09/16] arm: Allow the user to specify RAM base address

[PATCH 00/26] KVM: x86: Purge kvm_x86_ops->*_supported()
 2020-02-06 12:08 UTC  (9+ messages)
` [PATCH 04/26] KVM: x86: Add a kvm_x86_ops hook to query virtualized MSR support

[Question] some questions about vmx
 2020-02-06 12:00 UTC  (2+ messages)

[PATCH v2 0/5] Handle monitor trap flag during instruction emulation
 2020-02-06 10:42 UTC  (4+ messages)
` [PATCH v2 4/5] KVM: nVMX: Emulate MTF when performing "

[PATCH] KVM: x86: remove duplicated KVM_REQ_EVENT request
 2020-02-06 10:41 UTC  (2+ messages)

INFO: rcu detected stall in ksys_ioctl
 2020-02-06  9:18 UTC 

[PATCH v3 0/8] kvm/split_lock: Add feature split lock detection support in kvm
 2020-02-06  7:04 UTC  (9+ messages)
` [PATCH v3 1/8] x86/split_lock: Export handle_user_split_lock()
` [PATCH v3 2/8] x86/split_lock: Ensure X86_FEATURE_SPLIT_LOCK_DETECT means the existence of feature
` [PATCH v3 3/8] x86/split_lock: Cache the value of MSR_TEST_CTRL in percpu data
` [PATCH v3 4/8] x86/split_lock: Add and export split_lock_detect_enabled() and split_lock_detect_fatal()
` [PATCH v3 5/8] kvm: x86: Emulate split-lock access as a write
` [PATCH v3 6/8] kvm: vmx: Extend VMX's #AC interceptor to handle split lock #AC happens in guest
` [PATCH v3 7/8] kvm: x86: Emulate MSR IA32_CORE_CAPABILITIES
` [PATCH v3 8/8] x86: vmx: virtualize split lock detection

[PATCH 1/1] vfio-pci/nvlink2: Allow fallback to ibm,mmio-atsd[0]
 2020-02-06  4:23 UTC  (2+ messages)

[PATCH] vhost: introduce vDPA based backend
 2020-02-06  3:21 UTC  (15+ messages)

[PATCH] kvm-unit-test: nSVM: Restructure nSVM test code
 2020-02-05 20:50 UTC  (2+ messages)

[PATCH kvm-unit-tests] x86: provide enabled and disabled variation of the PCID test
 2020-02-05 17:41 UTC  (4+ messages)

[PATCH v4 00/14] KVM: Dirty ring interface
 2020-02-05 17:39 UTC  (11+ messages)
` [PATCH 04/14] KVM: Pass in kvm pointer into mark_page_dirty_in_slot()
  ` [PATCH 10/14] KVM: selftests: Use a single binary for dirty/clear log test
  ` [PATCH 13/14] KVM: selftests: Let dirty_log_test async for dirty ring test

[kvmtool RFC PATCH v2 0/8] KVMTOOL RISC-V support
 2020-02-05 17:13 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).