Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2015-08-17 16:18:03 to 2015-09-02 16:08:14 UTC [more...]

[PATCH v4 00/15] KVM: arm: debug infrastructure support
 2015-09-02 16:08 UTC  (21+ messages)
` [PATCH v4 01/15] KVM: arm: plug guest debug exploit
` [PATCH v4 04/15] KVM: arm: common infrastructure for handling AArch32 CP14/CP15
` [PATCH v4 06/15] KVM: arm: add trap handlers for 32-bit debug registers
` [PATCH v4 09/15] KVM: arm: redefine kvm_cpu_context_t to save the host cp14 states
` [PATCH v4 10/15] KVM: arm: implement world switch for debug registers
` [PATCH v4 11/15] KVM: arm: add a function to keep track of host use of the "
` [PATCH v4 12/15] KVM: arm: "
` [PATCH v4 13/15] KVM: arm: keep track of guest "
` [PATCH v4 14/15] KVM: arm: implement lazy world switch for "
` [PATCH v4 15/15] KVM: arm: enable trapping of all "

[RFC PATCH v3 0/3] vfio: platform: return device properties for a platform device
 2015-09-02 13:42 UTC  (23+ messages)
                        ` Building assigned device guest dt node from host device tree

[PATCH] ARM/ARM64: KVM: remove 'config KVM_ARM_MAX_VCPUS'
 2015-09-02 11:42 UTC  (3+ messages)

[PATCH 00/14] arm64: 16K translation granule support
 2015-09-02 10:19 UTC  (13+ messages)
` [PATCH 02/14] arm64: Handle section maps for swapper/idmap
` [PATCH 12/14] arm64: Check for selected granule support

[PATCH v2 00/15] KVM: arm64: GICv3 ITS emulation
 2015-09-02  9:00 UTC  (43+ messages)
` [PATCH v2 01/15] KVM: arm/arm64: VGIC: don't track used LRs in the distributor
` [PATCH v2 05/15] KVM: arm/arm64: make GIC frame address initialization model specific
` [PATCH v2 07/15] KVM: arm64: handle ITS related GICv3 redistributor registers
` [PATCH v2 08/15] KVM: arm64: introduce ITS emulation file with stub functions
` [PATCH v2 09/15] KVM: arm64: implement basic ITS register handlers
` [PATCH v2 10/15] KVM: arm64: add data structures to model ITS interrupt translation
` [PATCH v2 11/15] KVM: arm64: handle pending bit for LPIs in ITS emulation
` [PATCH v2 12/15] KVM: arm64: sync LPI configuration and pending tables
` [PATCH v2 14/15] KVM: arm64: implement MSI injection in ITS emulation

[PATCH v2 0/5] KVM: arm64: Implement API for vGICv3 live migration
 2015-09-02  8:09 UTC  (6+ messages)
` [PATCH v2 1/5] KVM: arm/arm64: Refactor vGIC attributes handling code
` [PATCH v2 2/5] KVM: arm64: Implement vGICv3 distributor and redistributor access from userspace
` [PATCH v2 3/5] KVM: arm64: Refactor system register handlers
` [PATCH v2 4/5] KVM: arm64: Introduce find_reg_by_id()
` [PATCH v2 5/5] Implement vGICv3 CPU interface access

[PATCH 0/3] KVM: arm64: Implement API for vGICv3 live migration
 2015-09-01 14:46 UTC  (19+ messages)
` [PATCH 1/3] KVM: arm64: Implement vGICv3 distributor and redistributor access from userspace
` [PATCH 2/3] KVM: arm64: Allow to use accessors in KVM_SET_ONE_REG and KVM_GET_ONE_REG
` [PATCH 3/3] KVM: arm64: Implement accessors for vGIC CPU interface registers

[PATCH 00/13] arm64: Virtualization Host Extension support
 2015-08-31 18:52 UTC  (14+ messages)
