public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-03-28 13:17:07 to 2022-03-30 18:09:32 UTC [more...]

[PATCH v2 00/19] Control VQ support in vDPA
 2022-03-30 18:03 UTC  (6+ messages)
` [PATCH v2 01/19] vhost: move the backend feature bits to vhost_types.h
` [PATCH v2 02/19] virtio-vdpa: don't set callback if virtio doesn't need it
` [PATCH v2 03/19] vhost-vdpa: passing iotlb to IOMMU mapping helpers
` [PATCH v2 04/19] vhost-vdpa: switch to use vhost-vdpa specific IOTLB
` [PATCH v2 05/19] vdpa: introduce virtqueue groups

[PATCH v3 00/11] KVM: x86: Add a cap to disable NX hugepages on a VM
 2022-03-30 18:02 UTC  (13+ messages)
` [PATCH v3 01/11] KVM: selftests: Add vm_alloc_page_table_in_memslot library function
` [PATCH v3 02/11] KVM: selftests: Dump VM stats in binary stats test
` [PATCH v3 03/11] KVM: selftests: Test reading a single stat
` [PATCH v3 04/11] KVM: selftests: Add memslot parameter to elf_load
` [PATCH v3 05/11] KVM: selftests: Improve error message in vm_phy_pages_alloc
` [PATCH v3 06/11] KVM: selftests: Add NX huge pages test
` [PATCH v3 07/11] KVM: x86/MMU: Factor out updating NX hugepages state for a VM
` [PATCH v3 08/11] KVM: x86/MMU: Allow NX huge pages to be disabled on a per-vm basis
` [PATCH v3 09/11] KVM: x86: Fix errant brace in KVM capability handling
` [PATCH v3 10/11] KVM: x86/MMU: Require reboot permission to disable NX hugepages
` [PATCH v3 11/11] selftests: KVM: Test disabling NX hugepages on a VM

[PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-03-30 17:58 UTC  (32+ messages)
` [PATCH v5 02/13] mm: Introduce memfile_notifier
` [PATCH v5 05/13] KVM: Extend the memslot to support fd-based private memory
` [PATCH v5 06/13] KVM: Use kvm_userspace_memory_region_ext
` [PATCH v5 07/13] KVM: Add KVM_EXIT_MEMORY_ERROR exit
` [PATCH v5 08/13] KVM: Use memfile_pfn_ops to obtain pfn for private pages
` [PATCH v5 09/13] KVM: Handle page fault for private memory
` [PATCH v5 10/13] KVM: Register private memslot to memory backing store
` [PATCH v5 11/13] KVM: Zap existing KVM mappings when pages changed in the private fd
` [PATCH v5 12/13] KVM: Expose KVM_MEM_PRIVATE

[PATCH] KVM: MMU: propagate alloc_workqueue failure
 2022-03-30 16:55 UTC 

[PATCH] KVM: SEV: Add cond_resched() to loop in sev_clflush_pages()
 2022-03-30 16:52 UTC  (2+ messages)

[RFC PATCH V3 0/4] KVM: X86: Add and use shadow page with level expanded or acting as pae_root
 2022-03-30 16:01 UTC  (6+ messages)
` [RFC PATCH V3 1/4] KVM: X86: Add arguement gfn and role to kvm_mmu_alloc_page()
` [RFC PATCH V3 2/4] KVM: X86: Introduce role.glevel for level expanded pagetable
` [RFC PATCH V3 3/4] KVM: X86: Alloc role.pae_root shadow page
` [RFC PATCH V3 4/4] KVM: X86: Use passthrough and pae_root shadow page for 32bit guests

[PATCH v3.1 0/4] KVM: x86: Use static calls to reduce kvm_pmu_ops overhead
 2022-03-30 15:02 UTC  (6+ messages)
` [PATCH v3.1 1/4] KVM: x86: Move kvm_ops_static_call_update() to x86.c
` [PATCH v3.1 2/4] KVM: x86: Copy kvm_pmu_ops by value to eliminate layer of indirection
` [PATCH v3.1 3/4] KVM: x86: Move .pmu_ops to kvm_x86_init_ops and tag as __initdata
` [PATCH v3.1 4/4] KVM: x86: Use static calls to reduce kvm_pmu_ops overhead

[kvm-unit-tests PATCH v1 0/4] lib: s390x: Refactor and rename vm.[ch]
 2022-03-30 14:43 UTC  (5+ messages)
` [kvm-unit-tests PATCH v1 1/4] s390x: remove spurious includes
` [kvm-unit-tests PATCH v1 2/4] lib: s390: rename and refactor vm.[ch]
` [kvm-unit-tests PATCH v1 3/4] lib: s390x: functions for machine models
` [kvm-unit-tests PATCH v1 4/4] lib: s390x: stidp wrapper and move get_machine_id

[PATCH v2 00/26] Extend Eager Page Splitting to the shadow MMU
 2022-03-30 14:28 UTC  (9+ messages)
` [PATCH v2 03/26] KVM: x86/mmu: Derive shadow MMU page role from parent
` [PATCH v2 05/26] KVM: x86/mmu: Rename shadow MMU functions that deal with shadow pages

[PATCH RFC 00/12] IOMMUFD Generic interface
 2022-03-30 13:35 UTC  (17+ messages)
` [PATCH RFC 08/12] iommufd: IOCTLs for the io_pagetable
` [PATCH RFC 11/12] iommufd: vfio container FD ioctl compatibility

[PATCH v9 00/18] KVM: s390: pv: implement lazy destroy for reboot
 2022-03-30 12:26 UTC  (19+ messages)
` [PATCH v9 01/18] KVM: s390: pv: leak the topmost page table when destroy fails
` [PATCH v9 02/18] KVM: s390: pv: handle secure storage violations for protected guests
` [PATCH v9 03/18] KVM: s390: pv: handle secure storage exceptions for normal guests
` [PATCH v9 04/18] KVM: s390: pv: refactor s390_reset_acc
` [PATCH v9 05/18] KVM: s390: pv: usage counter instead of flag
` [PATCH v9 06/18] KVM: s390: pv: add export before import
` [PATCH v9 07/18] KVM: s390: pv: module parameter to fence lazy destroy
` [PATCH v9 08/18] KVM: s390: pv: clear the state without memset
` [PATCH v9 09/18] KVM: s390: pv: Add kvm_s390_cpus_from_pv to kvm-s390.h and add documentation
` [PATCH v9 10/18] KVM: s390: pv: add mmu_notifier
` [PATCH v9 11/18] s390/mm: KVM: pv: when tearing down, try to destroy protected pages
` [PATCH v9 12/18] KVM: s390: pv: refactoring of kvm_s390_pv_deinit_vm
` [PATCH v9 13/18] KVM: s390: pv: cleanup leftover protected VMs if needed
` [PATCH v9 14/18] KVM: s390: pv: asynchronous destroy for reboot
` [PATCH v9 15/18] KVM: s390: pv: api documentation for asynchronous destroy
` [PATCH v9 16/18] KVM: s390: pv: add KVM_CAP_S390_PROTECTED_ASYNC_DISABLE
` [PATCH v9 17/18] KVM: s390: pv: avoid export before import if possible
` [PATCH v9 18/18] KVM: s390: pv: support for Destroy fast UVC

[PATCH 0/2] s390x: Add tests for SIGP store adtl status
 2022-03-30 12:46 UTC  (6+ messages)
` [PATCH 2/2] s390x: add test for SIGP STORE_ADTL_STATUS order

RIP: 0010:param_get_bool.cold+0x0/0x2 - LTP read_all_sys - 5.17.0
 2022-03-30 12:46 UTC 

[PATCH v3 0/9] kvm: s390: Add PV dump support
 2022-03-30 12:19 UTC  (10+ messages)
` [PATCH v3 1/9] s390: pv: Add SE hdr query information
` [PATCH v3 2/9] s390: uv: Add dump fields to query
` [PATCH v3 3/9] KVM: s390: pv: Add query interface
` [PATCH v3 4/9] KVM: s390: pv: Add dump support definitions
` [PATCH v3 5/9] KVM: s390: pv: Add query dump information
` [PATCH v3 6/9] kvm: s390: Add configuration dump functionality
` [PATCH v3 7/9] kvm: s390: Add CPU "
` [PATCH v3 8/9] Documentation: virt: Protected virtual machine dumps
` [PATCH v3 9/9] Documentation/virt/kvm/api.rst: Add protvirt dump/info api descriptions

[PATCH 0/8] SVM fixes + refactoring
 2022-03-30 12:08 UTC  (7+ messages)
` [PATCH 1/8] KVM: x86: avoid loading a vCPU after .vm_destroy was called
` [PATCH 8/8] KVM: x86: SVM: remove vgif_enabled()

[PATCH v1] d_path:fix missing include file in d_path.c
 2022-03-30  8:53 UTC 

[PATCH RFC v1 0/9] KVM: SVM: Defer page pinning for SEV guests
 2022-03-30  4:42 UTC  (5+ messages)
` [PATCH RFC v1 2/9] KVM: x86/mmu: Move hugepage adjust to direct_page_fault

[PATCH] KVM: use kvcalloc for array allocations
 2022-03-30  2:55 UTC 

[PATCH RESEND 0/5] KVM: X86: Scaling Guest OS Critical Sections with boosting
 2022-03-30  1:18 UTC  (7+ messages)
` [PATCH RESEND 2/5] KVM: X86: Add guest interrupt disable state support
` [PATCH RESEND 3/5] KVM: X86: Boost vCPU which is in critical section

[PATCH] KVM: memcg: count KVM page table pages used by KVM in memcg pagetable stats
 2022-03-30  0:48 UTC  (2+ messages)

[PATCH v3 0/4] KVM: x86: Use static calls to reduce kvm_pmu_ops overhead
 2022-03-29 23:48 UTC  (6+ messages)
` [PATCH v3 1/4] KVM: x86: Move kvm_ops_static_call_update() to x86.c
` [PATCH v3 4/4] KVM: x86: Use static calls to reduce kvm_pmu_ops overhead

[RFC PATCH V2 0/4] KVM: X86: Add and use shadow page with level expanded or acting as pae_root
 2022-03-29 23:41 UTC  (7+ messages)
` [RFC PATCH V2 1/4] KVM: X86: Add arguement gfn and role to kvm_mmu_alloc_page()
` [RFC PATCH V2 2/4] KVM: X86: Introduce role.passthrough for level expanded pagetable
` [RFC PATCH V2 3/4] KVM: X86: Alloc role.pae_root shadow page
` [RFC PATCH V2 4/4] KVM: X86: Use passthrough and pae_root shadow page for 32bit guests

[PATCH v2 00/21] TDX host kernel support
 2022-03-29 23:28 UTC  (25+ messages)
` [PATCH v2 01/21] x86/virt/tdx: Detect SEAM
` [PATCH v2 04/21] x86/virt/tdx: Add skeleton for detecting and initializing TDX on demand
` [PATCH v2 09/21] x86/virt/tdx: Get information about TDX module and convertible memory

[PATCH 0/4] Verify dirty logging works properly with page stats
 2022-03-29 22:28 UTC  (4+ messages)
` [PATCH v2 3/4] KVM: x86/mmu: explicitly check nx_hugepage in disallowed_hugepage_adjust()

Call for GSoC and Outreachy project ideas for summer 2022
 2022-03-29 20:29 UTC  (6+ messages)

[PATCH] Documentation: KVM: Describe guest TSC scaling in migration algorithm
 2022-03-29 19:34 UTC  (5+ messages)

[PATCH] mm: avoid pointless invalidate_range_start/end on mremap(old_size=0)
 2022-03-29 17:31 UTC 

[PATCH] KVM: x86/mmu: Zap only TDP MMU leafs in zap range and mmu_notifier unmap
 2022-03-29 17:03 UTC  (4+ messages)

WARNING: at arch/x86/kvm/../../../virt/kvm/kvm_main.c:3156 mark_page_dirty_in_slot
 2022-03-29 16:17 UTC  (2+ messages)

[PATCH v2 0/2] KVM: x86: Replace magic number with readable macro
 2022-03-29 16:00 UTC  (4+ messages)
` [PATCH v2 1/2] KVM: VMX: replace 0x180 with EPT_VIOLATION_* definition
` [PATCH v2 2/2] KVM: x86/mmu: Derive EPT violation RWX bits from EPTE RWX bits

[PATCH 00/21] KVM: x86: Event/exception fixes and cleanups
 2022-03-29 15:43 UTC  (7+ messages)

[PATCH] KVM: x86/pmu: Update AMD PMC smaple period to fix guest NMI-watchdog
 2022-03-29 13:46 UTC 

[PATCH 0/3] KVM: arm64: Limit feature register reads from AArch32
 2022-03-29 13:36 UTC  (6+ messages)
` [PATCH 1/3] KVM: arm64: Wire up CP15 feature registers to their AArch64 equivalents
` [PATCH 2/3] KVM: arm64: Plumb cp10 ID traps through the AArch64 sysreg handler
` [PATCH 3/3] KVM: arm64: Start trapping ID registers for 32 bit guests

[PATCH RFC 04/12] kernel/user: Allow user::locked_vm to be usable for iommufd
 2022-03-29 11:46 UTC  (15+ messages)

[PATCH v4 0/6] nSVM/SVM features
 2022-03-29  8:46 UTC  (6+ messages)
` [PATCH v4 2/6] KVM: x86: nSVM: implement nested LBR virtualization

[PATCH 0/3] Unexpected guest trap handling for KVM RISC-V selftests
 2022-03-29  7:29 UTC  (4+ messages)
` [PATCH 1/3] KVM: selftests: riscv: Set PTE A and D bits in VS-stage page table
` [PATCH 2/3] KVM: selftests: riscv: Fix alignment of the guest_hang() function
` [PATCH 3/3] KVM: selftests: riscv: Improve unexpected guest trap handling

[PATCH v6 0/2] KVM: arm64: mixed-width check should be skipped for uninitialized vCPUs
 2022-03-29  3:19 UTC  (3+ messages)
` [PATCH v6 1/2] "
` [PATCH v6 2/2] KVM: arm64: selftests: Introduce vcpu_width_config

[PATCH v6 00/25] KVM: arm64: Make CPU ID registers writable by userspace
 2022-03-29  1:57 UTC  (8+ messages)
` [PATCH v6 01/25] KVM: arm64: Introduce a validation function for an ID register

[PATCH v2 00/11] KVM: x86: Add a cap to disable NX hugepages on a VM
 2022-03-28 22:41 UTC  (13+ messages)
` [PATCH v2 06/11] KVM: selftests: Add NX huge pages test
` [PATCH v2 07/11] KVM: x86/MMU: Factor out updating NX hugepages state for a VM
` [PATCH v2 08/11] KVM: x86/MMU: Track NX hugepages on a per-VM basis
` [PATCH v2 09/11] KVM: x86/MMU: Allow NX huge pages to be disabled on a per-vm basis
` [PATCH v2 11/11] KVM: x86/MMU: Require reboot permission to disable NX hugepages

[PATCH] KVM: x86/mmu: Speed up slot_rmap_walk_next for sparsely populated rmaps
 2022-03-28 20:29 UTC  (6+ messages)

[PATCH v6 0/5] optimize the downtime for vfio migration
 2022-03-28 20:12 UTC  (2+ messages)

[RFC PATCH 000/105] KVM: selftests: Overhaul APIs, purge VCPU_ID
 2022-03-28 19:02 UTC  (3+ messages)

[PATCH 0/2] KVM: x86: Allow opt out of guest hypercall patching
 2022-03-28 18:28 UTC  (8+ messages)
` [PATCH 1/2] KVM: x86: Allow userspace to opt out of "

[PATCH v2 0/9] KVM: x86/MMU: Optimize disabling dirty logging
 2022-03-28 18:21 UTC  (9+ messages)
` [PATCH v2 6/9] KVM: x86/mmu: Factor out part of vmx_get_mt_mask which does not depend on vcpu
` [PATCH v2 9/9] KVM: x86/mmu: Promote pages in-place when disabling dirty logging

[PATCH] KVM: x86/mmu: add lockdep check before lookup_address_in_mm()
 2022-03-28 18:15 UTC  (4+ messages)

[syzbot] WARNING in kvm_mmu_notifier_invalidate_range_start (2)
 2022-03-28 15:22 UTC  (4+ messages)

[PATCH v4 00/30] KVM: x86/mmu: Overhaul TDP MMU zapping and flushing
 2022-03-28 15:06 UTC  (6+ messages)
` [PATCH v4 18/30] KVM: x86/mmu: Zap only TDP MMU leafs in kvm_zap_gfn_range()

[PATCH] KVM: x86: optimize PKU branching in kvm_load_{guest|host}_xsave_state
 2022-03-28 14:51 UTC  (6+ messages)

Re: [PATCH] kvm/arm64: Fix memory section did not set to kvm
 2022-03-28 13:16 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox