kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-13 17:33:17 to 2020-01-29 20:25:23 UTC [more...]

[PATCH v2 0/2] target/arm: kvm: Support for KVM DABT without valid ISS
 2020-01-29 20:24 UTC  (2+ messages)
` [PATCH v2 1/2] target/arm: kvm: Inject events at the last stage of sync

[kvm-unit-tests PATCH v3 00/14] arm/arm64: Add ITS tests
 2020-01-29  9:29 UTC  (17+ messages)
` [kvm-unit-tests PATCH v3 01/14] libcflat: Add other size defines
` [kvm-unit-tests PATCH v3 02/14] arm: gic: Provide per-IRQ helper functions
` [kvm-unit-tests PATCH v3 03/14] arm/arm64: gic: Introduce setup_irq() helper
` [kvm-unit-tests PATCH v3 04/14] arm/arm64: gicv3: Add some re-distributor defines
` [kvm-unit-tests PATCH v3 05/14] arm/arm64: ITS: Introspection tests
` [kvm-unit-tests PATCH v3 06/14] arm/arm64: gicv3: Set the LPI config and pending tables
` [kvm-unit-tests PATCH v3 07/14] arm/arm64: gicv3: Enable/Disable LPIs at re-distributor level
` [kvm-unit-tests PATCH v3 08/14] arm/arm64: ITS: its_enable_defaults
` [kvm-unit-tests PATCH v3 09/14] arm/arm64: ITS: Device and collection Initialization
` [kvm-unit-tests PATCH v3 10/14] arm/arm64: ITS: commands
` [kvm-unit-tests PATCH v3 11/14] arm/arm64: ITS: INT functional tests
` [kvm-unit-tests PATCH v3 12/14] arm/run: Allow Migration tests
` [kvm-unit-tests PATCH v3 13/14] arm/arm64: ITS: migration tests
` [kvm-unit-tests PATCH v3 14/14] arm/arm64: ITS: pending table migration test

[PATCH 0/6] Introduce ID_PFR2 and other CPU feature changes
 2020-01-28 12:39 UTC  (2+ messages)
` [PATCH 1/6] arm64/cpufeature: Introduce ID_PFR2 CPU register

[PATCH v5 0/3] arm64: perf: Add support for ARMv8.5-PMU 64-bit counters
 2020-01-28  8:53 UTC  (6+ messages)
` [PATCH v5 1/3] arm64: cpufeature: Extract capped fields
` [PATCH v5 2/3] KVM: arm64: limit PMU version to PMUv3 for ARMv8.1
` [PATCH v5 3/3] arm64: perf: Add support for ARMv8.5-PMU 64-bit counters

[kvm-unit-tests PATCH] arm: expand the timer tests
 2020-01-27 15:20 UTC  (4+ messages)

[PATCH 0/2] KVM: arm: fix KVM_CAP_ARM_INJECT_EXT_DABT for aarch32 guests
 2020-01-27 13:46 UTC  (7+ messages)
` [PATCH 1/2] KVM: arm: fix DFSR setting for non-LPAE "
` [PATCH 2/2] KVM: arm: Make inject_abt32() inject an external abort instead

[PATCH] KVM: arm64: Treat emulated TVAL TimerValue as a signed 32-bit integer
 2020-01-27 11:12 UTC  (3+ messages)

[PATCH v2 00/45] KVM: Refactor vCPU creation
 2020-01-26  3:02 UTC  (19+ messages)
` [PATCH v2 01/45] KVM: PPC: Book3S HV: Uninit vCPU if vcore creation fails
` [PATCH v2 02/45] KVM: PPC: Book3S PR: Free shared page if mmu initialization fails
` [PATCH v2 12/45] KVM: PPC: Allocate vcpu struct in common PPC code
` [PATCH v2 15/45] KVM: PPC: Move kvm_vcpu_init() invocation to common code
` [PATCH v2 30/45] KVM: Move vcpu alloc and init "
` [PATCH v2 41/45] KVM: PPC: Move all vcpu init code into kvm_arch_vcpu_create()

[PATCH 0/4] KVM/ARM: Misc PMU fixes
 2020-01-24 14:25 UTC  (5+ messages)
` [PATCH 1/4] KVM: arm64: pmu: Don't increment SW_INCR if PMCR.E is unset
` [PATCH 2/4] KVM: arm64: pmu: Don't mark a counter as chained if the odd one is disabled
` [PATCH 3/4] KVM: arm64: pmu: Fix chained SW_INCR counters
` [PATCH 4/4] KVM: arm64: pmu: Only handle supported event counters

[PATCH v2 0/1] arm/arm64: add support for folded p4d page tables
 2020-01-24 14:02 UTC  (8+ messages)
` [PATCH v2 1/1] "

