kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-02 13:47:16 to 2020-01-07 22:48:47 UTC [more...]

[PATCH v12 00/22] mm/gup: prereqs to track dma-pinned pages: FOLL_PIN
 2020-01-07 22:45 UTC  (20+ messages)
` [PATCH v12 01/22] mm/gup: factor out duplicate code from four routines
` [PATCH v12 02/22] mm/gup: move try_get_compound_head() to top, fix minor issues
` [PATCH v12 04/22] mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pages
` [PATCH v12 06/22] mm: fix get_user_pages_remote()'s handling of FOLL_LONGTERM
` [PATCH v12 07/22] vfio: fix FOLL_LONGTERM use, simplify get_user_pages_remote() call
` [PATCH v12 08/22] mm/gup: allow FOLL_FORCE for get_user_pages_fast()
` [PATCH v12 09/22] IB/umem: use get_user_pages_fast() to pin DMA pages
` [PATCH v12 11/22] mm/gup: introduce pin_user_pages*() and FOLL_PIN
` [PATCH v12 12/22] goldish_pipe: convert to pin_user_pages() and put_user_page()
` [PATCH v12 13/22] IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODP
` [PATCH v12 14/22] mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote()
` [PATCH v12 15/22] drm/via: set FOLL_PIN via pin_user_pages_fast()
` [PATCH v12 16/22] fs/io_uring: set FOLL_PIN via pin_user_pages()
` [PATCH v12 17/22] net/xdp: "
` [PATCH v12 18/22] media/v4l2-core: pin_user_pages (FOLL_PIN) and put_user_page() conversion
` [PATCH v12 19/22] vfio, mm: "
` [PATCH v12 20/22] powerpc: book3s64: convert to pin_user_pages() and put_user_page()
` [PATCH v12 21/22] mm/gup_benchmark: use proper FOLL_WRITE flags instead of hard-coding "1"
` [PATCH v12 22/22] mm, tree-wide: rename put_user_page*() to unpin_user_page*()

[PATCH v2] KVM: SVM: Override default MMIO mask if memory encryption is enabled
 2020-01-07 22:28 UTC  (6+ messages)

[PATCH v11 Kernel 0/6] KABIs to support migration for VFIO devices
 2020-01-07 22:02 UTC  (8+ messages)
` [PATCH v11 Kernel 3/6] vfio iommu: Implementation of ioctl to for dirty pages tracking
` [PATCH v11 Kernel 6/6] vfio: Selective dirty page tracking if IOMMU backed device pins pages

[PATCH v3 0/8] Create a userfaultfd demand paging test
 2020-01-07 21:20 UTC  (22+ messages)
` [PATCH v3 1/8] KVM: selftests: Create a "
` [PATCH v3 2/8] KVM: selftests: Add demand paging content to the "
` [PATCH v3 3/8] KVM: selftests: Add configurable demand paging delay
` [PATCH v3 4/8] KVM: selftests: Add memory size parameter to the demand paging test
` [PATCH v3 5/8] KVM: selftests: Pass args to vCPU instead of using globals
` [PATCH v3 6/8] KVM: selftests: Support multiple vCPUs in demand paging test
` [PATCH v3 8/8] KVM: selftests: Move large memslots above KVM internal memslots in _vm_create

[PATCH v5 0/2] kvm: Use huge pages for DAX-backed files
 2020-01-07 19:19 UTC  (10+ messages)
` [PATCH v5 2/2] "

[PATCH v10 Kernel 0/5] KABIs to support migration for VFIO devices
 2020-01-07 18:56 UTC  (18+ messages)
` [PATCH v10 Kernel 1/5] vfio: KABI for migration interface for device state

[Newbie question] Why usage of CPU inside VM and outside VM is different
 2020-01-07 18:18 UTC  (6+ messages)

[PATCH 0/4] use mmgrab
 2020-01-07 17:10 UTC  (12+ messages)
` [PATCH 2/4] vfio: vfio_pci_nvlink2: "
` [PATCH 3/4] vfio/spapr_tce: "

