kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-04 09:11:55 to 2020-02-11 17:52:15 UTC [more...]

[PATCH v2 00/94] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2020-02-11 17:49 UTC  (45+ messages)
` [PATCH v2 01/94] KVM: arm64: Move __load_guest_stage2 to kvm_mmu.h
` [PATCH v2 02/94] arm64: Add ARM64_HAS_NESTED_VIRT cpufeature
` [PATCH v2 03/94] KVM: arm64: nv: Introduce nested virtualization VCPU feature
` [PATCH v2 04/94] KVM: arm64: nv: Reset VCPU to EL2 registers if VCPU nested virt is set
` [PATCH v2 05/94] KVM: arm64: nv: Allow userspace to set PSR_MODE_EL2x
` [PATCH v2 06/94] KVM: arm64: nv: Add EL2 system registers to vcpu context
` [PATCH v2 07/94] KVM: arm64: nv: Reset VMPIDR_EL2 and VPIDR_EL2 to sane values
` [PATCH v2 08/94] KVM: arm64: nv: Add nested virt VCPU primitives for vEL2 VCPU state
` [PATCH v2 09/94] KVM: arm64: nv: Support virtual EL2 exceptions
` [PATCH v2 18/94] KVM: arm64: nv: Emulate PSTATE.M for a guest hypervisor
` [PATCH v2 23/94] KVM: arm64: nv: Respect virtual HCR_EL2.TWX setting
` [PATCH v2 25/94] KVM: arm64: nv: Respect the virtual HCR_EL2.NV bit setting
` [PATCH v2 26/94] KVM: arm64: nv: Respect virtual HCR_EL2.TVM and TRVM settings
` [PATCH v2 27/94] KVM: arm64: nv: Respect the virtual HCR_EL2.NV1 bit setting
` [PATCH v2 33/94] KVM: arm64: nv: Hide RAS from nested guests
` [PATCH v2 34/94] KVM: arm64: nv: Use ARMv8.5-GTG to advertise supported Stage-2 page sizes
` [PATCH v2 37/94] KVM: arm64: nv: Support multiple nested Stage-2 mmu structures
` [PATCH v2 39/94] KVM: arm64: nv: Handle shadow stage 2 page faults
` [PATCH v2 40/94] KVM: arm64: nv: Unmap/flush shadow stage 2 page tables
` [PATCH v2 42/94] KVM: arm64: nv: Introduce sys_reg_desc.forward_trap
` [PATCH v2 46/94] KVM: arm64: nv: Fold guest's HCR_EL2 configuration into the host's
` [PATCH v2 47/94] KVM: arm64: nv: Handle traps for timer _EL02 and _EL2 sysregs accessors
` [PATCH v2 48/94] KVM: arm64: nv: arch_timer: Support hyp timer emulation
` [PATCH v2 49/94] KVM: arm64: nv: Propagate CNTVOFF_EL2 to the virtual EL1 timer
` [PATCH v2 51/94] KVM: arm64: nv: vgic-v3: Take cpu_if pointer directly instead of vcpu
` [PATCH v2 52/94] KVM: arm64: nv: Nested GICv3 Support
` [PATCH v2 55/94] KVM: arm64: nv: Implement maintenance interrupt forwarding
` [PATCH v2 58/94] arm64: KVM: nv: Honor SCTLR_EL2.SPAN on entering vEL2
` [PATCH v2 63/94] arm64: KVM: nv: Add handling of ARMv8.4-TTL TLB invalidation
` [PATCH v2 64/94] arm64: KVM: nv: Invalidate TLBs based on shadow S2 TTL-like information
` [PATCH v2 65/94] arm64: KVM: nv: Tag shadow S2 entries with nested level
` [PATCH v2 66/94] arm64: Add SW reserved PTE/PMD bits
` [PATCH v2 70/94] arm64: KVM: nv: Add include containing the VNCR_EL2 offsets
` [PATCH v2 77/94] KVM: arm64: nv: Move sysreg reset check to boot time
` [PATCH v2 79/94] KVM: arm64: nv: Move nested vgic state into the sysreg file
` [PATCH v2 80/94] KVM: arm64: Use accessors for timer ctl/cval/offset
` [PATCH v2 81/94] KVM: arm64: Add VNCR-capable timer accessors for arm64
` [PATCH v2 82/94] KVM: arm64: Make struct kvm_regs userspace-only
` [PATCH v2 84/94] KVM: arm64: VNCR-ize SP_EL1
` [PATCH v2 88/94] KVM: arm64: Add ARMv8.4 Enhanced Nested Virt cpufeature
` [PATCH v2 89/94] KVM: arm64: nv: Synchronize PSTATE early on exit
` [PATCH v2 90/94] KVM: arm64: nv: Sync nested timer state with ARMv8.4
` [PATCH v2 92/94] KVM: arm64: nv: Enable ARMv8.4-NV support
` [PATCH v2 93/94] KVM: arm64: nv: Fast-track 'InHost' exception returns

