kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-10 13:59:36 to 2020-06-22 13:41:41 UTC [more...]

[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 v3 00/15] Split off nVHE hyp code
 2020-06-22 10:20 UTC  (26+ messages)
` [PATCH v3 01/15] arm64: kvm: Fix symbol dependency in __hyp_call_panic_nvhe
` [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 06/15] arm64: kvm: Move hyp-init.S to nVHE
` [PATCH v3 07/15] arm64: kvm: Split hyp/tlb.c to VHE/nVHE
` [PATCH v3 08/15] arm64: kvm: Split hyp/switch.c "
` [PATCH v3 09/15] arm64: kvm: Split hyp/debug-sr.c "
` [PATCH v3 10/15] arm64: kvm: Split hyp/sysreg-sr.c "
` [PATCH v3 11/15] arm64: kvm: Split hyp/timer-sr.c "
` [PATCH v3 12/15] arm64: kvm: Compile remaining hyp/ files for both VHE/nVHE
` [PATCH v3 13/15] arm64: kvm: Add comments around __kvm_nvhe_ symbol aliases
` [PATCH v3 14/15] arm64: kvm: Remove __hyp_text macro, use build rules instead
` [PATCH v3 15/15] arm64: kvm: Lift instrumentation restrictions on VHE

[RFC PATCH v13 0/9] Enable ptp_kvm for arm64
 2020-06-22  9:51 UTC  (13+ 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 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)

[RFC PATCH 0/2] MTE support for KVM guest
 2020-06-18 10:43 UTC  (7+ messages)
` [RFC PATCH 1/2] arm64: kvm: Save/restore MTE registers
` [RFC PATCH 2/2] arm64: kvm: Introduce MTE VCPU feature

[PATCH 00/12] KVM: arm64: Support stage2 hardware DBM
 2020-06-18  4:13 UTC  (14+ messages)
` [PATCH 01/12] KVM: arm64: Add some basic functions to support hw DBM
` [PATCH 02/12] KVM: arm64: Modify stage2 young mechanism "
` [PATCH 03/12] KVM: arm64: Report hardware dirty status of stage2 PTE if coverred
` [PATCH 04/12] KVM: arm64: Support clear DBM bit for PTEs
` [PATCH 05/12] KVM: arm64: Add KVM_CAP_ARM_HW_DIRTY_LOG capability
` [PATCH 06/12] KVM: arm64: Set DBM bit of PTEs during write protecting
` [PATCH 07/12] KVM: arm64: Scan PTEs to sync dirty log
` [PATCH 08/12] KVM: Omit dirty log sync in log clear if initially all set
` [PATCH 09/12] KVM: arm64: Steply write protect page table by mask bit
` [PATCH 10/12] KVM: arm64: Save stage2 PTE dirty status if it is coverred
` [PATCH 11/12] KVM: arm64: Support disable hw dirty log after enable
` [PATCH 12/12] KVM: arm64: Enable stage2 hardware DBM

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

[PATCH v2 00/17] KVM: arm64: Preliminary NV patches
 2020-06-17 12:58 UTC  (22+ messages)
` [PATCH v2 01/17] KVM: arm64: Factor out stage 2 page table data from struct kvm
` [PATCH v2 02/17] arm64: Detect the ARMv8.4 TTL feature
` [PATCH v2 03/17] arm64: Document SW reserved PTE/PMD bits in Stage-2 descriptors
` [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 v2 07/17] KVM: arm64: hyp: Use ctxt_sys_reg/__vcpu_sys_reg instead of raw sys_regs access
` [PATCH v2 08/17] KVM: arm64: sve: Use __vcpu_sys_reg() "
` [PATCH v2 09/17] KVM: arm64: pauth: Use ctxt_sys_reg() "
` [PATCH v2 10/17] KVM: arm64: debug: "
` [PATCH v2 11/17] KVM: arm64: Make struct kvm_regs userspace-only
` [PATCH v2 12/17] KVM: arm64: Move ELR_EL1 to the system register array
` [PATCH v2 13/17] KVM: arm64: Move SP_EL1 "
` [PATCH v2 14/17] KVM: arm64: Disintegrate SPSR array
` [PATCH v2 15/17] KVM: arm64: Move SPSR_EL1 to the system register array
` [PATCH v2 16/17] KVM: arm64: timers: Rename kvm_timer_sync_hwstate to kvm_timer_sync_user
` [PATCH v2 17/17] KVM: arm64: timers: Move timer registers to the sys_regs file

[PATCH v5 5/7] arm64: kvm: pmu: Make overflow handler NMI safe
 2020-06-17 11:38 UTC 

[PATCH] KVM: arm64: kvm_reset_vcpu() return code incorrect with SVE
 2020-06-17 10:50 UTC  (3+ messages)

[PATCH v5 0/2] target/arm: kvm: Support for KVM DABT with no valid ISS
 2020-06-16 22:44 UTC  (6+ messages)
` [PATCH v5 1/2] target/arm: kvm: Handle "