` [PATCH 09/13] arm64: KVM: VHE: Add alternatives for VHE-enabled world-switch
` [PATCH 12/13] arm64: KVM: Split sysreg save/restore
` [PATCH 13/13] arm64: KVM: VHE: Early interrupt handling

[PATCH v3 00/10] ARM IRQ forward control based on IRQ bypass manager
 2015-08-31 14:54 UTC  (7+ messages)
` [PATCH v3 04/10] VFIO: platform: add vfio_platform_set_automasked

[PATCH v4 0/3] KVM: arm/arm64: Allow to use KVM without in-kernel irqchip
 2015-08-31 11:24 UTC  (2+ messages)

[PATCH v2 0/4] KVM: arm/arm64: guest synchronous halt/resume
 2015-08-31 10:43 UTC  (5+ messages)
` [PATCH v2 3/4] KVM: arm/arm64: check power_off in critical section before VCPU run
` [PATCH v2 4/4] KVM: arm/arm64: implement kvm_arm_[halt,resume]_guest

[PATCH] KVM: arm64: Decode basic HYP fault information
 2015-08-31  9:59 UTC  (5+ messages)

[PATCH 0/9] Rework architected timer and fix UEFI reset
 2015-08-31  9:02 UTC  (13+ messages)
` [PATCH 1/9] KVM: Add kvm_arch_vcpu_{un}blocking callbacks
` [PATCH 2/9] arm/arm64: KVM: arch_timer: Only schedule soft timer on vcpu_block
` [PATCH 3/9] arm/arm64: KVM: vgic: Factor out level irq processing on guest exit
` [PATCH 4/9] arm/arm64: Implement GICD_ICFGR as RO for PPIs
` [PATCH 5/9] arm/arm64: KVM: Use appropriate define in VGIC reset code
` [PATCH 6/9] arm/arm64: KVM: Add mapped interrupts documentation
` [PATCH 7/9] arm/arm64: KVM: vgic: Move active state handling to flush_hwstate
` [PATCH 8/9] arm/arm64: KVM: Rework the arch timer to use level-triggered semantics
` [PATCH 9/9] arm/arm64: KVM: arch timer: Reset CNTV_CTL to 0

[PATCH] arm64/kvm: set {v,}TCR_EL2 RES1 bits
 2015-08-30 16:53 UTC  (2+ messages)

[PATCH 0/2] Improve and add tracepoints for KVM on arm/arm64
 2015-08-30 13:55 UTC  (3+ messages)
` [PATCH 1/2] arm/arm64: KVM: Add tracepoints for vgic and timer
` [PATCH 2/2] arm/arm64: KVM: Improve kvm_exit tracepoint

[PATCH] KVM: arm/arm64: BUG FIX: Do not inject spurious interrupts
 2015-08-28  9:11 UTC  (3+ messages)

virtio-serial: Add multiple times opening support to virtserialport(port)
 2015-08-28  1:54 UTC  (3+ messages)

add multiple times opening support to a virtserialport
 2015-08-28  1:41 UTC  (4+ messages)

[GIT PULL] Late arm64 KVM fix for 4.2
 2015-08-27 18:02 UTC 

[PATCH v2] arm64: KVM: Do not inject a 64bit fault for a 32bit guest
 2015-08-27 15:10 UTC 

[PATCH] arm64: KVM: Do not inject a 64bit fault for a 32bit guest
 2015-08-27 14:45 UTC  (2+ messages)

[PATCH v4 0/4] irqchip: GICv2/v3: Add support for irq_vcpu_affinity
 2015-08-27 14:18 UTC  (7+ messages)
` [PATCH v4 1/4] irqchip: GICv3: Convert to EOImode == 1
` [PATCH v4 2/4] irqchip: GICv3: Don't deactivate interrupts forwarded to a guest
` [PATCH v4 3/4] irqchip: GIC: Convert to EOImode == 1
` [PATCH v4 4/4] irqchip: GIC: Don't deactivate interrupts forwarded to a guest

[PATCH] KVM: arm/arm64: BUG: Fix losing level-sensitive interrupts
 2015-08-26 14:26 UTC  (9+ messages)

KVM Live migration with GICv3
 2015-08-26 14:24 UTC  (5+ messages)

[PATCH v3 0/4] irqchip: GICv2/v3: Add support for irq_vcpu_affinity
 2015-08-26 10:09 UTC  (9+ messages)
` [PATCH v3 1/4] irqchip: GICv3: Convert to EOImode == 1
` [PATCH v3 2/4] irqchip: GICv3: Don't deactivate interrupts forwarded to a guest
` [PATCH v3 3/4] irqchip: GIC: Convert to EOImode == 1
` [PATCH v3 4/4] irqchip: GIC: Don't deactivate interrupts forwarded to a guest

KVM/ARM:Read SP_usr and SP_svc in HYP mode
 2015-08-25  4:40 UTC 

[GIT PULL] KVM/ARM pull request for 4.3
 2015-08-22  7:00 UTC  (27+ messages)
` [PATCH 01/25] KVM: add comments for kvm_debug_exit_arch struct
` [PATCH 02/25] KVM: arm64: guest debug, define API headers
` [PATCH 03/25] KVM: arm: guest debug, add stub KVM_SET_GUEST_DEBUG ioctl
` [PATCH 04/25] KVM: arm: introduce kvm_arm_init/setup/clear_debug
` [PATCH 05/25] KVM: arm64: guest debug, add SW break point support
` [PATCH 06/25] KVM: arm64: guest debug, add support for single-step
` [PATCH 07/25] KVM: arm64: re-factor hyp.S debug register code
` [PATCH 08/25] KVM: arm64: introduce vcpu->arch.debug_ptr
` [PATCH 09/25] KVM: arm64: guest debug, HW assisted debug support
` [PATCH 10/25] KVM: arm64: enable KVM_CAP_SET_GUEST_DEBUG
` [PATCH 11/25] KVM: arm64: add trace points for guest_debug debug
` [PATCH 12/25] arm64/kvm: Add generic v8 KVM target
` [PATCH 13/25] arm64: KVM: remove remaining reference to vgic_sr_vectors
` [PATCH 14/25] arm/arm64: KVM: Fix ordering of timer/GIC on guest entry
` [PATCH 15/25] arm/arm64: KVM: Move vgic handling to a non-preemptible section
` [PATCH 16/25] KVM: arm/arm64: vgic: Convert struct vgic_lr to use bitfields
` [PATCH 17/25] KVM: arm/arm64: vgic: Allow HW irq to be encoded in LR
` [PATCH 18/25] KVM: arm/arm64: vgic: Relax vgic_can_sample_irq for edge IRQs
` [PATCH 19/25] KVM: arm/arm64: vgic: Allow dynamic mapping of physical/virtual interrupts
` [PATCH 20/25] KVM: arm/arm64: vgic: Allow HW interrupts to be queued to a guest
` [PATCH 21/25] KVM: arm/arm64: vgic: Add vgic_{get,set}_phys_irq_active
` [PATCH 22/25] KVM: arm/arm64: vgic: Prevent userspace injection of a mapped interrupt
` [PATCH 23/25] KVM: arm/arm64: timer: Allow the timer to control the active state
` [PATCH 24/25] arm64: KVM: Optimize arm64 skip 30-50% vfp/simd save/restore on exits
` [PATCH 25/25] arm: KVM: keep arm vfp/simd exit handling consistent with arm64

PING: [PATCH] KVM: arm64: Decode basic HYP fault information
 2015-08-20  6:58 UTC  (3+ messages)

[PATCH v4 0/2] arm/arm64: KVM: Optimize arm64 fp/simd, saves 30-50% on exits
 2015-08-19 23:21 UTC  (7+ messages)
` [PATCH v4 1/2] arm64: KVM: Optimize arm64 skip 30-50% vfp/simd save/restore "

KVM/ARM: How to read the value of some physical address in HYP mode
 2015-08-19 22:35 UTC  (2+ messages)

[PATCH v2 0/4] irqchip: GICv2/v3: Add support for irq_vcpu_affinity
 2015-08-18  8:26 UTC  (5+ messages)
` [PATCH v2 2/4] irqchip: GICv3: Don't deactivate interrupts forwarded to a guest
` [PATCH v2 4/4] irqchip: GIC: "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox