kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
 messages from 2017-11-03 13:46:50 to 2017-11-15 01:05:05 UTC [more...]

[PATCH v3 0/2] Implement a software workaround for Falkor erratum 1041
 2017-11-15  1:05 UTC  (4+ messages)
` [PATCH v3 1/2] arm64: Define cputype macros for Falkor CPU
` [PATCH v3 2/2] arm64: Add software workaround for Falkor erratum 1041

[PATCH 00/37] Optimize KVM/ARM for VHE systems
 2017-11-14 16:42 UTC  (47+ messages)
` [PATCH 01/37] KVM: arm64: Avoid storing the vcpu pointer on the stack
` [PATCH 04/37] KVM: arm/arm64: Get rid of vcpu->arch.irq_lines
` [PATCH 05/37] KVM: Record the executing ioctl number on the vcpu struct
` [PATCH 07/37] KVM: arm/arm64: Add kvm_vcpu_load_sysregs and kvm_vcpu_put_sysregs
` [PATCH 08/37] KVM: arm64: Defer restoring host VFP state to vcpu_put
` [PATCH 09/37] KVM: arm64: Move debug dirty flag calculation out of world switch
` [PATCH 10/37] KVM: arm64: Slightly improve debug save/restore functions
` [PATCH 11/37] KVM: arm64: Improve debug register save/restore flow
` [PATCH 12/37] KVM: arm64: Factor out fault info population and gic workarounds
` [PATCH 13/37] KVM: arm64: Introduce VHE-specific kvm_vcpu_run
` [PATCH 14/37] KVM: arm64: Remove kern_hyp_va() use in VHE switch function
` [PATCH 15/37] KVM: arm64: Don't deactivate VM on VHE systems
` [PATCH 16/37] KVM: arm64: Remove noop calls to timer save/restore from VHE switch
` [PATCH 17/37] KVM: arm64: Move userspace system registers into separate function
` [PATCH 19/37] KVM: arm64: Introduce separate VHE/non-VHE sysreg save/restore functions
` [PATCH 20/37] KVM: arm64: Unify non-VHE host/guest sysreg save and restore functions
` [PATCH 21/37] KVM: arm64: Don't save the host ELR_EL2 and SPSR_EL2 on VHE systems
` [PATCH 22/37] KVM: arm64: Change 32-bit handling of VM system registers
` [PATCH 23/37] KVM: arm64: Prepare to handle traps on deferred VM sysregs
` [PATCH 25/37] KVM: arm64: Prepare to handle traps on remaining deferred EL1 sysregs
` [PATCH 26/37] KVM: arm64: Prepare to handle traps on deferred AArch32 sysregs

[PATCH v4 00/21] SError rework + RAS&IESB for firmware first support
 2017-11-14 16:11 UTC  (23+ messages)
` [PATCH v4 09/21] KVM: arm/arm64: mask/unmask daif around VHE guests
` [PATCH v4 20/21] KVM: arm64: Take any host SError before entering the guest

[PATCH v8 0/7] Support RAS virtualization in KVM
 2017-11-14 16:00 UTC  (10+ messages)
` [PATCH v8 1/7] arm64: cpufeature: Detect CPU RAS Extentions
` [PATCH v8 2/7] KVM: arm64: Save ESR_EL2 on guest SError
` [PATCH v8 3/7] acpi: apei: Add SEI notification type support for ARMv8
` [PATCH v8 4/7] KVM: arm64: Trap RAS error registers and set HCR_EL2's TERR & TEA
` [PATCH v8 5/7] arm64: kvm: Introduce KVM_ARM_SET_SERROR_ESR ioctl
` [PATCH v8 6/7] arm64: kvm: Set Virtual SError Exception Syndrome for guest
` [PATCH v8 7/7] arm64: kvm: handle SError Interrupt by categorization

[PATCH] arm64: KVM: fix VTTBR_BADDR_MASK BUG_ON off-by-one
 2017-11-14 14:37 UTC 

[PATCH v2 0/3] KVM: arm64: single step emulation instructions
 2017-11-13 14:39 UTC  (9+ messages)
` [PATCH v2 1/3] kvm: arm debug: introduce helper for single-step
  ` [PATCH] fixup! "
` [PATCH v2 2/3] kvm: arm64: handle single-stepping trapped instructions
` [PATCH v2 3/3] kvm: arm64: handle single-step of userspace mmio instructions

[PATCH v4 00/13] arm64/firmware: Software Delegated Exception Interface
 2017-11-13 11:01 UTC  (5+ messages)
` [PATCH 15/13] firmware: arm_sdei: move the frozen flag under the spinlock
        ` [PATCH v4 15/13] firmware: arm_sdei: be more robust against cpu-hotplug

[PULL 00/27] KVM/ARM GICv4 Support for v4.15
 2017-11-13  9:17 UTC  (28+ messages)
