kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-19 10:19:00 to 2019-11-21 08:10:40 UTC [more...]

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

[PATCH] KVM: arm: get rid of unused arg in cpu_init_hyp_mode()
 2019-11-21  7:15 UTC 

[PATCH] virt: Fix Kconfig indentation
 2019-11-21  3:25 UTC 

[PATCH v2 1/2] KVM: VMX: FIXED+PHYSICAL mode single target IPI fastpath
 2019-11-21  3:19 UTC  (14+ messages)

[PATCH v4 1/2] KVM: VMX: FIXED+PHYSICAL mode single target IPI fastpath
 2019-11-21  3:17 UTC  (2+ messages)
` [PATCH v4 2/2] KVM: LAPIC: micro-optimize fixed mode ipi delivery

[PATCH v3 1/2] KVM: VMX: FIXED+PHYSICAL mode single target IPI fastpath
 2019-11-21  3:16 UTC  (7+ messages)
` [PATCH v3 2/2] KVM: LAPIC: micro-optimize fixed mode ipi delivery

[PATCH 0/5] KVM: vmx: implement MSR_IA32_TSX_CTRL for guests
 2019-11-21  2:22 UTC  (10+ messages)
` [PATCH 2/5] KVM: x86: do not modify masked bits of shared MSRs
` [PATCH 3/5] KVM: x86: implement MSR_IA32_TSX_CTRL effect on CPUID
` [PATCH 4/5] KVM: vmx: implement MSR_IA32_TSX_CTRL disable RTM functionality
` [PATCH 5/5] KVM: vmx: use MSR_IA32_TSX_CTRL to hard-disable TSX on guest that lack it

kernel panic: stack is corrupted in vhost_net_ioctl
 2019-11-21  1:25 UTC 

[PATCH 0/5] vfio/spapr: Handle changes of master irq chip for VFIO devices
 2019-11-21  0:56 UTC  (6+ messages)
` [PATCH 1/5] kvm: Introduce KVM irqchip change notifier
` [PATCH 2/5] vfio/pci: Split vfio_intx_update()
` [PATCH 3/5] vfio/pci: Respond to KVM irqchip change notifier
` [PATCH 4/5] spapr: Handle irq backend changes with VFIO PCI devices
` [PATCH 5/5] spapr: Work around spurious warnings from vfio INTx initialization

[PATCH] VFIO/VMBUS: Add VFIO VMBUS driver support
 2019-11-20 23:18 UTC  (8+ messages)

[PATCH] KVM: nVMX: Do not mark vmcs02->apic_access_page as dirty when unpinning
 2019-11-20 23:01 UTC  (2+ messages)

[PATCH kvm-unit-tests] x86: add tests for MSR_IA32_TSX_CTRL
 2019-11-20 22:21 UTC  (6+ messages)

PROBLEM: Regression of MMU causing guest VM application errors
 2019-11-20 19:28 UTC  (14+ messages)

[kvm-unit-tests PATCH v4 0/3] s390x: SCLP Unit test
 2019-11-20 18:16 UTC  (5+ messages)
` [kvm-unit-tests PATCH v4 1/3] s390x: export sclp_setup_int
` [kvm-unit-tests PATCH v4 3/3] s390x: SCLP unit test

[PATCH] KVM: nVMX: Remove unnecessary TLB flushes on L1<->L2 switches when L1 use apic-access-page
 2019-11-20 17:49 UTC  (4+ messages)

[PATCH v3 00/19] x86/cpu: Clean up handling of VMX features
 2019-11-20 17:48 UTC  (5+ messages)
` [PATCH v3 01/19] x86/msr-index: Clean up bit defines for IA32_FEATURE_CONTROL MSR

[GIT PULL] KVM/arm updates for 5.5
 2019-11-20 16:42 UTC  (23+ messages)
` [PATCH 01/22] KVM: arm/arm64: Allow reporting non-ISV data aborts to userspace
` [PATCH 02/22] KVM: arm/arm64: Allow user injection of external data aborts
` [PATCH 03/22] KVM: arm64: Document PV-time interface
` [PATCH 04/22] KVM: arm/arm64: Factor out hypercall handling from PSCI code
` [PATCH 05/22] KVM: arm64: Implement PV_TIME_FEATURES call
` [PATCH 06/22] KVM: Implement kvm_put_guest()
` [PATCH 07/22] KVM: arm64: Support stolen time reporting via shared structure
` [PATCH 08/22] KVM: Allow kvm_device_ops to be const
` [PATCH 09/22] KVM: arm64: Provide VCPU attributes for stolen time
` [PATCH 10/22] arm/arm64: Provide a wrapper for SMCCC 1.1 calls
` [PATCH 11/22] arm/arm64: Make use of the SMCCC 1.1 wrapper
` [PATCH 12/22] arm64: Retrieve stolen time as paravirtualized guest
` [PATCH 13/22] KVM: arm64: Select TASK_DELAY_ACCT+TASKSTATS rather than SCHEDSTATS
` [PATCH 14/22] KVM: arm/arm64: Show halt poll counters in debugfs
` [PATCH 15/22] KVM: arm64: Don't set HCR_EL2.TVM when S2FWB is supported
` [PATCH 16/22] KVM: arm64: vgic-v4: Move the GICv4 residency flow to be driven by vcpu_load/put
` [PATCH 17/22] KVM: arm/arm64: vgic: Remove the declaration of kvm_send_userspace_msi()
` [PATCH 18/22] KVM: arm/arm64: vgic: Fix some comments typo
` [PATCH 19/22] KVM: arm/arm64: vgic: Don't rely on the wrong pending table
` [PATCH 20/22] KVM: arm/arm64: Let the timer expire in hardirq context on RT
` [PATCH 21/22] KVM: vgic-v4: Track the number of VLPIs per vcpu
` [PATCH 22/22] KVM: arm64: Opportunistically turn off WFI trapping when using direct LPI injection