[PATCH v4 0/3] arm64: perf: Add support for ARMv8.5-PMU 64-bit counters
 2020-01-23 17:04 UTC  (5+ messages)
` [PATCH v4 1/3] arm64: cpufeature: Extract capped fields
` [PATCH v4 2/3] KVM: arm64: limit PMU version to ARMv8.4
` [PATCH v4 3/3] arm64: perf: Add support for ARMv8.5-PMU 64-bit counters

[PATCH] irqchip/gic-v3-its: Don't confuse get_vlpi_map() by writing DB config
 2020-01-22 15:22 UTC  (4+ messages)

[PATCH] KVM: arm/arm64: Fix young bit from mmu notifier
 2020-01-21 23:07 UTC  (3+ messages)

[PATCH v3 00/32] irqchip/gic-v4: GICv4.1 architecture support
 2020-01-22  2:59 UTC  (12+ messages)
` [PATCH v3 05/32] irqchip/gic-v4.1: VPE table (aka GICR_VPROPBASER) allocation
` [PATCH v3 29/32] KVM: arm64: GICv4.1: Allow SGIs to switch between HW and SW interrupts

[PATCH v5 00/19] KVM: Dynamically size memslot arrays
 2020-01-21 22:31 UTC  (20+ messages)
` [PATCH v5 01/19] KVM: x86: Allocate new rmap and large page tracking when moving memslot
` [PATCH v5 02/19] KVM: Reinstall old memslots if arch preparation fails
` [PATCH v5 03/19] KVM: Don't free new memslot if allocation of said memslot fails
` [PATCH v5 04/19] KVM: PPC: Move memslot memory allocation into prepare_memory_region()
` [PATCH v5 05/19] KVM: x86: Allocate memslot resources during prepare_memory_region()
` [PATCH v5 06/19] KVM: Drop kvm_arch_create_memslot()
` [PATCH v5 07/19] KVM: Explicitly free allocated-but-unused dirty bitmap
` [PATCH v5 08/19] KVM: Refactor error handling for setting memory region
` [PATCH v5 09/19] KVM: Move setting of memslot into helper routine
` [PATCH v5 10/19] KVM: Drop "const" attribute from old memslot in commit_memory_region()
` [PATCH v5 11/19] KVM: x86: Free arrays for old memslot when moving memslot's base gfn
` [PATCH v5 12/19] KVM: Move memslot deletion to helper function
` [PATCH v5 13/19] KVM: Simplify kvm_free_memslot() and all its descendents
` [PATCH v5 14/19] KVM: Clean up local variable usage in __kvm_set_memory_region()
` [PATCH v5 15/19] KVM: Provide common implementation for generic dirty log functions
` [PATCH v5 16/19] KVM: Ensure validity of memslot with respect to kvm_get_dirty_log()
` [PATCH v5 17/19] KVM: Terminate memslot walks via used_slots
` [PATCH v5 18/19] KVM: Dynamically size memslot array based on number of used slots
` [PATCH v5 19/19] KVM: selftests: Add test for KVM_SET_USER_MEMORY_REGION