` [PULL 01/27] KVM: arm/arm64: register irq bypass consumer on ARM/ARM64
` [PULL 02/27] KVM: arm/arm64: vgic: restructure kvm_vgic_(un)map_phys_irq
` [PULL 03/27] KVM: arm: Select ARM_GIC_V3 and ARM_GIC_V3_ITS
` [PULL 04/27] KVM: arm/arm64: vgic: Move kvm_vgic_destroy call around
` [PULL 05/27] KVM: arm/arm64: vITS: Add MSI translation helpers
` [PULL 06/27] KVM: arm/arm64: vITS: Add a helper to update the affinity of an LPI
` [PULL 07/27] KVM: arm/arm64: GICv4: Add property field and per-VM predicate
` [PULL 08/27] KVM: arm/arm64: GICv4: Add init/teardown of the per-VM vPE irq domain
` [PULL 09/27] KVM: arm/arm64: GICv4: Wire mapping/unmapping of VLPIs in VFIO irq bypass
` [PULL 10/27] KVM: arm/arm64: GICv4: Handle INT command applied to a VLPI
` [PULL 11/27] KVM: arm/arm64: GICv4: Unmap VLPI when freeing an LPI
` [PULL 12/27] KVM: arm/arm64: GICv4: Propagate affinity changes to the physical ITS
` [PULL 13/27] KVM: arm/arm64: GICv4: Handle CLEAR applied to a VLPI
` [PULL 14/27] KVM: arm/arm64: GICv4: Handle MOVALL applied to a vPE
` [PULL 15/27] KVM: arm/arm64: GICv4: Propagate property updates to VLPIs
` [PULL 16/27] KVM: arm/arm64: GICv4: Handle INVALL applied to a vPE
` [PULL 17/27] KVM: arm/arm64: GICv4: Use pending_last as a scheduling hint
` [PULL 18/27] KVM: arm/arm64: GICv4: Add doorbell interrupt handling
` [PULL 19/27] KVM: arm/arm64: GICv4: Use the doorbell interrupt as an unblocking source
` [PULL 20/27] KVM: arm/arm64: GICv4: Hook vPE scheduling into vgic flush/sync
` [PULL 21/27] KVM: arm/arm64: GICv4: Enable virtual cpuif if VLPIs can be delivered
` [PULL 22/27] KVM: arm/arm64: GICv4: Prevent a VM using GICv4 from being saved
` [PULL 23/27] KVM: arm/arm64: GICv4: Prevent userspace from changing doorbell affinity
` [PULL 24/27] KVM: arm/arm64: GICv4: Enable VLPI support
` [PULL 25/27] KVM: arm/arm64: GICv4: Theory of operations
` [PULL 26/27] KVM: arm/arm64: Fix GICv4 ITS initialization issues
` [PULL 27/27] KVM: arm/arm64: Don't queue VLPIs on INV/INVALL

[PATCH v2 0/2] Implement a software workaround for Falkor erratum 1041
 2017-11-13  1:54 UTC  (4+ messages)
` [PATCH v2 1/2] arm64: Define cputype macros for Falkor CPU
` [PATCH v2 2/2] arm64: Add software workaround for Falkor erratum 1041

[PATCH 0/3] Implement a software workaround for Falkor erratum 1041
 2017-11-13  1:06 UTC  (14+ messages)
` [PATCH 3/3] arm64: Add "
    ` [3/3] "

[PATCH v5 00/30] ARM Scalable Vector Extension (SVE)
 2017-11-10 10:27 UTC  (18+ messages)
` [PATCH v5 01/30] regset: Add support for dynamically sized regsets
` [PATCH v5 11/30] arm64/sve: Signal frame and context structure definition
` [PATCH v5 12/30] arm64/sve: Low-level CPU setup
` [PATCH v5 13/30] arm64/sve: Core task context handling
` [PATCH v5 15/30] arm64/sve: Signal handling support
` [PATCH v5 16/30] arm64/sve: Backend logic for setting the vector length

[PATCH v5 00/26] KVM/ARM: Add support for GICv4
 2017-11-10  9:41 UTC  (70+ messages)
` [PATCH v5 06/26] KVM: arm/arm64: vITS: Add MSI translation helpers
` [PATCH v5 07/26] KVM: arm/arm64: vITS: Add a helper to update the affinity of an LPI
` [PATCH v5 08/26] KVM: arm/arm64: GICv4: Add property field and per-VM predicate
` [PATCH v5 09/26] KVM: arm/arm64: GICv4: Add init/teardown of the per-VM vPE irq domain
` [PATCH v5 10/26] KVM: arm/arm64: GICv4: Wire mapping/unmapping of VLPIs in VFIO irq bypass
` [PATCH v5 11/26] KVM: arm/arm64: GICv4: Handle INT command applied to a VLPI
` [PATCH v5 12/26] KVM: arm/arm64: GICv4: Unmap VLPI when freeing an LPI
` [PATCH v5 13/26] KVM: arm/arm64: GICv4: Propagate affinity changes to the physical ITS
` [PATCH v5 14/26] KVM: arm/arm64: GICv4: Handle CLEAR applied to a VLPI
` [PATCH v5 15/26] KVM: arm/arm64: GICv4: Handle MOVALL applied to a vPE
` [PATCH v5 16/26] KVM: arm/arm64: GICv4: Propagate property updates to VLPIs
` [PATCH v5 17/26] KVM: arm/arm64: GICv4: Handle INVALL applied to a vPE
` [PATCH v5 18/26] KVM: arm/arm64: GICv4: Use pending_last as a scheduling hint
` [PATCH v5 19/26] KVM: arm/arm64: GICv4: Add doorbell interrupt handling
` [PATCH v5 20/26] KVM: arm/arm64: GICv4: Use the doorbell interrupt as an unblocking source
` [PATCH v5 21/26] KVM: arm/arm64: GICv4: Hook vPE scheduling into vgic flush/sync
` [PATCH v5 22/26] KVM: arm/arm64: GICv4: Enable virtual cpuif if VLPIs can be delivered
` [PATCH v5 23/26] KVM: arm/arm64: GICv4: Prevent a VM using GICv4 from being saved
` [PATCH v5 24/26] KVM: arm/arm64: GICv4: Prevent userspace from changing doorbell affinity
` [PATCH v5 25/26] KVM: arm/arm64: GICv4: Enable VLPI support
` [PATCH v5 26/26] KVM: arm/arm64: GICv4: Theory of operations