[PATCH 0/2] page hinting add passthrough support
 2020-01-07 16:37 UTC  (5+ messages)
` [PATCH 1/2] vfio: add mmap/munmap API for page hinting
` [PATCH 2/2] KVM: add support "

[PATCH v2 00/18] arm64: KVM: add SPE profiling support
 2020-01-07 15:13 UTC  (8+ messages)
` [PATCH v2 02/18] arm64: KVM: reset E2PB correctly in MDCR_EL2 when exiting the guest(VHE)
` [PATCH v2 09/18] arm64: KVM: enable conditional save/restore full SPE profiling buffer controls

[PATCH next] KVM: Fix debugfs_simple_attr.cocci warnings
 2020-01-07 14:01 UTC  (2+ messages)

[kvm-unit-tests] ./run_tests.sh error?
 2020-01-07 13:29 UTC  (4+ messages)

KVM call for agenda for 2020-01-14
 2020-01-07 12:22 UTC 

[PATCH v4 00/12] vfio_pci: wrap pci device as a mediated device
 2020-01-07 12:01 UTC  (13+ messages)
` [PATCH v4 01/12] vfio_pci: refine user config reference in vfio-pci module
` [PATCH v4 02/12] vfio_pci: move vfio_pci_is_vga/vfio_vga_disabled to header file
` [PATCH v4 03/12] vfio_pci: refine vfio_pci_driver reference in vfio_pci.c
` [PATCH v4 04/12] vfio_pci: make common functions be extern
` [PATCH v4 05/12] vfio_pci: duplicate vfio_pci.c
` [PATCH v4 06/12] vfio_pci: shrink vfio_pci_common.c
` [PATCH v4 07/12] vfio_pci: shrink vfio_pci.c
` [PATCH v4 08/12] vfio_pci: duplicate vfio_pci_private.h to include/linux
` [PATCH v4 09/12] vfio: split vfio_pci_private.h into two files
` [PATCH v4 10/12] vfio: build vfio_pci_common.c into a kernel module
` [PATCH v4 11/12] samples: add vfio-mdev-pci driver
` [PATCH v4 12/12] samples: refine "

[kvm-unit-tests PATCH 00/10] KVM: arm64: PMUv3 Event Counter Tests
 2020-01-07 12:19 UTC  (9+ messages)
` [kvm-unit-tests PATCH 02/10] arm: pmu: Let pmu tests take a sub-test parameter
` [kvm-unit-tests PATCH 03/10] arm: pmu: Add a pmu struct
` [kvm-unit-tests PATCH 04/10] arm: pmu: Check Required Event Support
` [kvm-unit-tests PATCH 05/10] arm: pmu: Basic event counter Tests

vhost changes (batched) in linux-next after 12/13 trigger random crashes in KVM guests after reboot
 2020-01-07 12:16 UTC  (10+ messages)

[PATCH 0/2] use vfio_iova_rw() to read/write IOVAs from CPU side
 2020-01-07 10:21 UTC  (4+ messages)
` [PATCH 1/2] vfio: introduce vfio_iova_rw to read/write a range of IOVAs
` [PATCH 2/2] drm/i915/gvt: subsitute kvm_read/write_guest with vfio_iova_rw

[PATCH] vfio-ccw: Use the correct style for SPDX License Identifier
 2020-01-07  9:47 UTC  (2+ messages)

[RFC PATCH v9 0/8] Enable ptp_kvm for arm64
 2020-01-07  9:33 UTC  (8+ messages)
