kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-10 14:14:44 to 2020-07-29 10:28:32 UTC [more...]

[PATCH v2 0/4] KVM: arm64: Fixes to early stage-2 fault handling
 2020-07-29 10:28 UTC 

[PATCH 0/9] arm64: Stolen time support
 2020-07-29  2:57 UTC  (4+ messages)

[PATCH kvm-unit-tests] arm64: Compile with -mno-outline-atomics
 2020-07-28 21:25 UTC  (2+ messages)

[PATCH 0/5] KVM: arm64: pvtime: Fixes and a new cap
 2020-07-28 13:29 UTC  (20+ messages)
` [PATCH 1/5] KVM: arm64: pvtime: steal-time is only supported when configured
` [PATCH 2/5] KVM: arm64: pvtime: Fix potential loss of stolen time
` [PATCH 3/5] KVM: arm64: pvtime: Fix stolen time accounting across migration
` [PATCH 4/5] KVM: Documentation minor fixups
` [PATCH 5/5] arm64/x86: KVM: Introduce steal-time cap

[RESEND PATCH] drivers: arm arch timer: Correct fault programming of CNTKCTL_EL1.EVNTI
 2020-07-28 11:59 UTC  (4+ messages)

[PATCH 0/2] Unify non-VHE ASLR features behind CONFIG_RANDOMIZE_BASE
 2020-07-28 11:04 UTC  (4+ messages)
` [PATCH 1/2] KVM: arm64: Make nVHE ASLR conditional on RANDOMIZE_BASE
` [PATCH 2/2] KVM: arm64: Substitute RANDOMIZE_BASE for HARDEN_EL2_VECTORS

[PATCH v2] KVM: arm64: Don't inherit exec permission across page-table levels
 2020-07-28  9:37 UTC  (3+ messages)

[PATCH v2 0/8] KVM: arm64: Support HW dirty log based on DBM
 2020-07-28  8:32 UTC  (8+ messages)

[GIT PULL] KVM/arm64 fixes for 5.8, take #4
 2020-07-28  8:22 UTC  (3+ messages)
` [PATCH 1/2] KVM: arm64: Prevent vcpu_has_ptrauth from generating OOL functions
` [PATCH 2/2] KVM: arm64: Don't inherit exec permission across page-table levels

[PATCH v13 0/9] Enable ptp_kvm for arm64
 2020-07-28  1:07 UTC  (5+ messages)
` [PATCH v13 2/9] arm/arm64: KVM: Advertise KVM UID to guests via SMCCC

[kvm-unit-tests PATCH] arm64: Compile with -mno-outline-atomics for GCC >= 10
 2020-07-27 17:25 UTC  (7+ messages)

[RESEND RFC PATCH v1] arm64: kvm: flush tlbs by range in unmap_stage2_range function
 2020-07-27 17:12 UTC  (4+ messages)

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

kvm-unit-tests: Question about the "no interrupt when timer is disabled" case
 2020-07-27 11:27 UTC  (4+ messages)

[PATCH 0/3] KVM: arm64: Clean up memcache usage for page-table pages
 2020-07-27 10:38 UTC  (6+ messages)
` [PATCH 1/3] KVM: arm64: Don't free memcache pages in kvm_phys_addr_ioremap()
` [PATCH 2/3] KVM: arm64: Simplify mmu_topup_memory_cache()
` [PATCH 3/3] KVM: arm64: Remove mmu_free_memory_cache()

[PATCH 0/7] KVM: arm64: Fixes to early stage-2 fault handling
 2020-07-27 10:31 UTC  (16+ messages)
` [PATCH 1/7] KVM: arm64: Update comment when skipping guest MMIO access instruction
` [PATCH 2/7] KVM: arm64: Rename kvm_vcpu_dabt_isextabt()
` [PATCH 3/7] KVM: arm64: Handle data and instruction external aborts the same way
` [PATCH 4/7] KVM: arm64: Remove useless local variable
` [PATCH 5/7] KVM: arm64: Move 'invalid syndrome' logic out of io_mem_abort()
` [PATCH 6/7] KVM: arm64: Handle stage-2 faults on stage-1 page-table walks earlier
` [PATCH 7/7] KVM: arm64: Separate write faults on read-only memslots from MMIO

[PATCH] KVM: arm64: Prevent vcpu_has_ptrauth from generating OOL functions
 2020-07-23 15:59 UTC  (5+ messages)

[PATCH] KVM: arm64: Don't inherit exec permission across page-table levels
 2020-07-23 10:08 UTC  (3+ messages)

[PATCH v6 0/5] clean up redundant 'kvm_run' parameters
 2020-07-23  6:19 UTC  (4+ messages)
` [PATCH v6 3/5] KVM: PPC: clean up redundant kvm_run parameters in assembly

[PATCH 00/37] Transform the host into a vCPU
 2020-07-23  0:59 UTC  (45+ messages)
` [PATCH 01/37] smccc: Make constants available to assembly
` [PATCH 02/37] KVM: arm64: Move clearing of vcpu debug dirty bit
` [PATCH 03/37] KVM: arm64: Track running vCPU outside of the CPU context
` [PATCH 04/37] KVM: arm64: nVHE: Pass pointers consistently to hyp-init
` [PATCH 05/37] KVM: arm64: nVHE: Break out of the hyp-init idmap
` [PATCH 06/37] KVM: arm64: Only check pending interrupts if it would trap
` [PATCH 07/37] KVM: arm64: Separate SError detection from VAXorcism
        ` FW: "
` [PATCH 08/37] KVM: arm64: nVHE: Introduce a hyp run loop for the host
` [PATCH 09/37] smccc: Cast arguments to unsigned long
` [PATCH 10/37] KVM: arm64: nVHE: Migrate hyp interface to SMCCC
` [PATCH 11/37] KVM: arm64: nVHE: Migrate hyp-init "
` [PATCH 12/37] KVM: arm64: nVHE: Fix pointers during SMCCC convertion
` [PATCH 13/37] KVM: arm64: Rename workaround 2 helpers
` [PATCH 14/37] KVM: arm64: nVHE: Use __kvm_vcpu_run for the host vcpu
` [PATCH 15/37] KVM: arm64: Share some context save and restore macros
` [PATCH 16/37] KVM: arm64: nVHE: Handle stub HVCs in the host loop
` [PATCH 17/37] KVM: arm64: nVHE: Store host sysregs in host vcpu
` [PATCH 18/37] KVM: arm64: nVHE: Access pmu_events directly in kvm_host_data
` [PATCH 19/37] KVM: arm64: nVHE: Drop host_ctxt argument for context switching
` [PATCH 20/37] KVM: arm64: nVHE: Use host vcpu context for host debug state
` [PATCH 21/37] KVM: arm64: Move host debug state from vcpu to percpu
` [PATCH 22/37] KVM: arm64: nVHE: Store host's mdcr_el2 and hcr_el2 in its vcpu
` [PATCH 23/37] KVM: arm64: Skip __hyp_panic and go direct to hyp_panic
` [PATCH 24/37] KVM: arm64: Break apart kvm_host_data
` [PATCH 25/37] KVM: arm64: nVHE: Unify sysreg state saving paths
` [PATCH 26/37] KVM: arm64: nVHE: Unify 32-bit sysreg "
` [PATCH 27/37] KVM: arm64: nVHE: Unify vgic save and restore
` [PATCH 28/37] KVM: arm64: nVHE: Unify fpexc32 saving paths
` [PATCH 29/37] KVM: arm64: nVHE: Separate the save and restore of debug state
` [PATCH 30/37] KVM: arm64: nVHE: Remove MMU assumption in speculative AT workaround
` [PATCH 31/37] KVM: arm64: Move speculative AT ISBs into context
` [PATCH 32/37] KVM: arm64: nVHE: Unify sysreg state restoration paths
` [PATCH 33/37] KVM: arm64: Remove __activate_vm wrapper
` [PATCH 34/37] KVM: arm64: nVHE: Unify timer restore paths
` [PATCH 35/37] KVM: arm64: nVHE: Unify PMU event restoration paths
` [PATCH 36/37] KVM: arm64: nVHE: Unify GIC PMR "
` [PATCH 37/37] KVM: arm64: Separate save and restore of vcpu trap state

[PATCH 0/9] Independent per-CPU data section for nVHE
 2020-07-22 16:44 UTC  (10+ messages)
` [PATCH 1/9] Macros to override naming of percpu symbols and sections
` [PATCH 2/9] kvm: arm64: Remove __hyp_this_cpu_read
` [PATCH 3/9] kvm: arm64: Remove hyp_adr/ldr_this_cpu
` [PATCH 4/9] kvm: arm64: Add helpers for accessing nVHE hyp per-cpu vars
` [PATCH 5/9] kvm: arm64: Duplicate arm64_ssbd_callback_required for nVHE hyp
` [PATCH 6/9] kvm: arm64: Create separate instances of kvm_host_data for VHE/nVHE
` [PATCH 7/9] kvm: arm64: Mark hyp stack pages reserved
` [PATCH 8/9] kvm: arm64: Set up hyp percpu data for nVHE
` [PATCH 9/9] kvm: arm64: Remove unnecessary hyp mappings

