Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2017-03-16 18:19:29 to 2017-03-23 17:53:53 UTC [more...]

[PATCH V13 00/10] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64
 2017-03-23 17:55 UTC  (15+ messages)
` [PATCH V13 01/10] acpi: apei: read ack upon ghes record consumption
` [PATCH V13 02/10] ras: acpi/apei: cper: generic error data entry v3 per ACPI 6.1
` [PATCH V13 03/10] efi: parse ARM processor error
` [PATCH V13 04/10] arm64: exception: handle Synchronous External Abort
` [PATCH V13 05/10] acpi: apei: handle SEA notification type for ARMv8
` [PATCH V13 06/10] acpi: apei: panic OS with fatal error status block
` [PATCH V13 07/10] efi: print unrecognized CPER section
` [PATCH V13 08/10] ras: acpi / apei: generate trace event for "
` [PATCH V13 09/10] trace, ras: add ARM processor error trace event
` [PATCH V13 10/10] arm/arm64: KVM: add guest SEA support

[PATCH V8 1/3] irq: Add flags to request_percpu_irq function
 2017-03-23 17:42 UTC 

[PATCH v4 00/28] arm/arm64: KVM: Rework the hyp-stub API
 2017-03-23 15:45 UTC  (38+ messages)
` [PATCH v4 01/28] arm64: hyp-stub: Stop pointlessly clobbering lr
` [PATCH v4 02/28] arm64: KVM: Move lr save/restore to do_el2_call
` [PATCH v4 03/28] arm64: hyp-stub: Don't save lr in the EL1 code
` [PATCH v4 04/28] arm64: hyp-stub: Implement HVC_RESET_VECTORS stub hypercall
` [PATCH v4 05/28] arm64: KVM: Implement HVC_RESET_VECTORS stub hypercall in the init code
` [PATCH v4 06/28] arm64: KVM: Implement HVC_GET_VECTORS "
` [PATCH v4 07/28] arm64: KVM: Allow the main HYP code to use the init hyp stub implementation
` [PATCH v4 08/28] arm64: KVM: Convert __cpu_reset_hyp_mode to using __hyp_reset_vectors
` [PATCH v4 09/28] arm64: KVM: Implement HVC_SOFT_RESTART in the init code
` [PATCH v4 10/28] ARM: hyp-stub: improve ABI
` [PATCH v4 11/28] ARM: soft-reboot into same mode that we entered the kernel
` [PATCH v4 12/28] ARM: KVM: Convert KVM to use HVC_GET_VECTORS
` [PATCH v4 13/28] ARM: Update cpu_v7_reset documentation
` [PATCH v4 14/28] ARM: hyp-stub: Use r1 for the soft-restart address
` [PATCH v4 15/28] ARM: Expose the VA/IDMAP offset
` [PATCH v4 16/28] ARM: hyp-stub: Implement HVC_RESET_VECTORS stub hypercall
` [PATCH v4 17/28] ARM: KVM: Implement HVC_RESET_VECTORS stub hypercall in the init code
` [PATCH v4 18/28] ARM: KVM: Implement HVC_GET_VECTORS "
` [PATCH v4 19/28] ARM: KVM: Allow the main HYP code to use the init hyp stub implementation
` [PATCH v4 20/28] ARM: KVM: Convert __cpu_reset_hyp_mode to using __hyp_reset_vectors
` [PATCH v4 21/28] ARM: KVM: Implement HVC_SOFT_RESTART in the init code
` [PATCH v4 22/28] arm/arm64: KVM: Use __hyp_reset_vectors() directly
` [PATCH v4 23/28] arm/arm64: KVM: Remove kvm_get_idmap_start
` [PATCH v4 24/28] arm/arm64: KVM: Use HVC_RESET_VECTORS to reinit HYP mode
` [PATCH v4 25/28] ARM: decompressor: Remove __hyp_get_vectors usage
` [PATCH v4 26/28] ARM: hyp-stub/KVM: Kill __hyp_get_vectors
` [PATCH v4 27/28] arm64: "
` [PATCH v4 28/28] arm/arm64: Add hyp-stub API documentation

