kvmarm
Thread
Date
Earlier messages
Later messages
Messages by Thread
[PATCH v6 10/13] KVM: selftests: aarch64: Add userfaultfd tests into page_fault_test
Ricardo Koller
[PATCH v6 07/13] KVM: selftests: Add vm->memslots[] and enum kvm_mem_region_type
Ricardo Koller
[PATCH v6 09/13] KVM: selftests: aarch64: Add aarch64/page_fault_test
Ricardo Koller
[PATCH v6 11/13] KVM: selftests: aarch64: Add dirty logging tests into page_fault_test
Ricardo Koller
[PATCH v6 08/13] KVM: selftests: Use the right memslot for code, page-tables, and data allocations
Ricardo Koller
[PATCH v6 12/13] KVM: selftests: aarch64: Add readonly memslot tests into page_fault_test
Ricardo Koller
[PATCH v6 13/13] KVM: selftests: aarch64: Add mix of tests into page_fault_test
Ricardo Koller
Re: [PATCH v6 00/13] KVM: selftests: Add aarch64/page_fault_test
Ricardo Koller
Re: [PATCH v6 08/13] KVM: selftests: Use the right memslot for code, page-tables, and data allocations
Andrew Jones
Re: [PATCH v6 07/13] KVM: selftests: Change ____vm_create() to take struct kvm_vm_mem_params
Andrew Jones
Re: [PATCH v6 07/13] KVM: selftests: Change ____vm_create() to take struct kvm_vm_mem_params
Sean Christopherson
Re: [PATCH v6 07/13] KVM: selftests: Change ____vm_create() to take struct kvm_vm_mem_params
Ricardo Koller
Re: [PATCH v6 06/13] KVM: selftests: Stash backing_src_type in struct userspace_mem_region
Oliver Upton
Re: [PATCH v6 02/13] KVM: selftests: aarch64: Add virt_get_pte_hva() library function
Oliver Upton
Re: [PATCH v6 01/13] KVM: selftests: Add a userfaultfd library
Oliver Upton
Re: [PATCH v6 09/13] KVM: selftests: aarch64: Add aarch64/page_fault_test
Oliver Upton
Re: [PATCH v6 09/13] KVM: selftests: aarch64: Add aarch64/page_fault_test
Ricardo Koller
Re: [PATCH v6 09/13] KVM: selftests: aarch64: Add aarch64/page_fault_test
Sean Christopherson
[PATCH v2 0/4] KVM: arm64: Fix bugs of single-step execution enabled by userspace
Reiji Watanabe
[PATCH v2 3/4] KVM: arm64: selftests: Refactor debug-exceptions to make it amenable to new test cases
Reiji Watanabe
[PATCH v2 4/4] KVM: arm64: selftests: Add a test case for KVM_GUESTDBG_SINGLESTEP
Reiji Watanabe
Re: [PATCH v2 4/4] KVM: arm64: selftests: Add a test case for KVM_GUESTDBG_SINGLESTEP
Marc Zyngier
Re: [PATCH v2 4/4] KVM: arm64: selftests: Add a test case for KVM_GUESTDBG_SINGLESTEP
Reiji Watanabe
[PATCH v2 1/4] KVM: arm64: Preserve PSTATE.SS for the guest while single-step is enabled
Reiji Watanabe
[PATCH v2 2/4] KVM: arm64: Clear PSTATE.SS when the Software Step state was Active-pending
Reiji Watanabe
Re: [PATCH v2 0/4] KVM: arm64: Fix bugs of single-step execution enabled by userspace
Marc Zyngier
[PATCH v2 0/5] KVM: arm64: Enable ring-based dirty memory tracking
Gavin Shan
[PATCH v2 1/5] KVM: x86: Introduce KVM_REQ_RING_SOFT_FULL
Gavin Shan
Re: [PATCH v2 1/5] KVM: x86: Introduce KVM_REQ_RING_SOFT_FULL
Peter Xu
Re: [PATCH v2 1/5] KVM: x86: Introduce KVM_REQ_RING_SOFT_FULL
Marc Zyngier
Re: [PATCH v2 1/5] KVM: x86: Introduce KVM_REQ_RING_SOFT_FULL
Gavin Shan
Re: [PATCH v2 1/5] KVM: x86: Introduce KVM_REQ_RING_SOFT_FULL
Marc Zyngier
Re: [PATCH v2 1/5] KVM: x86: Introduce KVM_REQ_RING_SOFT_FULL
Peter Xu
[PATCH v2 2/5] KVM: arm64: Enable ring-based dirty memory tracking
Gavin Shan
Re: [PATCH v2 2/5] KVM: arm64: Enable ring-based dirty memory tracking
kernel test robot
Re: [PATCH v2 2/5] KVM: arm64: Enable ring-based dirty memory tracking
Gavin Shan
[PATCH v2 3/5] KVM: selftests: Use host page size to map ring buffer in dirty_log_test
Gavin Shan
[PATCH v2 4/5] KVM: selftests: Clear dirty ring states between two modes in dirty_log_test
Gavin Shan
[PATCH v2 5/5] KVM: selftests: Automate choosing dirty ring size in dirty_log_test
Gavin Shan
[PATCH v3 00/25] KVM: arm64: Introduce pKVM hyp VM and vCPU state at EL2
Will Deacon
[PATCH v3 01/25] KVM: arm64: Move hyp refcount manipulation helpers to common header file
Will Deacon
Re: [PATCH v3 01/25] KVM: arm64: Move hyp refcount manipulation helpers to common header file
Oliver Upton
[PATCH v3 02/25] KVM: arm64: Allow attaching of non-coalescable pages to a hyp pool
Will Deacon
[PATCH v3 03/25] KVM: arm64: Back the hypervisor 'struct hyp_page' array for all memory
Will Deacon
[PATCH v3 04/25] KVM: arm64: Fix-up hyp stage-1 refcounts for all pages mapped at EL2
Will Deacon
[PATCH v3 05/25] KVM: arm64: Unify identifiers used to distinguish host and hypervisor
Will Deacon
[PATCH v3 06/25] KVM: arm64: Implement do_donate() helper for donating memory
Will Deacon
[PATCH v3 07/25] KVM: arm64: Prevent the donation of no-map pages
Will Deacon
[PATCH v3 08/25] KVM: arm64: Add helpers to pin memory shared with the hypervisor at EL2
Will Deacon
[PATCH v3 09/25] KVM: arm64: Include asm/kvm_mmu.h in nvhe/mem_protect.h
Will Deacon
[PATCH v3 10/25] KVM: arm64: Add hyp_spinlock_t static initializer
Will Deacon
[PATCH v3 11/25] KVM: arm64: Rename 'host_kvm' to 'host_mmu'
Will Deacon
[PATCH v3 13/25] KVM: arm64: Instantiate pKVM hypervisor VM and vCPU structures from EL1
Will Deacon
[PATCH v3 14/25] KVM: arm64: Add per-cpu fixmap infrastructure at EL2
Will Deacon
[PATCH v3 15/25] KVM: arm64: Initialise hypervisor copies of host symbols unconditionally
Will Deacon
[PATCH v3 17/25] KVM: arm64: Add generic hyp_memcache helpers
Will Deacon
[PATCH v3 16/25] KVM: arm64: Provide I-cache invalidation by virtual address at EL2
Will Deacon
[PATCH v3 12/25] KVM: arm64: Add infrastructure to create and track pKVM instances at EL2
Will Deacon
[PATCH v3 18/25] KVM: arm64: Consolidate stage-2 initialisation into a single function
Will Deacon
[PATCH v3 19/25] KVM: arm64: Instantiate guest stage-2 page-tables at EL2
Will Deacon
[PATCH v3 20/25] KVM: arm64: Return guest memory from EL2 via dedicated teardown memcache
Will Deacon
[PATCH v3 21/25] KVM: arm64: Unmap 'kvm_arm_hyp_percpu_base' from the host
Will Deacon
[PATCH v3 22/25] KVM: arm64: Maintain a copy of 'kvm_arm_vmid_bits' at EL2
Will Deacon
[PATCH v3 23/25] KVM: arm64: Explicitly map 'kvm_vgic_global_state' at EL2
Will Deacon
[PATCH v3 24/25] KVM: arm64: Don't unnecessarily map host kernel sections at EL2
Will Deacon
[RFC PATCH v3 25/25] KVM: arm64: Use the pKVM hyp vCPU structure in handle___kvm_vcpu_run()
Will Deacon
Re: [PATCH v3 00/25] KVM: arm64: Introduce pKVM hyp VM and vCPU state at EL2
Vincent Donnefort
[PATCH v3 0/7] KVM: arm64: Use visibility hook to treat ID regs as RAZ
Oliver Upton
[PATCH v3 1/7] KVM: arm64: Use visibility hook to treat ID regs as RAZ
Oliver Upton
[PATCH v3 3/7] KVM: arm64: Drop raz parameter from read_id_reg()
Oliver Upton
[PATCH v3 2/7] KVM: arm64: Remove internal accessor helpers for id regs
Oliver Upton
[PATCH v3 4/7] KVM: arm64: Spin off helper for calling visibility hook
Oliver Upton
[PATCH v3 5/7] KVM: arm64: Add a visibility bit to ignore user writes
Oliver Upton
[PATCH v3 6/7] KVM: arm64: Treat 32bit ID registers as RAZ/WI on 64bit-only system
Oliver Upton
[PATCH v3 7/7] KVM: selftests: Add test for AArch32 ID registers
Oliver Upton
Re: [PATCH v3 0/7] KVM: arm64: Use visibility hook to treat ID regs as RAZ
Marc Zyngier
[PATCH v3] KVM: arm64: Ignore kvm-arm.mode if !is_hyp_mode_available()
Elliot Berman
Re: [PATCH v3] KVM: arm64: Ignore kvm-arm.mode if !is_hyp_mode_available()
kernel test robot
[PATCH v2] KVM: arm64: Only set KVM_MODE_PROTECTED if is_hyp_mode_available()
Elliot Berman
Re: [PATCH v2] KVM: arm64: Only set KVM_MODE_PROTECTED if is_hyp_mode_available()
Catalin Marinas
Re: [PATCH v2] KVM: arm64: Only set KVM_MODE_PROTECTED if is_hyp_mode_available()
Elliot Berman
Re: [PATCH v2] KVM: arm64: Only set KVM_MODE_PROTECTED if is_hyp_mode_available()
Marc Zyngier
Re: [PATCH v2] KVM: arm64: Only set KVM_MODE_PROTECTED if is_hyp_mode_available()
Will Deacon
Re: [PATCH v2] KVM: arm64: Only set KVM_MODE_PROTECTED if is_hyp_mode_available()
Marc Zyngier
[kvm-unit-tests PATCH] arm/psci: Test that CPU 1 has been successfully brought online
Alexandru Elisei
Re: [PATCH 1/3] KVM: arm64: Don't set PSTATE.SS when Software Step state is Active-pending
Marc Zyngier
Re: [PATCH 1/3] KVM: arm64: Don't set PSTATE.SS when Software Step state is Active-pending
Marc Zyngier
Re: [PATCH 1/3] KVM: arm64: Don't set PSTATE.SS when Software Step state is Active-pending
Marc Zyngier
Re: [PATCH 1/3] KVM: arm64: Don't set PSTATE.SS when Software Step state is Active-pending
Marc Zyngier
Re: [PATCH] KVM: arm64: Use kmemleak_free_part_phys() to unregister hyp_mem_base
Catalin Marinas
Re: [PATCH] KVM: arm64: Use kmemleak_free_part_phys() to unregister hyp_mem_base
Oliver Upton
[PATCH] KVM: arm64: Report Protected KVM cap only if KVM is enabled
Elliot Berman
Re: [PATCH] KVM: arm64: Report Protected KVM cap only if KVM is enabled
Catalin Marinas
Re: [PATCH] KVM: arm64: Report Protected KVM cap only if KVM is enabled
Marc Zyngier
[PATCH linux-next] KVM: arm64: Remove the unneeded result variable
cgel . zte
[PATCH v2 0/7] KVM: arm64: Use visibility hook to treat ID regs as RAZ
Oliver Upton
[PATCH v2 2/7] KVM: arm64: Remove internal accessor helpers for id regs
Oliver Upton
[PATCH v2 1/7] KVM: arm64: Use visibility hook to treat ID regs as RAZ
Oliver Upton
[PATCH v2 3/7] KVM: arm64: Drop raz parameter from read_id_reg()
Oliver Upton
[PATCH v2 4/7] KVM: arm64: Spin off helper for calling visibility hook
Oliver Upton
[PATCH v2 5/7] KVM: arm64: Add a visibility bit to ignore user writes
Oliver Upton
[PATCH v2 6/7] KVM: arm64: Treat 32bit ID registers as RAZ/WI on 64bit-only system
Oliver Upton
Re: [PATCH v2 6/7] KVM: arm64: Treat 32bit ID registers as RAZ/WI on 64bit-only system
Oliver Upton
[PATCH v2 7/7] KVM: selftests: Add test for RAZ/WI AArch32 ID registers
Oliver Upton
Re: [PATCH v2 7/7] KVM: selftests: Add test for RAZ/WI AArch32 ID registers
Andrew Jones
Re: [PATCH v2 7/7] KVM: selftests: Add test for RAZ/WI AArch32 ID registers
Oliver Upton
Re: [PATCH v2 0/7] KVM: arm64: Use visibility hook to treat ID regs as RAZ
Oliver Upton
Re: [PATCH v3 4/7] arm64: mte: Lock a page for MTE tag initialisation
Steven Price
Re: [PATCH v3 4/7] arm64: mte: Lock a page for MTE tag initialisation
Catalin Marinas
Re: [PATCH v3 4/7] arm64: mte: Lock a page for MTE tag initialisation
Catalin Marinas
Re: [PATCH v3 4/7] arm64: mte: Lock a page for MTE tag initialisation
Steven Price
Re: [PATCH v3 2/7] KVM: arm64: Simplify the sanitise_mte_tags() logic
Steven Price
Re: [PATCH v3 0/7] KVM: arm64: permit MAP_SHARED mappings with MTE enabled
Catalin Marinas
Re: [PATCH v3 7/7] Documentation: document the ABI changes for KVM_CAP_ARM_MTE
Catalin Marinas
Re: [PATCH v3 6/7] KVM: arm64: permit all VM_MTE_ALLOWED mappings with MTE enabled
Catalin Marinas
Re: [PATCH v3 6/7] KVM: arm64: permit all VM_MTE_ALLOWED mappings with MTE enabled
Steven Price
Re: [PATCH v3 6/7] KVM: arm64: permit all VM_MTE_ALLOWED mappings with MTE enabled
Marc Zyngier
Re: [PATCH v3 5/7] KVM: arm64: unify the tests for VMAs in memslots when MTE is enabled
Catalin Marinas
Re: [PATCH v3 5/7] KVM: arm64: unify the tests for VMAs in memslots when MTE is enabled
Steven Price
Re: [PATCH v3 1/7] arm64: mte: Fix/clarify the PG_mte_tagged semantics
Catalin Marinas
Re: [PATCH v3 1/7] arm64: mte: Fix/clarify the PG_mte_tagged semantics
Cornelia Huck
Re: [PATCH v3 1/7] arm64: mte: Fix/clarify the PG_mte_tagged semantics
Steven Price
[PATCH] KVM: arm64: fix repeated words in comments
Jilin Yuan
[PATCH 00/14] KVM: arm64: Parallel stage-2 fault handling
Oliver Upton
[PATCH 01/14] KVM: arm64: Add a helper to tear down unlinked stage-2 subtrees
Oliver Upton
[PATCH 03/14] KVM: arm64: Directly read owner id field in stage2_pte_is_counted()
Oliver Upton
[PATCH 05/14] KVM: arm64: Split init and set for table PTE
Oliver Upton
[PATCH 02/14] KVM: arm64: Tear down unlinked stage-2 subtree after break-before-make
Oliver Upton
Re: [PATCH 02/14] KVM: arm64: Tear down unlinked stage-2 subtree after break-before-make
Oliver Upton
Re: [PATCH 02/14] KVM: arm64: Tear down unlinked stage-2 subtree after break-before-make
Oliver Upton
Re: [PATCH 02/14] KVM: arm64: Tear down unlinked stage-2 subtree after break-before-make
Oliver Upton
[PATCH 06/14] KVM: arm64: Return next table from map callbacks
Oliver Upton
Re: [PATCH 06/14] KVM: arm64: Return next table from map callbacks
Oliver Upton
[PATCH 04/14] KVM: arm64: Read the PTE once per visit
Oliver Upton
[PATCH 07/14] KVM: arm64: Document behavior of pgtable visitor callback
Oliver Upton
[PATCH 08/14] KVM: arm64: Protect page table traversal with RCU
Oliver Upton
Re: [PATCH 08/14] KVM: arm64: Protect page table traversal with RCU
Oliver Upton
[PATCH 09/14] KVM: arm64: Free removed stage-2 tables in RCU callback
Oliver Upton
[PATCH 10/14] KVM: arm64: Atomically update stage 2 leaf attributes in parallel walks
Oliver Upton
[PATCH 11/14] KVM: arm64: Make changes block->table to leaf PTEs parallel-aware
Oliver Upton
[PATCH 12/14] KVM: arm64: Make leaf->leaf PTE changes parallel-aware
Oliver Upton
[PATCH 13/14] KVM: arm64: Make table->block changes parallel-aware
Oliver Upton
[PATCH 14/14] KVM: arm64: Handle stage-2 faults in parallel
Oliver Upton
Re: [PATCH 00/14] KVM: arm64: Parallel stage-2 fault handling
Marc Zyngier
Re: [PATCH 00/14] KVM: arm64: Parallel stage-2 fault handling
Oliver Upton
Re: [PATCH v5 08/13] KVM: selftests: Use the right memslot for code, page-tables, and data allocations
Andrew Jones
Re: [PATCH v5 07/13] KVM: selftests: Change ____vm_create() to take struct kvm_vm_mem_params
Andrew Jones
Re: [PATCH v5 7/7] KVM: selftests: Add ucall pool based implementation
Andrew Jones
Re: [PATCH v5 6/7] KVM: selftest: Drop now-unnecessary ucall_uninit()
Andrew Jones
Re: [PATCH v5 5/7] KVM: selftests: Make arm64's MMIO ucall multi-VM friendly
Andrew Jones
Re: [PATCH v5 3/7] KVM: selftests: Automatically do init_ucall() for non-barebones VMs
Andrew Jones
Re: [PATCH V2] arm64/mm: Fix __enable_mmu() for new TGRAN range values
Anders Roxell
Re: [PATCH V2] arm64/mm: Fix __enable_mmu() for new TGRAN range values
Zenghui Yu
Re: [PATCH V2] arm64/mm: Fix __enable_mmu() for new TGRAN range values
Catalin Marinas
Re: [PATCH 5/9] KVM: arm64: selftests: Have debug_version() use cpuid_get_ufield() helper
Oliver Upton
Re: [PATCH 4/9] KVM: arm64: selftests: Add helpers to enable debug exceptions
Oliver Upton
Re: [PATCH 3/9] KVM: arm64: selftests: Remove the hard-coded {b,w}pn#0 from debug-exceptions
Oliver Upton
Re: [PATCH 1/9] KVM: arm64: selftests: Add helpers to extract a field of an ID register
Oliver Upton
Re: [PATCH 1/9] KVM: arm64: selftests: Add helpers to extract a field of an ID register
Oliver Upton
Re: [PATCH v4 5/6] KVM: selftests: Make arm64's MMIO ucall multi-VM friendly
Oliver Upton
Re: [PATCH v7 4/4] KVM: arm64/mmu: count KVM s2 mmu usage in secondary pagetable stats
Ryan Roberts
Re: [PATCH v7 4/4] KVM: arm64/mmu: count KVM s2 mmu usage in secondary pagetable stats
Marc Zyngier
Re: [PATCH v7 4/4] KVM: arm64/mmu: count KVM s2 mmu usage in secondary pagetable stats
Ryan Roberts
Re: [PATCH v7 1/4] mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses.
Ryan Roberts
Re: [PATCH v7 1/4] mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses.
Ryan Roberts
[PATCH] mailmap: Update Oliver's email address
Oliver Upton
Re: [PATCH] mailmap: Update Oliver's email address
Paolo Bonzini
[RESEND PATCH] KVM: selftests: Update top-of-file comment in psci_test
Oliver Upton
Re: [RESEND PATCH] KVM: selftests: Update top-of-file comment in psci_test
Marc Zyngier
[PATCH] KVM: selftests: Update top-of-file comment in psci_test
Oliver Upton
[PATCH v1 0/5] KVM: arm64: Enable ring-based dirty memory tracking
Gavin Shan
[PATCH v1 1/5] KVM: arm64: Enable ring-based dirty memory tracking
Gavin Shan
Re: [PATCH v1 1/5] KVM: arm64: Enable ring-based dirty memory tracking
Marc Zyngier
Re: [PATCH v1 1/5] KVM: arm64: Enable ring-based dirty memory tracking
Peter Xu
Re: [PATCH v1 1/5] KVM: arm64: Enable ring-based dirty memory tracking
Gavin Shan
Re: [PATCH v1 1/5] KVM: arm64: Enable ring-based dirty memory tracking
Marc Zyngier
Re: [PATCH v1 1/5] KVM: arm64: Enable ring-based dirty memory tracking
Gavin Shan
Re: [PATCH v1 1/5] KVM: arm64: Enable ring-based dirty memory tracking
Peter Xu
Re: [PATCH v1 1/5] KVM: arm64: Enable ring-based dirty memory tracking
Marc Zyngier
Re: [PATCH v1 1/5] KVM: arm64: Enable ring-based dirty memory tracking
Peter Xu
Re: [PATCH v1 1/5] KVM: arm64: Enable ring-based dirty memory tracking
Marc Zyngier
Re: [PATCH v1 1/5] KVM: arm64: Enable ring-based dirty memory tracking
Peter Xu
Re: [PATCH v1 1/5] KVM: arm64: Enable ring-based dirty memory tracking
Marc Zyngier
Re: [PATCH v1 1/5] KVM: arm64: Enable ring-based dirty memory tracking
Peter Xu
Re: [PATCH v1 1/5] KVM: arm64: Enable ring-based dirty memory tracking
Marc Zyngier
Re: [PATCH v1 1/5] KVM: arm64: Enable ring-based dirty memory tracking
Gavin Shan
Re: [PATCH v1 1/5] KVM: arm64: Enable ring-based dirty memory tracking
Paolo Bonzini
Re: [PATCH v1 1/5] KVM: arm64: Enable ring-based dirty memory tracking
Marc Zyngier
Re: [PATCH v1 1/5] KVM: arm64: Enable ring-based dirty memory tracking
Paolo Bonzini
Re: [PATCH v1 1/5] KVM: arm64: Enable ring-based dirty memory tracking
Paolo Bonzini
Re: [PATCH v1 1/5] KVM: arm64: Enable ring-based dirty memory tracking
Oliver Upton
Re: [PATCH v1 1/5] KVM: arm64: Enable ring-based dirty memory tracking
Marc Zyngier
Re: [PATCH v1 1/5] KVM: arm64: Enable ring-based dirty memory tracking
Paolo Bonzini
Re: [PATCH v1 1/5] KVM: arm64: Enable ring-based dirty memory tracking
Marc Zyngier
Re: [PATCH v1 1/5] KVM: arm64: Enable ring-based dirty memory tracking
Peter Xu
Re: [PATCH v1 1/5] KVM: arm64: Enable ring-based dirty memory tracking
Paolo Bonzini
[PATCH v1 2/5] KVM: selftests: Use host page size to map ring buffer in dirty_log_test
Gavin Shan
[PATCH v1 3/5] KVM: selftests: Dirty host pages in dirty_log_test
Gavin Shan
Re: [PATCH v1 3/5] KVM: selftests: Dirty host pages in dirty_log_test
Andrew Jones
Re: [PATCH v1 3/5] KVM: selftests: Dirty host pages in dirty_log_test
Gavin Shan
Earlier messages
Later messages