kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-18 16:34:49 to 2020-06-30 00:16:23 UTC [more...]

[PATCH 0/2] Refactor ESR related functions
 2020-06-30  0:16 UTC  (11+ messages)
` [PATCH 1/2] kvm/arm64: Rename HSR to ESR
` [PATCH 2/2] kvm/arm64: Detach ESR operator from vCPU struct

[PATCH 1/2] arm64: Add part number for Arm Cortex-A77
 2020-06-29 21:33 UTC  (2+ messages)
` [PATCH 2/2] arm64: Add workaround for Arm Cortex-A77 erratum 1508412

[GIT PULL] KVM/arm64 fixes for 5.8, take #2
 2020-06-29 16:25 UTC  (5+ messages)
` [PATCH 1/4] KVM: arm64: Annotate hyp NMI-related functions as __always_inline
` [PATCH 2/4] KVM: arm64: Fix kvm_reset_vcpu() return code being incorrect with SVE
` [PATCH 3/4] KVM: arm64: pvtime: Ensure task delay accounting is enabled
` [PATCH 4/4] KVM: arm64: vgic-v4: Plug race between non-residency and v4.1 doorbell

[PATCH v8 0/2] target/arm: kvm: Support for KVM DABT with no valid ISS
 2020-06-29 11:54 UTC  (6+ messages)
` [PATCH v8 1/2] target/arm: kvm: Handle "
` [PATCH v8 2/2] target/arm: kvm: Handle misconfigured dabt injection

[PATCH v9 0/2] target/arm: kvm: Support for KVM DABT with no valid ISS
 2020-06-29 11:41 UTC  (3+ messages)
` [PATCH v9 1/2] target/arm: kvm: Handle "
` [PATCH v9 2/2] target/arm: kvm: Handle misconfigured dabt injection

[PATCH v6 0/2] target/arm: kvm: Support for KVM DABT with no valid ISS
 2020-06-27 15:29 UTC  (7+ messages)
` [PATCH v6 1/2] target/arm: kvm: Handle "
` [PATCH v6 2/2] target/arm: kvm: Handle misconfigured dabt injection

[PATCH v7 0/2] target/arm: kvm: Support for KVM DABT with no valid ISS
 2020-06-27 15:25 UTC  (3+ messages)
` [PATCH v7 1/2] target/arm: kvm: Handle "
` [PATCH v7 2/2] target/arm: kvm: Handle misconfigured dabt injection

[RFC PATCH 0/2] MTE support for KVM guest
 2020-06-26 17:24 UTC  (19+ messages)
` [RFC PATCH 2/2] arm64: kvm: Introduce MTE VCPU feature

[PATCH v2 00/17] KVM: arm64: Preliminary NV patches
 2020-06-26 15:39 UTC  (12+ messages)
` [PATCH v2 01/17] KVM: arm64: Factor out stage 2 page table data from struct kvm
` [PATCH v2 04/17] arm64: Add level-hinted TLB invalidation helper
` [PATCH v2 05/17] KVM: arm64: Use TTL hint in when invalidating stage-2 translations
` [PATCH v2 06/17] KVM: arm64: Introduce accessor for ctxt->sys_reg

[PATCH 0/2] irqchip/gic-v3: Support pseudo-NMIs when SCR_EL3.FIQ == 0
 2020-06-26  9:41 UTC  (5+ messages)
` [PATCH 1/2] irqchip/gicv3: Spell out when pseudo-NMIs are enabled
` [PATCH 2/2] irqchip/gic-v3: Support pseudo-NMIs when SCR_EL3.FIQ == 0

[PATCH v3 08/15] arm64: kvm: Split hyp/switch.c to VHE/nVHE
 2020-06-25 18:26 UTC  (8+ messages)

[PATCH v4 00/15] Split off nVHE hyp code
 2020-06-25 13:14 UTC  (16+ messages)
