messages from 2017-01-13 08:30:11 to 2017-01-26 14:21:36 UTC [more...]
[PATCH v11 0/8] arm/arm64: vgic: Implement API for vGICv3 live migration
2017-01-26 14:20 UTC (4+ 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 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 v4 1/4] arm64: Define Falkor v1 CPU
2017-01-25 19:39 UTC (5+ 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
[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 (20+ 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 (24+ messages)
` [PATCH V7 04/10] arm64: exception: handle Synchronous External Abort
` [PATCH V7 05/10] acpi: apei: handle SEA notification type for ARMv8
` [PATCH V7 10/10] arm/arm64: KVM: add guest SEA support
[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] KVM: arm64: Increase number of memslots to 512
2017-01-24 9:04 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 (19+ messages)
` [PATCH 1/3] KVM: arm/arm64: Fix occasional warning from the timer work function
` [PATCH 2/3] KVM: arm64: Access CNTHCTL_EL2 bit fields correctly on VHE systems
` [PATCH 3/3] KVM: arm/arm64: vgic: Fix deadlock on error handling
[kvm-unit-tests PATCH 0/6] Documentation misc fixes
2017-01-17 12:07 UTC (9+ messages)
` [kvm-unit-tests PATCH 1/6] libcflat: add PRI(dux)32 format types
` [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 (34+ messages)
` [RFC PATCH 01/33] irqchip/gic-v3: Add redistributor iterator
` [RFC PATCH 02/33] irqchip/gic-v3: Add VLPI/DirectLPI discovery
` [RFC PATCH 03/33] irqchip/gic-v3-its: Refactor command encoding
` [RFC PATCH 04/33] irqchip/gic-v3-its: Move LPI definitions around
` [RFC PATCH 05/33] irqchip/gic-v3-its: Zero command on allocation
` [RFC PATCH 06/33] irqchip/gic-v3-its: Add probing for VLPI properties
` [RFC PATCH 07/33] irqchip/gic-v3-its: Macro-ize its_send_single_command
` [RFC PATCH 08/33] irqchip/gic-v3-its: Implement irq_set_irqchip_state for pending state
` [RFC PATCH 09/33] irqchip/gic-v3-its: Split out property table allocation
` [RFC PATCH 10/33] irqchip/gic-v4-its: Allow use of indirect VCPU tables
` [RFC PATCH 11/33] irqchip/gic-v3-its: Split out pending table allocation
` [RFC PATCH 12/33] irqchip/gic-v3-its: Rework LPI freeing
` [RFC PATCH 13/33] irqchip/gic-v3-its: Generalize device table allocation
` [RFC PATCH 14/33] irqchip/gic-v3-its: Generalize LPI configuration
` [RFC PATCH 15/33] irqchip/gic-v4: Add management structure definitions
` [RFC PATCH 16/33] irqchip/gic-v3-its: Add GICv4 ITS command definitions
` [RFC PATCH 17/33] irqchip/gic-v3-its: Add VLPI configuration hook
` [RFC PATCH 18/33] irqchip/gic-v3-its: Add VLPI map/unmap operations
` [RFC PATCH 19/33] irqchip/gic-v3-its: Add VLPI configuration handling
` [RFC PATCH 20/33] irqchip/gic-v3-its: Add VPE domain infrastructure
` [RFC PATCH 21/33] irqchip/gic-v3-its: Add VPE irq domain allocation/teardown
` [RFC PATCH 22/33] irqchip/gic-v3-its: Add VPE irq domain [de]activation
` [RFC PATCH 23/33] irqchip/gic-v3-its: Add VPENDBASER/VPROPBASER accessors
` [RFC PATCH 24/33] irqchip/gic-v3-its: Add VPE scheduling
` [RFC PATCH 25/33] irqchip/gic-v3-its: Add VPE invalidation hook
` [RFC PATCH 26/33] irqchip/gic-v3-its: Add VPE affinity changes
` [RFC PATCH 27/33] irqchip/gic-v3-its: Add VPE interrupt masking
` [RFC PATCH 28/33] irqchip/gic-v3-its: Support VPE doorbell invalidation even when !DirectLPI
` [RFC PATCH 29/33] irqchip/gic-v4: Add per-VM VPE domain creation
` [RFC PATCH 30/33] irqchip/gic-v4: Add VPE command interface
` [RFC PATCH 31/33] irqchip/gic-v4: Add VLPI configuration interface
` [RFC PATCH 32/33] irqchip/gic-v4: Add some basic documentation
` [RFC PATCH 33/33] irqchip/gic-v4: Enable low-level GICv4 operations
[PATCH RFC 0/7] ARM64: KVM: Cross type vCPU support
2017-01-16 9:33 UTC (8+ 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 RFC 0/6] target-arm: KVM64: Cross type vCPU support
2017-01-16 9:42 UTC (8+ messages)
` [PATCH RFC 1/6] headers: update linux headers
` [PATCH RFC 2/6] target: arm: Add the qemu target for KVM_ARM_TARGET_GENERIC_V8
` [PATCH RFC 3/6] arm: kvm64: Check if kvm supports cross type vCPU
` [PATCH RFC 4/6] target: arm: Add a generic type cpu
` [PATCH RFC 5/6] arm: virt: Enable generic type CPU in virt machine
` [PATCH RFC 6/6] target-arm: cpu64: Add support for Cortex-A72
[PATCH v2] KVM: arm/arm64: Fix occasional warning from the timer work function
2017-01-13 11:12 UTC (2+ messages)
[RFC 00/13] vITS save/restore
2017-01-13 9:46 UTC (12+ messages)
` [RFC 01/13] KVM: arm/arm64: Add vITS save/restore API documentation
` [RFC 06/13] KVM: arm64: ITS: Expose ITT_Entry_Size in GITS_TYPER
` [RFC 07/13] KVM: arm64: ITS: Change entry_size and indirect bit in BASER
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