messages from 2022-02-17 13:07:05 to 2022-02-19 00:00:01 UTC [more...]
[PATCH v2 00/18] KVM: MMU: do not unload MMU roots on all role changes
2022-02-18 23:59 UTC (38+ messages)
` [PATCH v2 01/18] KVM: x86: host-initiated EFER.LME write affects the MMU
` [PATCH v2 02/18] KVM: x86: do not deliver asynchronous page faults if CR0.PG=0
` [PATCH v2 03/18] KVM: x86/mmu: WARN if PAE roots linger after kvm_mmu_unload
` [PATCH v2 04/18] KVM: x86/mmu: avoid NULL-pointer dereference on page freeing bugs
` [PATCH v2 05/18] KVM: x86/mmu: use struct kvm_mmu_root_info for mmu->root
` [PATCH v2 06/18] KVM: x86/mmu: do not consult levels when freeing roots
` [PATCH v2 07/18] KVM: x86/mmu: Do not use guest root level in audit
` [PATCH v2 08/18] KVM: x86/mmu: do not pass vcpu to root freeing functions
` [PATCH v2 09/18] KVM: x86/mmu: look for a cached PGD when going from 32-bit to 64-bit
` [PATCH v2 10/18] KVM: x86/mmu: load new PGD after the shadow MMU is initialized
` [PATCH v2 11/18] KVM: x86/mmu: Always use current mmu's role when loading new PGD
` [PATCH v2 12/18] KVM: x86/mmu: clear MMIO cache when unloading the MMU
` [PATCH v2 13/18] KVM: x86: reset and reinitialize the MMU in __set_sregs_common
` [PATCH v2 14/18] KVM: x86/mmu: avoid indirect call for get_cr3
` [PATCH v2 15/18] KVM: x86/mmu: rename kvm_mmu_new_pgd, introduce variant that calls get_guest_pgd
` [PATCH v2 16/18] KVM: x86: introduce KVM_REQ_MMU_UPDATE_ROOT
` [PATCH v2 17/18] KVM: x86: flush TLB separately from MMU reset
` [PATCH v2 18/18] KVM: x86: do not unload MMU roots on all role changes
[PATCH 0/3] s390: Ultravisor device
2022-02-18 23:28 UTC (3+ messages)
` [PATCH 3/3] selftests: drivers/s390x: Add uvdevice tests
[syzbot] INFO: task hung in vhost_work_dev_flush
2022-02-18 23:23 UTC
[PATCH 1/2] kvm/x86: rename kvm's read_tsc() as kvm_read_host_tsc()
2022-02-18 22:49 UTC (3+ messages)
` [PATCH 2/2] timers: retpoline mitigation for time funcs
[PATCH v4 00/17] perf: KVM: Fix, optimize, and clean up callbacks
2022-02-18 22:35 UTC (8+ messages)
` [PATCH v4 09/17] perf/core: Use static_call to optimize perf_guest_info_callbacks
[PATCH v4 10/10] KVM: s390: selftests: Test memops with storage keys
2022-02-18 22:14 UTC (10+ messages)
` (no subject)
` [PATCH 1/2] KVM: s390: selftests: Refactor memop test
` [PATCH 2/2] KVM: s390: selftests: Test vm and vcpu memop with keys
[PATCH v0 00/15] KVM: Add Xen event channel acceleration
2022-02-18 21:45 UTC (4+ messages)
` [PATCH v0 02/15] KVM: x86/xen: Use gfn_to_pfn_cache for runstate area
Call for GSoC and Outreachy project ideas for summer 2022
2022-02-18 21:03 UTC (12+ messages)
[PATCH] selftests: KVM: add sev_migrate_tests on machines without SEV-ES
2022-02-18 19:44 UTC (2+ messages)
[PATCH v4 0/6] Improve KVM's interaction with CPU hotplug
2022-02-18 18:34 UTC (3+ messages)
` [PATCH v4 5/6] KVM: Rename and move CPUHP_AP_KVM_STARTING to ONLINE section
[PATCH 1/2] KVM: x86/pmu: Extract check_pmu_event_filter() from the same semantics
2022-02-18 18:25 UTC (4+ messages)
` [PATCH 2/2] KVM: x86/pmu: Protect kvm->arch.pmu_event_filter with SRCU
[syzbot] WARNING in vhost_dev_cleanup (2)
2022-02-18 18:23 UTC (8+ messages)
[PATCH v7 0/1] s390x: KVM: CPU Topology
2022-02-18 18:24 UTC (9+ messages)
` [PATCH v7 1/1] s390x: KVM: guest support for topology function
[PATCH] KVM: x86: Forcibly leave nested virt when SMM state is toggled
2022-02-18 18:14 UTC (5+ messages)
[PATCH v3 0/6] kvm: x86: better handling of optional kvm_x86_ops
2022-02-18 17:41 UTC (18+ messages)
` [PATCH v3 1/6] KVM: x86: return 1 unconditionally for availability of KVM_CAP_VAPIC
` [PATCH v3 2/6] KVM: x86: use static_call_cond for optional callbacks
` [PATCH v3 3/6] KVM: x86: remove KVM_X86_OP_NULL and mark optional kvm_x86_ops
` [PATCH v3 4/6] KVM: x86: warn on incorrectly NULL members of kvm_x86_ops
` [PATCH v3 5/6] KVM: x86: make several AVIC callbacks optional
` [PATCH v3 6/6] KVM: x86: allow defining return-0 static calls
[RFC v2 0/4] vfio/hisilicon: add acc live migration driver
2022-02-18 16:37 UTC (2+ messages)
[PATCH] kvm/vmx: Make setup/unsetup under the same conditions
2022-02-18 16:17 UTC (2+ messages)
[PATCH 1/4] x86/kvm: remove a redundant variable
2022-02-18 16:10 UTC (2+ messages)
[PATCH] kvm: correct comment description issue
2022-02-18 16:04 UTC (2+ messages)
[PATCH v6 00/11] Fix BUG_ON in vfio_iommu_group_notifier()
2022-02-18 15:51 UTC (14+ messages)
` [PATCH v6 01/11] iommu: Add dma ownership management interfaces
` [PATCH v6 02/11] driver core: Add dma_cleanup callback in bus_type
` [PATCH v6 03/11] amba: Stop sharing platform_dma_configure()
` [PATCH v6 04/11] bus: platform,amba,fsl-mc,PCI: Add device DMA ownership management
` [PATCH v6 05/11] PCI: pci_stub: Set driver_managed_dma
` [PATCH v6 06/11] PCI: portdrv: "
` [PATCH v6 07/11] vfio: Set DMA ownership for VFIO devices
` [PATCH v6 08/11] vfio: Remove use of vfio_group_viable()
` [PATCH v6 09/11] vfio: Delete the unbound_list
` [PATCH v6 10/11] vfio: Remove iommu group notifier
` [PATCH v6 11/11] iommu: Remove iommu group changes notifier
[PATCH V7 mlx5-next 00/15] Add mlx5 live migration driver and v2 migration protocol
2022-02-18 14:06 UTC (7+ messages)
` [PATCH V7 mlx5-next 15/15] vfio: Extend the device migration protocol with PRE_COPY
[PATCH kvmtool v2] aarch64: Add stolen time support
2022-02-18 14:03 UTC (4+ messages)
[syzbot] kernel BUG in vhost_get_vq_desc
2022-02-18 11:37 UTC (3+ messages)
VFIO_IOMMU_TYPE1 inefficiencies for certain use cases
2022-02-18 10:17 UTC
[PATCH v2] KVM: SEV: Allow SEV intra-host migration of VM with mirrors
2022-02-18 9:43 UTC (2+ messages)
[PATCH] x86/kvm: Don't use pv tlb/ipi/sched_yield if on 1 vCPU
2022-02-18 8:36 UTC (2+ messages)
[PATCH v1 1/1] x86/kvm: Fix compilation warning in non-x86_64 builds
2022-02-18 8:36 UTC (2+ messages)
[PATCH v2 1/1] x86/kvm/fpu: Remove kvm_vcpu_arch.guest_supported_xcr0
2022-02-18 3:43 UTC
[kvm:master 22/22] arch/x86/kvm/x86.c:992:19: error: unused function 'kvm_guest_supported_xfd'
2022-02-18 3:29 UTC (2+ messages)
[PATCH v5 00/14] Fix BUG_ON in vfio_iommu_group_notifier()
2022-02-18 1:07 UTC (2+ messages)
[PATCH v3] KVM: Move VM's worker kthreads back to the original cgroup before exiting
2022-02-17 23:22 UTC (5+ messages)
[RFC PATCH v2 0/5] vfio/pci: Enable runtime power management support
2022-02-17 23:14 UTC (3+ messages)
` [RFC PATCH v2 4/5] vfio/pci: Invalidate mmaps and block the access in D3hot power state
[PATCH v4 00/12] KVM: mm: fd-based approach for supporting KVM guest private memory
2022-02-17 19:09 UTC (15+ messages)
` [PATCH v4 01/12] mm/shmem: Introduce F_SEAL_INACCESSIBLE
` [PATCH v4 04/12] mm/shmem: Support memfile_notifier
` [PATCH v4 12/12] KVM: Expose KVM_MEM_PRIVATE
[PATCH v4 0/2] x86/kvm/fpu: Fix guest migration bugs that can crash guest
2022-02-17 18:08 UTC (6+ messages)
` [PATCH v4 1/2] x86/kvm/fpu: Mask guest fpstate->xfeatures with guest_supported_xcr0
[PATCH v2] kvm: x86: Disable KVM_HC_CLOCK_PAIRING if tsc is in always catchup mode
2022-02-17 17:39 UTC (7+ messages)
[kvm-unit-tests PATCH] configure: arm: Fixes to build and run tests on Apple Silicon
2022-02-17 17:11 UTC (3+ messages)
[PATCH] KVM: arm64: Don't miss pending interrupts for suspended vCPU
2022-02-17 16:30 UTC (3+ messages)
[PATCH v6 00/64] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
2022-02-17 16:29 UTC (5+ messages)
` [PATCH v6 36/64] KVM: arm64: nv: Handle shadow stage 2 page faults
` [PATCH v6 37/64] KVM: arm64: nv: Restrict S2 RD/WR permissions to match the guest's
[PATCH v7 0/3] KVM: x86: Provide per VM capability for disabling PMU virtualization
2022-02-17 16:22 UTC (5+ messages)
` [PATCH v7 1/3] "
` [PATCH v7 2/3] KVM: selftests: Carve out helper to create "default" VM without vCPUs
[PATCH v17] qapi: introduce 'x-query-x86-cpuid' QMP command
2022-02-17 16:08 UTC (3+ messages)
[PATCH v6 00/11] s390x: CPU Topology
2022-02-17 15:50 UTC (16+ messages)
` [PATCH v6 01/11] s390x: SCLP: reporting the maximum nested topology entries
` [PATCH v6 02/11] s390x: topology: CPU topology objects and structures
` [PATCH v6 03/11] s390x: topology: implementating Store Topology System Information
` [PATCH v6 04/11] s390x: CPU topology: CPU topology migration
` [PATCH v6 05/11] s390x: kvm: topology: interception of PTF instruction
` [PATCH v6 06/11] s390x: topology: Adding books to CPU topology
` [PATCH v6 07/11] s390x: topology: Adding books to STSI
` [PATCH v6 08/11] s390x: topology: Adding drawers to CPU topology
` [PATCH v6 09/11] s390x: topology: Adding drawers to STSI
` [PATCH v6 10/11] s390x: topology: implementing numa for the s390x topology
` [PATCH v6 11/11] s390x: topology: documentation
[kvm-unit-tests PATCH 0/3] nSVM: Add testing for routing L2 exceptions
2022-02-17 15:20 UTC (10+ messages)
` [kvm-unit-tests PATCH 1/3] x86: Add routines to set/clear PT_USER_MASK for all pages
` [kvm-unit-tests PATCH 3/3] x86: nSVM: Add an exception test framework and tests
[PATCH kvmtool] aarch64: Add stolen time support
2022-02-17 15:05 UTC (3+ messages)
[kvm-unit-tests GIT PULL 0/9] s390x: smp lib improvements and more
2022-02-17 14:44 UTC (11+ messages)
` [kvm-unit-tests GIT PULL 1/9] s390x/cpumodel: give each test a unique output line
` [kvm-unit-tests GIT PULL 2/9] s390x: uv: Fix UVC cmd prepare reset name
` [kvm-unit-tests GIT PULL 3/9] s390x: firq: fix running in PV
` [kvm-unit-tests GIT PULL 4/9] lib: s390x: smp: guarantee that boot CPU has index 0
` [kvm-unit-tests GIT PULL 5/9] lib: s390x: smp: refactor smp functions to accept indexes
` [kvm-unit-tests GIT PULL 6/9] s390x: smp: use CPU indexes instead of addresses
` [kvm-unit-tests GIT PULL 7/9] s390x: firq: "
` [kvm-unit-tests GIT PULL 8/9] s390x: skrf: "
` [kvm-unit-tests GIT PULL 9/9] s390x: stsi: Define vm_is_kvm to be used in different tests
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox