kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-02 14:07:04 to 2019-12-17 20:40:55 UTC [more...]

[PATCH v4 00/19] KVM: Dynamically size memslot arrays
 2019-12-17 20:40 UTC  (7+ messages)
` [PATCH v4 01/19] KVM: x86: Allocate new rmap and large page tracking when moving memslot
` [PATCH v4 02/19] KVM: Reinstall old memslots if arch preparation fails
` [PATCH v4 03/19] KVM: Don't free new memslot if allocation of said memslot fails
` [PATCH v4 11/19] KVM: x86: Free arrays for old memslot when moving memslot's base gfn
` [PATCH v4 12/19] KVM: Move memslot deletion to helper function
` [PATCH v4 14/19] KVM: Clean up local variable usage in __kvm_set_memory_region()

[PATCH v3 00/15] KVM: Dynamically size memslot arrays
 2019-12-17 17:55 UTC  (11+ messages)
` [PATCH v3 05/15] KVM: Drop kvm_arch_create_memslot()
` [PATCH v3 07/15] KVM: Refactor error handling for setting memory region
` [PATCH v3 08/15] KVM: Move setting of memslot into helper routine

[PATCH V2] arm64: Introduce ID_ISAR6 CPU register
 2019-12-17 14:47 UTC 

[PATCH 0/5] KVM: arm64: vcpu preempted check support
 2019-12-17 14:40 UTC  (10+ messages)
` [PATCH 1/5] KVM: arm64: Document PV-lock interface
` [PATCH 2/5] KVM: arm64: Implement PV_LOCK_FEATURES call
` [PATCH 3/5] KVM: arm64: Support pvlock preempted via shared structure
` [PATCH 4/5] KVM: arm64: Add interface to support vcpu preempted check
` [PATCH 5/5] KVM: arm64: Support the vcpu preemption check

[PATCH v2] KVM: arm/arm64: Re-check VMA on detecting a poisoned page
 2019-12-17 12:38 UTC 

[kvm-unit-tests PATCH 00/10] KVM: arm64: PMUv3 Event Counter Tests
 2019-12-16 20:47 UTC  (11+ messages)
` [kvm-unit-tests PATCH 01/10] arm64: Provide read/write_sysreg_s
` [kvm-unit-tests PATCH 02/10] arm: pmu: Let pmu tests take a sub-test parameter
` [kvm-unit-tests PATCH 03/10] arm: pmu: Add a pmu struct
` [kvm-unit-tests PATCH 04/10] arm: pmu: Check Required Event Support
` [kvm-unit-tests PATCH 05/10] arm: pmu: Basic event counter Tests
` [kvm-unit-tests PATCH 06/10] arm: pmu: Test chained counter
` [kvm-unit-tests PATCH 07/10] arm: pmu: test 32-bit <-> 64-bit transitions
` [kvm-unit-tests PATCH 08/10] arm: gic: Provide per-IRQ helper functions
` [kvm-unit-tests PATCH 09/10] arm/arm64: gic: Introduce setup_irq() helper
` [kvm-unit-tests PATCH 10/10] arm: pmu: Test overflow interrupts

[PATCH 0/3] KVM: arm/arm64: user_mem_abort() assorted fixes
 2019-12-16 18:29 UTC  (18+ messages)
` [PATCH 1/3] KVM: arm/arm64: Properly handle faulting of device mappings
` [PATCH 2/3] KVM: arm/arm64: Re-check VMA on detecting a poisoned page
` [PATCH 3/3] KVM: arm/arm64: Drop spurious message when faulting on a non-existent mapping

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

[PATCH v5 0/3] arm64: Workaround for Cortex-A55 erratum 1530923
 2019-12-16 11:56 UTC  (4+ messages)
` [PATCH v5 1/3] arm64: Rename WORKAROUND_1165522 to SPECULATIVE_AT_VHE
` [PATCH v5 2/3] arm64: Rename WORKAROUND_1319367 to SPECULATIVE_AT_NVHE
` [PATCH v5 3/3] arm64: Workaround for Cortex-A55 erratum 1530923

[PATCH 0/7] KVM: arm/arm64: Help VMs dying quicker
 2019-12-15 10:27 UTC  (11+ messages)