[PATCH v4 0/7] clean up redundant 'kvm_run' parameters
 2020-06-16 11:54 UTC  (6+ messages)
` [PATCH v4 6/7] KVM: MIPS: "

[PATCH v2] KVM: arm64: Allow in-atomic injection of SPIs
 2020-06-16  8:52 UTC  (2+ messages)

[PATCH 0/4] KVM/arm64: Enable PtrAuth on non-VHE KVM
 2020-06-15 14:17 UTC  (17+ messages)
` [PATCH 1/4] KVM: arm64: Enable Pointer Authentication at EL2 if available
` [PATCH 2/4] KVM: arm64: Allow ARM64_PTR_AUTH when ARM64_VHE=n
` [PATCH 3/4] KVM: arm64: Allow PtrAuth to be enabled from userspace on non-VHE systems
` [PATCH 4/4] KVM: arm64: Check HCR_EL2 instead of shadow copy to swap PtrAuth registers

[PATCH stable 4.9] arm64: entry: Place an SB sequence following an ERET instruction
 2020-06-12  4:42 UTC 

[GIT PULL] KVM/arm64 fixes for 5.8, take #1
 2020-06-11 18:04 UTC  (13+ messages)
` [PATCH 01/11] KVM: arm64: Flush the instruction cache if not unmapping the VM on reboot
` [PATCH 02/11] KVM: arm64: Stop writing aarch32's CSSELR into ACTLR
` [PATCH 03/11] KVM: arm64: Add emulation for 32bit guests accessing ACTLR2
` [PATCH 04/11] KVM: arm64: Stop save/restoring ACTLR_EL1
` [PATCH 05/11] KVM: arm64: Save the host's PtrAuth keys in non-preemptible context
` [PATCH 06/11] KVM: arm64: Handle PtrAuth traps early
` [PATCH 07/11] KVM: arm64: Stop sparse from moaning at __hyp_this_cpu_ptr
` [PATCH 08/11] KVM: arm64: Remove host_cpu_context member from vcpu structure
` [PATCH 09/11] KVM: arm64: Make vcpu_cp1x() work on Big Endian hosts
` [PATCH 10/11] KVM: arm64: Synchronize sysreg state on injecting an AArch32 exception
` [PATCH 11/11] KVM: arm64: Move hyp_symbol_addr() to kvm_asm.h

[PATCH] irqchip/gic-v4.1: Use readx_poll_timeout_atomic() to fix sleep in atomic
 2020-06-10 18:43 UTC  (4+ messages)

[PATCH 0/2] KVM: arm64: Additional 32bit fixes
 2020-06-10 14:12 UTC  (5+ messages)
` [PATCH 1/2] KVM: arm64: Make vcpu_cp1x() work on Big Endian hosts


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