messages from 2023-04-12 09:20:11 to 2023-04-21 23:51:51 UTC [more...]
[GIT PULL v2] KVM/arm64 fixes for 6.3, part #4
2023-04-21 23:51 UTC (3+ messages)
[PATCH 0/9] KVM: arm64: Use MMU read lock for clearing dirty logs
2023-04-21 19:43 UTC (12+ messages)
` [PATCH 1/9] KVM: selftests: Allow dirty_log_perf_test to clear dirty memory in chunks
` [PATCH 2/9] KVM: selftests: Add optional delay between consecutive Clear-Dirty-Log calls
` [PATCH 3/9] KVM: selftests: Pass count of read and write accesses from guest to host
` [PATCH 4/9] KVM: selftests: Print read and write accesses of pages by vCPUs in dirty_log_perf_test
` [PATCH 5/9] KVM: selftests: Allow independent execution of "
` [PATCH 6/9] KVM: arm64: Correct the kvm_pgtable_stage2_flush() documentation
` [PATCH 7/9] KVM: mmu: Move mmu lock/unlock to arch code for clear dirty log
` [PATCH 8/9] KMV: arm64: Allow stage2_apply_range_sched() to pass page table walker flags
` [PATCH 9/9] KVM: arm64: Run clear-dirty-log under MMU read lock
[PATCH v3 00/22] Improve scalability of KVM + userfaultfd live migration via annotated memory faults
2023-04-21 17:39 UTC (51+ messages)
` [PATCH v3 01/22] KVM: selftests: Allow many vCPUs and reader threads per UFFD in demand paging test
` [PATCH v3 02/22] KVM: selftests: Use EPOLL in userfaultfd_util reader threads and signal errors via TEST_ASSERT
` [PATCH v3 03/22] KVM: Allow hva_pfn_fast() to resolve read-only faults
` [PATCH v3 04/22] KVM: x86: Set vCPU exit reason to KVM_EXIT_UNKNOWN at the start of KVM_RUN
` [PATCH v3 05/22] KVM: Add KVM_CAP_MEMORY_FAULT_INFO
` [PATCH v3 06/22] KVM: Add docstrings to __kvm_write_guest_page() and __kvm_read_guest_page()
` [PATCH v3 07/22] KVM: Annotate -EFAULTs from kvm_vcpu_write_guest_page()
` [PATCH v3 08/22] KVM: Annotate -EFAULTs from kvm_vcpu_read_guest_page()
` [PATCH v3 09/22] KVM: Annotate -EFAULTs from kvm_vcpu_map()
` [PATCH v3 10/22] KVM: x86: Annotate -EFAULTs from kvm_mmu_page_fault()
` [PATCH v3 11/22] KVM: x86: Annotate -EFAULTs from setup_vmgexit_scratch()
` [PATCH v3 12/22] KVM: x86: Annotate -EFAULTs from kvm_handle_page_fault()
` [PATCH v3 13/22] KVM: x86: Annotate -EFAULTs from kvm_hv_get_assist_page()
` [PATCH v3 14/22] KVM: x86: Annotate -EFAULTs from kvm_pv_clock_pairing()
` [PATCH v3 15/22] KVM: x86: Annotate -EFAULTs from direct_map()
` [PATCH v3 16/22] KVM: x86: Annotate -EFAULTs from kvm_handle_error_pfn()
` [PATCH v3 17/22] KVM: Introduce KVM_CAP_ABSENT_MAPPING_FAULT without implementation
` [PATCH v3 18/22] KVM: x86: Implement KVM_CAP_ABSENT_MAPPING_FAULT
` [PATCH v3 19/22] KVM: arm64: Annotate (some) -EFAULTs from user_mem_abort()
` [PATCH v3 20/22] KVM: arm64: Implement KVM_CAP_ABSENT_MAPPING_FAULT
` [PATCH v3 21/22] KVM: selftests: Add memslot_flags parameter to memstress_create_vm()
` [PATCH v3 22/22] KVM: selftests: Handle memory fault exits in demand_paging_test
[PATCH v2 0/3] KVM: arm64: Floating point documentation updates and code tweaks
2023-04-21 12:54 UTC (2+ messages)
[PATCH] KVM: arm64: fix repeated words in comments
2023-04-21 12:53 UTC (2+ messages)
[PATCH 0/2] KVM: arm64: Fix for mapping incorrect PA at stage-2
2023-04-21 12:53 UTC (8+ messages)
` [PATCH 1/2] KVM: arm64: Infer the PA offset from IPA in stage-2 map walker
` [PATCH 2/2] KVM: arm64: Infer PA offset from VA in hyp "
[PATCH 1/2] KVM: arm64: Slightly optimize flush_context()
2023-04-21 12:53 UTC (3+ messages)
` [PATCH 2/2] KVM: arm64: Use the bitmap API to allocate bitmaps
[kvm-unit-tests PATCH 0/6] arm: pmu: Fix random failures of pmu-chain-promotion
2023-04-21 11:24 UTC (18+ messages)
` [kvm-unit-tests PATCH 1/6] arm: pmu: pmu-chain-promotion: Improve debug messages
` [kvm-unit-tests PATCH 2/6] arm: pmu: pmu-chain-promotion: Introduce defines for count and margin values
` [kvm-unit-tests PATCH 3/6] arm: pmu: Add extra DSB barriers in the mem_access loop
` [kvm-unit-tests PATCH 4/6] arm: pmu: Fix chain counter enable/disable sequences
` [kvm-unit-tests PATCH 5/6] arm: pmu: Add pmu-memaccess-reliability test
[GIT PULL] KVM/arm64 updates for v6.4
2023-04-21 10:40 UTC
[PATCH v1 0/2] KVM: arm64: Fix bugs related to mp_state updates
2023-04-21 3:27 UTC (8+ messages)
` [PATCH v1 1/2] KVM: arm64: Acquire mp_state_lock in kvm_arch_vcpu_ioctl_vcpu_init()
` [PATCH v1 2/2] KVM: arm64: Have kvm_psci_vcpu_on() use WRITE_ONCE() to update mp_state
[PATCH] KVM: arm64: Ensure CPU PMU probes before pKVM host de-privilege
2023-04-20 17:04 UTC (4+ messages)
[PATCH v2] KVM: arm64: Fix buffer overflow in kvm_arm_set_fw_reg()
2023-04-19 15:24 UTC (6+ messages)
[PATCH v2 00/10] KVM: arm64: FF-A proxy for pKVM
2023-04-19 12:20 UTC (11+ messages)
` [PATCH v2 01/10] KVM: arm64: Block unsafe FF-A calls from the host
` [PATCH v2 02/10] KVM: arm64: Probe FF-A version and host/hyp partition ID during init
` [PATCH v2 03/10] KVM: arm64: Allocate pages for hypervisor FF-A mailboxes
` [PATCH v2 04/10] KVM: arm64: Handle FFA_RXTX_MAP and FFA_RXTX_UNMAP calls from the host
` [PATCH v2 05/10] KVM: arm64: Add FF-A helpers to share/unshare memory with secure world
` [PATCH v2 06/10] KVM: arm64: Handle FFA_MEM_SHARE calls from the host
` [PATCH v2 07/10] KVM: arm64: Handle FFA_MEM_RECLAIM "
` [PATCH v2 08/10] KVM: arm64: Handle FFA_MEM_LEND "
` [PATCH v2 09/10] KVM: arm64: Handle FFA_FEATURES call "
` [PATCH v2 10/10] KVM: arm64: pkvm: Add support for fragmented FF-A descriptors
[PATCH] KVM: arm64: Fix buffer overflow in kvm_arm_set_fw_reg()
2023-04-19 10:16 UTC (6+ messages)
[PATCH v2] KVM: arm64: Make vcpu flag updates non-preemptible
2023-04-19 8:58 UTC (3+ messages)
[GIT PULL] KVM/arm64 fixes for 6.3, part #4
2023-04-19 8:24 UTC
pmu-chain-promotion kvm-unit-test failures in mainline
2023-04-19 7:30 UTC (5+ messages)
[PATCH v6 0/6] Support writable CPU ID registers from userspace
2023-04-19 4:59 UTC (7+ messages)
` [PATCH v6 4/6] KVM: arm64: Use per guest ID register for ID_AA64DFR0_EL1.PMUVer
` [PATCH v6 5/6] KVM: arm64: Reuse fields of sys_reg_desc for idreg
` [PATCH v6 6/6] KVM: arm64: Refactor writings for PMUVer/CSV2/CSV3
[PATCH 00/12] KVM: arm64: FF-A proxy for pKVM
2023-04-18 12:48 UTC (6+ messages)
` [PATCH 03/12] KVM: arm64: Block unsafe FF-A calls from the host
[PATCH v3 0/7] KVM: arm64: Add support for FEAT_TLBIRANGE
2023-04-17 16:17 UTC (9+ messages)
` [PATCH v3 1/7] arm64: tlb: Refactor the core flush algorithm of __flush_tlb_range
` [PATCH v3 2/7] KVM: arm64: Implement __kvm_tlb_flush_vmid_range()
` [PATCH v3 3/7] KVM: arm64: Implement kvm_arch_flush_remote_tlbs_range()
` [PATCH v3 4/7] KVM: arm64: Flush only the memslot after write-protect
` [PATCH v3 5/7] KVM: arm64: Invalidate the table entries upon a range
` [PATCH v3 6/7] KVM: arm64: Add 'skip_flush' arg to stage2_put_pte()
` [PATCH v3 7/7] KVM: arm64: Use TLBI range-based intructions for unmap
[PATCH] KVM: arm64: Make vcpu flag updates non-preemptible
2023-04-17 12:35 UTC (3+ messages)
[PATCH v2 00/12] KVM: arm64: Support FEAT_LPA2 at hyp s1 and vm s2
2023-04-17 10:43 UTC (14+ messages)
` [PATCH v2 01/12] arm64/mm: Update non-range tlb invalidation routines for FEAT_LPA2
` [PATCH v2 02/12] arm64/mm: Add FEAT_LPA2 specific ID_AA64MMFR0.TGRAN[2]
` [PATCH v2 04/12] KVM: arm64: Add new (V)TCR_EL2 field definitions for FEAT_LPA2
` [PATCH v2 06/12] KVM: arm64: Use LPA2 page-tables for hyp stage1 if HW supports it
[PATCH v7 00/12] Implement Eager Page Splitting for ARM
2023-04-17 7:20 UTC (28+ messages)
` [PATCH v7 01/12] KVM: arm64: Rename free_removed to free_unlinked
` [PATCH v7 02/12] KVM: arm64: Add KVM_PGTABLE_WALK ctx->flags for skipping BBM and CMO
` [PATCH v7 02/12] KVM: arm64: Add KVM_PGTABLE_WALK flags for skipping CMOs and BBM TLBIs
` [PATCH v7 03/12] KVM: arm64: Add helper for creating unlinked stage2 subtrees
` [PATCH v7 04/12] KVM: arm64: Add kvm_pgtable_stage2_split()
` [PATCH v7 05/12] KVM: arm64: Refactor kvm_arch_commit_memory_region()
` [PATCH v7 06/12] KVM: arm64: Add kvm_uninit_stage2_mmu()
` [PATCH v7 07/12] KVM: arm64: Export kvm_are_all_memslots_empty()
` [PATCH v7 08/12] KVM: arm64: Add KVM_CAP_ARM_EAGER_SPLIT_CHUNK_SIZE
` [PATCH v7 09/12] KVM: arm64: Split huge pages when dirty logging is enabled
` [PATCH v7 10/12] KVM: arm64: Open-code kvm_mmu_write_protect_pt_masked()
` [PATCH v7 11/12] KVM: arm64: Split huge pages during KVM_CLEAR_DIRTY_LOG
` [PATCH v7 12/12] KVM: arm64: Use local TLBI on permission relaxation
[PATCH v4 00/20] KVM: arm64: Rework timer offsetting for fun and profit
2023-04-17 3:34 UTC (5+ messages)
` [PATCH v4 05/20] KVM: arm64: timers: Allow physical offset without CNTPOFF_EL2
[PATCH v4 0/2] KVM: arm64: PMU: Correct the handling of PMUSERENR_EL0
2023-04-16 4:53 UTC (3+ messages)
` [PATCH v4 1/2] KVM: arm64: PMU: Restore the host's PMUSERENR_EL0
` [PATCH v4 2/2] KVM: arm64: PMU: Don't overwrite PMUSERENR with vcpu loaded
[PATCH v3 0/2] KVM: arm64: PMU: Correct the handling of PMUSERENR_EL0
2023-04-16 3:31 UTC (5+ messages)
` [PATCH v3 1/2] KVM: arm64: PMU: Restore the host's PMUSERENR_EL0
` [PATCH v3 2/2] KVM: arm64: PMU: Don't overwrite PMUSERENR with vcpu loaded
[PATCH v2 0/2] KVM: arm64: PMU: Correct the handling of PMUSERENR_EL0
2023-04-15 3:11 UTC (12+ messages)
` [PATCH v2 2/2] KVM: arm64: PMU: Don't overwrite PMUSERENR with vcpu loaded
[PATCH v3 0/5] KVM: arm64: Synchronise speculative page table walks on translation regime change
2023-04-14 7:24 UTC (8+ messages)
` [PATCH v3 1/5] KVM: arm64: nvhe: Synchronise with page table walker on vcpu run
` [PATCH v3 2/5] KVM: arm64: nvhe: Synchronise with page table walker on TLBI
` [PATCH v3 3/5] KVM: arm64: pkvm: Document the side effects of kvm_flush_dcache_to_poc()
` [PATCH v3 4/5] KVM: arm64: vhe: Synchronise with page table walker on MMU update
` [PATCH v3 5/5] KVM: arm64: vhe: Drop extra isb() on guest exit
[PATCH v2 0/5] KVM: arm64: Synchronise speculative page table walks on translation regime change
2023-04-13 7:37 UTC (12+ messages)
` [PATCH v2 1/5] KVM: arm64: nvhe: Synchronise with page table walker on vcpu run
` [PATCH v2 2/5] KVM: arm64: nvhe: Synchronise with page table walker on TLBI
` [PATCH v2 3/5] KVM: arm64: pkvm: Document the side effects of kvm_flush_dcache_to_poc()
` [PATCH v2 4/5] KVM: arm64: vhe: Synchronise with page table walker on MMU update
` [PATCH v2 5/5] KVM: arm64: vhe: Drop extra isb() on guest exit
[PATCH] KVM: arm64: vgic: Don't acquire its_lock before config_lock
2023-04-12 12:55 UTC (2+ messages)
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