` [PATCH v4 01/15] arm64: kvm: Fix symbol dependency in __hyp_call_panic_nvhe
` [PATCH v4 02/15] arm64: kvm: Move __smccc_workaround_1_smc to .rodata
` [PATCH v4 03/15] arm64: kvm: Add build rules for separate VHE/nVHE object files
` [PATCH v4 04/15] arm64: kvm: Use build-time defines in has_vhe()
` [PATCH v4 05/15] arm64: kvm: Handle calls to prefixed hyp functions
` [PATCH v4 06/15] arm64: kvm: Build hyp-entry.S separately for VHE/nVHE
` [PATCH v4 07/15] arm64: kvm: Move hyp-init.S to nVHE
` [PATCH v4 08/15] arm64: kvm: Duplicate hyp/tlb.c for VHE/nVHE
` [PATCH v4 09/15] arm64: kvm: Split hyp/switch.c to VHE/nVHE
` [PATCH v4 10/15] arm64: kvm: Split hyp/debug-sr.c "
` [PATCH v4 11/15] arm64: kvm: Split hyp/sysreg-sr.c "
` [PATCH v4 12/15] arm64: kvm: Duplicate hyp/timer-sr.c for VHE/nVHE
` [PATCH v4 13/15] arm64: kvm: Compile remaining hyp/ files for both VHE/nVHE
` [PATCH v4 14/15] arm64: kvm: Remove __hyp_text macro, use build rules instead
` [PATCH v4 15/15] arm64: kvm: Lift instrumentation restrictions on VHE

[PATCH v3 00/15] Split off nVHE hyp code
 2020-06-25 11:53 UTC  (17+ messages)
` [PATCH v3 02/15] arm64: kvm: Move __smccc_workaround_1_smc to .rodata
` [PATCH v3 03/15] arm64: kvm: Add build rules for separate nVHE object files
` [PATCH v3 04/15] arm64: kvm: Handle calls to prefixed hyp functions
` [PATCH v3 05/15] arm64: kvm: Build hyp-entry.S separately for VHE/nVHE
` [PATCH v3 07/15] arm64: kvm: Split hyp/tlb.c to VHE/nVHE

[PATCH v2 00/21] KVM: Cleanup and unify kvm_mmu_memory_cache usage
 2020-06-24 18:08 UTC  (25+ messages)
` [PATCH v2 01/21] KVM: x86/mmu: Track the associated kmem_cache in the MMU caches
` [PATCH v2 02/21] KVM: x86/mmu: Consolidate "page" variant of memory cache helpers
` [PATCH v2 03/21] KVM: x86/mmu: Use consistent "mc" name for kvm_mmu_memory_cache locals
` [PATCH v2 04/21] KVM: x86/mmu: Remove superfluous gotos from mmu_topup_memory_caches()
` [PATCH v2 05/21] KVM: x86/mmu: Try to avoid crashing KVM if a MMU memory cache is empty
` [PATCH v2 06/21] KVM: x86/mmu: Move fast_page_fault() call above mmu_topup_memory_caches()
` [PATCH v2 07/21] KVM: x86/mmu: Topup memory caches after walking GVA->GPA
` [PATCH v2 08/21] KVM: x86/mmu: Clean up the gorilla math in mmu_topup_memory_caches()
` [PATCH v2 09/21] KVM: x86/mmu: Separate the memory caches for shadow pages and gfn arrays
` [PATCH v2 10/21] KVM: x86/mmu: Make __GFP_ZERO a property of the memory cache
` [PATCH v2 11/21] KVM: x86/mmu: Zero allocate shadow pages (outside of mmu_lock)
` [PATCH v2 12/21] KVM: x86/mmu: Skip filling the gfn cache for guaranteed direct MMU topups
` [PATCH v2 13/21] KVM: x86/mmu: Prepend "kvm_" to memory cache helpers that will be global
` [PATCH v2 14/21] KVM: Move x86's version of struct kvm_mmu_memory_cache to common code
` [PATCH v2 15/21] KVM: Move x86's MMU memory cache helpers to common KVM code
` [PATCH v2 16/21] KVM: arm64: Drop @max param from mmu_topup_memory_cache()
` [PATCH v2 17/21] KVM: arm64: Use common code's approach for __GFP_ZERO with memory caches
` [PATCH v2 18/21] KVM: arm64: Use common KVM implementation of MMU "
` [PATCH v2 19/21] KVM: MIPS: Drop @max param from mmu_topup_memory_cache()
` [PATCH v2 20/21] KVM: MIPS: Account pages used for GPA page tables
` [PATCH v2 21/21] KVM: MIPS: Use common KVM implementation of MMU memory caches

[PATCH stable 4.9] arm64: entry: Place an SB sequence following an ERET instruction
 2020-06-24 12:58 UTC  (3+ messages)

[PATCH v6 0/5] clean up redundant 'kvm_run' parameters
 2020-06-24  2:39 UTC  (8+ messages)
` [PATCH v6 1/5] KVM: s390: "
` [PATCH v6 2/5] KVM: arm64: "
` [PATCH v6 3/5] KVM: PPC: clean up redundant kvm_run parameters in assembly
` [PATCH v6 4/5] KVM: MIPS: clean up redundant 'kvm_run' parameters
` [PATCH v6 5/5] KVM: MIPS: clean up redundant kvm_run parameters in assembly

[PATCH] KVM: arm64: vgic-v4: Plug race between non-residency and v4.1 doorbell
 2020-06-23 12:12 UTC 

[PATCH v4 0/7] clean up redundant 'kvm_run' parameters
 2020-06-23 10:24 UTC  (4+ messages)

