kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-09 22:55:31 to 2019-12-11 14:15:07 UTC [more...]

[PATCH RFC 00/15] KVM: Dirty ring interface
 2019-12-11 14:14 UTC  (24+ messages)
` [PATCH RFC 04/15] KVM: Implement ring-based dirty memory tracking

[kvm-unit-tests PATCH 0/2] s390x: smp: Improve setup of additional cpus
 2019-12-11 13:14 UTC  (11+ messages)
` [kvm-unit-tests PATCH 1/2] s390x: smp: Use full PSW to bringup new cpu
` [kvm-unit-tests PATCH 2/2] s390x: smp: Setup CRs from cpu 0

[PATCH] tools/kvm_stat: Fix kvm_exit filter name
 2019-12-11 12:15 UTC  (4+ messages)

[PATCH v9 00/25] mm/gup: track dma-pinned pages: FOLL_PIN
 2019-12-11 11:28 UTC  (28+ messages)
` [PATCH v9 01/25] mm/gup: factor out duplicate code from four routines
` [PATCH v9 02/25] mm/gup: move try_get_compound_head() to top, fix minor issues
` [PATCH v9 03/25] mm: Cleanup __put_devmap_managed_page() vs ->page_free()
` [PATCH v9 04/25] mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pages
` [PATCH v9 05/25] goldish_pipe: rename local pin_user_pages() routine
` [PATCH v9 06/25] mm: fix get_user_pages_remote()'s handling of FOLL_LONGTERM
` [PATCH v9 07/25] vfio: fix FOLL_LONGTERM use, simplify get_user_pages_remote() call
` [PATCH v9 08/25] mm/gup: allow FOLL_FORCE for get_user_pages_fast()
` [PATCH v9 09/25] IB/umem: use get_user_pages_fast() to pin DMA pages
` [PATCH v9 10/25] mm/gup: introduce pin_user_pages*() and FOLL_PIN
` [PATCH v9 11/25] goldish_pipe: convert to pin_user_pages() and put_user_page()
` [PATCH v9 12/25] IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODP
` [PATCH v9 13/25] mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote()
` [PATCH v9 14/25] drm/via: set FOLL_PIN via pin_user_pages_fast()
` [PATCH v9 15/25] fs/io_uring: set FOLL_PIN via pin_user_pages()
` [PATCH v9 16/25] net/xdp: "
` [PATCH v9 17/25] media/v4l2-core: set pages dirty upon releasing DMA buffers
` [PATCH v9 18/25] media/v4l2-core: pin_user_pages (FOLL_PIN) and put_user_page() conversion
` [PATCH v9 19/25] vfio, mm: "
` [PATCH v9 20/25] powerpc: book3s64: convert to pin_user_pages() and put_user_page()
` [PATCH v9 21/25] mm/gup_benchmark: use proper FOLL_WRITE flags instead of hard-coding "1"
` [PATCH v9 22/25] mm, tree-wide: rename put_user_page*() to unpin_user_page*()
` [PATCH v9 23/25] mm/gup: track FOLL_PIN pages
` [PATCH v9 24/25] mm/gup_benchmark: support pin_user_pages() and related calls
` [PATCH v9 25/25] selftests/vm: run_vmtests: invoke gup_benchmark with basic FOLL_PIN coverage

How to expose caching policy to a para-virtualized guest?
 2019-12-11 11:08 UTC  (2+ messages)

[kvm-unit-tests PATCH 0/4] Improvements for the x86 tests
 2019-12-11  9:42 UTC  (5+ messages)
` [kvm-unit-tests PATCH 1/4] scripts: Fix premature_failure() check with newer versions of QEMU
` [kvm-unit-tests PATCH 2/4] x86: Fix coding style in setjmp.c
` [kvm-unit-tests PATCH 3/4] x86: Add the setjmp test to the CI
` [kvm-unit-tests PATCH 4/4] x86: Add the cmpxchg8b "

[PATCH v2] KVM: x86: use CPUID to locate host page table reserved bits
 2019-12-11  9:07 UTC  (10+ messages)

[PATCH] kvm: Refactor handling of VM debugfs files
 2019-12-11  7:16 UTC  (3+ messages)

[RFC PATCH 0/9] Introduce mediate ops in vfio-pci
 2019-12-11  6:25 UTC  (19+ messages)
` [RFC PATCH 1/9] vfio/pci: introduce mediate ops to intercept vfio-pci ops
` [RFC PATCH 4/9] vfio-pci: register default dynamic-trap-bar-info region

[PATCH 0/6] Fix various comment errors
 2019-12-11  6:26 UTC  (7+ messages)
