kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-13 20:29:08 to 2022-05-17 08:56:58 UTC [more...]

[RFC 00/18] vfio: Adopt iommufd
 2022-05-17  8:55 UTC  (15+ messages)

[kvm-unit-tests PATCH 0/6] s390x: uv-host: Access check extensions and improvements
 2022-05-17  8:53 UTC  (14+ messages)
` [kvm-unit-tests PATCH 1/6] s390x: uv-host: Add access checks for donated memory
` [kvm-unit-tests PATCH 2/6] s390x: uv-host: Add uninitialized UV tests
` [kvm-unit-tests PATCH 3/6] s390x: uv-host: Test uv immediate parameter
` [kvm-unit-tests PATCH 4/6] s390x: uv-host: Add access exception test

[PATCH v4 0/2] s390: Ultravisor device
 2022-05-17  8:42 UTC  (6+ messages)
` [PATCH v4 1/2] drivers/s390/char: Add Ultravisor io device

[kvm-unit-tests PATCH v2 0/1] s390x: add migration test for storage keys
 2022-05-17  8:17 UTC  (5+ messages)
` [kvm-unit-tests PATCH v2 1/1] "

[PATCH v7 00/22] KVM: s390: enable zPCI for interpretive execution
 2022-05-17  6:21 UTC  (20+ messages)
` [PATCH v7 06/22] s390/airq: allow for airq structure that uses an input vector
` [PATCH v7 10/22] vfio/pci: introduce CONFIG_VFIO_PCI_ZDEV_KVM
` [PATCH v7 14/22] KVM: s390: mechanism to enable guest zPCI Interpretation
` [PATCH v7 17/22] vfio-pci/zdev: add open/close device hooks
` [PATCH v7 20/22] KVM: s390: add KVM_S390_ZPCI_OP to manage guest zPCI devices

[PATCH 1/3] kvm: x86/pmu: Fix the compare function used by the pmu event filter
 2022-05-17  5:12 UTC  (3+ messages)
` [PATCH 2/3] selftests: kvm/x86: Add the helper function create_pmu_event_filter
` [PATCH 3/3] selftests: kvm/x86: Verify the pmu event filter matches the correct event

[PATCH v2 0/6] Fully lock the container members of struct vfio_group
 2022-05-17  5:11 UTC  (8+ messages)
` [PATCH v2 1/6] vfio: Add missing locking for struct vfio_group::kvm
` [PATCH v2 2/6] vfio: Change struct vfio_group::opened from an atomic to bool
` [PATCH v2 3/6] vfio: Split up vfio_group_get_device_fd()
` [PATCH v2 4/6] vfio: Fully lock struct vfio_group::container
` [PATCH v2 5/6] vfio: Simplify the life cycle of the group FD
` [PATCH v2 6/6] vfio: Change struct vfio_group::container_users to a non-atomic int

[PATCH 0/6] perf intel-pt: Add support for tracing KVM test programs
 2022-05-17  4:54 UTC  (9+ messages)
` [PATCH 3/6] perf tools: Add guest_code support
` [PATCH 6/6] perf intel-pt: "

[PATCH 0/2] KVM: x86/mmu: nEPT X-only unsync bug fix
 2022-05-17  3:52 UTC  (6+ messages)
` [PATCH 1/2] KVM: x86/mmu: Drop RWX=0 SPTEs during ept_sync_page()

[PATCH] kvm/vfio: Fix potential deadlock problem in vfio
 2022-05-17  2:34 UTC 

[PATCH V2 0/7] KVM: X86/MMU: Use one-off special shadow page for special roots
 2022-05-17  1:13 UTC  (10+ messages)
` [PATCH V2 1/7] KVM: X86/MMU: Add using_special_root_page()
` [PATCH V2 2/7] KVM: X86/MMU: Add special shadow pages
` [PATCH V2 3/7] KVM: X86/MMU: Link PAE root pagetable with its children
` [PATCH V2 4/7] KVM: X86/MMU: Activate special shadow pages and remove old logic

[PATCH] kvm: x86/svm/nested: Cache PDPTEs for nested NPT in PAE paging mode
 2022-05-17  1:10 UTC  (4+ messages)

[PATCH v6 0/3] Introduce Notify VM exit
 2022-05-17  0:59 UTC  (3+ messages)
