kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-13 20:40:45 to 2019-12-17 02:28:41 UTC [more...]

[PATCH RFC 04/15] KVM: Implement ring-based dirty memory tracking
 2019-12-17  2:28 UTC  (14+ messages)

[PATCH v3 0/6] Use 1st-level for IOVA translation
 2019-12-17  2:26 UTC  (14+ messages)
` [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 v2] tools/kvm_stat: Fix kvm_exit filter name
 2019-12-17  2:06 UTC 

[PATCH 3/3] kvm/arm: Standardize kvm exit reason field
 2019-12-17  2:03 UTC  (8+ messages)

[PATCH net 0/2] vsock/virtio: fix null-pointer dereference and related precautions
 2019-12-17  0:07 UTC  (4+ messages)
` [PATCH net 1/2] vsock/virtio: fix null-pointer dereference in virtio_transport_recv_listen()
` [PATCH net 2/2] vsock/virtio: add WARN_ON check on virtio_transport_get_ops()

[PATCH v10 Kernel 0/5] KABIs to support migration for VFIO devices
 2019-12-16 23:16 UTC  (8+ messages)
` [PATCH v10 Kernel 1/5] vfio: KABI for migration interface for device state
` [PATCH v10 Kernel 2/5] vfio iommu: Adds flag to indicate dirty pages tracking capability support
` [PATCH v10 Kernel 3/5] vfio iommu: Add ioctl defination for dirty pages tracking
` [PATCH v10 Kernel 4/5] vfio iommu: Implementation of ioctl to "
` [PATCH v10 Kernel 5/5] vfio iommu: Update UNMAP_DMA ioctl to get dirty bitmap before unmap

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

[PATCH v10 23/25] mm/gup: track FOLL_PIN pages
 2019-12-16 22:18 UTC  (4+ messages)
` [PATCH v11 "

[PATCH v3 0/8] Create a userfaultfd demand paging test
 2019-12-16 21:39 UTC  (9+ 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 7/8] KVM: selftests: Time guest demand paging
` [PATCH v3 8/8] KVM: selftests: Move large memslots above KVM internal memslots in _vm_create

[PATCH 0/9] Create a userfaultfd demand paging test
 2019-12-16 21:35 UTC  (10+ messages)
` [PATCH v2 1/8] KVM: selftests: Create a "
` [PATCH v2 2/8] KVM: selftests: Add demand paging content to the "
` [PATCH v2 3/8] KVM: selftests: Add configurable demand paging delay
` [PATCH v2 4/8] KVM: selftests: Add memory size parameter to the demand paging test
` [PATCH v2 5/8] KVM: selftests: Pass args to vCPU instead of using globals
` [PATCH v2 6/8] KVM: selftests: Support multiple vCPUs in demand paging test
` [PATCH v2 7/8] KVM: selftests: Time guest demand paging
` [PATCH v2 8/8] KVM: selftests: Add parameter to _vm_create for memslot 0 base paddr
` [PATCH v2 8/8] KVM: selftests: Move large memslots above KVM internal memslots in _vm_create

[kvm-unit-tests PATCH 00/10] KVM: arm64: PMUv3 Event Counter Tests
 2019-12-16 20:47 UTC  (11+ messages)
` [kvm-unit-tests PATCH 01/10] arm64: Provide read/write_sysreg_s
` [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
` [kvm-unit-tests PATCH 06/10] arm: pmu: Test chained counter
` [kvm-unit-tests PATCH 07/10] arm: pmu: test 32-bit <-> 64-bit transitions
` [kvm-unit-tests PATCH 08/10] arm: gic: Provide per-IRQ helper functions
` [kvm-unit-tests PATCH 09/10] arm/arm64: gic: Introduce setup_irq() helper
` [kvm-unit-tests PATCH 10/10] arm: pmu: Test overflow interrupts

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

[PATCH v2] kvm: x86: Add logical CPU to KVM_EXIT_FAIL_ENTRY info
 2019-12-16 17:51 UTC  (4+ messages)

