kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-09-25 09:15:04 to 2019-09-26 23:19:27 UTC [more...]

[RFC PATCH 00/28] kvm: mmu: Rework the x86 TDP direct mapped case
 2019-09-26 23:18 UTC  (26+ messages)
` [RFC PATCH 01/28] kvm: mmu: Separate generating and setting mmio ptes
` [RFC PATCH 02/28] kvm: mmu: Separate pte generation from set_spte
` [RFC PATCH 03/28] kvm: mmu: Zero page cache memory at allocation time
` [RFC PATCH 04/28] kvm: mmu: Update the lpages stat atomically
` [RFC PATCH 05/28] sched: Add cond_resched_rwlock
` [RFC PATCH 06/28] kvm: mmu: Replace mmu_lock with a read/write lock
` [RFC PATCH 07/28] kvm: mmu: Add functions for handling changed PTEs
` [RFC PATCH 08/28] kvm: mmu: Init / Uninit the direct MMU
` [RFC PATCH 09/28] kvm: mmu: Free direct MMU page table memory in an RCU callback
` [RFC PATCH 10/28] kvm: mmu: Flush TLBs before freeing direct MMU page table memory
` [RFC PATCH 11/28] kvm: mmu: Optimize for freeing direct MMU PTs on teardown
` [RFC PATCH 12/28] kvm: mmu: Set tlbs_dirty atomically
` [RFC PATCH 13/28] kvm: mmu: Add an iterator for concurrent paging structure walks
` [RFC PATCH 14/28] kvm: mmu: Batch updates to the direct mmu disconnected list
` [RFC PATCH 15/28] kvm: mmu: Support invalidate_zap_all_pages
` [RFC PATCH 16/28] kvm: mmu: Add direct MMU page fault handler
` [RFC PATCH 17/28] kvm: mmu: Add direct MMU fast "
` [RFC PATCH 18/28] kvm: mmu: Add an hva range iterator for memslot GFNs
` [RFC PATCH 19/28] kvm: mmu: Make address space ID a property of memslots
` [RFC PATCH 20/28] kvm: mmu: Implement the invalidation MMU notifiers for the direct MMU
` [RFC PATCH 21/28] kvm: mmu: Integrate the direct mmu with the changed pte notifier
` [RFC PATCH 22/28] kvm: mmu: Implement access tracking for the direct MMU
` [RFC PATCH 23/28] kvm: mmu: Make mark_page_dirty_in_slot usable from outside kvm_main
` [RFC PATCH 24/28] kvm: mmu: Support dirty logging in the direct MMU
` [RFC PATCH 25/28] kvm: mmu: Support kvm_zap_gfn_range "

[PATCH 0/2] KVM: nVMX: Bug fix for consuming stale vmcs02.GUEST_CR3
 2019-09-26 21:43 UTC  (3+ messages)
` [PATCH 1/2] KVM: nVMX: Always write vmcs02.GUEST_CR3 during nested VM-Enter
` [PATCH 2/2] KVM: VMX: Skip GUEST_CR3 VMREAD+VMWRITE if the VMCS is up-to-date

[PATCH 1/2] kvm: x86: Improve emulation of CPUID leaves 0BH and 1FH
 2019-09-26 19:38 UTC  (5+ messages)
` [PATCH 2/2] kvm: x86: Use AMD CPUID semantics for AMD vCPUs

[PATCH] vsock/virtio: add support for MSG_PEEK
 2019-09-26 19:33 UTC  (2+ messages)

[RFC PATCH 0/1] KVM: VMX: Always sync CR3 to VMCS in nested_vmx_load_cr3
 2019-09-26 18:38 UTC  (3+ messages)
` [RFC PATCH] "

[PATCH] KVM: VMX: Set VMENTER_L1D_FLUSH_NOT_REQUIRED if !X86_BUG_L1TF
 2019-09-26 17:29 UTC  (2+ messages)

[PATCH 0/3] KVM: MMU: fix nested guest live migration with PML
 2019-09-26 17:18 UTC  (4+ messages)
` [PATCH 1/3] KVM: x86: assign two bits to track SPTE kinds
` [PATCH 2/3] KVM: x86: fix nested guest live migration with PML
` [PATCH 3/3] selftests: kvm: add test for dirty logging inside nested guests

[PATCH v10 0/6] mm / virtio: Provide support for unused page reporting
 2019-09-26 15:13 UTC  (5+ messages)

[Bug 204975] New: AMD-Vi: Command buffer timeout
 2019-09-26 14:59 UTC  (3+ messages)
` [Bug 204975] "

[kvm-unit-tests PATCH v7 1/2] x86: nvmx: fix bug in __enter_guest()
 2019-09-26 14:49 UTC  (7+ messages)
` [kvm-unit-tests PATCH v7 2/2] x86: nvmx: test max atomic switch MSRs

[PATCH] vhost: introduce mdev based hardware backend
 2019-09-26 14:05 UTC  (6+ messages)

