kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
 messages from 2015-09-24 12:08:13 to 2015-10-07 14:51:43 UTC [more...]

[PATCH v2 00/15] KVM: arm64: GICv3 ITS emulation
 2015-10-07 14:54 UTC  (14+ messages)
` [PATCH v2 01/15] KVM: arm/arm64: VGIC: don't track used LRs in the distributor
` [PATCH v2 09/15] KVM: arm64: implement basic ITS register handlers
` [PATCH v2 11/15] KVM: arm64: handle pending bit for LPIs in ITS emulation
` [PATCH v2 13/15] KVM: arm64: implement ITS command queue command handlers

[PATCHv2 00/15] arm64: 16K translation granule support
 2015-10-07 12:21 UTC  (21+ messages)
` [PATCH 03/15] arm64: Introduce helpers for page table levels
` [PATCH 09/15] arm64: Add page size to the kernel image header
` [PATCH 11/15] arm64: Cleanup VTCR_EL2 computation
` [PATCH 12/15] arm: kvm: Move fake PGD handling to arch specific files
` [PATCH 13/15] arm64: kvm: Rewrite fake pgd handling

[PATCH v3 00/20] KVM: ARM64: Add guest PMU support
 2015-10-07  8:25 UTC  (23+ messages)
` [PATCH v3 01/20] ARM64: Move PMU register related defines to asm/pmu.h
` [PATCH v3 02/20] KVM: ARM64: Define PMU data structure for each vcpu
` [PATCH v3 03/20] KVM: ARM64: Add offset defines for PMU registers
` [PATCH v3 04/20] KVM: ARM64: Add reset and access handlers for PMCR_EL0 register
` [PATCH v3 05/20] KVM: ARM64: Add reset and access handlers for PMSELR register
` [PATCH v3 06/20] KVM: ARM64: Add reset and access handlers for PMCEID0 and PMCEID1 register
` [PATCH v3 07/20] KVM: ARM64: PMU: Add perf event map and introduce perf event creating function
` [PATCH v3 08/20] KVM: ARM64: Add reset and access handlers for PMXEVTYPER register
` [PATCH v3 09/20] KVM: ARM64: Add reset and access handlers for PMXEVCNTR register
` [PATCH v3 10/20] KVM: ARM64: Add reset and access handlers for PMCCNTR register
` [PATCH v3 11/20] KVM: ARM64: Add reset and access handlers for PMCNTENSET and PMCNTENCLR register
` [PATCH v3 12/20] KVM: ARM64: Add reset and access handlers for PMINTENSET and PMINTENCLR register
` [PATCH v3 13/20] KVM: ARM64: Add reset and access handlers for PMOVSSET and PMOVSCLR register
` [PATCH v3 14/20] KVM: ARM64: Add reset and access handlers for PMUSERENR register
` [PATCH v3 15/20] KVM: ARM64: Add reset and access handlers for PMSWINC register
` [PATCH v3 16/20] KVM: ARM64: Add access handlers for PMEVCNTRn and PMEVTYPERn register
` [PATCH v3 17/20] KVM: ARM64: Add PMU overflow interrupt routing
` [PATCH v3 18/20] KVM: ARM64: Reset PMU state when resetting vcpu
` [PATCH v3 19/20] KVM: ARM64: Free perf event of PMU when destroying vcpu
` [PATCH v3 20/20] KVM: ARM64: Add a new kvm ARM PMU device

Virt MM DEBUG_LL support arm32
 2015-10-07  7:07 UTC  (2+ messages)

[PATCH] arm: Add PMU test
 2015-10-06 20:14 UTC  (11+ messages)
` [Qemu-devel] "
` [kvm-unit-tests PATCHv2] "
    ` [kvm-unit-tests PATCHv3] ARM PMU tests
      ` [kvm-unit-tests PATCHv3 1/3] arm: Add PMU test
      ` [kvm-unit-tests PATCHv3 2/3] arm: pmu: Check cycle count increases
        ` [Qemu-devel] "
      ` [kvm-unit-tests PATCHv3 3/3] arm: pmu: Add CPI checking