[RFC PATCH v1 00/10] s390/vfio-ccw: Channel Path Handling
 2019-11-20 16:49 UTC  (22+ 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

Memory regions and VMAs across architectures
 2019-11-20 15:28 UTC  (4+ messages)

[PATCH kvm-unit-tests] runtime: set MAX_SMP to number of online cpus
 2019-11-20 14:19 UTC 

[PATCH] KVM: nVMX: Assume TLB entries of L1 and L2 are tagged differently if L0 use EPT
 2019-11-20 13:15 UTC  (2+ messages)

[PATCH] KVM: x86: Zero the IOAPIC scan request dest vCPUs bitmap
 2019-11-20 12:33 UTC  (2+ messages)

general protection fault in virtio_transport_release
 2019-11-20 12:03 UTC  (2+ messages)

[PATCH v9 00/11] SMMUv3 Nested Stage Setup (VFIO part)
 2019-11-20 10:18 UTC  (3+ messages)

[PATCH RFC] KVM: x86: tell guests if the exposed SMT topology is trustworthy
 2019-11-20 10:13 UTC  (5+ messages)

[RFC V4 0/2] Intel IFC VF driver for VDPA
 2019-11-20  9:17 UTC  (3+ messages)
` [RFC V4 1/2] This commit introduced ifcvf_base layer
` [RFC V4 2/2] This commit introduced IFC operations for vdpa

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

[PATCH v9 00/22] KVM RISC-V Support
 2019-11-20  8:04 UTC  (3+ messages)
` [PATCH v9 03/22] RISC-V: Add initial skeletal KVM support

[PATCH v6 00/24] mm/gup: track dma-pinned pages: FOLL_PIN
 2019-11-20  7:17 UTC  (11+ messages)
` [PATCH v6 02/24] mm/gup: factor out duplicate code from four routines
` [PATCH v6 15/24] fs/io_uring: set FOLL_PIN via pin_user_pages()
` [PATCH v6 17/24] mm/gup: track FOLL_PIN pages
` [PATCH v6 24/24] mm, tree-wide: rename put_user_page*() to unpin_user_page*()

[RFC v2 00/22] intel_iommu: expose Shared Virtual Addressing to VM
 2019-11-20  4:27 UTC  (5+ messages)
` [RFC v2 09/22] vfio/pci: add iommu_context notifier for pasid alloc/free

[PATCH v9 Kernel 0/5] Add KABIs to support migration for VFIO devices
 2019-11-20  1:51 UTC  (13+ messages)
` [PATCH v9 Kernel 2/5] vfio iommu: Add ioctl defination to get dirty pages bitmap

[PATCH 0/6] VFIO mdev aggregated resources handling
 2019-11-20  0:46 UTC  (7+ messages)

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

[PATCH] KVM: x86: Unexport kvm_vcpu_reload_apic_access_page()
 2019-11-19 15:34 UTC  (3+ messages)

[PATCH] KVM: nVMX: add CR4_LA57 bit to nested CR4_FIXED1
 2019-11-19 15:34 UTC  (3+ messages)

[PATCH v2 0/3] KVM: VMX: Posted Interrupts fixes
 2019-11-19 14:44 UTC  (4+ messages)
` [PATCH v2 2/3] KVM: VMX: Do not change PID.NDST when loading a blocked vCPU

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

[PATCH v3 00/11] Add AMD SEV guest live migration support
 2019-11-19 14:06 UTC  (6+ messages)
` [PATCH v3 01/11] KVM: SVM: Add KVM_SEV SEND_START command

[PATCH -next] KVM: x86: remove set but not used variable 'called'
 2019-11-19 13:27 UTC  (8+ messages)

[RFC 00/37] KVM: s390: Add support for protected VMs
 2019-11-19 11:40 UTC  (9+ messages)
` [RFC 23/37] KVM: s390: protvirt: Make sure prefix is always protected
` [RFC 36/37] KVM: s390: protvirt: Support cmd 5 operation state


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