[PULL kvm-unit-tests 0/3] arm/arm64: Add prefetch abort test
 2020-01-21 15:29 UTC  (6+ messages)
` [PATCH kvm-unit-tests 1/3] arm/arm64: Improve memory region management
` [PATCH kvm-unit-tests 2/3] arm/arm64: selftest: Allow test_exception clobber list to be extended
` [PATCH kvm-unit-tests 3/3] arm/arm64: selftest: Add prefetch abort test

[PATCH 00/14] KVM: x86/mmu: Huge page fixes, cleanup, and DAX
 2020-01-21 15:12 UTC  (12+ messages)
` [PATCH 04/14] KVM: Play nice with read-only memslots when querying host page size
` [PATCH 05/14] x86/mm: Introduce lookup_address_in_mm()
` [PATCH 07/14] KVM: x86/mmu: Walk host page tables to find THP mappings
` [PATCH 12/14] KVM: x86/mmu: Fold max_mapping_level() into kvm_mmu_hugepage_adjust()

[PATCH kvm-unit-tests 0/3] arm/arm64: selftest for pabt
 2020-01-21 12:47 UTC  (3+ messages)

[PATCH] KVM: arm/arm64: Cleanup MMIO handling
 2020-01-21 11:43 UTC  (3+ messages)
` [PATCH] KVM: arm: Fix build after MMIO cleanup

[PATCH v3 0/3] arm64: perf: Add support for ARMv8.5-PMU 64-bit counters
 2020-01-21 11:28 UTC  (8+ messages)
` [PATCH v3 2/3] KVM: arm64: limit PMU version to ARMv8.4

[PATCH v3 0/8] KVM: arm64: vCPU preempted check support
 2020-01-20 16:20 UTC  (10+ messages)
` [PATCH v3 1/8] KVM: arm64: Document PV-lock interface
` [PATCH v3 2/8] arm64: Probe for the presence of KVM hypervisor services during boot
` [PATCH v3 3/8] arm/arm64: KVM: Advertise KVM UID to guests via SMCCC
` [PATCH v3 4/8] KVM: arm64: Add SMCCC paravirtualised lock calls
` [PATCH v3 5/8] KVM: arm64: Support pvlock preempted via shared structure
` [PATCH v3 6/8] KVM: arm64: Provide vCPU attributes for PV lock
` [PATCH v3 7/8] KVM: arm64: Add interface to support vCPU preempted check
` [PATCH v3 8/8] KVM: arm64: Support the vCPU preemption check

[PATCH v2] ARM: virt: Relax arch timer version check during early boot
 2020-01-20 14:09 UTC  (3+ messages)

[PATCH] arm64: KVM: Add XXX UAPI notes for swapped registers
 2020-01-20 13:59 UTC  (4+ messages)

[RFC 0/3] KVM/ARM: Misc PMU fixes
 2020-01-20 13:30 UTC  (8+ messages)
` [RFC 2/3] KVM: arm64: pmu: Fix chained SW_INCR counters

[PATCH] ARM: virt: Relax arch timer version check during early boot
 2020-01-20 11:56 UTC  (4+ messages)

[PATCH] KVM: arm/arm64: vgic: Drop the kvm_vgic_register_mmio_region()
 2020-01-19 22:47 UTC  (2+ messages)

[PATCH v2] arm64: kvm: fix IDMAP overlap with HYP VA
 2020-01-20  8:20 UTC  (4+ messages)

[PATCH] hw/intc/arm_gicv3_kvm: Stop wrongly programming GICR_PENDBASER.PTZ bit
 2020-01-19 13:30 UTC 

[PATCH v7 0/7] KASan for arm
 2020-01-17 22:48 UTC  (8+ messages)
