Linux KVM for ARM
[Prev Page][Next Page]
- [PULL 10/79] KVM: arm64: Use common performance monitor sysreg definitions, (continued)
- [PULL 10/79] KVM: arm64: Use common performance monitor sysreg definitions, Christoffer Dall
- [PULL 12/79] KVM: arm64: Use common physical timer sysreg definitions, Christoffer Dall
- [PULL 13/79] KVM: arm64: use common invariant sysreg definitions, Christoffer Dall
- [PULL 14/79] KVM: arm64: Use common sysreg definitions, Christoffer Dall
- [PULL 15/79] KVM: arm64: Use common Set/Way sys definitions, Christoffer Dall
- [PULL 16/79] kvm: arm/arm64: Rework gpa callback handlers, Christoffer Dall
- [PULL 18/79] KVM: arm/arm64: vgic: Avoid flushing vgic state when there's no pending IRQ, Christoffer Dall
- [PULL 17/79] KVM: arm/arm64: vgic: Defer touching GICH_VMCR to vcpu_load/put, Christoffer Dall
- [PULL 19/79] KVM: arm/arm64: vgic: Get rid of live_lrs, Christoffer Dall
- [PULL 20/79] KVM: arm/arm64: vgic: Only set underflow when actually out of LRs, Christoffer Dall
- [PULL 22/79] KVM: arm/arm64: vgic: Get rid of unnecessary save_maint_int_state, Christoffer Dall
- [PULL 23/79] KVM: arm/arm64: vgic: Get rid of MISR and EISR fields, Christoffer Dall
- [PULL 21/79] KVM: arm/arm64: vgic: Get rid of unnecessary process_maintenance operation, Christoffer Dall
- [PULL 25/79] KVM: arm/arm64: vgic: Don't check vgic_initialized in sync/flush, Christoffer Dall
- [PULL 24/79] KVM: arm/arm64: vgic: Implement early VGIC init functionality, Christoffer Dall
- [PULL 26/79] KVM: arm/arm64: vgic: Improve sync_hwstate performance, Christoffer Dall
- [PULL 27/79] arm64: KVM: PMU: Refactor pmu_*_el0_disabled, Christoffer Dall
- [PULL 28/79] arm64: KVM: PMU: Inject UNDEF exception on illegal register access, Christoffer Dall
- [PULL 29/79] arm64: KVM: PMU: Inject UNDEF on non-privileged accesses, Christoffer Dall
- [PULL 31/79] arm64: KVM: PMU: Inject UNDEF on read access to PMSWINC_EL0, Christoffer Dall
- [PULL 30/79] arm64: KVM: Make unexpected reads from WO registers inject an undef, Christoffer Dall
- [PULL 32/79] arm64: KVM: Treat sysreg accessors returning false as successful, Christoffer Dall
- [PULL 33/79] arm64: KVM: Do not corrupt registers on failed 64bit CP read, Christoffer Dall
- [PULL 34/79] arm: KVM: Make unexpected register accesses inject an undef, Christoffer Dall
- [PULL 35/79] arm: KVM: Treat CP15 accessors returning false as successful, Christoffer Dall
- [PULL 36/79] arm64: hyp-stub: Stop pointlessly clobbering lr, Christoffer Dall
- [PULL 38/79] arm64: hyp-stub: Don't save lr in the EL1 code, Christoffer Dall
- [PULL 39/79] arm64: hyp-stub: Define a return value for failed stub calls, Christoffer Dall
- [PULL 37/79] arm64: KVM: Move lr save/restore to do_el2_call, Christoffer Dall
- [PULL 40/79] arm64: hyp-stub: Update documentation in asm/virt.h, Christoffer Dall
- [PULL 41/79] arm64: hyp-stub: Implement HVC_RESET_VECTORS stub hypercall, Christoffer Dall
- [PULL 42/79] arm64: KVM: Implement HVC_RESET_VECTORS stub hypercall in the init code, Christoffer Dall
- [PULL 43/79] arm64: KVM: Implement HVC_GET_VECTORS in the init code, Christoffer Dall
- [PULL 44/79] arm64: KVM: Allow the main HYP code to use the init hyp stub implementation, Christoffer Dall
- [PULL 45/79] arm64: KVM: Convert __cpu_reset_hyp_mode to using __hyp_reset_vectors, Christoffer Dall
- [PULL 46/79] arm64: KVM: Implement HVC_SOFT_RESTART in the init code, Christoffer Dall
- [PULL 47/79] ARM: hyp-stub: improve ABI, Christoffer Dall
- [PULL 49/79] ARM: KVM: Convert KVM to use HVC_GET_VECTORS, Christoffer Dall
- [PULL 48/79] ARM: soft-reboot into same mode that we entered the kernel, Christoffer Dall
- [PULL 51/79] ARM: hyp-stub: Use r1 for the soft-restart address, Christoffer Dall
- [PULL 52/79] ARM: Expose the VA/IDMAP offset, Christoffer Dall
- [PULL 50/79] ARM: Update cpu_v7_reset documentation, Christoffer Dall
- [PULL 53/79] ARM: hyp-stub: Define a return value for failed stub calls, Christoffer Dall
- [PULL 55/79] ARM: KVM: Implement HVC_RESET_VECTORS stub hypercall in the init code, Christoffer Dall
- [PULL 54/79] ARM: hyp-stub: Implement HVC_RESET_VECTORS stub hypercall, Christoffer Dall
- [PULL 56/79] ARM: KVM: Implement HVC_GET_VECTORS in the init code, Christoffer Dall
- [PULL 57/79] ARM: KVM: Allow the main HYP code to use the init hyp stub implementation, Christoffer Dall
- [PULL 58/79] ARM: KVM: Convert __cpu_reset_hyp_mode to using __hyp_reset_vectors, Christoffer Dall
- [PULL 59/79] ARM: KVM: Implement HVC_SOFT_RESTART in the init code, Christoffer Dall
- [PULL 60/79] ARM: KVM: Gracefully handle hyp-stubs being restored from under our feet, Christoffer Dall
- [PULL 61/79] arm/arm64: KVM: Use __hyp_reset_vectors() directly, Christoffer Dall
- [PULL 62/79] arm/arm64: KVM: Remove kvm_get_idmap_start, Christoffer Dall
- [PULL 63/79] arm/arm64: KVM: Use HVC_RESET_VECTORS to reinit HYP mode, Christoffer Dall
- [PULL 64/79] ARM: decompressor: Remove __hyp_get_vectors usage, Christoffer Dall
- [PULL 65/79] ARM: hyp-stub/KVM: Kill __hyp_get_vectors, Christoffer Dall
- [PULL 66/79] arm64: hyp-stub/KVM: Kill __hyp_get_vectors, Christoffer Dall
- [PULL 67/79] arm64: hyp-stub: Zero x0 on successful stub handling, Christoffer Dall
- [PULL 68/79] ARM: hyp-stub: Zero r0 on successful stub handling, Christoffer Dall
- [PULL 70/79] KVM: arm/arm64: Cleanup the arch timer code's irqchip checking, Christoffer Dall
- [PULL 69/79] arm/arm64: Add hyp-stub API documentation, Christoffer Dall
- [PULL 71/79] KVM: arm/arm64: Add ARM user space interrupt signaling ABI, Christoffer Dall
- [PULL 73/79] KVM: arm/arm64: Report PMU overflow interrupts to userspace irqchip, Christoffer Dall
- [PULL 74/79] KVM: arm/arm64: Advertise support for KVM_CAP_ARM_USER_IRQ, Christoffer Dall
- [PULL 72/79] KVM: arm/arm64: Support arch timers with a userspace gic, Christoffer Dall
- [PULL 75/79] KVM: arm/arm64: fix races in kvm_psci_vcpu_on, Christoffer Dall
- [PULL 76/79] KVM: arm/arm64: vgic-v3: De-optimize VMCR save/restore when emulating a GICv2, Christoffer Dall
- [PULL 77/79] KVM: arm/arm64: vgic-v3: Fix off-by-one LR access, Christoffer Dall
- [PULL 78/79] ARM: hyp-stub: Fix Thumb-2 compilation, Christoffer Dall
- [PULL 79/79] ARM: KVM: Fix idmap stub entry when running Thumb-2 code, Christoffer Dall
- Re: [PULL 00/79] KVM/ARM Changes for v4.12, Paolo Bonzini
- [PATCH] arm64: Add ASM modifier for xN register operands,
Matthias Kaehlcke
- [PATCH] ARM: KVM: Fix idmap stub entry when running Thumb-2 code,
Marc Zyngier
- [PATCH] ARM: hyp-stub: Fix Thumb-2 compilation,
Marc Zyngier
- [PATCH v2] KVM: arm/arm64: vgic-v3: De-optimize VMCR save/restore when emulating a GICv2,
Marc Zyngier
- [PATCH V15 00/11] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64,
Tyler Baicar
- [PATCH V15 01/11] acpi: apei: read ack upon ghes record consumption, Tyler Baicar
- [PATCH V15 02/11] ras: acpi/apei: cper: add support for generic data v3 structure, Tyler Baicar
- [PATCH V15 03/11] cper: add timestamp print to CPER status printing, Tyler Baicar
- [PATCH V15 04/11] efi: parse ARM processor error, Tyler Baicar
- [PATCH V15 05/11] arm64: exception: handle Synchronous External Abort, Tyler Baicar
- [PATCH V15 06/11] acpi: apei: handle SEA notification type for ARMv8, Tyler Baicar
- [PATCH V15 07/11] acpi: apei: panic OS with fatal error status block, Tyler Baicar
- [PATCH V15 08/11] efi: print unrecognized CPER section, Tyler Baicar
- [PATCH V15 09/11] ras: acpi / apei: generate trace event for unrecognized CPER section, Tyler Baicar
- [PATCH V15 10/11] trace, ras: add ARM processor error trace event, Tyler Baicar
- [PATCH V15 11/11] arm/arm64: KVM: add guest SEA support, Tyler Baicar
- [PATCH] KVM: arm/arm64: fix races in psci emulation,
Andrew Jones
- [PATCH v5 00/22] vITS save/restore,
Eric Auger
- [PATCH v5 01/22] KVM: arm/arm64: Add ITS save/restore API documentation, Eric Auger
- [PATCH v5 02/22] KVM: arm/arm64: Add GICV3 pending table save API documentation, Eric Auger
- [PATCH v5 03/22] KVM: arm/arm64: vgic-its: rename itte into ite, Eric Auger
- [PATCH v5 04/22] arm/arm64: vgic: turn vgic_find_mmio_region into public, Eric Auger
- [PATCH v5 05/22] KVM: arm64: vgic-its: KVM_DEV_ARM_VGIC_GRP_ITS_REGS group, Eric Auger
- [PATCH v5 06/22] KVM: arm/arm64: vgic: expose (un)lock_all_vcpus, Eric Auger
- [PATCH v5 07/22] KVM: arm64: vgic-its: Implement vgic_its_has_attr_regs and attr_regs_access, Eric Auger
- [PATCH v5 08/22] KVM: arm64: vgic-its: Implement vgic_mmio_uaccess_write_its_creadr, Eric Auger
- [PATCH v5 09/22] KVM: arm64: vgic-its: Introduce migration ABI infrastructure, Eric Auger
- [PATCH v5 10/22] KVM: arm64: vgic-its: Implement vgic_mmio_uaccess_write_its_iidr, Eric Auger
- [PATCH v5 11/22] KVM: arm64: vgic-its: Interpret MAPD Size field and check related errors, Eric Auger
- [PATCH v5 12/22] KVM: arm64: vgic-its: Interpret MAPD ITT_addr field, Eric Auger
- [PATCH v5 13/22] KVM: arm64: vgic-its: Check the device id matches TYPER DEVBITS range, Eric Auger
- [PATCH v5 14/22] KVM: arm64: vgic-its: KVM_DEV_ARM_ITS_SAVE/RESTORE_TABLES, Eric Auger
- [PATCH v5 15/22] KVM: arm64: vgic-its: vgic_its_alloc_ite/device, Eric Auger
- [PATCH v5 16/22] KVM: arm64: vgic-its: Add infrastructure for table lookup, Eric Auger
- [PATCH v5 17/22] KVM: arm64: vgic-its: Collection table save/restore, Eric Auger
- [PATCH v5 18/22] KVM: arm64: vgic-its: vgic_its_check_id returns the entry's GPA, Eric Auger
- [PATCH v5 19/22] KVM: arm64: vgic-its: ITT save and restore, Eric Auger
- [PATCH v5 20/22] KVM: arm64: vgic-its: Device table save/restore, Eric Auger
- [PATCH v5 21/22] KVM: arm64: vgic-its: Fix pending table sync, Eric Auger
- [PATCH v5 22/22] KVM: arm64: vgic-v3: KVM_DEV_ARM_VGIC_SAVE_PENDING_TABLES, Eric Auger
- Re: [PATCH v5 00/22] vITS save/restore, Prakash B
- [PATCH 0/2] GICv3 world-switch fixes for -next,
Marc Zyngier
- [RFC kvm-unit-tests PATCH 0/8] Support for out-of-tree builds,
Alex Bennée
- [PULL 0/5] KVM/ARM Fixes for v4.11-rc6,
Christoffer Dall
- [PATCH v3 0/5] Support userspace irqchip with arch timers,
Christoffer Dall
- [kvmarm:master 1/3] arch/arm/kvm/mmu.c:302:14: error: 'S2_PUD_SIZE' undeclared,
kbuild test robot
- [PATCH v5 00/34] arm/arm64: KVM: Rework the hyp-stub API,
Marc Zyngier
- [PATCH v5 01/34] arm64: hyp-stub: Stop pointlessly clobbering lr, Marc Zyngier
- [PATCH v5 02/34] arm64: KVM: Move lr save/restore to do_el2_call, Marc Zyngier
- [PATCH v5 03/34] arm64: hyp-stub: Don't save lr in the EL1 code, Marc Zyngier
- [PATCH v5 04/34] arm64: hyp-stub: Define a return value for failed stub calls, Marc Zyngier
- [PATCH v5 06/34] arm64: hyp-stub: Implement HVC_RESET_VECTORS stub hypercall, Marc Zyngier
- [PATCH v5 05/34] arm64: hyp-stub: Update documentation in asm/virt.h, Marc Zyngier
- [PATCH v5 07/34] arm64: KVM: Implement HVC_RESET_VECTORS stub hypercall in the init code, Marc Zyngier
- [PATCH v5 08/34] arm64: KVM: Implement HVC_GET_VECTORS in the init code, Marc Zyngier
- [PATCH v5 09/34] arm64: KVM: Allow the main HYP code to use the init hyp stub implementation, Marc Zyngier
- [PATCH v5 10/34] arm64: KVM: Convert __cpu_reset_hyp_mode to using __hyp_reset_vectors, Marc Zyngier
- [PATCH v5 11/34] arm64: KVM: Implement HVC_SOFT_RESTART in the init code, Marc Zyngier
- [PATCH v5 12/34] ARM: hyp-stub: improve ABI, Marc Zyngier
- [PATCH v5 13/34] ARM: soft-reboot into same mode that we entered the kernel, Marc Zyngier
- [PATCH v5 14/34] ARM: KVM: Convert KVM to use HVC_GET_VECTORS, Marc Zyngier
- [PATCH v5 16/34] ARM: hyp-stub: Use r1 for the soft-restart address, Marc Zyngier
- [PATCH v5 15/34] ARM: Update cpu_v7_reset documentation, Marc Zyngier
- [PATCH v5 17/34] ARM: Expose the VA/IDMAP offset, Marc Zyngier
- [PATCH v5 18/34] ARM: hyp-stub: Define a return value for failed stub calls, Marc Zyngier
- [PATCH v5 19/34] ARM: hyp-stub: Implement HVC_RESET_VECTORS stub hypercall, Marc Zyngier
- [PATCH v5 20/34] ARM: KVM: Implement HVC_RESET_VECTORS stub hypercall in the init code, Marc Zyngier
- [PATCH v5 21/34] ARM: KVM: Implement HVC_GET_VECTORS in the init code, Marc Zyngier
- [PATCH v5 23/34] ARM: KVM: Convert __cpu_reset_hyp_mode to using __hyp_reset_vectors, Marc Zyngier
- [PATCH v5 22/34] ARM: KVM: Allow the main HYP code to use the init hyp stub implementation, Marc Zyngier
- [PATCH v5 24/34] ARM: KVM: Implement HVC_SOFT_RESTART in the init code, Marc Zyngier
- [PATCH v5 25/34] ARM: KVM: Gracefully handle hyp-stubs being restored from under our feet, Marc Zyngier
- [PATCH v5 26/34] arm/arm64: KVM: Use __hyp_reset_vectors() directly, Marc Zyngier
- [PATCH v5 27/34] arm/arm64: KVM: Remove kvm_get_idmap_start, Marc Zyngier
- [PATCH v5 28/34] arm/arm64: KVM: Use HVC_RESET_VECTORS to reinit HYP mode, Marc Zyngier
- [PATCH v5 29/34] ARM: decompressor: Remove __hyp_get_vectors usage, Marc Zyngier
- [PATCH v5 31/34] arm64: hyp-stub/KVM: Kill __hyp_get_vectors, Marc Zyngier
- [PATCH v5 30/34] ARM: hyp-stub/KVM: Kill __hyp_get_vectors, Marc Zyngier
- [PATCH v5 32/34] arm64: hyp-stub: Zero x0 on successful stub handling, Marc Zyngier
- [PATCH v5 33/34] ARM: hyp-stub: Zero r0 on successful stub handling, Marc Zyngier
- [PATCH v5 34/34] arm/arm64: Add hyp-stub API documentation, Marc Zyngier
- Re: [PATCH v5 00/34] arm/arm64: KVM: Rework the hyp-stub API, Christoffer Dall
- [RFC 0/9] ARMv8.3 pointer authentication userspace support,
Mark Rutland
- [RFC 1/9] asm-generic: mm_hooks: allow hooks to be overridden individually, Mark Rutland
- [RFC 2/9] arm64: add pointer authentication register bits, Mark Rutland
- [RFC 3/9] arm64/cpufeature: add ARMv8.3 id_aa64isar1 bits, Mark Rutland
- [RFC 4/9] arm64/cpufeature: detect pointer authentication, Mark Rutland
- [RFC 5/9] arm64: Don't trap host pointer auth use to EL2, Mark Rutland
- [RFC 6/9] arm64: add basic pointer authentication support, Mark Rutland
- [RFC 7/9] arm64: expose PAC bit positions via ptrace, Mark Rutland
- [RFC 8/9] arm64/kvm: context-switch PAC registers, Mark Rutland
- [RFC 9/9] arm64: docs: document pointer authentication, Mark Rutland
- Re: [RFC 0/9] ARMv8.3 pointer authentication userspace support, Adam Wallis
- [PATCH v3] kvm: arm/arm64: Fix locking for kvm_free_stage2_pgd,
Suzuki K Poulose
- [PATCH v2 0/9] KVM: arm/arm64: race fixes and vcpu requests,
Andrew Jones
- [PATCH v2 1/9] KVM: add kvm_request_pending, Andrew Jones
- [PATCH v2 2/9] KVM: Add documentation for VCPU requests, Andrew Jones
- [PATCH v2 3/9] KVM: arm/arm64: prepare to use vcpu requests, Andrew Jones
- [PATCH v2 4/9] KVM: arm/arm64: replace vcpu->arch.pause with a vcpu request, Andrew Jones
- [PATCH v2 5/9] KVM: arm/arm64: replace vcpu->arch.power_off with a vcpu request, Andrew Jones
- [PATCH v2 6/9] KVM: arm/arm64: use a vcpu request on irq injection, Andrew Jones
- [PATCH v2 7/9] KVM: arm/arm64: PMU: remove request-less vcpu kick, Andrew Jones
- [PATCH v2 8/9] KVM: arm/arm64: fix race in kvm_psci_vcpu_on, Andrew Jones
- [PATCH v2 9/9] KVM: arm/arm64: avoid race by caching MPIDR, Andrew Jones
- Re: [PATCH v2 0/9] KVM: arm/arm64: race fixes and vcpu requests, Christoffer Dall
- KVM/ARM: sleeping function called from invalid context,
Mark Rutland
- [PATCH v3 0/8] arm64: acpi: apei: handle SEI notification type for ARMv8,
Xie XiuQi
- [PATCH v3 3/8] arm64: apei: add a per-cpu variable to indecate sei is processing, Xie XiuQi
- [PATCH v3 4/8] APEI: GHES: reserve a virtual page for SEI context, Xie XiuQi
- [PATCH v3 6/8] arm64: RAS: add ras extension runtime detection, Xie XiuQi
- [PATCH v3 5/8] arm64: KVM: add guest SEI support, Xie XiuQi
- [PATCH v3 2/8] acpi: apei: handle SEI notification type for ARMv8, Xie XiuQi
- [PATCH v3 0/8] arm64: acpi: apei: handle SEI notification type for ARMv8, Xie XiuQi
- [PATCH v3 3/8] arm64: apei: add a per-cpu variable to indecate sei is processing, Xie XiuQi
- [PATCH v3 6/8] arm64: RAS: add ras extension runtime detection, Xie XiuQi
- [PATCH v3 4/8] APEI: GHES: reserve a virtual page for SEI context, Xie XiuQi
- [PATCH v3 2/8] acpi: apei: handle SEI notification type for ARMv8, Xie XiuQi
- [PATCH v3 5/8] arm64: KVM: add guest SEI support, Xie XiuQi
- [PATCH v3 1/8] trace: ras: add ARM processor error information trace event, Xie XiuQi
- [PATCH v3 8/8] arm64: exception: check shared writable page in SEI handler, Xie XiuQi
- [PATCH v3 8/8] arm64: exception: check shared writable page in SEI handler, Xie XiuQi
- [PATCH v3 7/8] arm64: exception: handle asynchronous SError interrupt, Xie XiuQi
- [PATCH v3 7/8] arm64: exception: handle asynchronous SError interrupt, Xie XiuQi
- [PATCH v3 1/8] trace: ras: add ARM processor error information trace event, Xie XiuQi
- host stalls when qemu-system-aarch64 with kvm and pflash,
Radha Mohan
- [PATCH V14 00/10] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64,
Tyler Baicar
- [PATCH V14 01/10] acpi: apei: read ack upon ghes record consumption, Tyler Baicar
- [PATCH V14 02/10] ras: acpi/apei: cper: generic error data entry v3 per ACPI 6.1, Tyler Baicar
- [PATCH V14 03/10] efi: parse ARM processor error, Tyler Baicar
- [PATCH V14 04/10] arm64: exception: handle Synchronous External Abort, Tyler Baicar
- [PATCH V14 05/10] acpi: apei: handle SEA notification type for ARMv8, Tyler Baicar
- [PATCH V14 06/10] acpi: apei: panic OS with fatal error status block, Tyler Baicar
- [PATCH V14 07/10] efi: print unrecognized CPER section, Tyler Baicar
- [PATCH V14 08/10] ras: acpi / apei: generate trace event for unrecognized CPER section, Tyler Baicar
- [PATCH V14 09/10] trace, ras: add ARM processor error trace event, Tyler Baicar
- [PATCH V14 10/10] arm/arm64: KVM: add guest SEA support, Tyler Baicar
- Re: [PATCH V14 00/10] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64, Catalin Marinas
- Aarch64: Qemu master or 2.9.0-rc1 breaks compatibility with 4.10 kernel.,
Prakash B
- [PATCH v2 0/9] arm64: KVM: Fix PMU exception generation,
Marc Zyngier
- [PATCH v2 1/9] arm64: KVM: PMU: Refactor pmu_*_el0_disabled, Marc Zyngier
- [PATCH v2 2/9] arm64: KVM: PMU: Inject UNDEF exception on illegal register access, Marc Zyngier
- [PATCH v2 3/9] arm64: KVM: PMU: Inject UNDEF on non-privileged accesses, Marc Zyngier
- [PATCH v2 4/9] arm64: KVM: Make unexpected reads from WO registers inject an undef, Marc Zyngier
- [PATCH v2 5/9] arm64: KVM: PMU: Inject UNDEF on read access to PMSWINC_EL0, Marc Zyngier
- [PATCH v2 6/9] arm64: KVM: Treat sysreg accessors returning false as successful, Marc Zyngier
- [PATCH v2 7/9] arm64: KVM: Do not corrupt registers on failed 64bit CP read, Marc Zyngier
- [PATCH v2 8/9] arm: KVM: Make unexpected register accesses inject an undef, Marc Zyngier
- [PATCH v2 9/9] arm: KVM: Treat CP15 accessors returning false as successful, Marc Zyngier
- Re: [PATCH v2 0/9] arm64: KVM: Fix PMU exception generation, Christoffer Dall
- [PATCH v4 00/22] vITS save/restore,
Eric Auger
- [PATCH v4 01/22] KVM: arm/arm64: Add vITS save/restore API documentation, Eric Auger
- [PATCH v4 02/22] KVM: arm/arm64: rename itte into ite, Eric Auger
- [PATCH v4 03/22] arm/arm64: vgic: turn vgic_find_mmio_region into public, Eric Auger
- [PATCH v4 04/22] KVM: arm64: ITS: KVM_DEV_ARM_VGIC_GRP_ITS_REGS group, Eric Auger
- [PATCH v4 05/22] KVM: arm/arm64: vgic: expose (un)lock_all_vcpus, Eric Auger
- [PATCH v4 06/22] KVM: arm64: ITS: Implement vgic_its_has_attr_regs and attr_regs_access, Eric Auger
- [PATCH v4 07/22] KVM: arm64: ITS: Implement vgic_mmio_uaccess_write_its_creadr, Eric Auger
- [PATCH v4 08/22] KVM: arm64: ITS: Implement vgic_mmio_uaccess_write_its_iidr, Eric Auger
- [PATCH v4 09/22] KVM: arm64: ITS: Report the ITE size in GITS_TYPER, Eric Auger
- [PATCH v4 10/22] KVM: arm64: ITS: Interpret MAPD Size field and check related errors, Eric Auger
- [PATCH v4 11/22] KVM: arm64: ITS: Interpret MAPD ITT_addr field, Eric Auger
- [PATCH v4 12/22] KVM: arm64: ITS: Check the device id matches TYPER DEVBITS range, Eric Auger
- [PATCH v4 13/22] KVM: arm64: ITS: KVM_DEV_ARM_VGIC_GRP_ITS_TABLES group, Eric Auger
- [PATCH v4 14/22] KVM: arm64: ITS: vgic_its_alloc_ite/device, Eric Auger
- [PATCH v4 15/22] KVM: arm64: ITS: Sort the device and ITE lists, Eric Auger
- [PATCH v4 16/22] KVM: expose next_segment(), Eric Auger
- [PATCH v4 17/22] KVM: arm64: ITS: Add infrastructure for table lookup, Eric Auger
- [PATCH v4 18/22] KVM: arm64: ITS: Collection table save/restore, Eric Auger
- [PATCH v4 19/22] KVM: arm64: ITS: vgic_its_check_id returns the entry's GPA, Eric Auger
- [PATCH v4 20/22] KVM: arm64: ITS: ITT flush and restore, Eric Auger
- [PATCH v4 21/22] KVM: arm64: ITS: Device table save/restore, Eric Auger
- [PATCH v4 22/22] KVM: arm64: ITS: Pending table save/restore, Eric Auger
- Re: [PATCH v4 00/22] vITS save/restore, Marc Zyngier
- [PATCH V8 1/3] irq: Add flags to request_percpu_irq function,
Daniel Lezcano
- [PATCH] arm/arm64: KVM: send SIGBUS error to qemu,
Dongjiu Geng
- [PATCH V13 00/10] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64,
Tyler Baicar
[Index of Archives]
[Linux KVM]
[Libvirt Users]
[CentOS Virtualization]
[Linux USB Devel]
[Big List of Linux Books]
[Linux SCSI]
[Linux Modules]
[Yosemite Forum]