[PATCH v5 0/3] arm64: perf: Add support for ARMv8.5-PMU 64-bit counters
 2020-02-11 16:59 UTC  (3+ messages)
` [PATCH v5 1/3] arm64: cpufeature: Extract capped fields

[kvm-unit-tests PATCH v2 0/9] KVM: arm64: PMUv3 Event Counter Tests
 2020-02-11 16:28 UTC  (10+ messages)
` [kvm-unit-tests PATCH v2 4/9] arm: pmu: Check Required Event Support
` [kvm-unit-tests PATCH v2 5/9] arm: pmu: Basic event counter Tests
` [kvm-unit-tests PATCH v2 6/9] arm: pmu: Test chained counter

[PATCH kvm-unit-tests v2] arm64: timer: Speed up gic-timer-state check
 2020-02-11 15:49 UTC  (7+ messages)

[RFC PATCH 0/5] Removing support for 32bit KVM/arm host
 2020-02-11 15:23 UTC  (13+ messages)
` [RFC PATCH 1/5] arm: Unplug KVM from the build system
` [RFC PATCH 2/5] arm: Remove KVM from config files
` [RFC PATCH 3/5] arm: Remove 32bit KVM host support
` [RFC PATCH 4/5] arm: Remove HYP/Stage-2 page-table support
` [RFC PATCH 5/5] arm: Remove GICv3 vgic compatibility macros

[PATCH kvm-unit-tests] arm64: timer: Speed up gic-timer-state check
 2020-02-11 12:54 UTC  (3+ messages)

[kvm-unit-tests PATCH 0/3] arm64: minor cleanups for timer test
 2020-02-11 12:27 UTC  (6+ messages)
` [kvm-unit-tests PATCH 1/3] arm/arm64: gic: Move gic_state enumeration to asm/gic.h
` [kvm-unit-tests PATCH 2/3] arm64: timer: Use the proper RDist register name in GICv3
` [kvm-unit-tests PATCH 3/3] arm64: timer: Use existing helpers to access counter/timers

[PATCH] KVM: Disable preemption in kvm_get_running_vcpu()
 2020-02-11  1:25 UTC  (3+ messages)

[PATCH 0/2] arm64: add finalized cap helper
 2020-02-10 17:37 UTC  (5+ messages)
` [PATCH 1/2] arm64: cpufeature: add cpus_have_final_cap()
` [PATCH 2/2] arm64: kvm: hyp: use cpus_have_final_cap()

[PATCH] kvm: arm/arm64: fold VHE entry/exit work into kvm_vcpu_run_vhe()
 2020-02-10 11:47 UTC 

[RFC PATCH v10 0/9] Enable ptp_kvm for arm/arm64
 2020-02-10  8:49 UTC  (10+ messages)