[RFC PATCH 1/6] vfio: Add interface for add/del reserved iova region
 2015-10-06 15:21 UTC  (36+ messages)
` [RFC PATCH 2/6] iommu: Add interface to get msi-pages mapping attributes
` [RFC PATCH 3/6] vfio: Extend iommu-info to return MSIs automap state
` [RFC PATCH 4/6] vfio: Add interface to iommu-map/unmap MSI pages
` [RFC PATCH 5/6] vfio-pci: Create iommu mapping for msi interrupt
` [RFC PATCH 6/6] arm-smmu: Allow to set iommu mapping for MSI

[PATCH] KVM: arm/arm64: Fix memory leak if timer initialization fails
 2015-10-06 14:45 UTC  (2+ messages)

PING: [PATCH v4 0/7] KVM: arm64: Implement API for vGICv3 live migration
 2015-10-06  8:41 UTC 

[PATCH v2 0/2] KVM/arm64: add fp/simd lazy switch support
 2015-10-06  2:33 UTC  (3+ messages)
` [PATCH v2 1/2] add hooks for armv8 fp/simd lazy switch
` [PATCH v2 2/2] enable "

[RFT - PATCH v2 0/2] KVM/arm64: add fp/simd lazy switch support
 2015-10-05 18:23 UTC  (5+ messages)

[PATCH v2 17/22] arm64/kvm: Make use of the system wide safe values
 2015-10-05 17:02 UTC 

[RFC PATCH v5 0/3] vfio: platform: return device properties for a platform device
 2015-10-05 10:48 UTC  (11+ messages)

[PATCH v3 0/8] Rework architected timer and forwarded IRQs handling
 2015-10-02 21:08 UTC  (16+ messages)
` [PATCH v3 1/8] KVM: Add kvm_arch_vcpu_{un}blocking callbacks
` [PATCH v3 2/8] arm/arm64: KVM: arch_timer: Only schedule soft timer on vcpu_block
` [PATCH v3 3/8] arm/arm64: KVM: vgic: Factor out level irq processing on guest exit
` [PATCH v3 4/8] arm/arm64: KVM: Implement GICD_ICFGR as RO for PPIs
` [PATCH v3 5/8] arm/arm64: KVM: Use appropriate define in VGIC reset code
` [PATCH v3 6/8] arm/arm64: KVM: Add forwarded physical interrupts documentation
` [PATCH v3 7/8] arm/arm64: KVM: Rework the arch timer to use level-triggered semantics
` [PATCH v3 8/8] arm/arm64: KVM: Support edge-triggered forwarded interrupts

[RFC] Handling CP15 timer without in-kernel irqchip
 2015-10-02 20:26 UTC  (14+ messages)

[PATCH 0/2] KVM: arm/arm64: Clean up some obsolete code
 2015-10-02 14:44 UTC  (3+ messages)
` [PATCH 1/2] KVM: arm/arm64: Optimize away redundant LR tracking
` [PATCH 2/2] KVM: arm/arm64: Merge vgic_set_lr() and vgic_sync_lr_elrsr()

[PATCHv2] arm: Fail on unknown subtest
 2015-10-02  9:21 UTC  (2+ messages)
  ` [Qemu-devel] "

[PATCH v3 0/6] GICv3: add 32bit compatibility
 2015-10-01 12:47 UTC  (7+ messages)
` [PATCH v3 1/6] arm64: GICv3: refactor the AArch64 specific parts
` [PATCH v3 2/6] arm64: GICv3: change unsigned types for AArch32 compatibility
` [PATCH v3 3/6] arm64: GICv3: Specialize readq and writeq accesses
` [PATCH v3 4/6] ARM: add 32bit support to GICv3
` [PATCH v3 5/6] ARM: virt: select ARM_GIC_V3
` [PATCH v3 6/6] arm/arm64: KVM: only allow 64bit hosts to build VGICv3