[PULL 00/26] KVM/ARM Changes for v4.15
 2017-11-09 18:04 UTC  (28+ messages)
` [PULL 01/26] arm64: Implement arch_counter_get_cntpct to read the physical counter
` [PULL 02/26] arm64: Use physical counter for in-kernel reads when booted in EL2
` [PULL 03/26] KVM: arm/arm64: Guard kvm_vgic_map_is_active against !vgic_initialized
` [PULL 04/26] KVM: arm/arm64: Support calling vgic_update_irq_pending from irq context
` [PULL 05/26] KVM: arm/arm64: Check that system supports split eoi/deactivate
` [PULL 06/26] KVM: arm/arm64: Make timer_arm and timer_disarm helpers more generic
` [PULL 07/26] KVM: arm/arm64: Rename soft timer to bg_timer
` [PULL 08/26] KVM: arm/arm64: Move timer/vgic flush/sync under disabled irq
` [PULL 09/26] KVM: arm/arm64: Use separate timer for phys timer emulation
` [PULL 10/26] KVM: arm/arm64: Move timer save/restore out of the hyp code
` [PULL 11/26] KVM: arm/arm64: Set VCPU affinity for virt timer irq
` [PULL 12/26] KVM: arm/arm64: Avoid timer save/restore in vcpu entry/exit
` [PULL 13/26] KVM: arm/arm64: Support EL1 phys timer register access in set/get reg
` [PULL 14/26] KVM: arm/arm64: Use kvm_arm_timer_set/get_reg for guest register traps
` [PULL 15/26] KVM: arm/arm64: Move phys_timer_emulate function
` [PULL 16/26] KVM: arm/arm64: Avoid phys timer emulation in vcpu entry/exit
` [PULL 17/26] KVM: arm/arm64: Get rid of kvm_timer_flush_hwstate
` [PULL 18/26] KVM: arm/arm64: Rework kvm_timer_should_fire
` [PULL 19/26] arm/arm64: KVM: Load the timer state when enabling the timer
` [PULL 20/26] KVM: arm/arm64: vgic-its: Remove kvm_its_unmap_device
` [PULL 21/26] KVM: arm/arm64: vgic-its: New helper functions to free the caches
` [PULL 22/26] KVM: arm/arm64: vgic-its: Free caches when GITS_BASER Valid bit is cleared
` [PULL 23/26] KVM: arm/arm64: Document KVM_DEV_ARM_ITS_CTRL_RESET
` [PULL 24/26] KVM: arm/arm64: vgic-its: Implement KVM_DEV_ARM_ITS_CTRL_RESET
` [PULL 25/26] KVM: arm/arm64: Unify 32bit fault injection
` [PULL 26/26] KVM: arm/arm64: fix the incompatible matching for external abort

[PATCH v1 3/3] KVM: arm64: add ESB in exception handler entry and exit
 2017-11-04 18:49 UTC  (2+ messages)

[PATCH v1 2/3] arm64: add error synchronization barrier in kernel_entry/kernel_exit
 2017-11-04 17:34 UTC  (2+ messages)

[PATCH v6 6/7] KVM: arm64: allow get exception information from userspace
 2017-11-03 18:36 UTC  (4+ messages)

[PATCH kvmtool] irq.h: fix compilation error due to missing bool type
 2017-11-03 16:10 UTC 

[PATCH kvmtool 0/2] Add GICv2m support
 2017-11-03 15:03 UTC  (5+ messages)
` [PATCH kvmtool 2/2] "


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