messages from 2017-01-17 10:20:40 to 2017-01-30 22:09:21 UTC [more...]
[PATCH v4 1/4] arm64: Define Falkor v1 CPU
2017-01-30 22:09 UTC (14+ messages)
` [PATCH v4 2/4] arm64: Work around Falkor erratum 1003
` [PATCH v4 3/4] arm64: Use __tlbi() macros in KVM code
` [PATCH v4 4/4] arm64: Work around Falkor erratum 1009
[RFC v2 00/10] Provide the EL1 physical timer to the VM
2017-01-30 19:06 UTC (40+ messages)
` [RFC v2 01/10] KVM: arm/arm64: Abstract virtual timer context into separate structure
` [RFC v2 02/10] KVM: arm/arm64: Move cntvoff to each timer context
` [RFC v2 03/10] KVM: arm/arm64: Decouple kvm timer functions from virtual timer
` [RFC v2 04/10] KVM: arm/arm64: Add the EL1 physical timer context
` [RFC v2 05/10] KVM: arm/arm64: Initialize the emulated EL1 physical timer
` [RFC v2 06/10] KVM: arm/arm64: Update the physical timer interrupt level
` [RFC v2 07/10] KVM: arm/arm64: Set a background timer to the earliest timer expiration
` [RFC v2 08/10] KVM: arm/arm64: Set up a background timer for the physical timer emulation
` [RFC v2 09/10] KVM: arm64: Add the EL1 physical timer access handler
` [RFC v2 10/10] KVM: arm/arm64: Emulate the EL1 phys timer register access
[PATCH v2 1/3] arm64: cacheinfo: add support for alternative format of CCSIDR_EL1
2017-01-30 17:19 UTC (6+ messages)
` [PATCH v2 2/3] arm64: kvm: reuse existing cache type/info related macros
` [PATCH v2 3/3] arm64: kvm: add support for the extended 64bit ccsidr
[RFC 00/13] vITS save/restore
2017-01-30 16:15 UTC (6+ messages)
` [RFC 01/13] KVM: arm/arm64: Add vITS save/restore API documentation
[PATCH RFC 0/6] target-arm: KVM64: Cross type vCPU support
2017-01-29 20:42 UTC (6+ messages)
` [PATCH RFC 3/6] arm: kvm64: Check if kvm supports cross type vCPU
` [Qemu-devel] "
` [PATCH RFC 4/6] target: arm: Add a generic type cpu
` [Qemu-devel] "
[PATCH RFC 0/7] ARM64: KVM: Cross type vCPU support
2017-01-28 15:22 UTC (15+ messages)
` [PATCH RFC 1/7] ARM64: KVM: Add the definition of ID registers
` [PATCH RFC 2/7] ARM64: KVM: Add reset handlers for all "
` [PATCH RFC 3/7] ARM64: KVM: Reset ID registers when creating the VCPUs
` [PATCH RFC 4/7] ARM64: KVM: emulate accessing ID registers
` [PATCH RFC 5/7] ARM64: KVM: Support cross type vCPU
` [PATCH RFC 6/7] ARM64: KVM: Support heterogeneous system
` [PATCH RFC 7/7] ARM64: KVM: Add user set handler for id_aa64mmfr0_el1
[PATCH] KVM: arm64: Increase number of memslots to 512
2017-01-27 13:38 UTC (10+ messages)
[PATCH v11 0/8] arm/arm64: vgic: Implement API for vGICv3 live migration
2017-01-27 10:27 UTC (24+ messages)
` [PATCH v11 1/8] arm/arm64: vgic: Implement support for userspace access
` [PATCH v11 2/8] arm/arm64: vgic: Add distributor and redistributor access
` [PATCH v11 3/8] arm/arm64: vgic: Introduce find_reg_by_id()
` [PATCH v11 4/8] irqchip/gic-v3: Add missing system register definitions
` [PATCH v11 5/8] arm/arm64: vgic: Introduce VENG0 and VENG1 fields to vmcr struct
` [PATCH v11 6/8] arm/arm64: vgic: Implement VGICv3 CPU interface access
` [PATCH v11 7/8] arm/arm64: vgic: Implement KVM_DEV_ARM_VGIC_GRP_LEVEL_INFO ioctl
` [PATCH v11 8/8] arm/arm64: Documentation: Update arm-vgic-v3.txt
[PATCH 0/3] Fix cache flushing when mapping at stage-2
2017-01-26 13:22 UTC (7+ messages)
` [PATCH 1/3] arm/arm64: KVM: Enforce unconditional flush to PoC when mapping to stage-2
` [PATCH 2/3] arm/arm64: KVM: Stop propagating cacheability status of a faulted page
` [PATCH 3/3] arm/arm64: KVM: Get rid of KVM_MEMSLOT_INCOHERENT
[PATCH v2] KVM: arm/arm64: vgic: Add debugfs vgic-state file
2017-01-25 12:49 UTC (6+ messages)
Booting a kernel to EL1 in Armv8.1
2017-01-25 8:22 UTC (2+ messages)
[PATCH v3 1/5] arm64: Define Falkor v1 CPU
2017-01-24 22:03 UTC (14+ messages)
` [PATCH v3 2/5] arm64: Work around Falkor erratum 1003
` [PATCH v3 3/5] arm64: Create and use __tlbi_dsb() macros
[PATCH V7 00/10] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64
2017-01-24 18:43 UTC (21+ messages)
` [PATCH V7 04/10] arm64: exception: handle Synchronous External Abort
` [PATCH V7 05/10] acpi: apei: handle SEA notification type for ARMv8
[PATCH] KVM: arm/arm64: vgic: Add debugfs vgic-state file
2017-01-24 13:22 UTC (11+ messages)
[PATCH 1/2] arm64: kvm: reuse existing cache type/info related macros
2017-01-24 11:02 UTC (10+ messages)
` [PATCH 2/2] arm64: kvm: upgrade csselr and ccsidr to 64-bit values
[PATCH v2] KVM: arm/arm64: Remove struct vgic_irq pending field
2017-01-24 11:01 UTC
[PATCH] KVM: arm/arm64: Remove struct vgic_irq pending field
2017-01-24 10:39 UTC (9+ messages)
[PATCH v10 0/8] arm/arm64: vgic: Implement API for vGICv3 live migration
2017-01-23 13:42 UTC (29+ messages)
` [PATCH v10 6/8] arm/arm64: vgic: Implement VGICv3 CPU interface access
` [PATCH v10 7/8] arm/arm64: vgic: Implement KVM_DEV_ARM_VGIC_GRP_LEVEL_INFO ioctl
` [PATCH v10 8/8] arm/arm64: Documentation: Update arm-vgic-v3.txt
[PATCH v3 0/9] Add support for monitoring guest TLB operations
2017-01-23 11:21 UTC (15+ messages)
` [PATCH v3 6/9] kvm: arm/arm64: Add host pmu to support VM introspection
[PATCH v9 0/11] arm/arm64: vgic: Implement API for vGICv3 live migration
2017-01-23 10:55 UTC (4+ messages)
` [PATCH v9 04/11] irqchip/gic-v3: Add missing system register definitions
[RFC 0/8] Provide the EL1 physical timer to the VM
2017-01-17 17:15 UTC (3+ messages)
[PATCH 0/3] KVM/ARM updates for 4.10-rc4
2017-01-17 16:49 UTC (2+ messages)
[kvm-unit-tests PATCH 0/6] Documentation misc fixes
2017-01-17 12:07 UTC (5+ messages)
` [kvm-unit-tests PATCH 6/6] run_tests: allow passing of options to QEMU
[RFC PATCH 00/33] irqchip: Core support for GICv4
2017-01-17 10:20 UTC (2+ messages)
` [RFC PATCH 19/33] irqchip/gic-v3-its: Add VLPI configuration handling
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;
as well as URLs for NNTP newsgroup(s).