` [PATCH v7 1/7] ARM: Moved CP15 definitions from kvm_hyp.h to cp15.h
` [PATCH v7 2/7] ARM: Add TTBR operator for kasan_init
` [PATCH v7 3/7] ARM: Disable instrumentation for some code
` [PATCH v7 4/7] ARM: Replace memory function for kasan
` [PATCH v7 5/7] ARM: Define the virtual space of KASan's shadow region
` [PATCH v7 6/7] ARM: Initialize the mapping of KASan shadow memory
` [PATCH v7 7/7] ARM: Enable KASan for ARM

[PATCH v6 0/6] KASan for arm
 2020-01-17 21:05 UTC  (9+ messages)

[PATCH v5 0/3] arm64: Workaround for Cortex-A55 erratum 1530923
 2020-01-16 10:47 UTC  (4+ messages)

[kvm-unit-tests PATCH v2 00/16] arm/arm64: Add ITS tests
 2020-01-16  8:06 UTC  (25+ messages)
` [kvm-unit-tests PATCH v2 05/16] arm/arm64: ITS: Introspection tests
` [kvm-unit-tests PATCH v2 06/16] arm/arm64: ITS: Test BASER
` [kvm-unit-tests PATCH v2 08/16] arm/arm64: ITS: Init the command queue
` [kvm-unit-tests PATCH v2 09/16] arm/arm64: ITS: Enable/Disable LPIs at re-distributor level
` [kvm-unit-tests PATCH v2 11/16] arm/arm64: ITS: Device and collection Initialization
` [kvm-unit-tests PATCH v2 12/16] arm/arm64: ITS: commands
` [kvm-unit-tests PATCH v2 13/16] arm/arm64: ITS: INT functional tests
` [kvm-unit-tests PATCH v2 14/16] arm/run: Allow Migration tests
` [kvm-unit-tests PATCH v2 16/16] arm/arm64: ITS: pending table migration test

[Question about KVM on arm64] Consider putting VINVALL to deactivation
 2020-01-16  6:21 UTC  (3+ messages)

[PATCH] KVM: arm64: get rid of var ret and out jump label in kvm_arch_vcpu_ioctl_set_guest_debug()
 2020-01-16  2:03 UTC 

[PATCH] KVM: arm/arm64: Fix some obsolete comments
 2020-01-16  2:01 UTC 

[PATCH 0/7] KVM: arm/arm64: Help VMs dying quicker
 2020-01-15 18:10 UTC  (3+ messages)
` [PATCH 1/7] KVM: Pass mmu_notifier_range down to kvm_unmap_hva_range()

[PATCH v2 0/6] KVM: arm64: VCPU preempted check support
 2020-01-15 14:14 UTC  (3+ messages)

[PATCH v2 00/18] arm64: KVM: add SPE profiling support
 2020-01-15 14:03 UTC  (5+ messages)
` [PATCH v2 10/18] arm64: KVM/debug: use EL1&0 stage 1 translation regime

[PATCH] KVM: arm64: get rid of var ret and out jump label in kvm_arch_vcpu_ioctl_set_guest_debug()
 2020-01-15 13:58 UTC  (2+ messages)

[PATCH v4 00/19] KVM: Dynamically size memslot arrays
 2020-01-14 18:25 UTC  (4+ messages)
` [PATCH v4 16/19] KVM: Ensure validity of memslot with respect to kvm_get_dirty_log()

[PATCH v2] KVM: arm/arm64: vgic-its: Properly check the unmapped coll in DISCARD handler
 2020-01-14 11:22 UTC 

[RFC PATCH v9 0/8] Enable ptp_kvm for arm64
 2020-01-14 10:34 UTC  (19+ messages)
` [RFC PATCH v9 6/8] psci: Add hvc call service for ptp_kvm
` [RFC PATCH v9 7/8] ptp: arm64: Enable ptp_kvm for arm64

[PATCH] KVM: arm/arm64: vgic-its: Check hopefully the last DISCARD command error
 2020-01-14  8:20 UTC  (4+ 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).