kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-02 14:51:12 to 2019-10-22 00:36:00 UTC [more...]

[PATCH v2 00/15] KVM: Dynamically size memslot arrays
 2019-10-22  0:35 UTC  (13+ messages)
` [PATCH v2 01/15] KVM: Reinstall old memslots if arch preparation fails
` [PATCH v2 02/15] KVM: Don't free new memslot if allocation of said memslot fails
` [PATCH v2 03/15] KVM: PPC: Move memslot memory allocation into prepare_memory_region()
` [PATCH v2 04/15] KVM: x86: Allocate memslot resources during prepare_memory_region()
` [PATCH v2 05/15] KVM: Drop kvm_arch_create_memslot()
` [PATCH v2 07/15] KVM: Refactor error handling for setting memory region
` [PATCH v2 08/15] KVM: Move setting of memslot into helper routine
` [PATCH v2 10/15] KVM: Simplify kvm_free_memslot() and all its descendents
` [PATCH v2 11/15] KVM: Clean up local variable usage in __kvm_set_memory_region()
` [PATCH v2 13/15] KVM: Ensure validity of memslot with respect to kvm_get_dirty_log()
` [PATCH v2 14/15] KVM: Terminate memslot walks via used_slots
` [PATCH v2 15/15] KVM: Dynamically size memslot array based on number of used slots

[PATCH v3 0/2] Improve handling of stage 2 aborts without instruction decode
 2019-10-21 20:21 UTC  (10+ messages)
` [PATCH v3 1/2] KVM: arm/arm64: Allow reporting non-ISV data aborts to userspace
` [PATCH v3 2/2] KVM: arm/arm64: Allow user injection of external data aborts
` [kvmtool v3 3/5] update headers: Update the KVM headers for new Arm fault reporting features
` [kvmtool v3 4/5] arm: Handle exits from undecoded load/store instructions
` [kvmtool v3 5/5] arm: Inject external data aborts when accessing holes in the memory map

[PATCH v7 00/10] arm64: Stolen time support
 2019-10-21 18:37 UTC  (12+ messages)
` [PATCH v7 01/10] KVM: arm64: Document PV-time interface
` [PATCH v7 02/10] KVM: arm/arm64: Factor out hypercall handling from PSCI code
` [PATCH v7 03/10] KVM: arm64: Implement PV_TIME_FEATURES call
` [PATCH v7 04/10] KVM: Implement kvm_put_guest()
` [PATCH v7 05/10] KVM: arm64: Support stolen time reporting via shared structure
` [PATCH v7 06/10] KVM: Allow kvm_device_ops to be const
` [PATCH v7 07/10] KVM: arm64: Provide VCPU attributes for stolen time
` [PATCH v7 08/10] arm/arm64: Provide a wrapper for SMCCC 1.1 calls
` [PATCH v7 09/10] arm/arm64: Make use of the SMCCC 1.1 wrapper
` [PATCH v7 10/10] arm64: Retrieve stolen time as paravirtualized guest

[RFC PATCH 0/2] Add virtual SDEI support for arm64
 2019-10-21 16:42 UTC  (5+ messages)
` [RFC PATCH 1/2] kvm/arm: add capability to forward hypercall to user space

[kvm-unit-tests PATCH] Switch the order of the parameters in report() and report_xfail()
 2019-10-21 15:30 UTC  (4+ messages)

[PATCH v6 00/10] arm64: Stolen time support
 2019-10-21 14:05 UTC  (24+ messages)
` [PATCH v6 01/10] KVM: arm64: Document PV-time interface
` [PATCH v6 02/10] KVM: arm/arm64: Factor out hypercall handling from PSCI code
` [PATCH v6 03/10] KVM: arm64: Implement PV_TIME_FEATURES call
` [PATCH v6 04/10] KVM: Implement kvm_put_guest()
` [PATCH v6 05/10] KVM: arm64: Support stolen time reporting via shared structure
` [PATCH v6 06/10] KVM: Allow kvm_device_ops to be const
` [PATCH v6 07/10] KVM: arm64: Provide VCPU attributes for stolen time
` [PATCH v6 08/10] arm/arm64: Provide a wrapper for SMCCC 1.1 calls
` [PATCH v6 09/10] arm/arm64: Make use of the SMCCC 1.1 wrapper
` [PATCH v6 10/10] arm64: Retrieve stolen time as paravirtualized guest

