kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-09-30 12:39:12 to 2019-10-02 14:51:03 UTC [more...]

[PATCH v5 00/10] arm64: Stolen time support
 2019-10-02 14:50 UTC  (3+ messages)
` [PATCH v5 01/10] KVM: arm64: Document PV-time interface
` [PATCH v5 04/10] KVM: Implement kvm_put_guest()

[PATCH v11 0/6] mm / virtio: Provide support for unused page reporting
 2019-10-02 14:41 UTC  (26+ messages)
` [PATCH v11 1/6] mm: Adjust shuffle code to allow for future coalescing
` [PATCH v11 2/6] mm: Use zone and order instead of free area in free_list manipulators
` [PATCH v11 3/6] mm: Introduce Reported pages
` [PATCH v11 4/6] mm: Add device side and notifier for unused page reporting
` [PATCH v11 5/6] virtio-balloon: Pull page poisoning config out of free page hinting
` [PATCH v11 6/6] virtio-balloon: Add support for providing unused page reports to host
` [PATCH v11 QEMU 1/3] virtio-ballon: Implement support for page poison tracking feature
` [PATCH v11 QEMU 2/3] virtio-balloon: Add bit to notify guest of unused page reporting
` [PATCH v11 QEMU 3/3] virtio-balloon: Provide a interface for "
        ` [virtio-dev] Re: [PATCH v11 0/6] mm / virtio: Provide support "

[RFC PATCH v6 00/92] VM introspection
 2019-10-02 19:27 UTC  (12+ messages)
` [RFC PATCH v6 71/92] mm: add support for remote mapping
  ` DANGER WILL ROBINSON, DANGER

[PATCH] accel/kvm: ensure ret always set
 2019-10-02 11:08 UTC  (2+ messages)

[PATCH] KVM: s390: Cleanup kvm_arch_init error path
 2019-10-02 10:45 UTC  (5+ messages)

[PATCH v2] x86/hyperv: make vapic support x2apic mode
 2019-10-02 10:19 UTC 

[PATCH net-next v2] vsock/virtio: add support for MSG_PEEK
 2019-10-02  1:27 UTC  (2+ messages)

[PATCH net v3] vsock: Fix a lockdep warning in __vsock_release()
 2019-10-02  1:23 UTC  (3+ messages)

[PATCH kvm-unit-tests 0/8]: x86: vmx: Test INIT processing in various CPU VMX states
 2019-10-02  0:19 UTC  (12+ messages)

[PATCH v2 0/3] KVM: x86: fixes for speculation bug feature reporting
 2019-10-01 22:16 UTC  (3+ messages)
` [PATCH 2/3] KVM: x86: always expose VIRT_SSBD to guests

[PATCH] KVM: nVMX: Defer error from VM-entry MSR-load area to until after hardware verifies VMCS guest state-area
 2019-10-01 22:02 UTC  (5+ messages)
` [PATCH] "

A question about INVPCID without PCID
 2019-10-01 19:48 UTC 

[PATCH] x86: Add CPUID KVM support for new instruction WBNOINVD
 2019-10-01 19:26 UTC  (9+ messages)

[RFC PATCH 0/2] Add virtual SDEI support for arm64
 2019-10-01 17:19 UTC  (5+ messages)
` [RFC PATCH 1/2] kvm/arm: add capability to forward hypercall to user space
` [RFC PATCH 2/2] kvm/arm64: expose hypercall_forwarding capability

[PATCH AUTOSEL 5.3 39/71] KVM: hyperv: Fix Direct Synthetic timers assert an interrupt w/o lapic_in_kernel
 2019-10-01 16:38 UTC 

[PATCH AUTOSEL 5.2 35/63] KVM: hyperv: Fix Direct Synthetic timers assert an interrupt w/o lapic_in_kernel
 2019-10-01 16:40 UTC 

[PATCH] KVM: nVMX: Fix consistency check on injected exception error code
 2019-10-01 16:28 UTC  (2+ messages)

[PATCH] KVM: VMX: Refactor to not compare set PI control bits directly to 1
 2019-10-01 16:22 UTC  (2+ messages)

[PATCH RFC 0/1] VFIO: Region-specific file descriptors
 2019-10-01 15:38 UTC  (3+ messages)
` [PATCH RFC 1/1] vfio/pci: Introduce region "

[PATCH] kvm: vmx: Limit guest PMCs to those supported on the host
 2019-10-01 14:30 UTC  (6+ messages)

[PATCH] KVM: VMX: Remove proprietary handling of unexpected exit-reasons
 2019-10-01 14:30 UTC  (6+ messages)

[PATCH] KVM: x86: omit "impossible" pmu MSRs from MSR list
 2019-10-01 13:33 UTC 

[PATCH 0/4] KVM/arm updates for 5.4-rc2
 2019-10-01 13:30 UTC  (6+ messages)
` [PATCH 1/4] arm64: KVM: Drop hyp_alternate_select for checking for ARM64_WORKAROUND_834220
` [PATCH 2/4] arm64: KVM: Replace hyp_alternate_select with has_vhe()
` [PATCH 3/4] arm64: KVM: Kill hyp_alternate_select()
` [PATCH 4/4] KVM: arm/arm64: vgic: Use the appropriate TRACE_INCLUDE_PATH

[PATCH v3 0/4] Add a unified parameter "nopvspin"
 2019-09-30 12:44 UTC  (5+ messages)
` [PATCH v3 1/4] x86/kvm: Add "nopvspin" parameter to disable PV spinlocks
` [PATCH v3 2/4] x86/kvm: Change print code to use pr_*() format
` [PATCH v3 3/4] xen: Mark "xen_nopvspin" parameter obsolete and map it to "nopvspin"
` [PATCH v3 4/4] x86/hyperv: Mark "hv_nopvspin" "

[PATCH 0/3] KVM: x86/vPMU: Efficiency optimization by reusing last created perf_event
 2019-10-01 12:33 UTC  (10+ messages)
` [PATCH 1/3] perf/core: Provide a kernel-internal interface to recalibrate event period
` [PATCH 2/3] KVM: x86/vPMU: Reuse perf_event to avoid unnecessary pmc_reprogram_counter
` [PATCH 3/3] KVM: x86/vPMU: Add lazy mechanism to release perf_event per vPMC

[PATCH v2 0/3] Add a unified parameter "nopvspin"
 2019-10-01 12:19 UTC  (6+ messages)
` [PATCH v2 1/4] x86/kvm: Add "nopvspin" parameter to disable PV spinlocks
` [PATCH v2 2/4] x86/kvm: Change print code to use pr_*() format
` [PATCH v2 3/4] xen: Mark "xen_nopvspin" parameter obsolete and map it to "nopvspin"
` [PATCH v2 4/4] x86/hyperv: Mark "hv_nopvspin" "

[PULL 00/12] s390x qemu updates 20190930
 2019-10-01 10:40 UTC  (14+ messages)
` [PULL 01/12] MAINTAINERS: Update S390 PCI Maintainer
` [PULL 02/12] s390: PCI: fix IOMMU region init
` [PULL 03/12] s390x: sclp: refactor invalid command check
` [PULL 04/12] s390x: sclp: boundary check
` [PULL 05/12] s390x: sclp: fix error handling for oversize control blocks
` [PULL 06/12] s390x: sclp: Report insufficient SCCB length
` [PULL 07/12] configure: Remove s390 (31-bit mode) from the list of supported CPUs
` [PULL 08/12] kvm: extract kvm_log_clear_one_slot
` [PULL 09/12] kvm: clear dirty bitmaps from all overlapping memslots
` [PULL 10/12] kvm: split too big memory section on several memslots
` [PULL 11/12] s390: do not call memory_region_allocate_system_memory() multiple times
` [PULL 12/12] s390/kvm: split kvm mem slots at 4TB

[kvm-unit-tests RFC PATCH v2 00/19] arm64: Run at EL2
 2019-10-01 10:23 UTC  (20+ messages)
` [kvm-unit-tests RFC PATCH v2 01/19] lib: arm/arm64: Remove unused CPU_OFF parameter
` [kvm-unit-tests RFC PATCH v2 02/19] arm/arm64: psci: Don't run C code without stack or vectors
` [kvm-unit-tests RFC PATCH v2 03/19] lib: arm/arm64: Add missing include for alloc_page.h in pgtable.h
` [kvm-unit-tests RFC PATCH v2 04/19] lib: arm: Implement flush_tlb_all
` [kvm-unit-tests RFC PATCH v2 05/19] arm/arm64: selftest: Add prefetch abort test
` [kvm-unit-tests RFC PATCH v2 06/19] arm64: timer: Write to ICENABLER to disable timer IRQ
` [kvm-unit-tests RFC PATCH v2 07/19] arm64: timer: EOIR the interrupt after masking the timer
` [kvm-unit-tests RFC PATCH v2 08/19] arm64: timer: Test behavior when timer disabled or masked
` [kvm-unit-tests RFC PATCH v2 09/19] lib: arm/arm64: Refuse to disable the MMU with non-identity stack pointer
` [kvm-unit-tests RFC PATCH v2 10/19] arm/arm64: Perform dcache clean + invalidate after turning MMU off
` [kvm-unit-tests RFC PATCH v2 11/19] arm/cstart64.S: Downgrade TLBI to non-shareable in asm_mmu_enable
` [kvm-unit-tests RFC PATCH v2 12/19] arm/arm64: Invalidate TLB before enabling MMU
` [kvm-unit-tests RFC PATCH v2 13/19] lib: Add _UL and _ULL definitions to linux/const.h
` [kvm-unit-tests RFC PATCH v2 14/19] lib: arm64: Run existing tests at EL2
` [kvm-unit-tests RFC PATCH v2 15/19] arm64: timer: Add test for EL2 timers
` [kvm-unit-tests RFC PATCH v2 16/19] arm64: selftest: Add basic test for EL2
` [kvm-unit-tests RFC PATCH v2 17/19] lib: arm64: Add support for disabling and re-enabling VHE
` [kvm-unit-tests RFC PATCH v2 18/19] arm64: selftest: Expand EL2 test to disable and re-enable VHE
` [kvm-unit-tests RFC PATCH v2 19/19] arm64: timer: Run tests with VHE disabled

[PATCH] x86/hyperv: make vapic support x2apic mode
 2019-10-01  9:18 UTC  (4+ messages)

[PATCH v4 0/8] Introduce the microvm machine type
 2019-10-01  8:56 UTC  (5+ messages)
` [PATCH v4 8/8] hw/i386: "