[RFC PATCH v13 0/9] Enable ptp_kvm for arm64
 2020-06-23 10:23 UTC  (14+ messages)
` [RFC PATCH v13 1/9] arm64: Probe for the presence of KVM hypervisor services during boot
` [RFC PATCH v13 2/9] arm/arm64: KVM: Advertise KVM UID to guests via SMCCC
` [PATCH v13 3/9] smccc: Export smccc conduit get helper
` [RFC PATCH v13 4/9] ptp: Reorganize ptp_kvm module to make it arch-independent
` [RFC PATCH v13 5/9] time: Add mechanism to recognize clocksource in time_get_snapshot
` [RFC PATCH v13 6/9] clocksource: Add clocksource id for arm arch counter
` [RFC PATCH v13 7/9] arm64/kvm: Add hypercall service for kvm ptp
` [RFC PATCH v13 8/9] ptp: arm64: Enable ptp_kvm for arm64
` [RFC PATCH v13 9/9] arm64: Add kvm capability check extension for ptp_kvm

[PATCH 00/21] KVM: Cleanup and unify kvm_mmu_memory_cache usage
 2020-06-22 19:40 UTC  (8+ messages)
` [PATCH 10/21] KVM: x86/mmu: Make __GFP_ZERO a property of the memory cache
` [PATCH 14/21] KVM: Move x86's version of struct kvm_mmu_memory_cache to common code

[PATCH] KVM: arm64: pvtime: Ensure task delay accounting is enabled
 2020-06-22 14:54 UTC  (2+ messages)

[PATCH v2] KVM: arm64: kvm_reset_vcpu() return code incorrect with SVE
 2020-06-22 13:41 UTC  (2+ messages)

[PATCH] arm64: kvm: Annotate hyp NMI-related functions as __always_inline
 2020-06-22 13:41 UTC  (3+ messages)

[PATCH 0/5] KVM: arm64: Remove the target table
 2020-06-22 11:33 UTC  (6+ messages)
` [PATCH 1/5] KVM: arm64: Drop the target_table[] indirection
` [PATCH 2/5] KVM: arm64: Tolerate an empty target_table list
` [PATCH 3/5] KVM: arm64: Move ACTLR_EL1 emulation to the sys_reg_descs array
` [PATCH 4/5] KVM: arm64: Remove target_table from exit handlers
` [PATCH 5/5] KVM: arm64: Remove the target table

[PATCH 0/4] arm64/x86: KVM: Introduce KVM_CAP_STEAL_TIME
 2020-06-22 11:04 UTC  (13+ messages)
` [PATCH 1/4] KVM: Documentation minor fixups
` [PATCH 2/4] arm64/x86: KVM: Introduce steal time cap
` [PATCH 3/4] tools headers kvm: Sync linux/kvm.h with the kernel sources
` [PATCH 4/4] KVM: selftests: Use KVM_CAP_STEAL_TIME

[PATCH v2 0/5] KVM/arm64: Enable PtrAuth on non-VHE KVM
 2020-06-22 10:43 UTC  (12+ messages)
` [PATCH v2 1/5] KVM: arm64: Enable Address Authentication at EL2 if available
` [PATCH v2 2/5] KVM: arm64: Allow ARM64_PTR_AUTH when ARM64_VHE=n
` [PATCH v2 3/5] KVM: arm64: Allow PtrAuth to be enabled from userspace on non-VHE systems
` [PATCH v2 4/5] KVM: arm64: Check HCR_EL2 instead of shadow copy to swap PtrAuth registers
` [PATCH v2 5/5] KVM: arm64: Simplify PtrAuth alternative patching

[PATCH v13 0/9] Enable ptp_kvm for arm64
 2020-06-22  1:29 UTC  (12+ messages)
` [PATCH v13 1/9] arm64: Probe for the presence of KVM hypervisor services during boot
` [PATCH v13 2/9] arm/arm64: KVM: Advertise KVM UID to guests via SMCCC
` [PATCH v13 3/9] smccc: Export smccc conduit get helper
` [PATCH v13 4/9] ptp: Reorganize ptp_kvm module to make it arch-independent
` [PATCH v13 5/9] time: Add mechanism to recognize clocksource in time_get_snapshot
` [PATCH v13 6/9] clocksource: Add clocksource id for arm arch counter
` [PATCH v13 7/9] arm64/kvm: Add hypercall service for kvm ptp
` [PATCH v13 8/9] ptp: arm64: Enable ptp_kvm for arm64
` [PATCH v13 9/9] arm64: Add kvm capability check extension for ptp_kvm

[PATCH] arm64: kvm: Remove kern_hyp_va from get_vcpu_ptr
 2020-06-18 18:22 UTC  (2+ 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).