` [PATCH 1/7] KVM: Pass mmu_notifier_range down to kvm_unmap_hva_range()
` [PATCH 2/7] KVM: arm/arm64: Pass flags along Stage-2 unmapping functions
` [PATCH 3/7] KVM: arm/arm64: Condition cache maintenance on unmap with a flag
` [PATCH 4/7] KVM: arm/arm64: Condition TLB "
` [PATCH 5/7] KVM: arm/arm64: Elide both CMOs and TBLIs on freeing the whole Stage-2
` [PATCH 6/7] KVM: arm/arm64: Elide CMOs when retrying a block mapping
` [PATCH 7/7] KVM: arm/arm64: Elide CMOs when unmapping a range

[kvm-unit-tests RFC 00/10] KVM: arm64: PMUv3 Event Counter Tests
 2019-12-13 19:10 UTC  (14+ messages)
` [kvm-unit-tests RFC 01/10] arm64: Provide read/write_sysreg_s
` [kvm-unit-tests RFC 02/10] pmu: Let pmu tests take a sub-test parameter
` [kvm-unit-tests RFC 03/10] pmu: Add a pmu struct
` [kvm-unit-tests RFC 04/10] pmu: Check Required Event Support
` [kvm-unit-tests RFC 05/10] pmu: Basic event counter Tests
` [kvm-unit-tests RFC 06/10] pmu: Test chained counter
` [kvm-unit-tests RFC 07/10] arm: pmu: test 32-bit <-> 64-bit transitions
` [kvm-unit-tests RFC 08/10] arm: gic: Provide per-IRQ helper functions
` [kvm-unit-tests RFC 09/10] arm/arm64: gic: Introduce setup_irq() helper
` [kvm-unit-tests RFC 10/10] pmu: Test overflow interrupts

[PATCH] KVM: arm/arm64: vgic-its: Fix restoration of unmapped collections
 2019-12-13 14:22 UTC  (7+ messages)

[PATCH] KVM: arm64: Only sign-extend MMIO up to register width
 2019-12-13 14:24 UTC  (5+ messages)

[PATCH] arm64: Introduce ISAR6 CPU ID register
 2019-12-13  3:29 UTC  (7+ messages)

[GIT PULL] KVM/arm updates for 5.5-rc2
 2019-12-12 17:28 UTC  (9+ messages)
` [PATCH 1/8] KVM: arm/arm64: Get rid of unused arg in cpu_init_hyp_mode()
` [PATCH 2/8] KVM: arm/arm64: vgic: Fix potential double free dist->spis in __kvm_vgic_destroy()
` [PATCH 3/8] KVM: arm/arm64: vgic: Use wrapper function to lock/unlock all vcpus in kvm_vgic_create()
` [PATCH 4/8] KVM: arm64: Sanely ratelimit sysreg messages
` [PATCH 5/8] KVM: arm64: Don't log IMP DEF sysreg traps
` [PATCH 6/8] KVM: arm/arm64: Remove excessive permission check in kvm_arch_prepare_memory_region
` [PATCH 7/8] KVM: arm64: Ensure 'params' is initialised when looking up sys register
` [PATCH 8/8] KVM: arm/arm64: Properly handle faulting of device mappings

[PATCH] KVM: arm64: Ensure 'params' is initialised when looking up sys register
 2019-12-12  9:55 UTC  (2+ messages)

[PATCH v2 0/3] arm64: perf: Add support for ARMv8.5-PMU 64-bit counters
 2019-12-11 17:28 UTC  (7+ messages)
` [PATCH v2 1/3] arm64: cpufeature: Extract capped fields
` [PATCH v2 2/3] KVM: arm64: limit PMU version to ARMv8.4
` [PATCH v2 3/3] arm64: perf: Add support for ARMv8.5-PMU 64-bit counters

[RFC PATCH v9 0/8] Enable ptp_kvm for arm64
 2019-12-10  3:40 UTC  (9+ messages)
` [RFC PATCH v9 1/8] arm/arm64: smccc/psci: add arm_smccc_1_1_get_conduit()
` [RFC PATCH v9 2/8] psci: let arm_smccc_1_1_invoke available by modules
` [RFC PATCH v9 3/8] ptp: Reorganize ptp_kvm modules to make it arch-independent
` [RFC PATCH v9 4/8] time: Add mechanism to recognize clocksource in time_get_snapshot
` [RFC PATCH v9 5/8] clocksource: Add clocksource id for arm arch counter
` [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
` [RFC PATCH v9 8/8] kvm: arm64: Add capability check extension for ptp_kvm

[PATCH 0/2] kvm/arm64: unimplemented sysreg improvements
 2019-12-09 10:32 UTC  (6+ messages)
` [PATCH 1/2] kvm/arm64: sanely ratelimit sysreg messages
` [PATCH 2/2] kvm/arm64: don't log IMP DEF sysreg traps

[PATCH] KVM: arm: fix missing free_percpu_irq in kvm_timer_hyp_init()
 2019-12-07  7:13 UTC 

[PATCH v2 0/5] target/arm: More EL2 trapping fixes
 2019-12-06 17:45 UTC  (21+ messages)
` [PATCH v2 1/5] target/arm: Honor HCR_EL2.TID2 trapping requirements
` [PATCH v2 2/5] target/arm: Honor HCR_EL2.TID1 "
` [PATCH v2 3/5] target/arm: Handle trapping to EL2 of AArch32 VMRS instructions
` [PATCH v2 4/5] target/arm: Handle AArch32 CP15 trapping via HSTR_EL2
` [PATCH v2 5/5] target/arm: Add support for missing Jazelle system registers

[RFC 0/3] KVM/ARM: Misc PMU fixes
 2019-12-06 16:02 UTC  (17+ messages)
` [RFC 1/3] KVM: arm64: pmu: Don't increment SW_INCR if PMCR.E is unset
` [RFC 2/3] KVM: arm64: pmu: Fix chained SW_INCR counters
` [RFC 3/3] KVM: arm64: pmu: Enforce PMEVTYPER evtCount size

[PATCH] arm64: KVM: Invoke compute_layout() before alternatives are applied
 2019-12-06 12:21 UTC  (8+ messages)
  ` [PATCH v2] "

[PATCH] KVM: vgic: Fix potential double free dist->spis in __kvm_vgic_destroy()
 2019-12-06 11:53 UTC  (2+ messages)

[PATCH v3] KVM: vgic: Use wrapper function to lock/unlock all vcpus in kvm_vgic_create()
 2019-12-06 11:46 UTC  (2+ messages)

[PATCH] KVM: arm: remove excessive permission check in kvm_arch_prepare_memory_region
 2019-12-06 11:43 UTC  (3+ messages)

[PATCH] KVM: arm: get rid of unused arg in cpu_init_hyp_mode()
 2019-12-06 11:43 UTC  (2+ messages)

[kvm-unit-tests v3 PATCH] Switch the order of the parameters in report() and report_xfail()
 2019-12-06 11:31 UTC 

[PATCH] KVM: arm: fix missing free_percpu_irq in kvm_timer_hyp_init()
 2019-12-06 10:56 UTC  (2+ messages)

[PATCH] KVM: arm: get rid of unused arg in cpu_init_hyp_mode()
 2019-12-06 10:10 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).