messages from 2015-08-27 13:49:34 to 2015-09-07 15:32:53 UTC [more...]
[PATCH v2 0/8] Rework architected timer and forwarded IRQs handling
2015-09-07 15:32 UTC (12+ messages)
` [PATCH v2 1/8] KVM: Add kvm_arch_vcpu_{un}blocking callbacks
` [PATCH v2 2/8] arm/arm64: KVM: arch_timer: Only schedule soft timer on vcpu_block
` [PATCH v2 3/8] arm/arm64: KVM: vgic: Factor out level irq processing on guest exit
` [PATCH v2 4/8] arm/arm64: KVM: Implement GICD_ICFGR as RO for PPIs
` [PATCH v2 5/8] arm/arm64: KVM: Use appropriate define in VGIC reset code
` [PATCH v2 6/8] arm/arm64: KVM: Add forwarded physical interrupts documentation
` [PATCH v2 7/8] arm/arm64: KVM: Rework the arch timer to use level-triggered semantics
` [PATCH v2 8/8] arm/arm64: KVM: Support edge-triggered forwarded interrupts
[PATCH 0/2] arm/arm64: KVM: Fix arthictected timer issues
2015-09-07 14:44 UTC (8+ messages)
` [PATCH 1/2] arm/arm64: KVM: vgic: Move active state handling to flush_hwstate
` [PATCH 2/2] arm/arm64: KVM: arch timer: Reset CNTV_CTL to 0
[PATCH v3 0/5] KVM: arm64: Implement API for vGICv3 live migration
2015-09-07 8:50 UTC (15+ messages)
` [PATCH v3 1/5] KVM: arm/arm64: Refactor vGIC attributes handling code
` [PATCH v3 2/5] KVM: arm64: Implement vGICv3 distributor and redistributor access from userspace
` [PATCH v3 3/5] KVM: arm64: Refactor system register handlers
` [PATCH v3 4/5] KVM: arm64: Introduce find_reg_by_id()
` [PATCH v3 5/5] KVM: arm64: Implement vGICv3 CPU interface access
[PATCH] KVM: arm/arm64: Fix PSCI affinity info return value for non valid cores
2015-09-04 16:32 UTC (4+ messages)
[PATCH 0/9] Rework architected timer and fix UEFI reset
2015-09-04 16:08 UTC (37+ 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 v2 0/5] KVM: arm64: Implement API for vGICv3 live migration
2015-09-04 15:16 UTC (11+ 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 00/14] arm64: 16K translation granule support
2015-09-04 13:58 UTC (14+ messages)
` [PATCH 02/14] arm64: Handle section maps for swapper/idmap
` [PATCH 12/14] arm64: Check for selected granule support
kvm status on lsk-3.14
2015-09-03 20:38 UTC (3+ messages)
[PATCH 0/2] Improve and add tracepoints for KVM on arm/arm64
2015-09-03 17:14 UTC (5+ messages)
` [PATCH 1/2] arm/arm64: KVM: Add tracepoints for vgic and timer
` [PATCH 2/2] arm/arm64: KVM: Improve kvm_exit tracepoint
[RFC PATCH v3 0/3] vfio: platform: return device properties for a platform device
2015-09-03 16:49 UTC (31+ messages)
` Building assigned device guest dt node from host device tree
` [RFC PATCH v3 1/3] vfio: platform: add device properties skeleton and user API
` [RFC PATCH v3 2/3] vfio: platform: access device property as a list of strings
` [RFC PATCH v3 3/3] vfio: platform: return device properties as arrays of unsigned integers
[PATCH v3 00/10] ARM IRQ forward control based on IRQ bypass manager
2015-09-02 19:58 UTC (16+ messages)
` [PATCH v3 04/10] VFIO: platform: add vfio_platform_set_automasked
` [PATCH v3 05/10] VFIO: platform: add vfio_platform_is_active
` [PATCH v3 06/10] VFIO: platform: add irq bypass producer management
` [PATCH v3 07/10] KVM: arm/arm64: vgic: Allow HW interrupts for non-shared devices
` [PATCH v3 09/10] KVM: arm/arm64: vgic: forwarding control
[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 "
[PATCH] ARM/ARM64: KVM: remove 'config KVM_ARM_MAX_VCPUS'
2015-09-02 11:42 UTC (3+ messages)
[PATCH v2 00/15] KVM: arm64: GICv3 ITS emulation
2015-09-02 9:00 UTC (25+ 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 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 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 (12+ 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 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] arm64/kvm: set {v,}TCR_EL2 RES1 bits
2015-08-30 16:53 UTC (2+ messages)
[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 (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox