kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-27 15:26:23 to 2020-07-09 12:14:39 UTC [more...]

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

[PATCH] KVM: arm64: Fix definition of PAGE_HYP_DEVICE
 2020-07-08 22:02 UTC  (3+ messages)

[PATCH v3 00/17] KVM: arm64: Preliminary NV patches
 2020-07-08 16:39 UTC  (32+ messages)
` [PATCH v3 01/17] KVM: arm64: Factor out stage 2 page table data from struct kvm
` [PATCH v3 02/17] arm64: Detect the ARMv8.4 TTL feature
` [PATCH v3 03/17] arm64: Document SW reserved PTE/PMD bits in Stage-2 descriptors
` [PATCH v3 04/17] arm64: Add level-hinted TLB invalidation helper
` [PATCH v3 05/17] KVM: arm64: Use TTL hint in when invalidating stage-2 translations
` [PATCH v3 06/17] KVM: arm64: Introduce accessor for ctxt->sys_reg
` [PATCH v3 07/17] KVM: arm64: hyp: Use ctxt_sys_reg/__vcpu_sys_reg instead of raw sys_regs access
` [PATCH v3 08/17] KVM: arm64: sve: Use __vcpu_sys_reg() "
` [PATCH v3 09/17] KVM: arm64: pauth: Use ctxt_sys_reg() "
` [PATCH v3 10/17] KVM: arm64: debug: Drop useless vpcu parameter
` [PATCH v3 11/17] KVM: arm64: Make struct kvm_regs userspace-only
` [PATCH v3 12/17] KVM: arm64: Move ELR_EL1 to the system register array
` [PATCH v3 13/17] KVM: arm64: Move SP_EL1 "
` [PATCH v3 14/17] KVM: arm64: Disintegrate SPSR array
` [PATCH v3 15/17] KVM: arm64: Move SPSR_EL1 to the system register array
` [PATCH v3 16/17] KVM: arm64: timers: Rename kvm_timer_sync_hwstate to kvm_timer_sync_user
` [PATCH v3 17/17] KVM: arm64: timers: Move timer registers to the sys_regs file

[PATCH] arm64: kvm: Remove redundant KVM_ARM64_FP_HOST flag
 2020-07-08 16:27 UTC  (4+ messages)

[PATCH] arm64: kvm: Stop clobbering x0 for HVC_SOFT_RESTART
 2020-07-08 16:22 UTC  (4+ messages)

[PATCH] KVM: arm64: Don't use has_vhe() for CHOOSE_HYP_SYM()
 2020-07-07 15:11 UTC 

[PATCH 0/2] KVM/arm64 fixes for 5.8, take #3
 2020-07-06 17:05 UTC  (4+ messages)
` [PATCH 1/2] KVM: arm64: PMU: Fix per-CPU access in preemptible context
` [PATCH 2/2] KVM: arm64: Stop clobbering x0 for HVC_SOFT_RESTART

[PATCH v2 00/17] KVM: arm64: Preliminary NV patches
 2020-07-06 15:49 UTC  (11+ messages)
` [PATCH v2 01/17] KVM: arm64: Factor out stage 2 page table data from struct kvm
` [PATCH v2 06/17] KVM: arm64: Introduce accessor for ctxt->sys_reg

[kvm-unit-tests PATCH v2 0/8] arm/arm64: Add IPI/LPI/vtimer latency test
 2020-07-06 12:23 UTC  (39+ messages)
` [kvm-unit-tests PATCH v2 1/8] arm64: microbench: get correct ipi received num
` [kvm-unit-tests PATCH v2 2/8] arm64: microbench: Use the funcions for ipi test as the general functions for gic(ipi/lpi/timer) test
` [kvm-unit-tests PATCH v2 3/8] arm64: microbench: gic: Add gicv4.1 support for ipi latency test
` [kvm-unit-tests PATCH v2 4/8] arm64: its: Handle its command queue wrapping
` [kvm-unit-tests PATCH v2 5/8] arm64: microbench: its: Add LPI latency test
` [kvm-unit-tests PATCH v2 6/8] arm64: microbench: Allow each test to specify its running times
` [kvm-unit-tests PATCH v2 7/8] arm64: microbench: Add time limit for each individual test
` [kvm-unit-tests PATCH v2 8/8] arm64: microbench: Add vtimer latency test

[PATCH v2 0/8] KVM: arm64: Support HW dirty log based on DBM
 2020-07-06  7:54 UTC  (12+ messages)
` [PATCH v2 1/8] KVM: arm64: Set DBM bit for writable PTEs
` [PATCH v2 2/8] KVM: arm64: Scan PTEs to sync dirty log
` [PATCH v2 3/8] KVM: arm64: Modify stage2 young mechanism to support hw DBM
` [PATCH v2 4/8] KVM: arm64: Save stage2 PTE dirty status if it is covered
` [PATCH v2 5/8] KVM: arm64: Steply write protect page table by mask bit
` [PATCH v2 6/8] KVM: arm64: Add KVM_CAP_ARM_HW_DIRTY_LOG capability
` [PATCH v2 7/8] KVM: arm64: Sync dirty log parallel
` [PATCH v2 8/8] KVM: Omit dirty log sync in log clear if initially all set

[PATCH v2] kvm/arm64: Rename HSR to ESR
 2020-07-05 21:10 UTC  (2+ messages)

[PATCH] KVM: arm64: Change default caching mode for {PEND, PROP}BASER.outer
 2020-07-05 18:18 UTC  (3+ messages)

[PATCH 0/5] KVM: arm64: Remove the target table
 2020-07-05 17:51 UTC  (2+ messages)

[PATCH v4 00/15] Split off nVHE hyp code
 2020-07-05 17:51 UTC  (7+ messages)
` [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] arm64: kvm: Remove kern_hyp_va from get_vcpu_ptr
 2020-07-05 17:17 UTC  (2+ messages)