[PATCH v5 0/2] kvm: Use huge pages for DAX-backed files
 2019-12-16 17:59 UTC  (11+ messages)
` [PATCH v5 1/2] mm: make dev_pagemap_mapping_shift() externally visible
` [PATCH v5 2/2] kvm: Use huge pages for DAX-backed files

[PATCH 0/3] KVM: arm/arm64: user_mem_abort() assorted fixes
 2019-12-16 18:29 UTC  (9+ messages)
` [PATCH 1/3] KVM: arm/arm64: Properly handle faulting of device mappings
` [PATCH 2/3] KVM: arm/arm64: Re-check VMA on detecting a poisoned page

[PATCH v3 00/10] vfio_pci: wrap pci device as a mediated device
 2019-12-16 17:42 UTC  (8+ messages)
` [PATCH v3 03/10] vfio_pci: refine vfio_pci_driver reference in vfio_pci.c
` [PATCH v3 08/10] vfio/pci: protect cap/ecap_perm bits alloc/free

[PATCH v15 0/7] mm / virtio: Provide support for free page reporting
 2019-12-16 16:28 UTC  (16+ messages)
` [PATCH v15 3/7] mm: Add function __putback_isolated_page
` [PATCH v15 4/7] mm: Introduce Reported pages
` [PATCH v15 6/7] virtio-balloon: Add support for providing free page reports to host

[PATCH 00/12] hw/i386/pc: Move PC-machine specific declarations to 'pc_internal.h'
 2019-12-16 15:48 UTC  (21+ messages)
` [PATCH 03/12] hw/i386/pc: Remove obsolete pc_pci_device_init() declaration
` [PATCH 04/12] hw/i386/pc: Remove obsolete cpu_set_smm_t typedef
` [PATCH 05/12] hw/i386/ich9: Remove unused include
` [PATCH 06/12] hw/i386/ich9: Move unnecessary "pci_bridge.h" include
` [PATCH 07/12] hw/ide/piix: Remove superfluous DEVICE() cast
` [PATCH 08/12] hw/ide/piix: Use ARRAY_SIZE() instead of magic numbers
` [PATCH 09/12] hw/intc/ioapic: Make ioapic_print_redtbl() static
` [PATCH 12/12] hw/i386/pc: Move PC-machine specific declarations to 'pc_internal.h'

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

kernel BUG at arch/x86/kvm/mmu/mmu.c:LINE!
 2019-12-16 15:25 UTC 

[kvm-unit-tests PATCH 00/16] arm/arm64: Add ITS tests
 2019-12-16 14:02 UTC  (17+ messages)
` [kvm-unit-tests PATCH 01/16] libcflat: Add other size defines
` [kvm-unit-tests PATCH 02/16] arm: gic: Provide per-IRQ helper functions
` [kvm-unit-tests PATCH 03/16] arm/arm64: gic: Introduce setup_irq() helper
` [kvm-unit-tests PATCH 04/16] arm/arm64: gicv3: Add some re-distributor defines
` [kvm-unit-tests PATCH 05/16] arm/arm64: ITS: Introspection tests
` [kvm-unit-tests PATCH 06/16] arm/arm64: ITS: Test BASER
` [kvm-unit-tests PATCH 07/16] arm/arm64: ITS: Set the LPI config and pending tables
` [kvm-unit-tests PATCH 08/16] arm/arm64: ITS: Init the command queue
` [kvm-unit-tests PATCH 09/16] arm/arm64: ITS: Enable/Disable LPIs at re-distributor level
` [kvm-unit-tests PATCH 10/16] arm/arm64: ITS: its_enable_defaults
` [kvm-unit-tests PATCH 11/16] arm/arm64: ITS: Device and collection Initialization
` [kvm-unit-tests PATCH 12/16] arm/arm64: ITS: commands
` [kvm-unit-tests PATCH 13/16] arm/arm64: ITS: INT functional tests
` [kvm-unit-tests PATCH 14/16] arm/run: Allow Migration tests
` [kvm-unit-tests PATCH 15/16] arm/arm64: ITS: migration tests
` [kvm-unit-tests PATCH 16/16] arm/arm64: ITS: pending table migration test

[PATCH 0/8] Simplify memory_region_add_subregion_overlap(..., priority=0)
 2019-12-16 11:46 UTC  (17+ messages)
` [PATCH 1/8] hw/arm/nrf51_soc: Use memory_region_add_subregion() when priority is 0
` [PATCH 2/8] hw/arm/raspi: "
` [PATCH 3/8] hw/arm/xlnx-versal: "
` [PATCH 4/8] hw/i386/intel_iommu: Use memory_region_add_subregion "
` [PATCH 5/8] hw/mips/boston: Use memory_region_add_subregion() "
` [PATCH 6/8] hw/vfio/pci: "
` [PATCH 7/8] target/i386: "
` [PATCH 8/8] target/i386/cpu: Use 'mr' for MemoryRegion variables

mainline-5.5.0-rc1: do_mount_root+0x6c/0x10d - kernel crash while mounting rootfs
 2019-12-16 10:53 UTC  (3+ messages)

[PATCH RFC v4 00/13] virtio-mem: paravirtualized memory
 2019-12-16 11:03 UTC  (3+ messages)

[kvm-unit-tests PATCH v4 0/9] s390x: Testing the Channel Subsystem I/O
 2019-12-16 10:54 UTC  (5+ messages)
` [kvm-unit-tests PATCH v4 9/9] s390x: css: ping pong

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