[GIT PULL] KVM/arm fixes for 5.4-rc5
 2019-10-20 10:11 UTC  (5+ messages)
` [PATCH 1/4] KVM: arm64: pmu: Fix cycle counter truncation
` [PATCH 2/4] arm64: KVM: Handle PMCR_EL0.LC as RES1 on pure AArch64 systems
` [PATCH 3/4] KVM: arm64: pmu: Set the CHAINED attribute before creating the in-kernel event
` [PATCH 4/4] KVM: arm64: pmu: Reset sample period on overflow handling

[PATCH v2 0/5] arm64: KVM: Add workaround for errata 1319367 and 1319537
 2019-10-19  9:55 UTC  (6+ messages)
` [PATCH v2 1/5] arm64: Add ARM64_WORKAROUND_1319367 for all A57 and A72 versions
` [PATCH v2 2/5] arm64: KVM: Reorder system register restoration and stage-2 activation
` [PATCH v2 3/5] arm64: KVM: Disable EL1 PTW when invalidating S2 TLBs
` [PATCH v2 4/5] arm64: KVM: Prevent speculative S1 PTW when restoring vcpu context
` [PATCH v2 5/5] arm64: Enable and document ARM errata 1319367 and 1319537

[PATCH] arm64: KVM: Invoke compute_layout() before alternatives are applied
 2019-10-17 17:41 UTC  (2+ messages)

[RFC PATCH v5 0/6] Enable ptp_kvm for arm64
 2019-10-16 10:26 UTC  (30+ messages)
` [PATCH v5 1/6] psci: Export psci_ops.conduit symbol as modules will use it
` [PATCH v5 2/6] ptp: Reorganize ptp_kvm modules to make it arch-independent
` [PATCH v5 3/6] timekeeping: Add clocksource to system_time_snapshot
` [PATCH v5 4/6] psci: Add hvc call service for ptp_kvm
` [PATCH v5 5/6] ptp: arm64: Enable ptp_kvm for arm64
` [PATCH v5 6/6] kvm: arm64: Add capability check extension for ptp_kvm

[PATCH v3 0/4] KVM: arm64: Assorted PMU emulation fixes
 2019-10-15 10:00 UTC  (7+ messages)
` [PATCH v3 1/4] KVM: arm64: pmu: Fix cycle counter truncation
` [PATCH v3 2/4] arm64: KVM: Handle PMCR_EL0.LC as RES1 on pure AArch64 systems
` [PATCH v3 3/4] KVM: arm64: pmu: Set the CHAINED attribute before creating the in-kernel event
` [PATCH v3 4/4] KVM: arm64: pmu: Reset sample period on overflow handling

[PATCH 0/2] Workaround for Cavium ThunderX2 erratum 219
 2019-10-11 23:20 UTC  (5+ messages)
` [PATCH 1/2] arm64: "
` [PATCH 2/2] arm64: KVM: Add option to trap and emulate guest VM sysreg updates

[PATCH v2 0/5] KVM: arm64: Assorted PMU emulation fixes
 2019-10-11 11:41 UTC  (12+ messages)
` [PATCH v2 1/5] KVM: arm64: pmu: Fix cycle counter truncation
` [PATCH v2 2/5] arm64: KVM: Handle PMCR_EL0.LC as RES1 on pure AArch64 systems
` [PATCH v2 3/5] KVM: arm64: pmu: Set the CHAINED attribute before creating the in-kernel event
` [PATCH v2 4/5] arm64: perf: Add reload-on-overflow capability
` [PATCH v2 5/5] KVM: arm64: pmu: Reset sample period on overflow handling

[RFC PATCH 00/12] Add SDEI support for arm64
 2019-10-10 14:01 UTC  (11+ messages)
` [RFC PATCH 07/12] arm/sdei: override qemu_irq handler when binding interrupt
` [RFC PATCH 12/12] virt/acpi: add SDEI table if SDEI is enabled

[PATCH AUTOSEL 4.14 01/21] KVM: arm/arm64: vgic: Use the appropriate TRACE_INCLUDE_PATH
 2019-10-09 17:05 UTC 

[PATCH AUTOSEL 4.19 01/26] KVM: arm/arm64: vgic: Use the appropriate TRACE_INCLUDE_PATH
 2019-10-09 17:05 UTC 