[PATCH] arm/arm64: KVM: send SIGBUS error to qemu
 2017-03-23 15:06 UTC  (2+ messages)

[PATCH] kvm: pass the virtual SEI syndrome to guest OS
 2017-03-22 18:56 UTC  (18+ messages)

[PATCH 00/15] arm64/kvm: use common sysreg definitions
 2017-03-22 18:35 UTC  (4+ messages)

[PATCH v3 00/19] vITS save/restore
 2017-03-22 16:22 UTC  (52+ messages)
` [PATCH v3 03/19] arm/arm64: vgic: turn vgic_find_mmio_region into public
` [PATCH v3 04/19] KVM: arm64: ITS: KVM_DEV_ARM_VGIC_GRP_ITS_REGS group
` [PATCH v3 05/19] KVM: arm64: ITS: Implement vgic_its_has_attr_regs and attr_regs_access
` [PATCH v3 06/19] KVM: arm64: ITS: Implement vgic_mmio_uaccess_write_its_creadr
` [PATCH v3 07/19] KVM: arm64: ITS: Report the ITE size in GITS_TYPER
` [PATCH v3 08/19] KVM: arm64: ITS: Interpret MAPD Size field and check related errors
` [PATCH v3 09/19] KVM: arm64: ITS: Interpret MAPD ITT_addr field
` [PATCH v3 10/19] KVM: arm64: ITS: Check the device id matches TYPER DEVBITS range
` [PATCH v3 11/19] KVM: arm64: ITS: KVM_DEV_ARM_VGIC_GRP_ITS_TABLES group
` [PATCH v3 12/19] KVM: arm64: ITS: vgic_its_alloc_ite/device
` [PATCH v3 13/19] KVM: arm64: ITS: Sort the device and ITE lists
` [PATCH v3 14/19] KVM: arm64: ITS: Add infrastructure for table lookup
` [PATCH v3 15/19] KVM: arm64: ITS: Collection table save/restore
` [PATCH v3 16/19] KVM: arm64: ITS: vgic_its_check_id returns the entry's GPA
` [PATCH v3 17/19] KVM: arm64: ITS: ITT flush and restore
` [PATCH v3 18/19] KVM: arm64: ITS: Device table save/restore
` [PATCH v3 19/19] KVM: arm64: ITS: Pending "

[PATCH V11 00/10] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64
 2017-03-22 12:08 UTC  (7+ messages)
` [PATCH V11 10/10] arm/arm64: KVM: add guest SEA support

[PATCH] KVM: arm/arm64: vgic: Fix GICC_PMR uaccess on GICv3 and clarify ABI
 2017-03-22  9:58 UTC  (2+ messages)

[PATCH v2 00/10] KVM: arm/arm64: vgic: Improvements and optimizations
 2017-03-21 21:10 UTC  (11+ messages)
` [PATCH v2 01/10] KVM: arm/arm64: vgic: Defer touching GICH_VMCR to vcpu_load/put
` [PATCH v2 02/10] KVM: arm/arm64: vgic: Avoid flushing vgic state when there's no pending IRQ
` [PATCH v2 03/10] KVM: arm/arm64: vgic: Get rid of live_lrs
` [PATCH v2 04/10] KVM: arm/arm64: vgic: Only set underflow when actually out of LRs
` [PATCH v2 05/10] KVM: arm/arm64: vgic: Get rid of unnecessary process_maintenance operation
` [PATCH v2 06/10] KVM: arm/arm64: vgic: Get rid of unnecessary save_maint_int_state
` [PATCH v2 07/10] KVM: arm/arm64: vgic: Get rid of MISR and EISR fields
` [PATCH v2 08/10] KVM: arm/arm64: vgic: Implement early VGIC init functionality
` [PATCH v2 09/10] KVM: arm/arm64: vgic: Don't check vgic_initialized in sync/flush
` [PATCH v2 10/10] KVM: arm/arm64: vgic: Improve sync_hwstate performance

[PATCH V12 00/10] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64
 2017-03-21 19:19 UTC  (4+ messages)