[RFC PATCH v4 0/6] Enable ptp_kvm for arm64
 2019-09-26 13:06 UTC  (7+ messages)
` [RFC PATCH v4 1/5] psci: Export psci_ops.conduit symbol as modules will use it
` [RFC PATCH v4 2/5] ptp: Reorganize ptp_kvm modules to make it arch-independent
` [RFC PATCH v4 3/5] psci: Add hvc call service for ptp_kvm
` [RFC PATCH v4 4/5] ptp: arm64: Enable ptp_kvm for arm64
` [RFC PATCH v4 5/5] kvm: arm64: Add capability check extension for ptp_kvm

[PATCH v4 0/8] Introduce the microvm machine type
 2019-09-26 12:12 UTC  (41+ messages)
` [PATCH v4 1/8] hw/i386: Factorize PVH related functions
` [PATCH v4 7/8] docs/microvm.txt: document the new microvm machine type
` [PATCH v4 8/8] hw/i386: Introduce the "
        ` when to use virtio (was Re: [PATCH v4 0/8] Introduce the microvm machine type)

[PATCH v3] kvm: nvmx: limit atomic switch MSRs
 2019-09-26 11:40 UTC  (2+ messages)

[RFC patch 00/15] entry: Provide generic implementation for host and guest entry/exit work
 2019-09-26 11:35 UTC  (5+ messages)
` [RFC patch 10/15] x86/entry: Move irq tracing to C code
` [RFC patch 14/15] workpending: Provide infrastructure for work before entering a guest

[PATCH] KVM: nVMX: cleanup and fix host 64-bit mode checks
 2019-09-26 11:31 UTC  (5+ messages)

Suggest changing commit "KVM: vmx: Introduce handle_unexpected_vmexit and handle WAITPKG vmexit"
 2019-09-26 11:24 UTC 

KVM: x86: Pass additional FPU bits to the guest
 2019-09-26 11:12 UTC  (6+ messages)
` [PATCH 1/2] KVM: x86: svm: Pass XSAVES to guest if available on host
` [PATCH 2/2] KVM: x86: Expose CLZERO and XSAVEERPTR to the guest

[PATCH] kvm: x86: Enumerate support for CLZERO instruction
 2019-09-26 11:08 UTC  (2+ messages)

[PATCH v2] KVM: LAPIC: Loose fluctuation filter for auto tune lapic_timer_advance_ns
 2019-09-26 10:34 UTC  (3+ messages)

[PATCH v3] KVM: X86: Fix userspace set invalid CR4
 2019-09-26 10:29 UTC  (3+ messages)

[PATCH] kvm: x86: Fix a spurious -E2BIG in __do_cpuid_func
 2019-09-26 10:27 UTC  (4+ messages)

[PATCH kvm-unit-tests 0/8]: x86: vmx: Test INIT processing in various CPU VMX states
 2019-09-26  8:47 UTC  (6+ messages)

[PATCH V2 0/8] mdev based hardware virtio offloading support
 2019-09-26  8:12 UTC  (18+ messages)
` [PATCH V2 2/8] mdev: class id support
` [PATCH V2 5/8] mdev: introduce device specific ops
` [PATCH V2 6/8] mdev: introduce virtio device and its device ops

[PATCH net v2] vsock: Fix a lockdep warning in __vsock_release()
 2019-09-26  7:47 UTC  (2+ messages)

[RFC PATCH 0/4] Use 1st-level for DMA remapping in guest
 2019-09-26  3:49 UTC  (23+ messages)
` [RFC PATCH 2/4] iommu/vt-d: Add first level page table interfaces

[PATCH v2 13/13] vfio/type1: track iommu backed group attach
 2019-09-26  2:37 UTC  (2+ messages)

[PATCH v2 00/13] vfio_pci: wrap pci device as a mediated device
 2019-09-26  2:37 UTC  (12+ 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()
` [PATCH v2 12/13] vfio/type1: use iommu_attach_group() for wrapping PF/VF as mdev

[PATCH] KVM: LAPIC: Loose fluctuation filter for auto tune lapic_timer_advance_ns
 2019-09-26  0:19 UTC  (3+ messages)

[PATCH 00/17] KVM monolithic v1
 2019-09-25 20:51 UTC  (8+ messages)
` [PATCH 07/17] KVM: monolithic: x86: adjust the section prefixes
` [PATCH 15/17] KVM: retpolines: x86: eliminate retpoline from vmx.c exit handlers

[PATCH v9 00/17] x86/split_lock: Enable split lock detection
 2019-09-25 18:09 UTC  (6+ messages)