` [RFC PATCH 1/9] psci: export psci conduit get helper
` [RFC PATCH 2/9] ptp: Reorganize ptp_kvm modules to make it arch-independent
` [RFC PATCH 3/9] time: Add mechanism to recognize clocksource in time_get_snapshot
` [RFC PATCH 4/9] clocksource: Add clocksource id for arm arch counter
` [RFC PATCH 5/9] psci: Add hypercall service for ptp_kvm
` [RFC PATCH 6/9] ptp: arm/arm64: Enable ptp_kvm for arm/arm64
` [RFC PATCH 7/9] ptp: extend input argument for getcrosstimestamp API
` [RFC PATCH 8/9] arm/arm64: add mechanism to let user choose which counter to return
` [RFC PATCH 9/9] arm/arm64: Add kvm capability check extension for ptp_kvm

[PATCH v5 00/19] KVM: Dynamically size memslot arrays
 2020-02-08  1:29 UTC  (64+ 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 06/19] KVM: Drop kvm_arch_create_memslot()
` [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 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 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

[PATCH v4 00/19] KVM: Dynamically size memslot arrays
 2020-02-07 18:52 UTC  (6+ messages)
` [PATCH v4 16/19] KVM: Ensure validity of memslot with respect to kvm_get_dirty_log()

[PATCH kvmtool v2] Add emulation for CFI compatible flash memory
 2020-02-07 17:34 UTC  (2+ messages)

BUG: using __this_cpu_read() in preemptible [00000000] code
 2020-02-07 16:25 UTC  (6+ messages)

[kvm-unit-tests PATCH v3 00/14] arm/arm64: Add ITS tests
 2020-02-07 14:06 UTC  (26+ messages)
` [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 13/14] arm/arm64: ITS: migration tests
` [kvm-unit-tests PATCH v3 14/14] arm/arm64: ITS: pending table migration test

[PATCH v2 0/2] target/arm: kvm: Support for KVM DABT without valid ISS
 2020-02-07  8:19 UTC  (9+ messages)
` [PATCH v2 1/2] target/arm: kvm: Inject events at the last stage of sync
` [PATCH v2 2/2] target/arm: kvm: Handle DABT with no valid ISS

[PATCH kvmtool] Add emulation for CFI compatible flash memory
 2020-02-06 17:13 UTC  (4+ messages)

[PATCH v2 0/6] irqchip/gic-v4.1: Cleanup and fixes for GICv4.1
 2020-02-06  7:57 UTC  (7+ messages)
` [PATCH v2 1/6] irqchip/gic-v4.1: Fix programming of GICR_VPROPBASER_4_1_SIZE
` [PATCH v2 2/6] irqchip/gic-v4.1: Set vpe_l1_base for all redistributors
` [PATCH v2 3/6] irqchip/gic-v4.1: Ensure L2 vPE table is allocated at RD level
` [PATCH v2 4/6] irqchip/gic-v4.1: Drop 'tmp' in inherit_vpe_l1_table_from_rd()
` [PATCH v2 5/6] irqchip/gic-v3-its: Remove superfluous WARN_ON
` [PATCH v2 6/6] irqchip/gic-v3-its: Rename VPENDBASER/VPROPBASER accessors

[PATCH 0/5] irqchip/gic-v4.1: Cleanup and fixes for GICv4.1
 2020-02-06  6:22 UTC  (9+ messages)
` [PATCH 1/5] irqchip/gic-v4.1: Fix programming of GICR_VPROPBASER_4_1_SIZE
` [PATCH RFC 3/5] irqchip/gic-v4.1: Ensure L2 vPE table is allocated at RD level
` [PATCH 4/5] irqchip/gic-v4.1: Drop 'tmp' in inherit_vpe_l1_table_from_rd()
` [PATCH 5/5] irqchip/gic-v3-its: Remove superfluous WARN_ON

[PATCH] KVM: arm/arm64: Fix up includes for trace.h
 2020-02-05 15:46 UTC  (3+ 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).