` [PATCH v6 3/3] KVM: VMX: Enable "

[linux-next:master] BUILD REGRESSION 3f7bdc402fb06f897ff1f492a2d42e1f7c2efedb
 2022-05-17  0:56 UTC 

[PATCH] kvm: x86: Report STIBP on GET_SUPPORTED_CPUID
 2022-05-17  0:35 UTC  (3+ messages)

[PATCH 0/5] KVM: Clean up debugfs+stats init/destroy
 2022-05-16 23:55 UTC  (9+ messages)
` [PATCH 1/5] KVM: Shove vm stats_id init into kvm_create_vm_debugfs()
` [PATCH 2/5] KVM: Shove vcpu stats_id init into kvm_vcpu_create_debugfs()
` [PATCH 4/5] KVM: Actually create debugfs in kvm_create_vm()

[PATCH 0/9] KVM: selftests: Add nested support to dirty_log_perf_test
 2022-05-16 23:47 UTC  (24+ messages)
` [PATCH 1/9] KVM: selftests: Replace x86_page_size with raw levels
` [PATCH 2/9] KVM: selftests: Add option to create 2M and 1G EPT mappings
` [PATCH 3/9] KVM: selftests: Drop stale function parameter comment for nested_map()
` [PATCH 4/9] KVM: selftests: Refactor nested_map() to specify target level
` [PATCH 5/9] KVM: selftests: Move VMX_EPT_VPID_CAP_AD_BITS to vmx.h
` [PATCH 6/9] KVM: selftests: Add a helper to check EPT/VPID capabilities
` [PATCH 7/9] KVM: selftests: Link selftests directly with lib object files
` [PATCH 8/9] KVM: selftests: Clean up LIBKVM files in Makefile
` [PATCH 9/9] KVM: selftests: Add option to run dirty_log_perf_test vCPUs in L2

[PATCH v6 00/22] KVM: Extend Eager Page Splitting to the shadow MMU
 2022-05-16 23:21 UTC  (23+ messages)
` [PATCH v6 01/22] KVM: x86/mmu: Optimize MMU page cache lookup for all direct SPs
` [PATCH v6 02/22] KVM: x86/mmu: Use a bool for direct
` [PATCH v6 03/22] KVM: x86/mmu: Stop passing @direct to mmu_alloc_root()
` [PATCH v6 04/22] KVM: x86/mmu: Derive shadow MMU page role from parent
` [PATCH v6 05/22] KVM: x86/mmu: Always pass 0 for @quadrant when gptes are 8 bytes
` [PATCH v6 06/22] KVM: x86/mmu: Decompose kvm_mmu_get_page() into separate functions
` [PATCH v6 07/22] KVM: x86/mmu: Consolidate shadow page allocation and initialization
` [PATCH v6 08/22] KVM: x86/mmu: Rename shadow MMU functions that deal with shadow pages
` [PATCH v6 09/22] KVM: x86/mmu: Move guest PT write-protection to account_shadowed()
` [PATCH v6 10/22] KVM: x86/mmu: Pass memory caches to allocate SPs separately
` [PATCH v6 11/22] KVM: x86/mmu: Replace vcpu with kvm in kvm_mmu_alloc_shadow_page()
` [PATCH v6 12/22] KVM: x86/mmu: Pass kvm pointer separately from vcpu to kvm_mmu_find_shadow_page()
` [PATCH v6 13/22] KVM: x86/mmu: Allow NULL @vcpu in kvm_mmu_find_shadow_page()
` [PATCH v6 14/22] KVM: x86/mmu: Pass const memslot to rmap_add()
` [PATCH v6 15/22] KVM: x86/mmu: Decouple rmap_add() and link_shadow_page() from kvm_vcpu
` [PATCH v6 16/22] KVM: x86/mmu: Update page stats in __rmap_add()
` [PATCH v6 17/22] KVM: x86/mmu: Cache the access bits of shadowed translations
` [PATCH v6 18/22] KVM: x86/mmu: Extend make_huge_page_split_spte() for the shadow MMU
` [PATCH v6 19/22] KVM: x86/mmu: Zap collapsible SPTEs in shadow MMU at all possible levels
` [PATCH v6 20/22] KVM: x86/mmu: Refactor drop_large_spte()
` [PATCH v6 21/22] KVM: Allow for different capacities in kvm_mmu_memory_cache structs
` [PATCH v6 22/22] KVM: x86/mmu: Extend Eager Page Splitting to nested MMUs

[PATCH v5 00/21] KVM: Extend Eager Page Splitting to the shadow MMU
 2022-05-16 23:23 UTC  (22+ messages)
` [PATCH v5 03/21] KVM: x86/mmu: Derive shadow MMU page role from parent
` [PATCH v5 09/21] KVM: x86/mmu: Pass memory caches to allocate SPs separately
` [PATCH v5 11/21] KVM: x86/mmu: Pass kvm pointer separately from vcpu to kvm_mmu_find_shadow_page()
` [PATCH v5 12/21] KVM: x86/mmu: Allow NULL @vcpu in kvm_mmu_find_shadow_page()
` [PATCH v5 13/21] KVM: x86/mmu: Pass const memslot to rmap_add()
` [PATCH v5 14/21] KVM: x86/mmu: Decouple rmap_add() and link_shadow_page() from kvm_vcpu
` [PATCH v5 15/21] KVM: x86/mmu: Update page stats in __rmap_add()
` [PATCH v5 16/21] KVM: x86/mmu: Cache the access bits of shadowed translations
` [PATCH v5 17/21] KVM: x86/mmu: Extend make_huge_page_split_spte() for the shadow MMU
` [PATCH v5 18/21] KVM: x86/mmu: Zap collapsible SPTEs in shadow MMU at all possible levels
` [PATCH v5 19/21] KVM: x86/mmu: Refactor drop_large_spte()
` [PATCH v5 20/21] KVM: Allow for different capacities in kvm_mmu_memory_cache structs
` [PATCH v5 21/21] KVM: x86/mmu: Extend Eager Page Splitting to nested MMUs