` [PATCH V12 05/10] acpi: apei: handle SEA notification type for ARMv8

[PATCH v3 00/25] arm/arm64: KVM: Rework the hyp-stub API
 2017-03-21 18:36 UTC  (11+ messages)
` [PATCH v3 01/25] arm64: hyp-stub: Implement HVC_RESET_VECTORS stub hypercall

[PATCH 0/5] Clarify GICC_PMR export format and remove struct vmcr
 2017-03-21 16:01 UTC  (9+ messages)
` [PATCH 1/5] KVM: arm/arm64: Clarify GICC_PMR export format
` [PATCH 2/5] KVM: arm64: vgic: Factor out access_gic_ctlr into separate r/w functions
` [PATCH 3/5] KVM: arm64: vgic: Rename vgic_v3_cpu to vgic_cpu
` [PATCH 4/5] KVM: arm64: vgic: Get rid of struct vmcr for GICv3
` [PATCH 5/5] KVM: arm/arm64: vgic: Get rid of struct vmcr for GICv2

[PATCH 0/9] KVM: arm/arm64: vgic: Improvements and optimizations
 2017-03-21 14:13 UTC  (28+ messages)
` [PATCH 1/9] KVM: arm/arm64: vgic: Defer touching GICH_VMCR to vcpu_load/put
` [PATCH 2/9] KVM: arm/arm64: vgic: Avoid flushing vgic state when there's no pending IRQ
` [PATCH 3/9] KVM: arm/arm64: vgic: Get rid of live_lrs
` [PATCH 4/9] KVM: arm/arm64: vgic: Get rid of unnecessary process_maintenance operation
    ` [PATCH 4/9] KVM: arm/arm64: vgic: Get rid of unnecessary process_maintenance operationjjjj
` [PATCH 5/9] KVM: arm/arm64: vgic: Get rid of unnecessary save_maint_int_state
` [PATCH 6/9] KVM: arm/arm64: vgic: Get rid of MISR and EISR fields
` [PATCH 7/9] KVM: arm/arm64: vgic: Implement early VGIC init functionality
` [PATCH 8/9] KVM: arm/arm64: vgic: Don't check vgic_initialized in flush_hwstate
` [PATCH 9/9] KVM: arm/arm64: vgic: Improve sync_hwstate performance

[PATCH 0/2] KVM: arm/arm64: vgic: Workaround GICC_PMR misreporting
 2017-03-20 19:03 UTC  (9+ messages)
` [PATCH 1/2] KVM: arm/arm64: vgic-v2: Expose the correct GICC_PMR values to userspace
` [PATCH 2/2] KVM: arm/arm64: vgic-v3: Format PMR to mimic the GICv2 behaviour

[PATCH] kvm: arm/arm64: Rework gpa callback handlers
 2017-03-20 18:26 UTC 

[PATCH] KVM: arm64: Ensure LRs are clear when they should be
 2017-03-20 10:33 UTC  (4+ messages)

[PATCH] KVM: arm/arm64: Signal SIGBUS when stage2 discovers hwpoison memory
 2017-03-17 15:48 UTC  (3+ messages)

KVM on ARM Cortex A53 in 32-bit Mode
 2017-03-17  8:52 UTC  (6+ messages)

[PATCH] kvm: arm/arm64: Simplify lock relaxation in stage2_wp_range
 2017-03-17  8:48 UTC  (2+ messages)

[PATCH v2 0/3] kvm: arm/arm64: Fixes for use after free problems
 2017-03-17  8:48 UTC  (4+ messages)
` [PATCH v2 2/3] kvm: arm/arm64: Take mmap_sem in kvm_arch_prepare_memory_region
` [PATCH v2 3/3] kvm: arm/arm64: Fix locking for kvm_free_stage2_pgd

[RFC PATCH 00/33] irqchip: Core support for GICv4
 2017-03-16 21:58 UTC  (16+ messages)
` [RFC PATCH 10/33] irqchip/gic-v4-its: Allow use of indirect VCPU tables
` [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 27/33] irqchip/gic-v3-its: Add VPE interrupt masking
` [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


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