kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-13 20:27:31 to 2019-11-15 05:57:04 UTC [more...]

[PATCH v5 00/24] mm/gup: track dma-pinned pages: FOLL_PIN
 2019-11-15  5:53 UTC  (18+ messages)
` [PATCH v5 04/24] mm: Cleanup __put_devmap_managed_page() vs ->page_free()
` [PATCH v5 06/24] goldish_pipe: rename local pin_user_pages() routine
` [PATCH v5 07/24] IB/umem: use get_user_pages_fast() to pin DMA pages
` [PATCH v5 08/24] media/v4l2-core: set pages dirty upon releasing DMA buffers
` [PATCH v5 09/24] vfio, mm: fix get_user_pages_remote() and FOLL_LONGTERM
` [PATCH v5 11/24] goldish_pipe: convert to pin_user_pages() and put_user_page()
` [PATCH v5 12/24] IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODP
` [PATCH v5 14/24] drm/via: set FOLL_PIN via pin_user_pages_fast()
` [PATCH v5 15/24] fs/io_uring: set FOLL_PIN via pin_user_pages()
` [PATCH v5 17/24] mm/gup: track FOLL_PIN pages
` [PATCH v5 18/24] media/v4l2-core: pin_user_pages (FOLL_PIN) and put_user_page() conversion
` [PATCH v5 19/24] vfio, mm: "
` [PATCH v5 20/24] powerpc: book3s64: convert to pin_user_pages() and put_user_page()
` [PATCH v5 21/24] mm/gup_benchmark: use proper FOLL_WRITE flags instead of hard-coding "1"
` [PATCH v5 22/24] mm/gup_benchmark: support pin_user_pages() and related calls
` [PATCH v5 23/24] selftests/vm: run_vmtests: invoke gup_benchmark with basic FOLL_PIN coverage
` [PATCH v5 24/24] mm, tree-wide: rename put_user_page*() to unpin_user_page*()

[PATCH 1/2] KVM: X86: Single target IPI fastpath
 2019-11-15  5:56 UTC  (9+ messages)

[RFC PATCH v1 00/10] s390/vfio-ccw: Channel Path Handling
 2019-11-15  2:56 UTC  (11+ messages)
` [RFC PATCH v1 01/10] vfio-ccw: Introduce new helper functions to free/destroy regions
` [RFC PATCH v1 02/10] vfio-ccw: Register a chp_event callback for vfio-ccw
` [RFC PATCH v1 03/10] vfio-ccw: Use subchannel lpm in the orb
` [RFC PATCH v1 04/10] vfio-ccw: Refactor the unregister of the async regions
` [RFC PATCH v1 05/10] vfio-ccw: Introduce a new schib region
` [RFC PATCH v1 06/10] vfio-ccw: Introduce a new CRW region
` [RFC PATCH v1 07/10] vfio-ccw: Refactor IRQ handlers
` [RFC PATCH v1 08/10] vfio-ccw: Wire up the CRW irq and CRW region
` [RFC PATCH v1 09/10] vfio-ccw: Add trace for CRW event
` [RFC PATCH v1 10/10] vfio-ccw: Remove inline get_schid() routine

[PATCH v9 Kernel 0/5] Add KABIs to support migration for VFIO devices
 2019-11-15  5:10 UTC  (29+ messages)
` [PATCH v9 Kernel 1/5] vfio: KABI for migration interface for device state
` [PATCH v9 Kernel 2/5] vfio iommu: Add ioctl defination to get dirty pages bitmap
` [PATCH v9 Kernel 3/5] vfio iommu: Add ioctl defination to unmap IOVA and return dirty bitmap

[PATCH 0/6] VFIO mdev aggregated resources handling
 2019-11-15  4:24 UTC  (5+ messages)

[FYI PATCH 0/7] Mitigation for CVE-2018-12207
 2019-11-15  2:23 UTC  (12+ messages)

[PATCH net-next v2 00/15] vsock: add multi-transports support
 2019-11-15  2:12 UTC  (17+ messages)
` [PATCH net-next v2 01/15] vsock/vmci: remove unused VSOCK_DEFAULT_CONNECT_TIMEOUT
` [PATCH net-next v2 02/15] vsock: remove vm_sockets_get_local_cid()
` [PATCH net-next v2 03/15] vsock: remove include/linux/vm_sockets.h file
` [PATCH net-next v2 04/15] vsock: add 'transport' member in the struct vsock_sock
` [PATCH net-next v2 05/15] vsock/virtio: add transport parameter to the virtio_transport_reset_no_sock()
` [PATCH net-next v2 06/15] vsock: add 'struct vsock_sock *' param to vsock_core_get_transport()
` [PATCH net-next v2 07/15] vsock: handle buffer_size sockopts in the core
` [PATCH net-next v2 08/15] vsock: add vsock_create_connected() called by transports
` [PATCH net-next v2 09/15] vsock: move vsock_insert_unbound() in the vsock_create()
` [PATCH net-next v2 10/15] hv_sock: set VMADDR_CID_HOST in the hvs_remote_addr_init()
` [PATCH net-next v2 11/15] vsock: add multi-transports support
` [PATCH net-next v2 12/15] vsock/vmci: register vmci_transport only when VMCI guest/host are active
` [PATCH net-next v2 13/15] vsock: prevent transport modules unloading
` [PATCH net-next v2 14/15] vsock: fix bind() behaviour taking care of CID
` [PATCH net-next v2 15/15] vhost/vsock: refuse CID assigned to the guest->host transport

[PATCH v3 00/11] Add AMD SEV guest live migration support
 2019-11-15  1:39 UTC  (10+ messages)
` [PATCH v3 01/11] KVM: SVM: Add KVM_SEV SEND_START command
` [PATCH v3 05/11] KVM: SVM: Add KVM_SEV_RECEIVE_UPDATE_DATA command
` [PATCH v3 11/11] KVM: x86: Introduce KVM_SET_PAGE_ENC_BITMAP ioctl

KVM_GET_MSR_INDEX_LIST vs KVM_GET_MSR_FEATURE_INDEX_LIST
 2019-11-15  1:28 UTC  (6+ messages)

[PATCH v5 00/18] kvm: x86: Support AMD SVM AVIC w/ in-kernel irqchip mode
 2019-11-14 20:15 UTC  (19+ messages)
` [PATCH v5 01/18] kvm: x86: Modify kvm_x86_ops.get_enable_apicv() to use struct kvm parameter
` [PATCH v5 02/18] kvm: lapic: Introduce APICv update helper function
` [PATCH v5 03/18] kvm: x86: Introduce APICv inhibit reason bits
` [PATCH v5 04/18] kvm: x86: Add support for dynamic APICv
` [PATCH v5 05/18] kvm: x86: Add APICv (de)activate request trace points
` [PATCH v5 06/18] kvm: x86: svm: Add support to (de)activate posted interrupts
` [PATCH v5 07/18] svm: Add support for setup/destroy virutal APIC backing page for AVIC
` [PATCH v5 08/18] kvm: x86: Introduce APICv x86 ops for checking APIC inhibit reasons
` [PATCH v5 09/18] kvm: x86: Introduce x86 ops hook for pre-update APICv
` [PATCH v5 10/18] svm: Add support for dynamic APICv
` [PATCH v5 11/18] kvm: x86: hyperv: Use APICv update request interface
` [PATCH v5 12/18] svm: Deactivate AVIC when launching guest with nested SVM support
` [PATCH v5 13/18] svm: Temporary deactivate AVIC during ExtINT handling
` [PATCH v5 14/18] kvm: i8254: Deactivate APICv when using in-kernel PIT re-injection mode
` [PATCH v5 15/18] kvm: lapic: Clean up APIC predefined macros
` [PATCH v5 16/18] kvm: ioapic: Refactor kvm_ioapic_update_eoi()
` [PATCH v5 17/18] kvm: ioapic: Lazy update IOAPIC EOI
` [PATCH v5 18/18] svm: Allow AVIC with in-kernel irqchip mode

KVM_GET_SUPPORTED_CPUID
 2019-11-14 20:09 UTC 

[PATCH v2 00/16] x86/cpu: Clean up handling of VMX features
 2019-11-14 18:34 UTC  (8+ messages)
` [PATCH v2 05/16] KVM: VMX: Drop initialization of IA32_FEATURE_CONTROL MSR
` [PATCH v2 06/16] x86/cpu: Clear VMX feature flag if VMX is not fully enabled

[PATCH v1 0/4] s390x: Testing the Subchannel I/O
 2019-11-14 17:55 UTC  (24+ messages)