[PULL v2 49/86] target/i386: Fix sanity check on max APIC ID / X2APIC enablement
 2022-05-16 20:53 UTC 

[PATCH v9 0/9] IPI virtualization support for VM
 2022-05-16 20:49 UTC  (4+ messages)

[PATCH v3 00/34] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush feature
 2022-05-16 20:16 UTC  (17+ messages)
` [PATCH v3 02/34] KVM: x86: hyper-v: Introduce TLB flush ring
` [PATCH v3 04/34] KVM: x86: hyper-v: Handle HVCALL_FLUSH_VIRTUAL_ADDRESS_LIST{,EX} calls gently
` [PATCH v3 09/34] KVM: x86: hyper-v: Don't use sparse_set_to_vcpu_mask() in kvm_hv_send_ipi()
` [PATCH v3 11/34] KVM: x86: hyper-v: Use preallocated buffer in 'struct kvm_vcpu_hv' instead of on-stack 'sparse_banks'
` [PATCH v3 15/34] KVM: x86: hyper-v: Introduce kvm_hv_is_tlb_flush_hcall()
` [PATCH v3 19/34] KVM: nVMX: hyper-v: Enable L2 TLB flush

[PATCH 0/2] KVM: x86: Fix incorrect VM-exit profiling
 2022-05-16 19:30 UTC  (5+ messages)

[linux-next:master] BUILD REGRESSION 1e1b28b936aed946122b4e0991e7144fdbbfd77e
 2022-05-16 19:06 UTC  (2+ messages)

[PATCH v7 0/9] KVM: arm64: Add support for hypercall services selection
 2022-05-16 18:30 UTC  (7+ messages)

[PATCH] KVM: VMX: do not disable interception for MSR_IA32_SPEC_CTRL on eIBRS
 2022-05-16 18:27 UTC  (2+ messages)

[PATCH] x86/uaccess: Improve __try_cmpxchg64_user_asm for x86_32
 2022-05-16 18:16 UTC  (2+ messages)

[PATCH v19 00/20] s390/vfio-ap: dynamic configuration support
 2022-05-16 18:06 UTC  (6+ messages)
` [PATCH v19 05/20] s390/vfio-ap: refresh guest's APCB by filtering AP resources assigned to mdev

[PATCH v9 0/3] s390x: KVM: CPU Topology
 2022-05-16 16:30 UTC  (17+ messages)
` [PATCH v9 1/3] s390x: KVM: ipte lock for SCA access should be contained in KVM
` [PATCH v9 2/3] s390x: KVM: guest support for topology function
` [PATCH v9 3/3] s390x: KVM: resetting the Topology-Change-Report

[PATCH v10 00/19] KVM: s390: pv: implement lazy destroy for reboot
 2022-05-16 16:11 UTC  (7+ messages)
` [PATCH v10 01/19] KVM: s390: pv: leak the topmost page table when destroy fails
` [PATCH v10 04/19] KVM: s390: pv: refactor s390_reset_acc

Cyclictest with small interval in guest makes host cpu go very high
 2022-05-16 15:48 UTC  (3+ messages)