About the idle driver for calling MWAIT in QEMU/KVM Guest without VM exits
 2019-10-01  1:43 UTC 

[kvm-unit-tests PATCH v7 1/2] x86: nvmx: fix bug in __enter_guest()
 2019-10-01  0:37 UTC  (11+ messages)
` [kvm-unit-tests PATCH v7 2/2] x86: nvmx: test max atomic switch MSRs

vmcs_shadow_test_field() bug
 2019-09-30 23:52 UTC 

[PATCH v2] kvm: x86: Improve emulation of CPUID leaves 0BH and 1FH
 2019-09-30 23:44 UTC 

[kvm-unit-tests PATCH] lib: use an argument which doesn't require default argument promotion
 2019-09-30 21:59 UTC  (3+ messages)

[PATCH RESEND v3 00/26] Add definition for the number of standard PCI BARs
 2019-09-30 19:58 UTC  (2+ messages)

[PATCH net v2] vsock: Fix a lockdep warning in __vsock_release()
 2019-09-30 18:33 UTC  (5+ messages)

[PATCH 0/9] Create a userfaultfd demand paging test
 2019-09-30 17:02 UTC  (3+ messages)

[PATCH] docs: use flexible array members, not zero-length
 2019-09-30 17:00 UTC  (4+ messages)

[PATCH] kvm: x86, powerpc: do not allow clearing largepages debugfs entry
 2019-09-30 16:52 UTC 

[PATCH v2 0/8] KVM: x86: nVMX GUEST_CR3 bug fix, and then some
 2019-09-30 15:55 UTC  (10+ messages)
` [PATCH v2 4/8] KVM: VMX: Optimize vmx_set_rflags() for unrestricted guest
` [PATCH v2 8/8] KVM: x86: Fold decache_cr3() into cache_reg()

[PATCH v2 13/13] vfio/type1: track iommu backed group attach
 2019-09-30 15:49 UTC  (4+ messages)

[kvm-unit-tests PATCH 0/3] arm64: Add code generation test
 2019-09-30 15:15 UTC  (10+ messages)
` [kvm-unit-tests PATCH 1/3] lib: arm64: Add missing ISB in flush_tlb_page
` [kvm-unit-tests PATCH 2/3] lib: arm/arm64: Add function to clear the PTE_USER bit
` [kvm-unit-tests PATCH 3/3] arm64: Add cache code generation test

[PATCH] vsock/virtio: add support for MSG_PEEK
 2019-09-30 14:12 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2 0/6] KVM: PPC: Book3S: HV: XIVE: Allocate less VPs in OPAL
 2019-09-30 12:29 UTC  (4+ messages)
` [PATCH v2 4/6] KVM: PPC: Book3S HV: XIVE: Compute the VP id in a common helper

[PATCH v2 12/13] vfio/type1: use iommu_attach_group() for wrapping PF/VF as mdev
 2019-09-30 12:40 UTC 

[PATCH v2 00/13] vfio_pci: wrap pci device as a mediated device
 2019-09-30 12:40 UTC  (13+ messages)
` [PATCH v2 02/13] vfio_pci: refine user config reference in vfio-pci module
` [PATCH v2 08/13] vfio/pci: protect cap/ecap_perm bits alloc/free with atomic op
` [PATCH v2 10/13] samples: refine vfio-mdev-pci driver
` [PATCH v2 11/13] samples/vfio-mdev-pci: call vfio_add_group_dev()


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