` [PATCH v1 1/4] s390x: saving regs for interrupts
` [PATCH v1 2/4] s390x: Define the PSW bits
` [PATCH v1 4/4] s390x: Testing the Subchannel I/O read

[PATCH] KVM: x86/mmu: Take slots_lock when using kvm_mmu_zap_all_fast()
 2019-11-14 17:15 UTC  (5+ messages)

[RFC 00/37] KVM: s390: Add support for protected VMs
 2019-11-14 16:33 UTC  (37+ messages)
` [RFC 11/37] DOCUMENTATION: protvirt: Interrupt injection
` [RFC 13/37] KVM: s390: protvirt: Add interruption injection controls
` [RFC 14/37] KVM: s390: protvirt: Implement interruption injection
` [RFC 17/37] DOCUMENTATION: protvirt: Instruction emulation
` [RFC 18/37] KVM: s390: protvirt: Handle spec exception loops
` [RFC 19/37] KVM: s390: protvirt: Add new gprs location handling
` [RFC 20/37] KVM: S390: protvirt: Introduce instruction data area bounce buffer
    ` [PATCH] Fixup sida bouncing
` [RFC 21/37] KVM: S390: protvirt: Instruction emulation

[Bug 205247] New: Kernel panic in network code when booting Windows 10 kvm guest
 2019-11-14 16:26 UTC  (2+ messages)
` [Bug 205247] "

[kvm-unit-tests PATCH 00/17] arm: gic: Test SPIs and interrupt groups
 2019-11-14 15:56 UTC  (16+ messages)
` [kvm-unit-tests PATCH 07/17] arm: gic: Extend check_acked() to allow silent call
` [kvm-unit-tests PATCH 09/17] arm: gic: Add test for flipping GICD_CTLR.DS
` [kvm-unit-tests PATCH 12/17] arm: gic: Change gic_read_iar() to take group parameter

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

[PATCH] KVM: Forbid /dev/kvm being opened by a compat task when CONFIG_KVM_COMPAT=n
 2019-11-14 13:28 UTC  (8+ messages)

[kvm-unit-test PATCH 0/5] Improvements for the Travis CI
 2019-11-14 12:29 UTC  (2+ messages)

[PATCH] selftests: kvm: Simplify loop in kvm_create_max_vcpus test
 2019-11-14 12:16 UTC  (3+ messages)

[PATCH 0/3] kvm: arm: VGIC: Fix interrupt group enablement
 2019-11-14 11:16 UTC  (5+ messages)
` [PATCH 2/3] kvm: arm: VGIC: Scan all IRQs when interrupt group gets enabled

[kvm-unit-tests PATCH v2 3/3] s390x: Load reset psw on diag308 reset
 2019-11-14  7:24 UTC  (4+ messages)
` [kvm-unit-tests PATCH v4] "

[PATCH v4 0/6] KVM: x86/vPMU: Efficiency optimization by reusing last created perf_event
 2019-11-14  7:13 UTC  (4+ messages)
` [PATCH v4 5/6] KVM: x86/vPMU: Reuse perf_event to avoid unnecessary pmc_reprogram_counter

[PATCH v4 00/23] mm/gup: track dma-pinned pages: FOLL_PIN, FOLL_LONGTERM
 2019-11-14  6:08 UTC  (20+ messages)
` [PATCH v4 02/23] mm/gup: factor out duplicate code from four routines
` [PATCH v4 04/23] mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pages
` [PATCH v4 09/23] mm/gup: introduce pin_user_pages*() and FOLL_PIN
` [PATCH v4 23/23] mm/gup: remove support for gup(FOLL_LONGTERM)

[PATCH v5 0/8] KVM: nVMX: Add full nested support for "load IA32_PERF_GLOBAL_CTRL" VM-{Entry,Exit} control
 2019-11-14  0:17 UTC  (9+ messages)
` [PATCH v5 1/8] KVM: VMX: Add helper to check reserved bits in IA32_PERF_GLOBAL_CTRL
` [PATCH v5 2/8] KVM: nVMX: Check GUEST_IA32_PERF_GLOBAL_CTRL on VM-Entry
` [PATCH v5 3/8] KVM: nVMX: Check HOST_IA32_PERF_GLOBAL_CTRL "
` [PATCH v5 4/8] KVM: nVMX: Use kvm_set_msr to load IA32_PERF_GLOBAL_CTRL on VM-Exit
` [PATCH v5 5/8] KVM: nVMX: Load GUEST_IA32_PERF_GLOBAL_CTRL MSR on VM-Entry
` [PATCH v5 6/8] KVM: nVMX: Expose load IA32_PERF_GLOBAL_CTRL VM-{Entry,Exit} control
` [kvm-unit-tests PATCH v5 7/8] x86: VMX: Make guest_state_test_main() check state from nested VM
` [kvm-unit-tests PATCH v5 8/8] x86: VMX: Add tests for nested "load IA32_PERF_GLOBAL_CTRL"

[PATCH v3 00/23] mm/gup: track dma-pinned pages: FOLL_PIN, FOLL_LONGTERM
 2019-11-13 20:28 UTC  (8+ 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).