[PATCH v2] KVM: SVM: Use kzalloc for sev ioctl interfaces to prevent kernel memory leak
 2022-05-16 15:43 UTC 

[PATCH] locking/atomic/x86: Introduce try_cmpxchg64
 2022-05-16 15:36 UTC  (12+ messages)

[Bug 215977] New: kvm BUG: kernel NULL pointer dereference, address: 000000000000000b
 2022-05-16 15:33 UTC  (2+ messages)
` [Bug 215977] "

[kvm-unit-tests PATCH] s390x: Ignore gcc 12 warnings for low addresses
 2022-05-16 14:43 UTC 

[PATCH v2 4/5] KVM: x86: Use __try_cmpxchg_user() to emulate atomic accesses
 2022-05-16 14:03 UTC  (6+ messages)
` [PATCH] KVM: x86: fix a typo in __try_cmpxchg_user that caused cmpxchg to be not atomic

[PATCH] KVM: x86: Fix the intel_pt PMI handling wrongly considered from guest
 2022-05-16 13:58 UTC  (2+ messages)

[PATCH 11/22] KVM: x86: hyper-v: replace bitmap_weight() with hweight64()
 2022-05-16 13:08 UTC  (2+ messages)

[PATCH v3 0/4] KVM: arm64: vgic: Misc ITS fixes
 2022-05-16 13:05 UTC  (2+ messages)

[GIT PULL] KVM/arm64 fixes for 5.18, take #3
 2022-05-16 12:51 UTC 

[PULL 49/91] target/i386: Fix sanity check on max APIC ID / X2APIC enablement
 2022-05-16 10:38 UTC 

[PATCH] include/uapi/linux/vfio.h: Fix trivial typo - _IORW should be _IOWR instead
 2022-05-16 10:27 UTC  (2+ messages)

KVM call for 2022-05-17th
 2022-05-16  9:48 UTC 

[PATCH v5 00/10] kvm: s390: Add PV dump support
 2022-05-16  9:08 UTC  (11+ messages)
` [PATCH v5 01/10] s390x: Add SE hdr query information
` [PATCH v5 02/10] s390: uv: Add dump fields to query
` [PATCH v5 03/10] KVM: s390: pv: Add query interface
` [PATCH v5 04/10] KVM: s390: pv: Add dump support definitions
` [PATCH v5 05/10] KVM: s390: pv: Add query dump information
` [PATCH v5 06/10] kvm: s390: Add configuration dump functionality
` [PATCH v5 07/10] kvm: s390: Add CPU "
` [PATCH v5 08/10] kvm: s390: Add KVM_CAP_S390_PROTECTED_DUMP
` [PATCH v5 09/10] Documentation: virt: Protected virtual machine dumps
` [PATCH v5 10/10] Documentation/virt/kvm/api.rst: Add protvirt dump/info api descriptions

[GIT PULL] virtio: last minute fixup
 2022-05-16  9:03 UTC  (7+ messages)

[kvm-unit-tests PATCH v1 0/2] s390x: add migration test for storage keys
 2022-05-16  8:45 UTC  (7+ messages)
` [kvm-unit-tests PATCH v1 2/2] "

[PATCH] vhost_net: fix double fget()
 2022-05-16  8:44 UTC  (2+ messages)

[PATCH V2 00/11] perf intel-pt: Add perf event clocks to better support VM tracing
 2022-05-16  7:20 UTC  (17+ messages)
` [PATCH V2 03/11] perf/x86: Add support for TSC in nanoseconds as a perf event clock

[PATCH] vfio: Remove VFIO_TYPE1_NESTING_IOMMU
 2022-05-16  6:39 UTC  (2+ messages)

[kvm-unit-tests PATCH v4 0/8] Move npt test cases and NPT code improvements
 2022-05-16  4:45 UTC  (3+ messages)

[PATCH] selftests: KVM: aarch64: Let hypercalls use UAPI *_BIT_COUNT
 2022-05-15 10:40 UTC  (5+ messages)

[PATCH v3] KVM: PPC: Book3S PR: Enable MSR_DR for switch_mmu_context()
 2022-05-15 10:34 UTC  (2+ messages)

[KVM] db16e9b28b: kvm-unit-tests.pmu.fail
 2022-05-15  9:25 UTC 

Anfrage aus dem Kontaktformular HOY-REHA.com "vvbxdh"
 2022-05-14 21:20 UTC 

[PATCH] KVM: SVM: Use kzalloc for sev ioctl interfaces to prevent kernel memory leak
 2022-05-13 20:47 UTC  (6+ messages)


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