` [PATCH v9 09/17] x86/split_lock: Handle #AC exception for split lock

[PATCH] selftests: kvm: Fix libkvm build error
 2019-09-25 16:47 UTC  (3+ messages)

[kvm-unit-tests PULL 00/17] New s390x kvm-unit-tests and some fixes
 2019-09-25 16:39 UTC  (19+ messages)
` [kvm-unit-tests PULL 01/17] s390x: Support PSW restart boot
` [kvm-unit-tests PULL 02/17] s390x: Diag288 test
` [kvm-unit-tests PULL 03/17] s390x: Move stsi to library
` [kvm-unit-tests PULL 04/17] s390x: STSI tests
` [kvm-unit-tests PULL 05/17] s390x: Add diag308 subcode 0 testing
` [kvm-unit-tests PULL 06/17] s390x: Move pfmf to lib and make address void
` [kvm-unit-tests PULL 07/17] s390x: Storage key library functions now take void ptr addresses
` [kvm-unit-tests PULL 08/17] s390x: Bump march to zEC12
` [kvm-unit-tests PULL 09/17] s390x: Add storage key removal facility
` [kvm-unit-tests PULL 10/17] s390x: Fix stsi unaligned test and add selector tests
` [kvm-unit-tests PULL 11/17] s390x: Use interrupts in SCLP and add locking
` [kvm-unit-tests PULL 12/17] s390x: Add linemode console
` [kvm-unit-tests PULL 13/17] s390x: Add linemode buffer to fix newline on every print
` [kvm-unit-tests PULL 14/17] s390x: Add initial smp code
` [kvm-unit-tests PULL 15/17] s390x: Prepare for external calls
` [kvm-unit-tests PULL 16/17] s390x: SMP test
` [kvm-unit-tests PULL 17/17] s390x: Free allocated page in iep test

[PATCH kvm-unit-tests 0/4] test GUEST_EFER field and address size controls
 2019-09-25 16:14 UTC  (5+ messages)
` [PATCH kvm-unit-tests 1/4] x86: vmx_tests: gate load guest PAT tests on the correct bit
` [PATCH kvm-unit-tests 2/4] x86: vmx_tests: extend HOST_EFER tests
` [PATCH kvm-unit-tests 3/4] x86: vmx_tests: prepare for extending guest state area tests
` [PATCH kvm-unit-tests 4/4] x86: vmx_tests: add GUEST_EFER tests

[kvm-unit-tests PATCH 0/2] s390x: Quick fixes
 2019-09-25 15:51 UTC  (5+ messages)
` [kvm-unit-tests PATCH 1/2] s390x: Add missing include in smp.h
` [kvm-unit-tests PATCH 2/2] s390x: Free allocated page in iep test

[kvm-unit-tests PATCH] x86: debug: use a constraint that doesn't allow a memory operand
 2019-09-25 13:49 UTC  (2+ messages)

[kvm-unit-tests PATCH] kvm-unit-test: x86: Add RDPRU test
 2019-09-25 13:47 UTC  (5+ messages)

[kvm-unit-tests PATCH] x86: emulator: use "q" operand modifier
 2019-09-25 13:44 UTC  (2+ messages)

[kvm-unit-tests PATCH v3 0/6] s390x: Add multiboot and smp
 2019-09-25 13:39 UTC  (11+ messages)
` [kvm-unit-tests PATCH v3 6/6] s390x: SMP test

[PATCH v2] KVM: vmx: fix build warnings in hv_enable_direct_tlbflush() on i386
 2019-09-25 13:31 UTC  (2+ messages)

[PATCH v2 0/5] KVM: VMX: Optimize VMX instrs error/fault handling
 2019-09-25 13:30 UTC  (2+ messages)

[PATCH] KVM: vmx: fix a build warning in hv_enable_direct_tlbflush() on i386
 2019-09-25 13:17 UTC  (3+ messages)

[PATCH] KVM: selftests: fix ucall on x86
 2019-09-25 13:15 UTC  (2+ messages)

[PATCH 0/6] mdev based hardware virtio offloading support
 2019-09-25 11:56 UTC  (6+ messages)
` [PATCH 5/6] vringh: fix copy direction of vringh_iov_push_kern()

[PATCH 0/5] arm64: KVM: Add workaround for errata 1319367 and 1319537
 2019-09-25 11:19 UTC  (6+ messages)
` [PATCH 1/5] arm64: Add ARM64_WORKAROUND_1319367 for all A57 and A72 versions
` [PATCH 2/5] arm64: KVM: Reorder system register restoration and stage-2 activation
` [PATCH 3/5] arm64: KVM: Disable EL1 PTW when invalidating S2 TLBs
` [PATCH 4/5] arm64: KVM: Prevent speculative S1 PTW when restoring vcpu context
` [PATCH 5/5] arm64: Enable and document ARM errata 1319367 and 1319537

[PATCH 0/6] KVM: PPC: Book3S: HV: XIVE: Allocate less VPs in OPAL
 2019-09-25  8:47 UTC  (3+ messages)
` [PATCH 5/6] KVM: PPC: Book3S HV: XIVE: Make VP block size configurable

[RFC PATCH v3 0/6] Enable ptp_kvm for arm64
 2019-09-25 10:27 UTC  (10+ messages)
` [RFC PATCH v3 4/6] psci: Add hvc call service for ptp_kvm


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