Linux KVM for ARM
[Prev Page][Next Page]
- Re: [PATCH v4 02/21] KVM: arm64: Add stand-alone page-table walker infrastructure, (continued)
- [PATCH v4 03/21] KVM: arm64: Add support for creating kernel-agnostic stage-1 page tables, Will Deacon
- [PATCH v4 04/21] KVM: arm64: Use generic allocator for hyp stage-1 page-tables, Will Deacon
- [PATCH v4 05/21] KVM: arm64: Add support for creating kernel-agnostic stage-2 page tables, Will Deacon
- [PATCH v4 07/21] KVM: arm64: Convert kvm_phys_addr_ioremap() to generic page-table API, Will Deacon
- [PATCH v4 06/21] KVM: arm64: Add support for stage-2 map()/unmap() in generic page-table, Will Deacon
- [PATCH v4 08/21] KVM: arm64: Convert kvm_set_spte_hva() to generic page-table API, Will Deacon
- [PATCH v4 09/21] KVM: arm64: Convert unmap_stage2_range() to generic page-table API, Will Deacon
- [PATCH v4 10/21] KVM: arm64: Add support for stage-2 page-aging in generic page-table, Will Deacon
- [PATCH v4 11/21] KVM: arm64: Convert page-aging and access faults to generic page-table API, Will Deacon
- [PATCH v4 12/21] KVM: arm64: Add support for stage-2 write-protect in generic page-table, Will Deacon
- [PATCH v4 13/21] KVM: arm64: Convert write-protect operation to generic page-table API, Will Deacon
- [PATCH v4 14/21] KVM: arm64: Add support for stage-2 cache flushing in generic page-table, Will Deacon
- [PATCH v4 15/21] KVM: arm64: Convert memslot cache-flushing code to generic page-table API, Will Deacon
- [PATCH v4 16/21] KVM: arm64: Add support for relaxing stage-2 perms in generic page-table code, Will Deacon
- [PATCH v4 17/21] KVM: arm64: Convert user_mem_abort() to generic page-table API, Will Deacon
- [PATCH v4 18/21] KVM: arm64: Check the pgt instead of the pgd when modifying page-table, Will Deacon
- [PATCH v4 20/21] KVM: arm64: Remove unused 'pgd' field from 'struct kvm_s2_mmu', Will Deacon
- [PATCH v4 19/21] KVM: arm64: Remove unused page-table code, Will Deacon
- [PATCH v4 21/21] KVM: arm64: Don't constrain maximum IPA size based on host configuration, Will Deacon
- Re: [PATCH v4 00/21] KVM: arm64: Rewrite page-table code and fault handling, Marc Zyngier
- Re: [PATCH v4 00/21] KVM: arm64: Rewrite page-table code and fault handling, Gavin Shan
- [PATCH v2 0/2] MTE support for KVM guest,
Steven Price
- [GIT PULL] KVM/arm64 fixes for 5.9,
Marc Zyngier
- [PATCH 2/9] KVM: arm64: pvtime: Fix potential loss of stolen time, Marc Zyngier
- [PATCH 3/9] KVM: arm64: Drop type input from kvm_put_guest, Marc Zyngier
- [PATCH 1/9] KVM: arm64: pvtime: steal-time is only supported when configured, Marc Zyngier
- [PATCH 4/9] KVM: arm64: pvtime: Fix stolen time accounting across migration, Marc Zyngier
- [PATCH 5/9] KVM: Documentation: Minor fixups, Marc Zyngier
- [PATCH 7/9] KVM: arm64: Do not try to map PUDs when they are folded into PMD, Marc Zyngier
- [PATCH 6/9] arm64/x86: KVM: Introduce steal-time cap, Marc Zyngier
- [PATCH 8/9] KVM: arm64: Fix address truncation in traces, Marc Zyngier
- [PATCH 9/9] KVM: arm64: Update page shift if stage 2 block mapping not supported, Marc Zyngier
- Re: [GIT PULL] KVM/arm64 fixes for 5.9, Paolo Bonzini
- [PATCH v14 00/10] Enable ptp_kvm for arm64,
Jianyong Wu
- [PATCH v14 01/10] arm64: Probe for the presence of KVM hypervisor services during boot, Jianyong Wu
- [PATCH v14 02/10] arm/arm64: KVM: Advertise KVM UID to guests via SMCCC, Jianyong Wu
- [PATCH v14 03/10] smccc: Export smccc conduit get helper., Jianyong Wu
- [PATCH v14 04/10] ptp: Reorganize ptp_kvm module to make it arch-independent., Jianyong Wu
- [PATCH v14 05/10] time: Add mechanism to recognize clocksource in time_get_snapshot, Jianyong Wu
- [PATCH v14 06/10] clocksource: Add clocksource id for arm arch counter, Jianyong Wu
- [PATCH v14 07/10] arm64/kvm: Add hypercall service for kvm ptp., Jianyong Wu
- [PATCH v14 08/10] ptp: arm64: Enable ptp_kvm for arm64, Jianyong Wu
- [PATCH v14 09/10] doc: add ptp_kvm introduction for arm64 support, Jianyong Wu
- [PATCH v14 10/10] arm64: Add kvm capability check extension for ptp_kvm, Jianyong Wu
- [PATCH 00/23] KVM: arm64: rVIC/rVID PV interrupt controller,
Marc Zyngier
- [PATCH 01/23] irqchip: Add Reduced Virtual Interrupt Controller driver, Marc Zyngier
- [PATCH 02/23] irqchip/rvic: Add support for untrusted interrupt allocation, Marc Zyngier
- [PATCH 03/23] irqchip: Add Reduced Virtual Interrupt Distributor support, Marc Zyngier
- [PATCH 04/23] irqchip/rvid: Add PCI MSI support, Marc Zyngier
- [PATCH 06/23] KVM: arm64: vgic-v3: Move early init to kvm_vgic_create(), Marc Zyngier
- [PATCH 05/23] KVM: arm64: Move GIC model out of the distributor, Marc Zyngier
- [PATCH 07/23] KVM: arm64: Add irqchip callback structure to kvm_arch, Marc Zyngier
- [PATCH 08/23] KVM: arm64: Move kvm_vgic_destroy to kvm_irqchip_flow, Marc Zyngier
- [PATCH 09/23] KVM: arm64: Move kvm_vgic_vcpu_init() to irqchip_flow, Marc Zyngier
- [PATCH 10/23] KVM: arm64: Move kvm_vgic_vcpu_[un]blocking() to irqchip_flow, Marc Zyngier
- [PATCH 19/23] KVM: arm64: Turn vgic_initialized into irqchip_finalized, Marc Zyngier
- [PATCH 20/23] KVM: arm64: Move irqfd routing to irqchip_flow, Marc Zyngier
- [PATCH 21/23] KVM: arm64: Tighten msis_require_devid reporting, Marc Zyngier
- [PATCH 22/23] KVM: arm64: Add a rVIC/rVID in-kernel implementation, Marc Zyngier
- [PATCH 14/23] KVM: arm64: Move kvm_vgic_vcpu_{sync, flush}_hwstate() to irqchip_flow, Marc Zyngier
- [PATCH 15/23] KVM: arm64: nVHE: Only save/restore GICv3 state if modeling a GIC, Marc Zyngier
- [PATCH 18/23] KVM: arm64: Move set_owner into irqchip_flow, Marc Zyngier
- [PATCH 16/23] KVM: arm64: Move interrupt injection to irqchip_flow, Marc Zyngier
- [PATCH 11/23] KVM: arm64: Move kvm_vgic_vcpu_load/put() to irqchip_flow, Marc Zyngier
- [PATCH 12/23] KVM: arm64: Move kvm_vgic_vcpu_pending_irq() to irqchip_flow, Marc Zyngier
- [PATCH 13/23] KVM: arm64: Move vgic resource mapping on first run to irqchip_flow, Marc Zyngier
- [PATCH 17/23] KVM: arm64: Move mapping of HW interrupts into irqchip_flow, Marc Zyngier
- [PATCH 23/23] KVM: arm64: Add debugfs files for the rVIC/rVID implementation, Marc Zyngier
- [PATCH v3 00/18] Introduce separate nVHE hyp context,
Andrew Scull
- [PATCH v3 01/18] KVM: arm64: Remove __activate_vm wrapper, Andrew Scull
- [PATCH v3 02/18] KVM: arm64: Remove hyp_panic arguments, Andrew Scull
- [PATCH v3 03/18] KVM: arm64: Remove kvm_host_data_t typedef, Andrew Scull
- [PATCH v3 04/18] KVM: arm64: Restrict symbol aliasing to outside nVHE, Andrew Scull
- [PATCH v3 05/18] KVM: arm64: Save chosen hyp vector to a percpu variable, Andrew Scull
- [PATCH v3 06/18] KVM: arm64: nVHE: Use separate vector for the host, Andrew Scull
- [PATCH v3 08/18] KVM: arm64: Introduce hyp context, Andrew Scull
- [PATCH v3 07/18] KVM: arm64: nVHE: Don't consume host SErrors with ESB, Andrew Scull
- [PATCH v3 10/18] KVM: arm64: Restore hyp when panicking in guest context, Andrew Scull
- [PATCH v3 09/18] KVM: arm64: Update context references from host to hyp, Andrew Scull
- [PATCH v3 11/18] KVM: arm64: Share context save and restore macros, Andrew Scull
- [PATCH v3 12/18] KVM: arm64: nVHE: Switch to hyp context for EL2, Andrew Scull
- [PATCH v3 13/18] KVM: arm64: nVHE: Handle hyp panics, Andrew Scull
- [PATCH v3 14/18] smccc: Cast arguments to unsigned long, Andrew Scull
- [PATCH v3 15/18] KVM: arm64: nVHE: Pass pointers consistently to hyp-init, Andrew Scull
- [PATCH v3 16/18] KVM: arm64: nVHE: Migrate hyp interface to SMCCC, Andrew Scull
- [PATCH v3 17/18] KVM: arm64: nVHE: Migrate hyp-init to SMCCC, Andrew Scull
- [PATCH v3 18/18] KVM: arm64: nVHE: Fix pointers during SMCCC convertion, Andrew Scull
- [PATCH v2 00/10] Independent per-CPU data section for nVHE,
David Brazdil
- [PATCH v2 01/10] Macros to override naming of percpu symbols and sections, David Brazdil
- [PATCH v2 02/10] kvm: arm64: Partially link nVHE hyp code, simplify HYPCOPY, David Brazdil
- [PATCH v2 03/10] kvm: arm64: Remove __hyp_this_cpu_read, David Brazdil
- [PATCH v2 04/10] kvm: arm64: Remove hyp_adr/ldr_this_cpu, David Brazdil
- [PATCH v2 05/10] kvm: arm64: Add helpers for accessing nVHE hyp per-cpu vars, David Brazdil
- [PATCH v2 06/10] kvm: arm64: Duplicate arm64_ssbd_callback_required for nVHE hyp, David Brazdil
- [PATCH v2 07/10] kvm: arm64: Create separate instances of kvm_host_data for VHE/nVHE, David Brazdil
- [PATCH v2 08/10] kvm: arm64: Mark hyp stack pages reserved, David Brazdil
- [PATCH v2 09/10] kvm: arm64: Set up hyp percpu data for nVHE, David Brazdil
- [PATCH v2 10/10] kvm: arm64: Remove unnecessary hyp mappings, David Brazdil
- Re: [PATCH v2 00/10] Independent per-CPU data section for nVHE, Will Deacon
- [PATCH] KVM: arm64: Fix address truncation in traces, Marc Zyngier
- [PATCH 0/2] KVM: arm64: user_mem_abort() improvements,
Alexandru Elisei
- [kvm-unit-tests RFC 0/4] KVM: arm64: Statistical Profiling Extension Tests,
Eric Auger
- [PATCHv2 1/2] arm64/relocate_kernel: remove redundant code,
Pingfan Liu
- [PATCH] arm64: fix some spelling mistakes in the comments by codespell,
Xiaoming Ni
- [PATCH v3 00/21] KVM: arm64: Rewrite page-table code and fault handling,
Will Deacon
- [PATCH v3 01/21] KVM: arm64: Remove kvm_mmu_free_memory_caches(), Will Deacon
- [PATCH v3 02/21] KVM: arm64: Add stand-alone page-table walker infrastructure, Will Deacon
- [PATCH v3 03/21] KVM: arm64: Add support for creating kernel-agnostic stage-1 page tables, Will Deacon
- [PATCH v3 04/21] KVM: arm64: Use generic allocator for hyp stage-1 page-tables, Will Deacon
- [PATCH v3 05/21] KVM: arm64: Add support for creating kernel-agnostic stage-2 page tables, Will Deacon
- [PATCH v3 06/21] KVM: arm64: Add support for stage-2 map()/unmap() in generic page-table, Will Deacon
- [PATCH v3 07/21] KVM: arm64: Convert kvm_phys_addr_ioremap() to generic page-table API, Will Deacon
- [PATCH v3 08/21] KVM: arm64: Convert kvm_set_spte_hva() to generic page-table API, Will Deacon
- [PATCH v3 09/21] KVM: arm64: Convert unmap_stage2_range() to generic page-table API, Will Deacon
- [PATCH v3 10/21] KVM: arm64: Add support for stage-2 page-aging in generic page-table, Will Deacon
- [PATCH v3 11/21] KVM: arm64: Convert page-aging and access faults to generic page-table API, Will Deacon
- [PATCH v3 12/21] KVM: arm64: Add support for stage-2 write-protect in generic page-table, Will Deacon
- [PATCH v3 13/21] KVM: arm64: Convert write-protect operation to generic page-table API, Will Deacon
- [PATCH v3 14/21] KVM: arm64: Add support for stage-2 cache flushing in generic page-table, Will Deacon
- [PATCH v3 16/21] KVM: arm64: Add support for relaxing stage-2 perms in generic page-table code, Will Deacon
- [PATCH v3 15/21] KVM: arm64: Convert memslot cache-flushing code to generic page-table API, Will Deacon
- [PATCH v3 17/21] KVM: arm64: Convert user_mem_abort() to generic page-table API, Will Deacon
- [PATCH v3 18/21] KVM: arm64: Check the pgt instead of the pgd when modifying page-table, Will Deacon
- [PATCH v3 19/21] KVM: arm64: Remove unused page-table code, Will Deacon
- [PATCH v3 20/21] KVM: arm64: Remove unused 'pgd' field from 'struct kvm_s2_mmu', Will Deacon
- [PATCH v3 21/21] KVM: arm64: Don't constrain maximum IPA size based on host configuration, Will Deacon
- Re: [PATCH v3 00/21] KVM: arm64: Rewrite page-table code and fault handling, Alexandru Elisei
- Re: [PATCH v3 00/21] KVM: arm64: Rewrite page-table code and fault handling, Gavin Shan
- Re: [PATCH v3 00/21] KVM: arm64: Rewrite page-table code and fault handling, Will Deacon
- [PATCH 1/2] arm64/kvm: Drop unnecessary check in kvm_vcpu_preferred_target(),
Gavin Shan
- [PATCH stable 4.9 v3 0/2] arm64: entry: Place an SB sequence following an ERET instruction,
Florian Fainelli
- [PATCH stable 4.14 v2 0/2] arm64: entry: Place an SB sequence following an ERET instruction,
Florian Fainelli
- [PATCH stable 4.19 v2 0/2] arm64: entry: Place an SB sequence following an ERET instruction,
Florian Fainelli
- [PATCH] arm64/kvm: Fix zapping stage2 page table wrongly,
Gavin Shan
- [PATCH v2 00/20] Introduce separate nVHE hyp context,
Andrew Scull
- [PATCH v2 01/20] KVM: arm64: Remove __activate_vm wrapper, Andrew Scull
- [PATCH v2 02/20] KVM: arm64: Remove hyp_panic arguments, Andrew Scull
- [PATCH v2 03/20] KVM: arm64: Remove kvm_host_data_t typedef, Andrew Scull
- [PATCH v2 04/20] KVM: arm64: Restrict symbol aliasing to outside nVHE, Andrew Scull
- [PATCH v2 05/20] KVM: arm64: Save chosen hyp vector to a percpu variable, Andrew Scull
- [PATCH v2 06/20] KVM: arm64: nVHE: Use separate vector for the host, Andrew Scull
- [PATCH v2 07/20] KVM: arm64: nVHE: Don't consume host SErrors with ESB, Andrew Scull
- [PATCH v2 08/20] KVM: arm64: Preserve host DISR_EL1, Andrew Scull
- [PATCH v2 09/20] KVM: arm64: Introduce hyp context, Andrew Scull
- [PATCH v2 10/20] KVM: arm64: Update context references from host to hyp, Andrew Scull
- [PATCH v2 11/20] KVM: arm64: Restore hyp when panicking in guest context, Andrew Scull
- [PATCH v2 12/20] KVM: arm64: Share context save and restore macros, Andrew Scull
- [PATCH v2 13/20] KVM: arm64: nVHE: Switch to hyp context for EL2, Andrew Scull
- [PATCH v2 15/20] smccc: Cast arguments to unsigned long, Andrew Scull
- [PATCH v2 14/20] KVM: arm64: nVHE: Handle hyp panics, Andrew Scull
- [PATCH v2 16/20] KVM: arm64: nVHE: Pass pointers consistently to hyp-init, Andrew Scull
- [PATCH v2 17/20] KVM: arm64: nVHE: Migrate hyp interface to SMCCC, Andrew Scull
- [PATCH v2 18/20] KVM: arm64: nVHE: Migrate hyp-init to SMCCC, Andrew Scull
- [PATCH v2 19/20] KVM: arm64: nVHE: Fix pointers during SMCCC convertion, Andrew Scull
- [PATCH v2 20/20] KVM: arm64: nVHE: Handle stub HVCs in the host loop, Andrew Scull
- [PATCH v2 0/2] irqchip/gic-v3: Support pseudo-NMIs when SCR_EL3.FIQ == 0,
Alexandru Elisei
- [PATCH v6 5/7] KVM: arm64: pmu: Make overflow handler NMI safe,
Alexandru Elisei
- [PATCH v2 00/22] KVM: arm64: Rewrite page-table code and fault handling,
Will Deacon
- [PATCH v2 01/22] KVM: arm64: Don't free memcache pages in kvm_phys_addr_ioremap(), Will Deacon
- [PATCH v2 02/22] KVM: arm64: Remove kvm_mmu_free_memory_caches(), Will Deacon
- [PATCH v2 03/22] KVM: arm64: Add stand-alone page-table walker infrastructure, Will Deacon
- [PATCH v2 04/22] KVM: arm64: Add support for creating kernel-agnostic stage-1 page tables, Will Deacon
- [PATCH v2 06/22] KVM: arm64: Add support for creating kernel-agnostic stage-2 page tables, Will Deacon
- [PATCH v2 05/22] KVM: arm64: Use generic allocator for hyp stage-1 page-tables, Will Deacon
- [PATCH v2 07/22] KVM: arm64: Add support for stage-2 map()/unmap() in generic page-table, Will Deacon
- [PATCH v2 08/22] KVM: arm64: Convert kvm_phys_addr_ioremap() to generic page-table API, Will Deacon
- [PATCH v2 09/22] KVM: arm64: Convert kvm_set_spte_hva() to generic page-table API, Will Deacon
- [PATCH v2 10/22] KVM: arm64: Convert unmap_stage2_range() to generic page-table API, Will Deacon
- [PATCH v2 11/22] KVM: arm64: Add support for stage-2 page-aging in generic page-table, Will Deacon
- [PATCH v2 12/22] KVM: arm64: Convert page-aging and access faults to generic page-table API, Will Deacon
- [PATCH v2 13/22] KVM: arm64: Add support for stage-2 write-protect in generic page-table, Will Deacon
- [PATCH v2 14/22] KVM: arm64: Convert write-protect operation to generic page-table API, Will Deacon
- [PATCH v2 15/22] KVM: arm64: Add support for stage-2 cache flushing in generic page-table, Will Deacon
- [PATCH v2 16/22] KVM: arm64: Convert memslot cache-flushing code to generic page-table API, Will Deacon
- [PATCH v2 17/22] KVM: arm64: Add support for relaxing stage-2 perms in generic page-table code, Will Deacon
- [PATCH v2 18/22] KVM: arm64: Convert user_mem_abort() to generic page-table API, Will Deacon
- [PATCH v2 19/22] KVM: arm64: Check the pgt instead of the pgd when modifying page-table, Will Deacon
- [PATCH v2 20/22] KVM: arm64: Remove unused page-table code, Will Deacon
- [PATCH v2 21/22] KVM: arm64: Remove unused 'pgd' field from 'struct kvm_s2_mmu', Will Deacon
- [PATCH v2 22/22] KVM: arm64: Don't constrain maximum IPA size based on host configuration, Will Deacon
- [PATCH v2 0/2] clocksource: arm_arch_timer: Some fixes,
Keqian Zhu
- [PATCH 0/6] Support Asynchronous Page Fault,
Gavin Shan
- [PATCH 0/2] clocksource: arm_arch_timer: Some fixes and code adjustment,
Keqian Zhu
- [PATCH v2 0/2] KVM: arm64: Some fixes and code adjustments for pvtime ST,
Keqian Zhu
- [PATCH 00/18] Support SDEI Virtualization,
Gavin Shan
- [PATCH 01/18] drivers/firmware/sdei: Retrieve event signaled property on registration, Gavin Shan
- [PATCH 02/18] drivers/firmware/sdei: Add sdei_event_get_info(), Gavin Shan
- [PATCH 03/18] arm/smccc: Introduce template for inline functions, Gavin Shan
- [PATCH 04/18] arm64/kvm: Add SDEI virtualization infrastructure, Gavin Shan
- [PATCH 05/18] arm64/kvm: Support SDEI_1_0_FN_SDEI_VERSION hypercall, Gavin Shan
- [PATCH 06/18] arm64/kvm: Support SDEI_1_0_FN_SDEI_EVENT_REGISTER, Gavin Shan
- [PATCH 07/18] arm64/kvm: Support SDEI_1_0_FN_SDEI_EVENT_{ENABLE, DISABLE} hypercall, Gavin Shan
- [PATCH 08/18] arm64/kvm: Support SDEI_1_0_FN_SDEI_EVENT_UNREGISTER hypercall, Gavin Shan
- [PATCH 09/18] arm64/kvm: Support SDEI_1_0_FN_SDEI_EVENT_STATUS hypercall, Gavin Shan
- [PATCH 10/18] arm64/kvm: Support SDEI_1_0_FN_SDEI_EVENT_GET_INFO hypercall, Gavin Shan
- [PATCH 11/18] arm64/kvm: Support SDEI_1_0_FN_SDEI_EVENT_ROUTING_SET hypercall, Gavin Shan
- [PATCH 12/18] arm64/kvm: Support SDEI_1_0_FN_SDEI_PE_{MASK, UNMASK} hypercall, Gavin Shan
- [PATCH 13/18] arm64/kvm: Support SDEI_1_0_FN_SDEI_{PRIVATE, SHARED}_RESET hypercall, Gavin Shan
- [PATCH 14/18] arm64/kvm: Implement event handler, Gavin Shan
- [PATCH 15/18] arm64/kvm: Support SDEI_1_0_FN_SDEI_EVENT_{COMPLETE, COMPLETE_AND_RESUME} hypercall, Gavin Shan
- [PATCH 16/18] arm64/kvm: Support SDEI_1_0_FN_SDEI_EVENT_CONTEXT hypercall, Gavin Shan
- [PATCH 17/18] arm64/kvm: Expose SDEI capability, Gavin Shan
- [PATCH 18/18] kvm/selftests: Add SDEI test case, Gavin Shan
- Re: [PATCH 00/18] Support SDEI Virtualization, Gavin Shan
- [RFC PATCH 0/5] KVM: arm64: Add pvtime LPT support,
Keqian Zhu
- [PATCH 0/3] KVM: arm64: Some fixes and code adjustments for pvtime ST,
Keqian Zhu
- [RFC 0/4] kvm: arm64: emulate ID registers,
Peng Liang
- [PATCH] arm(64)/kvm: improve the documentation about HVC calls,
Pingfan Liu
- [PATCH 0/2] KVM: arm64: Fix sleeping while atomic BUG() on OOM,
Will Deacon
- [GIT PULL] KVM/arm64 updates for 5.9,
Marc Zyngier
- [PATCH 01/56] KVM: arm64: Enable Address Authentication at EL2 if available, Marc Zyngier
- [PATCH 03/56] KVM: arm64: Allow PtrAuth to be enabled from userspace on non-VHE systems, Marc Zyngier
- [PATCH 02/56] KVM: arm64: Allow ARM64_PTR_AUTH when ARM64_VHE=n, Marc Zyngier
- [PATCH 04/56] KVM: arm64: Check HCR_EL2 instead of shadow copy to swap PtrAuth registers, Marc Zyngier
- [PATCH 05/56] KVM: arm64: Simplify PtrAuth alternative patching, Marc Zyngier
- [PATCH 07/56] arm64: kvm: Remove kern_hyp_va from get_vcpu_ptr, Marc Zyngier
- [PATCH 06/56] KVM: arm64: Allow in-atomic injection of SPIs, Marc Zyngier
- [PATCH 08/56] KVM: arm64: Drop the target_table[] indirection, Marc Zyngier
- [PATCH 09/56] KVM: arm64: Tolerate an empty target_table list, Marc Zyngier
- [PATCH 24/56] KVM: arm64: Duplicate hyp/timer-sr.c for VHE/nVHE, Marc Zyngier
- [PATCH 11/56] KVM: arm64: Remove target_table from exit handlers, Marc Zyngier
- [PATCH 45/56] KVM: arm64: Move SPSR_EL1 to the system register array, Marc Zyngier
- [PATCH 43/56] KVM: arm64: Move SP_EL1 to the system register array, Marc Zyngier
- [PATCH 34/56] KVM: arm64: Factor out stage 2 page table data from struct kvm, Marc Zyngier
- [PATCH 10/56] KVM: arm64: Move ACTLR_EL1 emulation to the sys_reg_descs array, Marc Zyngier
- [PATCH 56/56] KVM: arm64: Move S1PTW S2 fault logic out of io_mem_abort(), Marc Zyngier
- [PATCH 47/56] KVM: arm64: timers: Move timer registers to the sys_regs file, Marc Zyngier
- [PATCH 49/56] KVM: arm64: Make nVHE ASLR conditional on RANDOMIZE_BASE, Marc Zyngier
- [PATCH 22/56] KVM: arm64: Split hyp/debug-sr.c to VHE/nVHE, Marc Zyngier
- [PATCH 50/56] KVM: arm64: Substitute RANDOMIZE_BASE for HARDEN_EL2_VECTORS, Marc Zyngier
- [PATCH 40/56] KVM: arm64: debug: Drop useless vpcu parameter, Marc Zyngier
- [PATCH 55/56] KVM: arm64: Don't skip cache maintenance for read-only memslots, Marc Zyngier
- [PATCH 38/56] KVM: arm64: sve: Use __vcpu_sys_reg() instead of raw sys_regs access, Marc Zyngier
- [PATCH 54/56] KVM: arm64: Handle data and instruction external aborts the same way, Marc Zyngier
- [PATCH 31/56] arm64: Detect the ARMv8.4 TTL feature, Marc Zyngier
- [PATCH 42/56] KVM: arm64: Move ELR_EL1 to the system register array, Marc Zyngier
- [PATCH 46/56] KVM: arm64: timers: Rename kvm_timer_sync_hwstate to kvm_timer_sync_user, Marc Zyngier
- [PATCH 16/56] KVM: arm64: Use build-time defines in has_vhe(), Marc Zyngier
- [PATCH 44/56] KVM: arm64: Disintegrate SPSR array, Marc Zyngier
- [PATCH 36/56] KVM: arm64: Introduce accessor for ctxt->sys_reg, Marc Zyngier
- [PATCH 30/56] KVM: arm64: Rename HSR to ESR, Marc Zyngier
- [PATCH 32/56] arm64: Document SW reserved PTE/PMD bits in Stage-2 descriptors, Marc Zyngier
- [PATCH 20/56] KVM: arm64: Duplicate hyp/tlb.c for VHE/nVHE, Marc Zyngier
- [PATCH 13/56] KVM: arm64: Fix symbol dependency in __hyp_call_panic_nvhe, Marc Zyngier
- [PATCH 33/56] arm64: Add level-hinted TLB invalidation helper, Marc Zyngier
- [PATCH 39/56] KVM: arm64: pauth: Use ctxt_sys_reg() instead of raw sys_regs access, Marc Zyngier
- [PATCH 48/56] KVM: arm64: Don't use has_vhe() for CHOOSE_HYP_SYM(), Marc Zyngier
- [PATCH 27/56] KVM: arm64: Lift instrumentation restrictions on VHE, Marc Zyngier
- [PATCH 14/56] KVM: arm64: Move __smccc_workaround_1_smc to .rodata, Marc Zyngier
- [PATCH 17/56] KVM: arm64: Handle calls to prefixed hyp functions, Marc Zyngier
- [PATCH 29/56] KVM: arm64: Drop long gone function parameter documentation, Marc Zyngier
- [PATCH 41/56] KVM: arm64: Make struct kvm_regs userspace-only, Marc Zyngier
- [PATCH 15/56] KVM: arm64: Add build rules for separate VHE/nVHE object files, Marc Zyngier
- [PATCH 21/56] KVM: arm64: Split hyp/switch.c to VHE/nVHE, Marc Zyngier
- [PATCH 18/56] KVM: arm64: Build hyp-entry.S separately for VHE/nVHE, Marc Zyngier
- [PATCH 51/56] KVM: arm64: Ensure that all nVHE hyp code is in .hyp.text, Marc Zyngier
- [PATCH 28/56] KVM: arm64: vgic-its: Change default outer cacheability for {PEND, PROP}BASER, Marc Zyngier
- [PATCH 37/56] KVM: arm64: hyp: Use ctxt_sys_reg/__vcpu_sys_reg instead of raw sys_regs access, Marc Zyngier
- [PATCH 25/56] KVM: arm64: Compile remaining hyp/ files for both VHE/nVHE, Marc Zyngier
- [PATCH 35/56] KVM: arm64: Use TTL hint in when invalidating stage-2 translations, Marc Zyngier
- [PATCH 23/56] KVM: arm64: Split hyp/sysreg-sr.c to VHE/nVHE, Marc Zyngier
- [PATCH 19/56] KVM: arm64: Move hyp-init.S to nVHE, Marc Zyngier
- [PATCH 52/56] KVM: arm: Add trace name for ARM_NISV, Marc Zyngier
- [PATCH 12/56] KVM: arm64: Remove the target table, Marc Zyngier
- [PATCH 26/56] KVM: arm64: Remove __hyp_text macro, use build rules instead, Marc Zyngier
- [PATCH 53/56] KVM: arm64: Rename kvm_vcpu_dabt_isextabt(), Marc Zyngier
- Re: [GIT PULL] KVM/arm64 updates for 5.9, Paolo Bonzini
- Re: [GIT PULL] KVM/arm64 updates for 5.9, Paolo Bonzini
- [PATCH v2 0/6] KVM: arm64: pvtime: Fixes and a new cap,
Andrew Jones
- [RFC PATCH v1 0/3] put arm64 kvm_config on a diet,
Alex Bennée
- Regarding Direct Injection of Virtual LPI in ARMv8 GICv4,
Roja Eswaran
- [PATCH v4 0/3] Cortex-A77 erratum 1508412 workaround,
Rob Herring
- [kvm-unit-tests PATCH v3 00/10] arm/arm64: Add IPI/LPI/vtimer latency test,
Jingyi Wang
- [kvm-unit-tests PATCH v3 01/10] arm64: microbench: get correct ipi received num, Jingyi Wang
- [kvm-unit-tests PATCH v3 03/10] arm64: microbench: gic: Add ipi latency test for gicv4.1 support kvm, Jingyi Wang
- [kvm-unit-tests PATCH v3 02/10] arm64: microbench: Generalize ipi test names, Jingyi Wang
- [kvm-unit-tests PATCH v3 04/10] arm64: its: Handle its command queue wrapping, Jingyi Wang
- [kvm-unit-tests PATCH v3 06/10] arm64: microbench: Allow each test to specify its running times, Jingyi Wang
- [kvm-unit-tests PATCH v3 08/10] arm64: microbench: Add vtimer latency test, Jingyi Wang
- [kvm-unit-tests PATCH v3 09/10] arm64: microbench: Add test->post() to further process test results, Jingyi Wang
- [kvm-unit-tests PATCH v3 07/10] arm64: microbench: Add time limit for each individual test, Jingyi Wang
- [kvm-unit-tests PATCH v3 10/10] arm64: microbench: Add timer_post() to get actual PPI latency, Jingyi Wang
- [kvm-unit-tests PATCH v3 05/10] arm64: microbench: its: Add LPI latency test, Jingyi Wang
- Re: [kvm-unit-tests PATCH v3 00/10] arm/arm64: Add IPI/LPI/vtimer latency test, Andrew Jones
- Re: [kvm-unit-tests PATCH v3 00/10] arm/arm64: Add IPI/LPI/vtimer latency test, Andrew Jones
- Re: [kvm-unit-tests PATCH v3 00/10] arm/arm64: Add IPI/LPI/vtimer latency test, Jingyi Wang
- [PATCH 00/20] KVM: arm64: Rewrite page-table code and fault handling,
Will Deacon
- [PATCH 01/20] KVM: arm64: Add stand-alone page-table walker infrastructure, Will Deacon
- [PATCH 02/20] KVM: arm64: Add support for creating kernel-agnostic stage-1 page tables, Will Deacon
- [PATCH 03/20] KVM: arm64: Use generic allocator for hyp stage-1 page-tables, Will Deacon
- [PATCH 04/20] KVM: arm64: Add support for creating kernel-agnostic stage-2 page tables, Will Deacon
- [PATCH 05/20] KVM: arm64: Add support for stage-2 map()/unmap() in generic page-table, Will Deacon
- [PATCH 06/20] KVM: arm64: Convert kvm_phys_addr_ioremap() to generic page-table API, Will Deacon
- [PATCH 07/20] KVM: arm64: Convert kvm_set_spte_hva() to generic page-table API, Will Deacon
- [PATCH 08/20] KVM: arm64: Convert unmap_stage2_range() to generic page-table API, Will Deacon
- [PATCH 09/20] KVM: arm64: Add support for stage-2 page-aging in generic page-table, Will Deacon
- [PATCH 10/20] KVM: arm64: Convert page-aging and access faults to generic page-table API, Will Deacon
- [PATCH 11/20] KVM: arm64: Add support for stage-2 write-protect in generic page-table, Will Deacon
- [PATCH 12/20] KVM: arm64: Convert write-protect operation to generic page-table API, Will Deacon
- [PATCH 13/20] KVM: arm64: Add support for stage-2 cache flushing in generic page-table, Will Deacon
- [PATCH 15/20] KVM: arm64: Add support for relaxing stage-2 perms in generic page-table code, Will Deacon
- [PATCH 14/20] KVM: arm64: Convert memslot cache-flushing code to generic page-table API, Will Deacon
- [PATCH 16/20] KVM: arm64: Convert user_mem_abort() to generic page-table API, Will Deacon
- [PATCH 17/20] KVM: arm64: Check the cookie instead of the pgd when modifying page-table, Will Deacon
- [PATCH 19/20] KVM: arm64: Remove unused 'pgd' field from 'struct kvm_s2_mmu', Will Deacon
[Index of Archives]
[Linux KVM]
[Libvirt Users]
[CentOS Virtualization]
[Linux USB Devel]
[Big List of Linux Books]
[Linux SCSI]
[Linux Modules]
[Yosemite Forum]