kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-15 18:46:01 to 2020-08-01 17:40:41 UTC [more...]

[kvm-unit-tests PATCH v3 00/10] arm/arm64: Add IPI/LPI/vtimer latency test
 2020-08-01 17:40 UTC  (16+ messages)
` [kvm-unit-tests PATCH v3 01/10] arm64: microbench: get correct ipi received num
` [kvm-unit-tests PATCH v3 02/10] arm64: microbench: Generalize ipi test names
` [kvm-unit-tests PATCH v3 03/10] arm64: microbench: gic: Add ipi latency test for gicv4.1 support kvm
` [kvm-unit-tests PATCH v3 04/10] arm64: its: Handle its command queue wrapping
` [kvm-unit-tests PATCH v3 05/10] arm64: microbench: its: Add LPI latency test
` [kvm-unit-tests PATCH v3 06/10] arm64: microbench: Allow each test to specify its running times
` [kvm-unit-tests PATCH v3 07/10] arm64: microbench: Add time limit for each individual test
` [kvm-unit-tests PATCH v3 08/10] arm64: microbench: Add vtimer latency test
` [kvm-unit-tests PATCH v3 09/10] arm64: microbench: Add test->post() to further process test results
` [kvm-unit-tests PATCH v3 10/10] arm64: microbench: Add timer_post() to get actual PPI latency

[PATCH v3 0/3] Cortex-A77 erratum 1508412 workaround
 2020-07-31 23:21 UTC  (9+ 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

[GIT PULL] KVM/arm64 fixes for 5.8, take #4
 2020-07-31 11:25 UTC  (4+ 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 1/2] KVM: arm64: Restrict symbol aliasing to outside nVHE
 2020-07-31 10:20 UTC  (7+ messages)
` [PATCH 2/2] KVM: arm64: nVHE: Don't consume host SErrors with RAS

[PATCH 00/20] KVM: arm64: Rewrite page-table code and fault handling
 2020-07-31  9:06 UTC  (26+ messages)
` [PATCH 01/20] KVM: arm64: Add stand-alone page-table walker infrastructure
` [PATCH 02/20] KVM: arm64: Add support for creating kernel-agnostic stage-1 page tables
` [PATCH 03/20] KVM: arm64: Use generic allocator for hyp stage-1 page-tables
` [PATCH 04/20] KVM: arm64: Add support for creating kernel-agnostic stage-2 page tables
` [PATCH 05/20] KVM: arm64: Add support for stage-2 map()/unmap() in generic page-table
` [PATCH 06/20] KVM: arm64: Convert kvm_phys_addr_ioremap() to generic page-table API
` [PATCH 07/20] KVM: arm64: Convert kvm_set_spte_hva() "
` [PATCH 08/20] KVM: arm64: Convert unmap_stage2_range() "
` [PATCH 09/20] KVM: arm64: Add support for stage-2 page-aging in generic page-table
` [PATCH 10/20] KVM: arm64: Convert page-aging and access faults to generic page-table API
` [PATCH 11/20] KVM: arm64: Add support for stage-2 write-protect in generic page-table
` [PATCH 12/20] KVM: arm64: Convert write-protect operation to generic page-table API
` [PATCH 13/20] KVM: arm64: Add support for stage-2 cache flushing in generic page-table
` [PATCH 14/20] KVM: arm64: Convert memslot cache-flushing code to generic page-table API
` [PATCH 15/20] KVM: arm64: Add support for relaxing stage-2 perms in generic page-table code
` [PATCH 16/20] KVM: arm64: Convert user_mem_abort() to generic page-table API
` [PATCH 17/20] KVM: arm64: Check the cookie instead of the pgd when modifying page-table
` [PATCH 18/20] KVM: arm64: Remove unused page-table code
` [PATCH 19/20] KVM: arm64: Remove unused 'pgd' field from 'struct kvm_s2_mmu'
` [PATCH 20/20] KVM: arm64: Don't constrain maximum IPA size based on host configuration

[Question] the check of ioeventfd collision in kvm_*assign_ioeventfd_idx
 2020-07-31  8:21 UTC  (5+ messages)

[PATCH v2 0/4] KVM: arm64: Fixes to early stage-2 fault handling
 2020-07-30 15:06 UTC  (6+ messages)
` [PATCH v2 1/4] KVM: arm64: Rename kvm_vcpu_dabt_isextabt()
` [PATCH v2 2/4] KVM: arm64: Handle data and instruction external aborts the same way
` [PATCH v2 3/4] KVM: arm64: Don't skip cache maintenance for read-only memslots
` [PATCH v2 4/4] KVM: arm64: Move S1PTW S2 fault logic out of io_mem_abort()

[PATCH] KVM: arm: Add trace name for ARM_NISV
 2020-07-30 13:57 UTC  (2+ messages)

[PATCH] KVM: arm64: Ensure that all nVHE hyp code is in .hyp.text
 2020-07-30 13:52 UTC  (2+ messages)

[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  (18+ 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)

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

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  (3+ 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  (17+ messages)
` [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 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  (3+ 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] "


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