[PATCH v4 00/11] arm/arm64: KVM: Active interrupt state switching for shared devices
 2015-10-01 10:25 UTC  (6+ messages)
` [PATCH v4 07/11] KVM: arm/arm64: vgic: Allow HW interrupts to be queued to a guest

[PATCH v2] KVM: arm/arm64: BUG FIX: Do not inject spurious interrupts
 2015-09-30 10:24 UTC  (3+ messages)

[RFC 0/2] VFIO: Add virtual MSI doorbell support
 2015-09-30  9:37 UTC  (9+ messages)

[RFC PATCH 0/6] vfio: Add interface to map MSI pages
 2015-09-30 14:57 UTC 

[RFC PATCH v5 1/3] vfio: platform: add device properties skeleton and user API
 2015-09-30  9:09 UTC  (3+ messages)
` [RFC PATCH v5 2/3] vfio: platform: access device property as a list of strings
  ` [RFC PATCH v5 3/3] vfio: platform: return device properties as arrays of unsigned integers

[PATCH v2 0/8] Rework architected timer and forwarded IRQs handling
 2015-09-29 14:30 UTC  (4+ messages)
` [PATCH v2 7/8] arm/arm64: KVM: Rework the arch timer to use level-triggered semantics

[PATCH v4 00/15] KVM: arm: debug infrastructure support
 2015-09-29  7:38 UTC  (15+ messages)
` [PATCH v4 01/15] KVM: arm: plug guest debug exploit
` [PATCH v4 10/15] KVM: arm: implement world switch for debug registers
` [PATCH v4 13/15] KVM: arm: keep track of guest use of the "
` [PATCH v4 15/15] KVM: arm: enable trapping of all "

[PATCH v3 0/5] KVM: arm64: Implement API for vGICv3 live migration
 2015-09-28 15:29 UTC  (8+ messages)
` [PATCH v3 5/5] KVM: arm64: Implement vGICv3 CPU interface access

[PATCH v4 0/7] KVM: arm64: Implement API for vGICv3 live migration
 2015-09-28 15:27 UTC  (8+ messages)
` [PATCH v4 1/7] KVM: arm/arm64: Move endianness conversion out of vgic_attr_regs_access()
` [PATCH v4 2/7] KVM: arm/arm64: Refactor vGIC attributes handling code
` [PATCH v4 3/7] KVM: arm/arm64: Fix the documentation
` [PATCH v4 4/7] KVM: arm64: Implement vGICv3 distributor and redistributor access from userspace
` [PATCH v4 5/7] KVM: arm64: Refactor system register handlers
` [PATCH v4 6/7] KVM: arm64: Introduce find_reg_by_id()
` [PATCH v4 7/7] Implement vGICv3 CPU interface access

[PATCH v2 0/2] KVM/arm: enhance arvm7 vfp/simd lazy switch support
 2015-09-26 23:43 UTC  (3+ messages)
` [PATCH v2 1/2] KVM/arm: add hooks for armv7 fp/simd "
` [PATCH v2 2/2] KVM/arm: enable enhanced armv7 fp/simd lazy switch

[PATCH v3 0/4] KVM: arm/arm64: guest synchronous halt/resume
 2015-09-25 21:41 UTC  (5+ messages)
` [PATCH v3 1/4] KVM: arm/arm64: rename pause into power_off
` [PATCH v3 2/4] KVM: arm/arm64: check power_off in kvm_arch_vcpu_runnable
` [PATCH v3 3/4] KVM: arm/arm64: check power_off in critical section before VCPU run
` [PATCH v3 4/4] KVM: arm/arm64: implement kvm_arm_[halt,resume]_guest

[PATCH] KVM: arm/arm64: BUG FIX: Do not inject spurious interrupts
 2015-09-25 14:01 UTC  (5+ 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).