messages from 2022-05-13 15:30:28 to 2022-05-16 22:22:48 UTC [more...]
[PATCH 0/2] KVM: x86/mmu: nEPT X-only unsync bug fix
2022-05-16 22:22 UTC (7+ messages)
` [PATCH 1/2] KVM: x86/mmu: Drop RWX=0 SPTEs during ept_sync_page()
` [PATCH 2/2] KVM: x86/mmu: Comment FNAME(sync_page) to document TLB flushing logic
[PATCH 0/5] KVM: Clean up debugfs+stats init/destroy
2022-05-16 22:19 UTC (7+ 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 22:17 UTC (19+ 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 v7 00/22] KVM: s390: enable zPCI for interpretive execution
2022-05-16 21:59 UTC (34+ messages)
` [PATCH v7 01/22] s390/sclp: detect the zPCI load/store interpretation facility
` [PATCH v7 02/22] s390/sclp: detect the AISII facility
` [PATCH v7 03/22] s390/sclp: detect the AENI facility
` [PATCH v7 04/22] s390/sclp: detect the AISI facility
` [PATCH v7 05/22] s390/airq: pass more TPI info to airq handlers
` [PATCH v7 06/22] s390/airq: allow for airq structure that uses an input vector
` [PATCH v7 07/22] s390/pci: externalize the SIC operation controls and routine
` [PATCH v7 08/22] s390/pci: stash associated GISA designation
` [PATCH v7 09/22] s390/pci: stash dtsm and maxstbl
` [PATCH v7 10/22] vfio/pci: introduce CONFIG_VFIO_PCI_ZDEV_KVM
` [PATCH v7 11/22] KVM: s390: pci: add basic kvm_zdev structure
` [PATCH v7 12/22] KVM: s390: pci: do initial setup for AEN interpretation
` [PATCH v7 13/22] KVM: s390: pci: enable host forwarding of Adapter Event Notifications
` [PATCH v7 14/22] KVM: s390: mechanism to enable guest zPCI Interpretation
` [PATCH v7 15/22] KVM: s390: pci: provide routines for enabling/disabling interrupt forwarding
` [PATCH v7 16/22] KVM: s390: pci: add routines to start/stop interpretive execution
` [PATCH v7 17/22] vfio-pci/zdev: add open/close device hooks
` [PATCH v7 18/22] vfio-pci/zdev: add function handle to clp base capability
` [PATCH v7 19/22] vfio-pci/zdev: different maxstbl for interpreted devices
` [PATCH v7 20/22] KVM: s390: add KVM_S390_ZPCI_OP to manage guest zPCI devices
` [PATCH v7 21/22] KVM: s390: introduce CPU feature for zPCI Interpretation
` [PATCH v7 22/22] MAINTAINERS: additional files related kvm s390 pci passthrough
[PATCH v5 00/21] KVM: Extend Eager Page Splitting to the shadow MMU
2022-05-16 21:38 UTC (29+ messages)
` [PATCH v5 01/21] KVM: x86/mmu: Optimize MMU page cache lookup for all direct SPs
` [PATCH v5 02/21] KVM: x86/mmu: Use a bool for direct
` [PATCH v5 03/21] KVM: x86/mmu: Derive shadow MMU page role from parent
` [PATCH v5 04/21] KVM: x86/mmu: Always pass 0 for @quadrant when gptes are 8 bytes
` [PATCH v5 05/21] KVM: x86/mmu: Decompose kvm_mmu_get_page() into separate functions
` [PATCH v5 06/21] KVM: x86/mmu: Consolidate shadow page allocation and initialization
` [PATCH v5 07/21] KVM: x86/mmu: Rename shadow MMU functions that deal with shadow pages
` [PATCH v5 08/21] KVM: x86/mmu: Move guest PT write-protection to account_shadowed()
` [PATCH v5 09/21] KVM: x86/mmu: Pass memory caches to allocate SPs separately
` [PATCH v5 10/21] KVM: x86/mmu: Replace vcpu with kvm in kvm_mmu_alloc_shadow_page()
` [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] kvm: x86/svm/nested: Cache PDPTEs for nested NPT in PAE paging mode
2022-05-16 20:45 UTC (2+ 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
[kvm-unit-tests PATCH v2 0/1] s390x: add migration test for storage keys
2022-05-16 16:47 UTC (4+ messages)
` [kvm-unit-tests PATCH v2 1/1] "
[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 (15+ messages)
[kvm-unit-tests PATCH 0/6] s390x: uv-host: Access check extensions and improvements
2022-05-16 15:34 UTC (13+ 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 4/6] s390x: uv-host: Add access exception test
` [kvm-unit-tests PATCH 6/6] s390x: uv-host: Remove duplicated +
[Bug 215977] New: kvm BUG: kernel NULL pointer dereference, address: 000000000000000b
2022-05-16 15:33 UTC (2+ messages)
` [Bug 215977] "
[PATCH v4 1/2] drivers/s390/char: Add Ultravisor io device
2022-05-16 14:51 UTC (3+ messages)
[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 (10+ 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
[PATCH 0/6] perf intel-pt: Add support for tracing KVM test programs
2022-05-15 7:27 UTC (6+ messages)
` [PATCH 6/6] perf intel-pt: Add guest_code support
Anfrage aus dem Kontaktformular HOY-REHA.com "vvbxdh"
2022-05-14 21:20 UTC
[PATCH V2 0/7] KVM: X86/MMU: Use one-off special shadow page for special roots
2022-05-13 23:43 UTC (7+ 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] KVM: SVM: Use kzalloc for sev ioctl interfaces to prevent kernel memory leak
2022-05-13 20:47 UTC (7+ messages)
[PATCH v4] x86/speculation, KVM: remove IBPB on vCPU load
2022-05-13 19:36 UTC (14+ messages)
[PATCH v3 0/7] KVM: x86: Add CMCI and UCNA emulation
2022-05-13 18:49 UTC (10+ messages)
` [PATCH v3 1/7] KVM: x86: Make APIC_VERSION capture only the magic 0x14UL
` [PATCH v3 2/7] KVM: x86: Fill apic_lvt_mask with enums / explicit entries
` [PATCH v3 3/7] KVM: x86: Add APIC_LVTx() macro
` [PATCH v3 4/7] KVM: x86: Add Corrected Machine Check Interrupt (CMCI) emulation to lapic
` [PATCH v3 5/7] KVM: x86: Use kcalloc to allocate the mce_banks array
` [PATCH v3 6/7] KVM: x86: Add emulation for MSR_IA32_MCx_CTL2 MSRs
` [PATCH v3 7/7] KVM: x86: Enable MCG_CMCI_P and handle injected UCNAs
[PATCH v4 00/20] KVM: Extend Eager Page Splitting to the shadow MMU
2022-05-13 18:26 UTC (7+ messages)
` [PATCH v4 03/20] KVM: x86/mmu: Derive shadow MMU page role from parent
[PATCH v3 0/8] Remove vfio_group from the struct file facing VFIO API
2022-05-13 17:23 UTC (2+ messages)
[PATCH] vfio: Delete container_q
2022-05-13 17:23 UTC (2+ messages)
[PATCH v4 0/4] KVM: mm: count KVM mmu usage in memory stats
2022-05-13 17:13 UTC (10+ messages)
` [PATCH v4 1/4] mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses
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