` [PATCH 1/6] KVM: Fix some wrong function names in comment
` [PATCH 2/6] KVM: Fix some out-dated "
` [PATCH 3/6] KVM: Fix some comment typos and missing parentheses
` [PATCH 4/6] KVM: Fix some grammar mistakes
` [PATCH 5/6] KVM: hyperv: Fix some typos in vcpu unimpl info
` [PATCH 6/6] KVM: Fix some writing mistakes

[PATCH v8 0/7] Introduce support for guest CET feature
 2019-12-11  2:27 UTC  (18+ messages)
` [PATCH v8 2/7] KVM: VMX: Define CET VMCS fields and #CP flag
` [PATCH v8 3/7] KVM: VMX: Pass through CET related MSRs
` [PATCH v8 4/7] KVM: VMX: Load CET states on vmentry/vmexit
` [PATCH v8 6/7] KVM: X86: Load guest fpu state when accessing MSRs managed by XSAVES
` [PATCH v8 7/7] KVM: X86: Add user-space access interface for CET MSRs

[PATCH 0/2] KVM: VMX: PT (RTIT) bug fix and cleanup
 2019-12-11  2:16 UTC  (4+ messages)
` [PATCH 1/2] KVM: VMX: Add non-canonical check on writes to RTIT address MSRs
` [PATCH 2/2] KVM: VMX: Add helper to consolidate up PT/RTIT WRMSR fault logic

[PATCH v3 0/6] Use 1st-level for IOVA translation
 2019-12-11  2:12 UTC  (7+ messages)
` [PATCH v3 1/6] iommu/vt-d: Identify domains using first level page table
` [PATCH v3 2/6] iommu/vt-d: Add set domain DOMAIN_ATTR_NESTING attr
` [PATCH v3 3/6] iommu/vt-d: Add PASID_FLAG_FL5LP for first-level pasid setup
` [PATCH v3 4/6] iommu/vt-d: Setup pasid entries for iova over first level
` [PATCH v3 5/6] iommu/vt-d: Flush PASID-based iotlb "
` [PATCH v3 6/6] iommu/vt-d: Use "

[PATCH v2 0/8] Use 1st-level for DMA remapping
 2019-12-11  1:56 UTC  (4+ messages)
` [PATCH v2 5/8] iommu/vt-d: Add first level page table interfaces

[PATCH v8 00/26] mm/gup: track dma-pinned pages: FOLL_PIN
 2019-12-11  0:49 UTC  (34+ messages)
` [PATCH v8 01/26] mm/gup: factor out duplicate code from four routines
` [PATCH v8 02/26] mm/gup: move try_get_compound_head() to top, fix minor issues
` [PATCH v8 03/26] mm: Cleanup __put_devmap_managed_page() vs ->page_free()
` [PATCH v8 04/26] mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pages
` [PATCH v8 05/26] goldish_pipe: rename local pin_user_pages() routine
` [PATCH v8 07/26] vfio: fix FOLL_LONGTERM use, simplify get_user_pages_remote() call
` [PATCH v8 08/26] mm/gup: allow FOLL_FORCE for get_user_pages_fast()
` [PATCH v8 09/26] IB/umem: use get_user_pages_fast() to pin DMA pages
` [PATCH v8 10/26] mm/gup: introduce pin_user_pages*() and FOLL_PIN
` [PATCH v8 11/26] goldish_pipe: convert to pin_user_pages() and put_user_page()
` [PATCH v8 12/26] IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODP
` [PATCH v8 13/26] mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote()
` [PATCH v8 14/26] drm/via: set FOLL_PIN via pin_user_pages_fast()
` [PATCH v8 15/26] fs/io_uring: set FOLL_PIN via pin_user_pages()
` [PATCH v8 16/26] net/xdp: "
` [PATCH v8 17/26] media/v4l2-core: set pages dirty upon releasing DMA buffers
` [PATCH v8 18/26] media/v4l2-core: pin_user_pages (FOLL_PIN) and put_user_page() conversion
` [PATCH v8 19/26] vfio, mm: "
` [PATCH v8 20/26] powerpc: book3s64: convert to pin_user_pages() and put_user_page()
` [PATCH v8 21/26] mm/gup_benchmark: use proper FOLL_WRITE flags instead of hard-coding "1"
` [PATCH v8 23/26] mm/gup: pass flags arg to __gup_device_* functions
` [PATCH v8 24/26] mm/gup: track FOLL_PIN pages

[PATCH v8 00/14] Guest LBR Enabling
 2019-12-10 23:37 UTC  (3+ messages)