[PATCH] KVM: arm64: PMU: Fix per-CPU access in preemptible context
 2020-07-04 13:37 UTC 

[PATCH V5 (RESEND) 0/4] arm64/cpufeature: Introduce ID_PFR2, ID_DFR1, ID_MMFR5 and other changes
 2020-07-03 15:55 UTC  (2+ messages)

[PATCH v9 0/2] target/arm: kvm: Support for KVM DABT with no valid ISS
 2020-07-03 13:00 UTC  (4+ messages)
` [PATCH v9 1/2] target/arm: kvm: Handle "
` [PATCH v9 2/2] target/arm: kvm: Handle misconfigured dabt injection

[PATCH] kvmtool: arm64: Report missing support for 32bit guests
 2020-07-03 12:07 UTC  (5+ messages)

[PATCH V5 0/4] arm64/cpufeature: Introduce ID_PFR2, ID_DFR1, ID_MMFR5 and other changes
 2020-07-03 11:54 UTC  (3+ messages)

[PATCH v2 0/3] Cortex-A77 erratum 1508412 work-around
 2020-07-02 15:01 UTC  (10+ messages)
` [PATCH v2 1/3] KVM: arm64: Print warning when cpu erratum can cause guests to deadlock
` [PATCH v2 2/3] arm64: Add part number for Arm Cortex-A77
` [PATCH v2 3/3] arm64: Add workaround for Arm Cortex-A77 erratum 1508412

[PATCH 00/12] KVM: arm64: Support stage2 hardware DBM
 2020-07-02 11:28 UTC  (4+ messages)
` [PATCH 03/12] KVM: arm64: Report hardware dirty status of stage2 PTE if coverred

[PATCH kvm-unit-tests] arm/arm64: timer: Extract irqs at setup time
 2020-07-02  9:15 UTC  (2+ messages)

[kvm-unit-tests PATCH v2 0/8] arm/arm64: Add IPI/LPI/vtimer latency test
 2020-07-02  2:50 UTC 

[GIT PULL] KVM/arm64 fixes for 5.8, take #2
 2020-07-01 14:24 UTC  (6+ 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 1/2] arm64: Add part number for Arm Cortex-A77
 2020-07-01 12:00 UTC  (5+ messages)
` [PATCH 2/2] arm64: Add workaround for Arm Cortex-A77 erratum 1508412

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

[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 v6 0/2] target/arm: kvm: Support for KVM DABT with no valid ISS
 2020-06-27 15:29 UTC  (5+ messages)
` [PATCH v6 1/2] target/arm: kvm: Handle "

[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


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