[PATCH AUTOSEL 5.3 01/68] KVM: arm/arm64: vgic: Use the appropriate TRACE_INCLUDE_PATH
 2019-10-09 17:04 UTC 

[PATCH v2 0/2] Improve handling of stage 2 aborts without instruction decode
 2019-10-09  8:22 UTC  (9+ messages)
` [PATCH v2 1/2] KVM: arm/arm64: Allow reporting non-ISV data aborts to userspace
` [PATCH v2 2/2] KVM: arm/arm64: Allow user injection of external data aborts
` [kvmtool v2 3/5] update headers: Update the KVM headers for new Arm fault reporting features
` [kvmtool v2 4/5] arm: Handle exits from undecoded load/store instructions
` [kvmtool v2 5/5] arm: Inject external data aborts when accessing holes in the memory map

[PATCH v6 0/6] KASan for arm
 2019-10-08  8:47 UTC  (7+ messages)

[PATCH 0/2] Improve handling of stage 2 aborts without instruction decode
 2019-10-08  8:34 UTC  (9+ messages)
` [PATCH 1/2] KVM: arm/arm64: Allow reporting non-ISV data aborts to userspace
` [PATCH 2/2] KVM: arm/arm64: Allow user injection of external data aborts

[PATCH 0/3] KVM: arm64: Assorted PMU emulation fixes
 2019-10-07 17:17 UTC  (9+ messages)
` [PATCH 1/3] KVM: arm64: pmu: Fix cycle counter truncation
` [PATCH 2/3] arm64: KVM: Handle PMCR_EL0.LC as RES1 on pure AArch64 systems
` [PATCH 3/3] KVM: arm64: pmu: Reset sample period on overflow handling

[PATCH 0/5] arm64: KVM: Add workaround for errata 1319367 and 1319537
 2019-10-07  9:31 UTC  (8+ messages)
` [PATCH 3/5] arm64: KVM: Disable EL1 PTW when invalidating S2 TLBs
` [PATCH 4/5] arm64: KVM: Prevent speculative S1 PTW when restoring vcpu context
` [PATCH 5/5] arm64: Enable and document ARM errata 1319367 and 1319537

[kvm-unit-tests PATCH v2 0/6] arm: Use stable test output lines
 2019-10-04 16:51 UTC  (9+ messages)
` [kvm-unit-tests PATCH v2 1/6] arm: gic: check_acked: add test description
` [kvm-unit-tests PATCH v2 2/6] arm: gic: Split variable output data from test name
` [kvm-unit-tests PATCH v2 3/6] arm: timer: "
` [kvm-unit-tests PATCH v2 4/6] arm: selftest: "
` [kvm-unit-tests PATCH v2 5/6] arm: selftest: Make MPIDR output stable
` [kvm-unit-tests PATCH v2 6/6] arm: Add missing test name prefix calls

[PATCH] KVM: arm64: pmu: Fix cycle counter truncation on counter stop
 2019-10-04 15:06 UTC  (6+ messages)

[PATCH v5 00/10] arm64: Stolen time support
 2019-10-04  9:51 UTC  (17+ messages)
` [PATCH v5 01/10] KVM: arm64: Document PV-time interface
` [PATCH v5 02/10] KVM: arm/arm64: Factor out hypercall handling from PSCI code
` [PATCH v5 05/10] KVM: arm64: Support stolen time reporting via shared structure
` [PATCH v5 06/10] KVM: Allow kvm_device_ops to be const
` [PATCH v5 07/10] KVM: arm64: Provide VCPU attributes for stolen time
` [PATCH v5 08/10] arm/arm64: Provide a wrapper for SMCCC 1.1 calls
` [PATCH v5 09/10] arm/arm64: Make use of the SMCCC 1.1 wrapper
` [PATCH v5 10/10] arm64: Retrieve stolen time as paravirtualized guest

[kvm-unit-tests PATCH v2 0/3] arm64: Add code generation test
 2019-10-03 11:32 UTC  (4+ messages)
` [kvm-unit-tests PATCH v2 1/3] lib: arm64: Add missing ISB in flush_tlb_page
` [kvm-unit-tests PATCH v2 2/3] lib: arm/arm64: Add function to clear the PTE_USER bit
` [kvm-unit-tests PATCH v2 3/3] arm64: Add cache code generation test


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