[PATCH v2 0/4] Manage vcpu flags from the host
 2020-07-22 16:40 UTC  (12+ messages)
` [PATCH v2 1/4] KVM: arm64: Leave KVM_ARM64_DEBUG_DIRTY updates to "
` [PATCH v2 2/4] KVM: arm64: Predicate FPSIMD vcpu flags on feature support
` [PATCH v2 3/4] KVM: arm64: Leave vcpu FPSIMD synchronization in host
` [PATCH v2 4/4] KVM: arm64: Stop mapping host task thread flags to hyp

[RFC][PATCH 0/4] arm64:kvm: teach guest sched that VCPUs can be preempted
 2020-07-21  4:17 UTC  (5+ messages)
` [RFC][PATCH 1/4] arm64:kvm: define pv_state SMCCC HV calls
` [RFC][PATCH 2/4] arm64: add guest pvstate support
` [RFC][PATCH 3/4] arm64: add host "
` [RFC][PATCH 4/4] arm64: do not use dummy vcpu_is_preempted() anymore

[PATCH stable 4.14.y] arm64: entry: Place an SB sequence following an ERET instruction
 2020-07-20 18:29 UTC 

[PATCH stable v4.9 v2] arm64: entry: Place an SB sequence following an ERET instruction
 2020-07-20 18:26 UTC  (4+ messages)

[PATCH stable 4.19.y] arm64: entry: Place an SB sequence following an ERET instruction
 2020-07-20 18:25 UTC 

[PATCH] drivers: arm arch timer: Correct fault programming of CNTKCTL_EL1.EVNTI
 2020-07-17  8:05 UTC 

[kvmtool][PATCH] arm64: Use default kernel offset when the image file can't be seeked
 2020-07-16 12:23 UTC  (2+ messages)
` [PATCH] "

[PATCH] KVM: arm64: Avoid rewinding the PC for trapped SMCs
 2020-07-15 13:16 UTC  (2+ messages)

[PATCH 0/2] Manage vcpu flags from the host
 2020-07-14 16:17 UTC  (5+ messages)
` [PATCH 2/2] KVM: arm64: Leave vcpu FPSIMD synchronization in host

[Question] About scaling factor of Enhanced Counter Virtualization
 2020-07-14 13:22 UTC  (5+ messages)

[PATCH 0/2] MTE support for KVM guest
 2020-07-13 23:22 UTC  (5+ messages)
` [PATCH 1/2] arm64: kvm: Save/restore MTE registers
` [PATCH 2/2] arm64: kvm: Introduce MTE VCPU feature

[PATCH] arm64: kvm: Remove redundant KVM_ARM64_FP_HOST flag
 2020-07-13 16:04 UTC  (3+ messages)

[PATCH v2 00/17] KVM: arm64: Preliminary NV patches
 2020-07-13 14:20 UTC  (4+ messages)
` [PATCH v2 01/17] KVM: arm64: Factor out stage 2 page table data from struct kvm

[PATCH v4 0/7] clean up redundant 'kvm_run' parameters
 2020-07-13  3:07 UTC  (4+ messages)
` [PATCH v4 5/7] KVM: PPC: clean up redundant kvm_run parameters in assembly


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