` [PATCH v8 12/14] KVM/x86/lbr: lbr emulation

[PATCH 0/4] KVM: x86: Add checks on host-reserved cr4 bits
 2019-12-10 22:44 UTC  (5+ messages)
` [PATCH 1/4] KVM: x86: Don't let userspace set "
` [PATCH 2/4] KVM: x86: Ensure all logical CPUs have consistent reserved "
` [PATCH 3/4] KVM: x86: Drop special XSAVE handling from guest_cpuid_has()
` [PATCH 4/4] KVM: x86: Add macro to ensure reserved cr4 bits checks stay in sync

[PATCH 0/6] VFIO mdev aggregated resources handling
 2019-12-10 22:40 UTC  (13+ messages)

[PATCH] kvm: nVMX: VMWRITE checks VMCS-link pointer before VMCS field
 2019-12-10 22:22 UTC  (11+ messages)

[PATCH 0/4] KVM: nVMX: Check GUEST_SYSENTER_ESP and GUEST_SYSENTER_EIP on vmentry of nested guests
 2019-12-10 20:36 UTC  (8+ messages)
` [PATCH 1/4] "

[kvm-unit-tests PATCH v3 0/9] s390x: Testing the Channel Subsystem I/O
 2019-12-10 17:35 UTC  (20+ messages)
` [kvm-unit-tests PATCH v3 5/9] s390x: Library resources for CSS tests
` [kvm-unit-tests PATCH v3 6/9] s390x: css: stsch, enumeration test
` [kvm-unit-tests PATCH v3 7/9] s390x: css: msch, enable test
` [kvm-unit-tests PATCH v3 8/9] s390x: css: ssch/tsch with sense and interrupt

[PATCH][kvm-unit-test VMX]: Use #define for bit# 1 in GUEST_RFLAGS
 2019-12-10 17:12 UTC 

[PATCH kvm-unit-tests v2] svm: Verify the effect of V_INTR_MASKING on INTR interrupts
 2019-12-10 17:00 UTC  (2+ messages)

[PATCH] vhost/vsock: accept only packets with the right dst_cid
 2019-12-10 14:32 UTC  (3+ messages)

[PATCH net-next v2 0/6] vsock: add local transport support
 2019-12-10 10:43 UTC  (7+ messages)
` [PATCH net-next v2 1/6] vsock/virtio_transport_common: remove unused virtio header includes
` [PATCH net-next v2 2/6] vsock: add VMADDR_CID_LOCAL definition
` [PATCH net-next v2 3/6] vsock: add local transport support in the vsock core
` [PATCH net-next v2 4/6] vsock: add vsock_loopback transport
` [PATCH net-next v2 5/6] vsock: use local transport when it is loaded
` [PATCH net-next v2 6/6] vsock/virtio: remove loopback handling

[PATCH] KVM: x86: Add a WARN on TIF_NEED_FPU_LOAD in kvm_load_guest_fpu()
 2019-12-10 10:29 UTC  (2+ messages)

[PATCH 0/2] KVM: x86: MPX bug fix and cleanup
 2019-12-10 10:22 UTC  (3+ messages)
` [PATCH 2/2] KVM: x86: Skip zeroing of MPX state on reset event

[PATCH v3 00/12] video, drm, etc: constify fbops in struct fb_info
 2019-12-10  6:53 UTC  (5+ messages)
` [PATCH v3 11/12] samples: vfio-mdev: constify fb ops

[RFC PATCH v9 0/8] Enable ptp_kvm for arm64
 2019-12-10  3:40 UTC  (9+ messages)
` [RFC PATCH v9 1/8] arm/arm64: smccc/psci: add arm_smccc_1_1_get_conduit()
` [RFC PATCH v9 2/8] psci: let arm_smccc_1_1_invoke available by modules
` [RFC PATCH v9 3/8] ptp: Reorganize ptp_kvm modules to make it arch-independent
` [RFC PATCH v9 4/8] time: Add mechanism to recognize clocksource in time_get_snapshot
` [RFC PATCH v9 5/8] clocksource: Add clocksource id for arm arch counter
` [RFC PATCH v9 6/8] psci: Add hvc call service for ptp_kvm
` [RFC PATCH v9 7/8] ptp: arm64: Enable ptp_kvm for arm64
` [RFC PATCH v9 8/8] kvm: arm64: Add capability check extension for ptp_kvm

cputime takes cstate into consideration
 2019-12-10  0:44 UTC  (10+ messages)

[PATCH v4 1/2] KVM: VMX: FIXED+PHYSICAL mode single target IPI fastpath
 2019-12-10  0:19 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).