kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-29 10:28:37 to 2020-08-17 08:26:26 UTC [more...]

[kvm-unit-tests PATCH v3 00/10] arm/arm64: Add IPI/LPI/vtimer latency test
 2020-08-17  8:26 UTC  (23+ 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

[RFC][PATCH 0/4] arm64:kvm: teach guest sched that VCPUs can be preempted
 2020-08-17  2:03 UTC  (2+ messages)

[PATCH 0/3] KVM: arm64: Some fixes and code adjustments for pvtime ST
 2020-08-17  7:39 UTC  (5+ messages)
` [PATCH 1/3] KVM: arm64: Some fixes of PV-time interface document
` [PATCH 2/3] KVM: uapi: Remove KVM_DEV_TYPE_ARM_PV_TIME in kvm_device_type
` [PATCH 3/3] KVM: arm64: Use kvm_write_guest_lock when init stolen time

[RFC 0/4] kvm: arm64: emulate ID registers
 2020-08-14 12:51 UTC  (18+ messages)
` [RFC 1/4] arm64: add a helper function to traverse arm64_ftr_regs
` [RFC 2/4] kvm: arm64: emulate the ID registers
` [RFC 3/4] kvm: arm64: make ID registers configurable
` [RFC 4/4] kvm: arm64: add KVM_CAP_ARM_CPU_FEATURE extension

[PATCH stable v4.9 v2] arm64: entry: Place an SB sequence following an ERET instruction
 2020-08-13 20:52 UTC  (7+ messages)

[PATCH] arm(64)/kvm: improve the documentation about HVC calls
 2020-08-12 14:14 UTC  (2+ messages)

[PATCH 1/2] KVM: arm64: Restrict symbol aliasing to outside nVHE
 2020-08-11 15:12 UTC  (13+ messages)
` [PATCH 2/2] KVM: arm64: nVHE: Don't consume host SErrors with RAS

[PATCH 0/2] KVM: arm64: Fix sleeping while atomic BUG() on OOM
 2020-08-11 10:52 UTC  (4+ messages)
` [PATCH 1/2] KVM: Pass MMU notifier range flags to kvm_unmap_hva_range()
` [PATCH 2/2] KVM: arm64: Only reschedule if MMU_NOTIFIER_RANGE_BLOCKABLE is not set

[GIT PULL] KVM/arm64 updates for 5.9
 2020-08-09 16:13 UTC  (59+ messages)
` [PATCH 01/56] KVM: arm64: Enable Address Authentication at EL2 if available
` [PATCH 02/56] KVM: arm64: Allow ARM64_PTR_AUTH when ARM64_VHE=n
` [PATCH 03/56] KVM: arm64: Allow PtrAuth to be enabled from userspace on non-VHE systems
` [PATCH 04/56] KVM: arm64: Check HCR_EL2 instead of shadow copy to swap PtrAuth registers
` [PATCH 05/56] KVM: arm64: Simplify PtrAuth alternative patching
` [PATCH 06/56] KVM: arm64: Allow in-atomic injection of SPIs
` [PATCH 07/56] arm64: kvm: Remove kern_hyp_va from get_vcpu_ptr
` [PATCH 08/56] KVM: arm64: Drop the target_table[] indirection
` [PATCH 09/56] KVM: arm64: Tolerate an empty target_table list
` [PATCH 10/56] KVM: arm64: Move ACTLR_EL1 emulation to the sys_reg_descs array
` [PATCH 11/56] KVM: arm64: Remove target_table from exit handlers
` [PATCH 12/56] KVM: arm64: Remove the target table
` [PATCH 13/56] KVM: arm64: Fix symbol dependency in __hyp_call_panic_nvhe
` [PATCH 14/56] KVM: arm64: Move __smccc_workaround_1_smc to .rodata
` [PATCH 15/56] KVM: arm64: Add build rules for separate VHE/nVHE object files
` [PATCH 16/56] KVM: arm64: Use build-time defines in has_vhe()
` [PATCH 17/56] KVM: arm64: Handle calls to prefixed hyp functions
` [PATCH 18/56] KVM: arm64: Build hyp-entry.S separately for VHE/nVHE
` [PATCH 19/56] KVM: arm64: Move hyp-init.S to nVHE
` [PATCH 20/56] KVM: arm64: Duplicate hyp/tlb.c for VHE/nVHE
` [PATCH 21/56] KVM: arm64: Split hyp/switch.c to VHE/nVHE
` [PATCH 22/56] KVM: arm64: Split hyp/debug-sr.c "
` [PATCH 23/56] KVM: arm64: Split hyp/sysreg-sr.c "
` [PATCH 24/56] KVM: arm64: Duplicate hyp/timer-sr.c for VHE/nVHE
` [PATCH 25/56] KVM: arm64: Compile remaining hyp/ files for both VHE/nVHE
` [PATCH 26/56] KVM: arm64: Remove __hyp_text macro, use build rules instead
` [PATCH 27/56] KVM: arm64: Lift instrumentation restrictions on VHE
` [PATCH 28/56] KVM: arm64: vgic-its: Change default outer cacheability for {PEND, PROP}BASER
` [PATCH 29/56] KVM: arm64: Drop long gone function parameter documentation
` [PATCH 30/56] KVM: arm64: Rename HSR to ESR
` [PATCH 31/56] arm64: Detect the ARMv8.4 TTL feature
` [PATCH 32/56] arm64: Document SW reserved PTE/PMD bits in Stage-2 descriptors
` [PATCH 33/56] arm64: Add level-hinted TLB invalidation helper
` [PATCH 34/56] KVM: arm64: Factor out stage 2 page table data from struct kvm
` [PATCH 35/56] KVM: arm64: Use TTL hint in when invalidating stage-2 translations
` [PATCH 36/56] KVM: arm64: Introduce accessor for ctxt->sys_reg
` [PATCH 37/56] KVM: arm64: hyp: Use ctxt_sys_reg/__vcpu_sys_reg instead of raw sys_regs access
` [PATCH 38/56] KVM: arm64: sve: Use __vcpu_sys_reg() "
` [PATCH 39/56] KVM: arm64: pauth: Use ctxt_sys_reg() "
` [PATCH 40/56] KVM: arm64: debug: Drop useless vpcu parameter
` [PATCH 41/56] KVM: arm64: Make struct kvm_regs userspace-only
` [PATCH 42/56] KVM: arm64: Move ELR_EL1 to the system register array
` [PATCH 43/56] KVM: arm64: Move SP_EL1 "
` [PATCH 44/56] KVM: arm64: Disintegrate SPSR array
` [PATCH 45/56] KVM: arm64: Move SPSR_EL1 to the system register array
` [PATCH 46/56] KVM: arm64: timers: Rename kvm_timer_sync_hwstate to kvm_timer_sync_user
` [PATCH 47/56] KVM: arm64: timers: Move timer registers to the sys_regs file
` [PATCH 48/56] KVM: arm64: Don't use has_vhe() for CHOOSE_HYP_SYM()
` [PATCH 49/56] KVM: arm64: Make nVHE ASLR conditional on RANDOMIZE_BASE
` [PATCH 50/56] KVM: arm64: Substitute RANDOMIZE_BASE for HARDEN_EL2_VECTORS
` [PATCH 51/56] KVM: arm64: Ensure that all nVHE hyp code is in .hyp.text
` [PATCH 52/56] KVM: arm: Add trace name for ARM_NISV
` [PATCH 53/56] KVM: arm64: Rename kvm_vcpu_dabt_isextabt()
` [PATCH 54/56] KVM: arm64: Handle data and instruction external aborts the same way
` [PATCH 55/56] KVM: arm64: Don't skip cache maintenance for read-only memslots
` [PATCH 56/56] KVM: arm64: Move S1PTW S2 fault logic out of io_mem_abort()

[PATCH v2 0/6] KVM: arm64: pvtime: Fixes and a new cap
 2020-08-05 15:37 UTC  (8+ messages)
` [PATCH v2 1/6] KVM: arm64: pvtime: steal-time is only supported when configured
` [PATCH v2 2/6] KVM: arm64: pvtime: Fix potential loss of stolen time
` [PATCH v2 3/6] KVM: arm64: Drop type input from kvm_put_guest
` [PATCH v2 4/6] KVM: arm64: pvtime: Fix stolen time accounting across migration
` [PATCH v2 5/6] KVM: Documentation: Minor fixups
` [PATCH v2 6/6] arm64/x86: KVM: Introduce steal-time cap

[RFC PATCH v1 0/3] put arm64 kvm_config on a diet
 2020-08-04 17:16 UTC  (11+ messages)
` [PATCH v1 1/3] arm64: allow de-selection of ThunderX PCI controllers
` [PATCH v1 2/3] arm64: gate the whole of pci-xgene on CONFIG_PCI_XGENE
` [PATCH v1 3/3] kernel/configs: don't include PCI_QUIRKS in KVM guest configs

Regarding Direct Injection of Virtual LPI in ARMv8 GICv4
 2020-08-04  8:52 UTC  (2+ messages)

[PATCH v4 0/3] Cortex-A77 erratum 1508412 workaround
 2020-08-03 19:31 UTC  (4+ messages)
` [PATCH v4 1/3] KVM: arm64: Print warning when cpu erratum can cause guests to deadlock
` [PATCH v4 2/3] arm64: Add part number for Arm Cortex-A77
` [PATCH v4 3/3] arm64: Add workaround for Arm Cortex-A77 erratum 1508412

[PATCH 00/20] KVM: arm64: Rewrite page-table code and fault handling
 2020-08-03 17:12 UTC  (28+ 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

[PATCH v3 0/3] Cortex-A77 erratum 1508412 workaround
 2020-08-03 15:03 UTC  (7+ messages)
` [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  (2+ messages)

[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  (4+ messages)
` [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)


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