[PATCH v3 00/15] KVM: Dynamically size memslot arrays
 2019-12-16  8:25 UTC  (6+ messages)
` [PATCH v3 05/15] KVM: Drop kvm_arch_create_memslot()

[PATCH v8 0/7] Introduce support for guest CET feature
 2019-12-16  2:18 UTC  (4+ messages)
` [PATCH v8 3/7] KVM: VMX: Pass through CET related MSRs

[vhost:linux-next 12/12] drivers/vhost/vhost.c:1968:25: sparse: sparse: incompatible types in comparison expression (different type sizes):
 2019-12-15 18:54 UTC 

[vhost:linux-next 12/12] drivers/vhost/vhost.c:1968:11: note: in expansion of macro 'min'
 2019-12-15 18:01 UTC 

[PATCH 0/7] KVM: arm/arm64: Help VMs dying quicker
 2019-12-15 10:27 UTC  (5+ messages)
` [PATCH 1/7] KVM: Pass mmu_notifier_range down to kvm_unmap_hva_range()

[PATCH kvm-unit-tests] Update AMD instructions to conform to LLVM assembler
 2019-12-14 19:05 UTC 

[PATCH] kvm: x86: Add logical CPU to KVM_EXIT_FAIL_ENTRY info
 2019-12-14  7:32 UTC  (4+ messages)

[PATCH] KVM: vmx: delete meaningless nested_vmx_prepare_msr_bitmap() declaration
 2019-12-14  6:48 UTC 

[PATCH 0/2] KVM: x86: X86_FEATURE bit() cleanup
 2019-12-14  3:35 UTC  (2+ messages)

[PATCH] KVM: nVMX: WARN on failure to set IA32_PERF_GLOBAL_CTRL
 2019-12-14  0:33 UTC 

[PATCH 1/2] kvm: x86: Host feature SSBD doesn't imply guest feature SPEC_CTRL_SSBD
 2019-12-14  0:15 UTC  (2+ messages)
` [PATCH 2/2] kvm: x86: Host feature SSBD doesn't imply guest feature AMD_SSBD

[PATCH] KVM: nVMX: Use SET_MSR_OR_WARN() to simplify failure logging
 2019-12-13 23:55 UTC  (4+ messages)

[PULL] virtio: cleanups and fixes
 2019-12-13 23:10 UTC  (2+ messages)

[kvm-unit-tests RFC 00/10] KVM: arm64: PMUv3 Event Counter Tests
 2019-12-13 19:10 UTC  (5+ messages)
` [kvm-unit-tests RFC 03/10] pmu: Add a pmu struct
` [kvm-unit-tests RFC 04/10] pmu: Check Required Event Support


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