` [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

[kvm-unit-tests PATCH 00/16] arm/arm64: Add ITS tests
 2020-01-07  7:39 UTC  (5+ messages)
` [kvm-unit-tests PATCH 01/16] libcflat: Add other size defines
` [kvm-unit-tests PATCH 14/16] arm/run: Allow Migration tests

[PATCH v11 00/25] mm/gup: track dma-pinned pages: FOLL_PIN
 2020-01-07  1:26 UTC  (12+ messages)

VFIO PROBLEM: pci_alloc_irq_vectors function request 32 MSI interrupts vectors, but return 1 in KVM virtual machine
 2020-01-06 22:40 UTC  (2+ messages)

[PATCH v2 00/13] KVM: x86: Extend Spectre-v1 mitigation
 2020-01-06 20:19 UTC  (28+ messages)
` [PATCH v2 01/13] KVM: x86: Protect x86_decode_insn from Spectre-v1/L1TF attacks
` [PATCH v2 02/13] KVM: x86: Protect kvm_hv_msr_[get|set]_crash_data() "
` [PATCH v2 03/13] KVM: x86: Refactor picdev_write() to prevent "
` [PATCH v2 04/13] KVM: x86: Protect ioapic_read_indirect() from "
` [PATCH v2 05/13] KVM: x86: Protect ioapic_write_indirect() "
` [PATCH v2 06/13] KVM: x86: Protect kvm_lapic_reg_write() "
` [PATCH v2 07/13] KVM: x86: Protect MSR-based index computations in fixed_msr_to_seg_unit() "
` [PATCH v2 08/13] KVM: x86: Protect MSR-based index computations in pmu.h "
` [PATCH v2 09/13] KVM: x86: Protect MSR-based index computations from Spectre-v1/L1TF attacks in x86.c
` [PATCH v2 10/13] KVM: x86: Protect memory accesses "
` [PATCH v2 12/13] KVM: x86: Protect DR-based index computations from Spectre-v1/L1TF attacks
` [PATCH v2 13/13] KVM: x86: Protect pmu_intel.c "

[PATCH 00/59] KVM: arm64: ARMv8.3 Nested Virtualization support
 2020-01-06 16:31 UTC  (5+ messages)
` [PATCH 35/59] KVM: arm/arm64: nv: Support multiple nested stage 2 mmu structures

[kvm-unit-tests PATCH v3 00/18] arm/arm64: Various fixes
 2020-01-06 16:28 UTC  (37+ messages)
` [kvm-unit-tests PATCH v3 03/18] lib: Add WRITE_ONCE and READ_ONCE implementations in compiler.h
` [kvm-unit-tests PATCH v3 04/18] lib: arm/arm64: Use WRITE_ONCE to update the translation tables
` [kvm-unit-tests PATCH v3 05/18] lib: arm/arm64: Remove unused CPU_OFF parameter
` [kvm-unit-tests PATCH v3 06/18] arm/arm64: psci: Don't run C code without stack or vectors
` [kvm-unit-tests PATCH v3 10/18] arm/arm64: selftest: Add prefetch abort test
` [kvm-unit-tests PATCH v3 11/18] arm64: timer: Write to ICENABLER to disable timer IRQ
` [kvm-unit-tests PATCH v3 12/18] arm64: timer: EOIR the interrupt after masking the timer
` [kvm-unit-tests PATCH v3 13/18] arm64: timer: Test behavior when timer disabled or masked
` [kvm-unit-tests PATCH v3 15/18] arm/arm64: Perform dcache clean + invalidate after turning MMU off

[PULL kvm-unit-tests 00/17] arm/arm64: fixes and updates
 2020-01-06 10:03 UTC  (18+ messages)
` [PULL kvm-unit-tests 01/17] arm: Add missing test name prefix for pl031 and spinlock
` [PULL kvm-unit-tests 02/17] arm: Enable the VFP
` [PULL kvm-unit-tests 03/17] arm/arm64: PL031: Fix check_rtc_irq
` [PULL kvm-unit-tests 04/17] devicetree: Fix the dt_for_each_cpu_node
` [PULL kvm-unit-tests 05/17] lib: arm/arm64: Remove unnecessary dcache maintenance operations
` [PULL kvm-unit-tests 06/17] lib: arm: Add proper data synchronization barriers for TLBIs
` [PULL kvm-unit-tests 07/17] lib: Add WRITE_ONCE and READ_ONCE implementations in compiler.h
` [PULL kvm-unit-tests 08/17] lib: arm/arm64: Use WRITE_ONCE to update the translation tables
` [PULL kvm-unit-tests 09/17] lib: arm/arm64: Remove unused CPU_OFF parameter
` [PULL kvm-unit-tests 10/17] lib: arm/arm64: Add missing include for alloc_page.h in pgtable.h
` [PULL kvm-unit-tests 11/17] lib: arm: Implement flush_tlb_all
` [PULL kvm-unit-tests 12/17] lib: arm/arm64: Teach mmu_clear_user about block mappings
` [PULL kvm-unit-tests 13/17] arm64: timer: Write to ICENABLER to disable timer IRQ
` [PULL kvm-unit-tests 14/17] lib: arm/arm64: Refuse to disable the MMU with non-identity stack pointer
` [PULL kvm-unit-tests 15/17] arm: cstart64.S: Downgrade TLBI to non-shareable in asm_mmu_enable
` [PULL kvm-unit-tests 16/17] arm/arm64: Invalidate TLB before enabling MMU
` [PULL kvm-unit-tests 17/17] arm: cstart64.S: Remove icache invalidation from asm_mmu_enable

