kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-07 07:14:08 to 2019-12-11 01:57:45 UTC [more...]

[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 0/7] Introduce support for guest CET feature
 2019-12-11  1:54 UTC  (15+ 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

How to expose caching policy to a para-virtualized guest?
 2019-12-11  1:32 UTC 

[RFC PATCH 0/9] Introduce mediate ops in vfio-pci
 2019-12-11  1:19 UTC  (20+ 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 v8 00/26] mm/gup: track dma-pinned pages: FOLL_PIN
 2019-12-11  0:49 UTC  (38+ 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 06/26] mm: fix get_user_pages_remote()'s handling of FOLL_LONGTERM
` [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 22/26] mm, tree-wide: rename put_user_page*() to unpin_user_page*()
` [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 25/26] mm/gup_benchmark: support pin_user_pages() and related calls
` [PATCH v8 26/26] selftests/vm: run_vmtests: invoke gup_benchmark with basic FOLL_PIN coverage

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

[PATCH] tools/kvm_stat: Fix kvm_exit filter name
 2019-12-10 23:52 UTC  (3+ messages)

[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/2] KVM: VMX: PT (RTIT) bug fix and cleanup
 2019-12-10 23:24 UTC  (3+ 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 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 RFC 00/15] KVM: Dirty ring interface
 2019-12-10 21:53 UTC  (25+ messages)
` [PATCH RFC 01/15] KVM: Move running VCPU from ARM to common code
` [PATCH RFC 04/15] KVM: Implement ring-based dirty memory tracking

[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  (36+ messages)
` [kvm-unit-tests PATCH v3 2/9] s390x: Define the PSW bits
` [kvm-unit-tests PATCH v3 3/9] s390: interrupt registration
` [kvm-unit-tests PATCH v3 4/9] s390x: export the clock get_clock_ms() utility
` [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] kvm: Refactor handling of VM debugfs files
 2019-12-10 16:07 UTC 

[PATCH] vhost/vsock: accept only packets with the right dst_cid
 2019-12-10 14:32 UTC  (4+ 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  (4+ messages)
` [PATCH 1/2] KVM: x86: Fix potential put_fpu() w/o load_fpu() on MPX platform
` [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)

[kvm-unit-tests PATCH] travis.yml: Run 32-bit tests with KVM, too
 2019-12-09 18:52 UTC  (5+ messages)

[PATCH v2 0/3] KVM: x86: fixes for speculation bug feature reporting
 2019-12-09 17:55 UTC  (4+ messages)
` [PATCH 1/3] KVM: x86: fix reporting of AMD speculation bug CPUID leaf

[kvm-unit-tests PATCH] gitlab-ci.yml: Remove ioapic from the x86 tests
 2019-12-09 17:45 UTC  (4+ messages)

[PATCH 0/2] use jump label to handle resource release in irq_bypass_register_*
 2019-12-09 17:05 UTC  (2+ messages)

[PATCH 00/16] KVM: x86: MMU page fault clean-up
 2019-12-09 15:31 UTC  (2+ messages)

[PATCH v3 1/3] kvm: nVMX: VMWRITE checks VMCS-link pointer before VMCS field
 2019-12-09 15:25 UTC  (3+ messages)
` [PATCH v3 3/3] kvm: nVMX: Aesthetic cleanup of handle_vmread and handle_vmwrite

[PATCH 0/3] Reanme the definitions of INTERRUPT_PENDING, NMI_PENDING and TSC_OFFSETING
 2019-12-09 15:23 UTC  (3+ messages)

[kvm-unit-tests PATCH v2 00/18] arm/arm64: Various fixes
 2019-12-09 14:21 UTC  (3+ messages)
` [kvm-unit-tests PATCH v2 03/18] lib: Add WRITE_ONCE and READ_ONCE implementations in compiler.h

[RESEND PATCH v21 0/6] Add ARMv8 RAS virtualization support in QEMU
 2019-12-09 14:12 UTC  (9+ messages)
` [RESEND PATCH v21 1/6] hw/arm/virt: Introduce a RAS machine option
` [RESEND PATCH v21 5/6] target-arm: kvm64: handle SIGBUS signal from kernel or KVM

[RFC PATCH v1 00/10] s390/vfio-ccw: Channel Path Handling
 2019-12-09 12:38 UTC  (7+ messages)
` [RFC PATCH v1 08/10] vfio-ccw: Wire up the CRW irq and CRW region

[PATCH v3 00/10] vfio_pci: wrap pci device as a mediated device
 2019-12-09 11:49 UTC  (2+ messages)

[PATCH RFC] KVM: x86: tell guests if the exposed SMT topology is trustworthy
 2019-12-09  9:15 UTC  (6+ messages)

[RFC net-next 00/18] virtio_net XDP offload
 2019-12-09  0:24 UTC  (5+ messages)
` [RFC net-next 07/18] tun: set offloaded xdp program

[Bug 205801] New: ignore_msrs =Y and report_ignored_msrs = N not working
 2019-12-08 15:40 UTC  (2+ messages)
` [Bug 205801] "

[GIT PULL] VFIO updates for v5.5-rc1
 2019-12-07 22:55 UTC  (2+ messages)

[PATCH 0/6] remove unnecessary return val of kvm pit
 2019-12-07  9:25 UTC  (7+ messages)
` [PATCH 1/6] KVM: x86: remove always equal to 0 return val of kvm_vm_ioctl_get_pit()
` [PATCH 2/6] KVM: x86: remove always equal to 0 return val of kvm_vm_ioctl_set_pit()
` [PATCH 3/6] KVM: x86: remove always equal to 0 return val of kvm_vm_ioctl_get_pit2()
` [PATCH 4/6] KVM: x86: remove always equal to 0 return val of kvm_vm_ioctl_set_pit2()
` [PATCH 5/6] KVM: x86: check kvm_pit outside kvm_vm_ioctl_reinject()
` [PATCH 6/6] KVM: x86: remove always equal to 0 return val of kvm_vm_ioctl_reinject()

[PATCH] KVM: get rid of var page in kvm_set_pfn_dirty()
 2019-12-07  7:21 UTC 

[PATCH] KVM: arm: fix missing free_percpu_irq in kvm_timer_hyp_init()
 2019-12-07  7:13 UTC 


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