[PATCH v2] sched/nohz: Optimize get_nohz_timer_target()
 2020-01-06  6:21 UTC  (3+ messages)

[PATCH v3 00/10] vfio_pci: wrap pci device as a mediated device
 2020-01-06  5:29 UTC  (6+ messages)
` [PATCH v3 08/10] vfio/pci: protect cap/ecap_perm bits alloc/free

[patch V2 00/17] entry: Provide generic implementation for host and guest entry/exit work
 2020-01-06  4:11 UTC  (3+ messages)
` [patch V2 09/17] x86/entry: Remove _TIF_NOHZ from _TIF_WORK_SYSCALL_ENTRY

[PATCH v2] KVM: SVM: Fix potential memory leak in svm_cpu_init()
 2020-01-04  8:56 UTC 

[PATCH v10 Kernel 4/5] vfio iommu: Implementation of ioctl to for dirty pages tracking
 2020-01-04  3:53 UTC  (12+ messages)

[PATCH v16 0/9] mm / virtio: Provide support for free page reporting
 2020-01-03 21:24 UTC  (14+ messages)
` [PATCH v16 1/9] mm: Adjust shuffle code to allow for future coalescing
` [PATCH v16 2/9] mm: Use zone and order instead of free area in free_list manipulators
` [PATCH v16 3/9] mm: Add function __putback_isolated_page
` [PATCH v16 4/9] mm: Introduce Reported pages
` [PATCH v16 5/9] virtio-balloon: Pull page poisoning config out of free page hinting
` [PATCH v16 6/9] virtio-balloon: Add support for providing free page reports to host
` [PATCH v16 7/9] mm: Rotate free list so reported pages are moved to the tail of the list
` [PATCH v16 8/9] mm: Add budget limit to how many pages can be reported per list per pass
` [PATCH v16 9/9] mm: Add free page reporting documentation
` [PATCH v16 QEMU 1/3] virtio-ballon: Implement support for page poison tracking feature
` [PATCH v16 QEMU 2/3] virtio-balloon: Add support for providing free page reports to host
` [PATCH v16 QEMU 3/3] virtio-balloon: Provide a interface for free page reporting
` [PATCH v16 QEMU 4/3 RFC] memory: Add support for MADV_FREE as mechanism to lazy discard pages

[PATCH] KVM: SVM: Fix potential memory leak in svm_cpu_init()
 2020-01-03  2:19 UTC 

[kvm-unit-tests RFC PATCH v3 0/7] arm64: Run at EL2
 2020-01-02 13:46 UTC  (4+ messages)
` [kvm-unit-tests RFC PATCH v3 5/7] lib: arm64: Add support for disabling and re-enabling VHE
` [kvm-unit-tests RFC PATCH v3 6/7] arm64: selftest: Expand EL2 test to disable and re-enable VHE
` [kvm-unit-tests RFC PATCH v3 7/7] arm64: timer: Run tests with VHE disabled


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