Linux KVM for ARM
[Prev Page][Next Page]
- Re: Potential deadlock in vgic, (continued)
- [PATCHv4 00/10] ARMv8.3 pointer authentication userspace support,
Mark Rutland
- [PATCHv4 01/10] arm64: add pointer authentication register bits, Mark Rutland
- [PATCHv4 02/10] arm64/kvm: consistently handle host HCR_EL2 flags, Mark Rutland
- [PATCHv4 04/10] arm64: Don't trap host pointer auth use to EL2, Mark Rutland
- [PATCHv4 03/10] arm64/kvm: hide ptrauth from guests, Mark Rutland
- [PATCHv4 05/10] arm64/cpufeature: detect pointer authentication, Mark Rutland
- [PATCHv4 06/10] arm64: add basic pointer authentication support, Mark Rutland
- [PATCHv4 09/10] arm64: enable pointer authentication, Mark Rutland
- [PATCHv4 08/10] arm64: perf: strip PAC when unwinding userspace, Mark Rutland
- [PATCHv4 07/10] arm64: expose user PAC bit positions via ptrace, Mark Rutland
- [PATCHv4 10/10] arm64: docs: document pointer authentication, Mark Rutland
- Re: [PATCHv4 00/10] ARMv8.3 pointer authentication userspace support, Will Deacon
- [PATCH] KVM: arm64: Fix order of vcpu_write_sys_reg() arguments,
James Morse
- [PATCH 1/1] KVM: arm/arm64: vgic_init: Cleanup reference to process_maintenance, Valentin Schneider
- [PATCH] KVM: arm/arm64: fix unaligned hva start and end in handle_hva_to_gpa,
Jia He
- [PATCH v2 0/4] KVM: Support PUD hugepages at stage 2,
Punit Agrawal
- [PATCH v6 00/12] KVM: arm/arm64: Allow multiple GICv3 redistributor regions,
Eric Auger
- [PATCH v6 01/12] KVM: arm/arm64: Set dist->spis to NULL after kfree, Eric Auger
- [PATCH v6 02/12] KVM: arm/arm64: Document KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION, Eric Auger
- [PATCH v6 03/12] KVM: arm/arm64: Replace the single rdist region by a list, Eric Auger
- [PATCH v6 04/12] KVM: arm/arm64: Helper to locate free rdist index, Eric Auger
- [PATCH v6 05/12] KVM: arm/arm64: Revisit Redistributor TYPER last bit computation, Eric Auger
- [PATCH v6 06/12] KVM: arm/arm64: Adapt vgic_v3_check_base to multiple rdist regions, Eric Auger
- [PATCH v6 07/12] KVM: arm/arm64: Helper to register a new redistributor region, Eric Auger
- [PATCH v6 09/12] KVM: arm/arm64: Check all vcpu redistributors are set on map_resources, Eric Auger
- [PATCH v6 08/12] KVM: arm/arm64: Check vcpu redist base before registering an iodev, Eric Auger
- [PATCH v6 10/12] KVM: arm/arm64: Add KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION, Eric Auger
- [PATCH v6 11/12] KVM: arm/arm64: Implement KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION, Eric Auger
- [PATCH v6 12/12] KVM: arm/arm64: Bump VGIC_V3_MAX_CPUS to 512, Eric Auger
- Re: [PATCH v6 00/12] KVM: arm/arm64: Allow multiple GICv3 redistributor regions, Marc Zyngier
- [PATCH v5 00/12] KVM: arm/arm64: Allow multiple GICv3 redistributor regions,
Eric Auger
- [PATCH v5 01/12] KVM: arm/arm64: Set dist->spis to NULL after kfree, Eric Auger
- [PATCH v5 02/12] KVM: arm/arm64: Document KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION, Eric Auger
- [PATCH v5 03/12] KVM: arm/arm64: Replace the single rdist region by a list, Eric Auger
- [PATCH v5 04/12] KVM: arm/arm64: Helper to locate free rdist index, Eric Auger
- [PATCH v5 05/12] KVM: arm/arm64: Revisit Redistributor TYPER last bit computation, Eric Auger
- [PATCH v5 07/12] KVM: arm/arm64: Helper to register a new redistributor region, Eric Auger
- [PATCH v5 08/12] KVM: arm/arm64: Check vcpu redist base before registering an iodev, Eric Auger
- [PATCH v5 10/12] KVM: arm/arm64: Add KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION, Eric Auger
- [PATCH v5 09/12] KVM: arm/arm64: Check all vcpu redistributors are set on map_resources, Eric Auger
- [PATCH v5 06/12] KVM: arm/arm64: Adapt vgic_v3_check_base to multiple rdist regions, Eric Auger
- [PATCH v5 11/12] KVM: arm/arm64: Implement KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION, Eric Auger
- [PATCH v5 12/12] KVM: arm/arm64: Bump VGIC_V3_MAX_CPUS to 512, Eric Auger
- [PATCH v3 00/12] APEI in_nmi() rework and arm64 SDEI wire-up,
James Morse
- [PATCH v3 01/12] ACPI / APEI: Move the estatus queue code up, and under its own ifdef, James Morse
- [PATCH v3 02/12] ACPI / APEI: Generalise the estatus queue's add/remove and notify code, James Morse
- [PATCH v3 03/12] ACPI / APEI: don't wait to serialise with oops messages when panic()ing, James Morse
- [PATCH v3 04/12] ACPI / APEI: Switch NOTIFY_SEA to use the estatus queue, James Morse
- [PATCH v3 05/12] KVM: arm/arm64: Add kvm_ras.h to collect kvm specific RAS plumbing, James Morse
- [PATCH v3 06/12] arm64: KVM/mm: Move SEA handling behind a single 'claim' interface, James Morse
- [PATCH v3 07/12] ACPI / APEI: Make the nmi_fixmap_idx per-ghes to allow multiple in_nmi() users, James Morse
- [PATCH v3 08/12] ACPI / APEI: Split fixmap pages for arm64 NMI-like notifications, James Morse
- [PATCH v3 09/12] firmware: arm_sdei: Add ACPI GHES registration helper, James Morse
- [PATCH v3 10/12] ACPI / APEI: Add support for the SDEI GHES Notification type, James Morse
- [PATCH v3 11/12] mm/memory-failure: increase queued recovery work's priority, James Morse
- [PATCH v3 12/12] arm64: acpi: Make apei_claim_sea() synchronise with APEI's irq work, James Morse
- Re: [PATCH v3 00/12] APEI in_nmi() rework and arm64 SDEI wire-up, Tyler Baicar
- [PATCH] arm64: vgic-v2: Fix proxying of cpuif access,
Marc Zyngier
- [PATCH] KVM: arm/arm64: vgic: Fix source vcpu issues for GICv2 SGI, Marc Zyngier
- [PATCH v4 00/12] KVM: arm/arm64: Allow multiple GICv3 redistributor regions,
Eric Auger
- Re: [PATCH v4 00/12] KVM: arm/arm64: Allow multiple GICv3 redistributor regions, Auger Eric
- <Possible follow-ups>
- [PATCH v4 00/12] KVM: arm/arm64: Allow multiple GICv3 redistributor regions, Eric Auger
- [PATCH v4 01/12] KVM: arm/arm64: Set dist->spis to NULL after kfree, Eric Auger
- [PATCH v4 02/12] KVM: arm/arm64: Document KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION, Eric Auger
- [PATCH v4 03/12] KVM: arm/arm64: Replace the single rdist region by a list, Eric Auger
- [PATCH v4 04/12] KVM: arm/arm64: Helper to locate free rdist index, Eric Auger
- [PATCH v4 05/12] KVM: arm/arm64: Revisit Redistributor TYPER last bit computation, Eric Auger
- [PATCH v4 06/12] KVM: arm/arm64: Adapt vgic_v3_check_base to multiple rdist regions, Eric Auger
- [PATCH v4 08/12] KVM: arm/arm64: Check vcpu redist base before registering an iodev, Eric Auger
- [PATCH v4 07/12] KVM: arm/arm64: Helper to register a new redistributor region, Eric Auger
- [PATCH v4 09/12] KVM: arm/arm64: Check all vcpu redistributors are set on map_resources, Eric Auger
- [PATCH v4 10/12] KVM: arm/arm64: Add KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION, Eric Auger
- [PATCH v4 11/12] KVM: arm/arm64: Implement KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION, Eric Auger
- [PATCH v4 12/12] KVM: arm/arm64: Bump VGIC_V3_MAX_CPUS to 512, Eric Auger
- [PATCH 0/3] arm64/kvm spectre-v1 fixes,
Mark Rutland
- [PATCH kvmtool 0/3] arm/gic: minor fixes to ITS and GICv2m,
Andre Przywara
- Migration with directly assigned devices is possible?,
Jintack Lim
- [RFC PATCH 0/8] KVM: arm64: Optimise FPSIMD context switching,
Dave Martin
- [PATCH 0/5] KVM/arm fixes for 4.17-rc2,
Marc Zyngier
- [RFC PATCH v3 00/15] khwasan: kernel hardware assisted address sanitizer,
Andrey Konovalov
- [RFC PATCH v3 01/15] khwasan: move common kasan and khwasan code to common.c, Andrey Konovalov
- [RFC PATCH v3 02/15] khwasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_HW, Andrey Konovalov
- [RFC PATCH v3 03/15] khwasan, arm64: adjust shadow size for CONFIG_KASAN_HW, Andrey Konovalov
- [RFC PATCH v3 05/15] khwasan, arm64: untag virt address in __kimg_to_phys, Andrey Konovalov
- [RFC PATCH v3 04/15] khwasan: initialize shadow to 0xff, Andrey Konovalov
- [RFC PATCH v3 06/15] khwasan, arm64: fix up fault handling logic, Andrey Konovalov
- [RFC PATCH v3 07/15] khwasan: add tag related helper functions, Andrey Konovalov
- [RFC PATCH v3 08/15] khwasan, arm64: enable top byte ignore for the kernel, Andrey Konovalov
- [RFC PATCH v3 11/15] khwasan: add bug reporting routines, Andrey Konovalov
- [RFC PATCH v3 09/15] khwasan, mm: perform untagged pointers comparison in krealloc, Andrey Konovalov
- [RFC PATCH v3 12/15] khwasan: add hooks implementation, Andrey Konovalov
- [RFC PATCH v3 10/15] khwasan: split out kasan_report.c from report.c, Andrey Konovalov
- [RFC PATCH v3 13/15] khwasan, arm64: add brk handler for inline instrumentation, Andrey Konovalov
- [RFC PATCH v3 14/15] khwasan, mm, arm64: tag non slab memory allocated via pagealloc, Andrey Konovalov
- [RFC PATCH v3 15/15] khwasan: update kasan documentation, Andrey Konovalov
- [PATCH 0/4] KVM: Support PUD hugepages at stage 2,
Punit Agrawal
- Clang arm64 build is broken,
Andrey Konovalov
- [PATCH] kvm: Change return type to vm_fault_t,
Souptick Joarder
- [PATCHv3 00/11] ARMv8.3 pointer authentication userspace support,
Mark Rutland
- [PATCHv3 01/11] arm64: add pointer authentication register bits, Mark Rutland
- [PATCHv3 02/11] arm64/kvm: consistently handle host HCR_EL2 flags, Mark Rutland
- [PATCHv3 03/11] arm64/kvm: hide ptrauth from guests, Mark Rutland
- [PATCHv3 04/11] arm64: Don't trap host pointer auth use to EL2, Mark Rutland
- [PATCHv3 05/11] arm64/cpufeature: detect pointer authentication, Mark Rutland
- [PATCHv3 06/11] asm-generic: mm_hooks: allow hooks to be overridden individually, Mark Rutland
- [PATCHv3 07/11] arm64: add basic pointer authentication support, Mark Rutland
- [PATCHv3 08/11] arm64: expose user PAC bit positions via ptrace, Mark Rutland
- [PATCHv3 09/11] arm64: perf: strip PAC when unwinding userspace, Mark Rutland
- [PATCHv3 10/11] arm64: enable pointer authentication, Mark Rutland
- [PATCHv3 11/11] arm64: docs: document pointer authentication, Mark Rutland
- [PATCH] KVM: arm/arm64: VGIC: Kick new VCPU on interrupt migration,
Andre Przywara
- [PATCH] arm64: KVM: Demote SVE and LORegion warnings to debug only,
Marc Zyngier
- [PATCH] MAINTAINERS: Update e-mail address for Christoffer Dall,
Christoffer Dall
- [PATCH v3 00/12] KVM: arm/arm64: Allow multiple GICv3 redistributor regions,
Eric Auger
- [PATCH v3 01/12] KVM: arm/arm64: Set dist->spis to NULL after kfree, Eric Auger
- [PATCH v3 02/12] KVM: arm/arm64: Document KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION, Eric Auger
- [PATCH v3 03/12] KVM: arm/arm64: Replace the single rdist region by a list, Eric Auger
- [PATCH v3 04/12] KVM: arm/arm64: Helper to locate free rdist index, Eric Auger
- [PATCH v3 05/12] KVM: arm/arm64: Revisit Redistributor TYPER last bit computation, Eric Auger
- [PATCH v3 06/12] KVM: arm/arm64: Helper to register a new redistributor region, Eric Auger
- [PATCH v3 08/12] KVM: arm/arm64: Check vcpu redist base before registering an iodev, Eric Auger
- [PATCH v3 07/12] KVM: arm/arm64: Adapt vgic_v3_check_base to multiple rdist regions, Eric Auger
- [PATCH v3 10/12] KVM: arm/arm64: Add KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION, Eric Auger
- [PATCH v3 09/12] KVM: arm/arm64: Check all vcpu redistributors are set on map_resources, Eric Auger
- [PATCH v3 11/12] KVM: arm/arm64: Implement KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION, Eric Auger
- [PATCH v3 12/12] KVM: arm/arm64: Bump VGIC_V3_MAX_CPUS to 512, Eric Auger
- [PATCH 0/6] KASan for arm,
Abbott Liu
- [PATCH] vhost: Fix vhost_copy_to_user(),
Eric Auger
- Compiling KVM/ARM as a separate kernel module.,
Mike Bazov
- [PATCH] KVM: arm/arm64: Close VMID generation race,
Marc Zyngier
- [PATCH v11 0/4] set VSESR_EL2 by user space and support NOTIFY_SEI notification,
Dongjiu Geng
- [RFC PATCH v3 0/4] KVM: arm64: Optimise FPSIMD context switching,
Dave Martin
- Re: [PATCH v3 2/6] Disable instrumentation for some code, Liuwenliang (Abbott Liu)
- [PATCH] ARM64: KVM: use lm_alias() for kvm_ksym_ref(), Mark Rutland
- [RFC PATCH v2 0/3] KVM: arm64: Optimise FPSIMD context switching,
Dave Martin
- [PATCH] kvm: arm: remove BUG(preemptible()) check,
Sebastian Andrzej Siewior
- [PATCH v3 0/6] KASan for arm,
Abbott Liu
- [PATCH] kvm : arm/arm64 : fix some warningg, Peng Hao
- How to participate in development,
Denis Obrezkov
- [PATCH] KVM: ARM: updtae the VMID generation logic,
Shannon Zhao
- [GIT PULL] KVM/ARM updates for v4.17,
Marc Zyngier
- [PATCH 01/85] KVM: arm/arm64: Fix arch timers with userspace irqchips, Marc Zyngier
- [PATCH 02/85] ARM: kvm: fix building with gcc-8, Marc Zyngier
- [PATCH 03/85] arm64/kvm: Prohibit guest LOR accesses, Marc Zyngier
- [PATCH 04/85] arm64: KVM: Move CPU ID reg trap setup off the world switch path, Marc Zyngier
- [PATCH 05/85] KVM: arm64: Enable the EL1 physical timer for AArch32 guests, Marc Zyngier
- [PATCH 06/85] KVM: arm: Enable emulation of the physical timer, Marc Zyngier
- [PATCH 07/85] KVM: arm/arm64: No need to zero CNTVOFF in kvm_timer_vcpu_put() for VHE, Marc Zyngier
- [PATCH 08/85] KVM: arm/arm64: vgic: Add missing irq_lock to vgic_mmio_read_pending, Marc Zyngier
- [PATCH 09/85] KVM: arm/arm64: Avoid vcpu_load for other vcpu ioctls than KVM_RUN, Marc Zyngier
- [PATCH 10/85] KVM: arm/arm64: Reset mapped IRQs on VM reset, Marc Zyngier
- [PATCH 11/85] KVM: arm/arm64: Reduce verbosity of KVM init log, Marc Zyngier
- [PATCH 13/85] kvm: arm/arm64: vgic-v3: Tighten synchronization for guests using v2 on v3, Marc Zyngier
- [PATCH 12/85] KVM: arm/arm64: vgic: Don't populate multiple LRs with the same vintid, Marc Zyngier
- [PATCH 14/85] KVM: arm/arm64: Avoid vcpu_load for other vcpu ioctls than KVM_RUN, Marc Zyngier
- [PATCH 15/85] KVM: arm/arm64: Move vcpu_load call after kvm_vcpu_first_run_init, Marc Zyngier
- [PATCH 16/85] KVM: arm64: Avoid storing the vcpu pointer on the stack, Marc Zyngier
- [PATCH 18/85] KVM: arm64: Move HCR_INT_OVERRIDE to default HCR_EL2 guest flag, Marc Zyngier
- [PATCH 19/85] KVM: arm/arm64: Get rid of vcpu->arch.irq_lines, Marc Zyngier
- [PATCH 17/85] KVM: arm64: Rework hyp_panic for VHE and non-VHE, Marc Zyngier
- [PATCH 20/85] KVM: arm/arm64: Add kvm_vcpu_load_sysregs and kvm_vcpu_put_sysregs, Marc Zyngier
- [PATCH 22/85] KVM: arm64: Move debug dirty flag calculation out of world switch, Marc Zyngier
- [PATCH 21/85] KVM: arm/arm64: Introduce vcpu_el1_is_32bit, Marc Zyngier
- [PATCH 23/85] KVM: arm64: Slightly improve debug save/restore functions, Marc Zyngier
- [PATCH 25/85] KVM: arm64: Factor out fault info population and gic workarounds, Marc Zyngier
- [PATCH 26/85] KVM: arm64: Introduce VHE-specific kvm_vcpu_run, Marc Zyngier
- [PATCH 24/85] KVM: arm64: Improve debug register save/restore flow, Marc Zyngier
- [PATCH 27/85] KVM: arm64: Remove kern_hyp_va() use in VHE switch function, Marc Zyngier
- [PATCH 28/85] KVM: arm64: Don't deactivate VM on VHE systems, Marc Zyngier
- [PATCH 29/85] KVM: arm64: Remove noop calls to timer save/restore from VHE switch, Marc Zyngier
- [PATCH 30/85] KVM: arm64: Move userspace system registers into separate function, Marc Zyngier
- [PATCH 31/85] KVM: arm64: Rewrite sysreg alternatives to static keys, Marc Zyngier
- [PATCH 32/85] KVM: arm64: Introduce separate VHE/non-VHE sysreg save/restore functions, Marc Zyngier
- [PATCH 33/85] KVM: arm/arm64: Remove leftover comment from kvm_vcpu_run_vhe, Marc Zyngier
- [PATCH 34/85] KVM: arm64: Unify non-VHE host/guest sysreg save and restore functions, Marc Zyngier
- [PATCH 35/85] KVM: arm64: Don't save the host ELR_EL2 and SPSR_EL2 on VHE systems, Marc Zyngier
- [PATCH 36/85] KVM: arm64: Change 32-bit handling of VM system registers, Marc Zyngier
- [PATCH 37/85] KVM: arm64: Rewrite system register accessors to read/write functions, Marc Zyngier
- [PATCH 38/85] KVM: arm64: Introduce framework for accessing deferred sysregs, Marc Zyngier
- [PATCH 39/85] KVM: arm/arm64: Prepare to handle deferred save/restore of SPSR_EL1, Marc Zyngier
- [PATCH 40/85] KVM: arm64: Prepare to handle deferred save/restore of ELR_EL1, Marc Zyngier
- [PATCH 41/85] KVM: arm64: Defer saving/restoring 64-bit sysregs to vcpu load/put on VHE, Marc Zyngier
- [PATCH 42/85] KVM: arm64: Prepare to handle deferred save/restore of 32-bit registers, Marc Zyngier
- [PATCH 43/85] KVM: arm64: Defer saving/restoring 32-bit sysregs to vcpu load/put, Marc Zyngier
- [PATCH 44/85] KVM: arm64: Move common VHE/non-VHE trap config in separate functions, Marc Zyngier
- [PATCH 45/85] KVM: arm64: Directly call VHE and non-VHE FPSIMD enabled functions, Marc Zyngier
- [PATCH 47/85] KVM: arm64: Cleanup __activate_traps and __deactive_traps for VHE and non-VHE, Marc Zyngier
- [PATCH 46/85] KVM: arm64: Configure c15, PMU, and debug register traps on cpu load/put for VHE, Marc Zyngier
- [PATCH 48/85] KVM: arm/arm64: Get rid of vgic_elrsr, Marc Zyngier
- [PATCH 49/85] KVM: arm/arm64: Handle VGICv2 save/restore from the main VGIC code, Marc Zyngier
- [PATCH 50/85] KVM: arm/arm64: Move arm64-only vgic-v2-sr.c file to arm64, Marc Zyngier
- [PATCH 51/85] KVM: arm/arm64: Handle VGICv3 save/restore from the main VGIC code on VHE, Marc Zyngier
- [PATCH 52/85] KVM: arm/arm64: Move VGIC APR save/restore to vgic put/load, Marc Zyngier
- [PATCH 53/85] KVM: arm/arm64: Avoid VGICv3 save/restore on VHE with no IRQs, Marc Zyngier
- [PATCH 54/85] arm64: alternatives: Add dynamic patching feature, Marc Zyngier
- [PATCH 55/85] arm64: insn: Add N immediate encoding, Marc Zyngier
- [PATCH 57/85] arm64: KVM: Dynamically patch the kernel/hyp VA mask, Marc Zyngier
- [PATCH 56/85] arm64: insn: Add encoder for bitwise operations using literals, Marc Zyngier
- [PATCH 58/85] arm64: cpufeatures: Drop the ARM64_HYP_OFFSET_LOW feature flag, Marc Zyngier
- [PATCH 59/85] KVM: arm/arm64: Do not use kern_hyp_va() with kvm_vgic_global_state, Marc Zyngier
- [PATCH 60/85] KVM: arm/arm64: Demote HYP VA range display to being a debug feature, Marc Zyngier
- [PATCH 61/85] KVM: arm/arm64: Move ioremap calls to create_hyp_io_mappings, Marc Zyngier
- [PATCH 62/85] KVM: arm/arm64: Keep GICv2 HYP VAs in kvm_vgic_global_state, Marc Zyngier
- [PATCH 63/85] KVM: arm/arm64: Fix idmap size and alignment, Marc Zyngier
- [PATCH 66/85] arm64; insn: Add encoder for the EXTR instruction, Marc Zyngier
- [PATCH 65/85] KVM: arm/arm64: Move HYP IO VAs to the "idmap" range, Marc Zyngier
- [PATCH 64/85] KVM: arm64: Fix HYP idmap unmap when using 52bit PA, Marc Zyngier
- [PATCH 67/85] arm64: insn: Allow ADD/SUB (immediate) with LSL #12, Marc Zyngier
- [PATCH 68/85] arm64: KVM: Dynamically compute the HYP VA mask, Marc Zyngier
- [PATCH 69/85] arm64: KVM: Introduce EL2 VA randomisation, Marc Zyngier
- [PATCH 70/85] arm64: Update the KVM memory map documentation, Marc Zyngier
- [PATCH 71/85] arm64: KVM: Move vector offsetting from hyp-init.S to kvm_get_hyp_vector, Marc Zyngier
- [PATCH 72/85] arm64: KVM: Move stashing of x0/x1 into the vector code itself, Marc Zyngier
- [PATCH 73/85] arm64: KVM: Move BP hardening vectors into .hyp.text section, Marc Zyngier
- [PATCH 74/85] arm64: KVM: Reserve 4 additional instructions in the BPI template, Marc Zyngier
- [PATCH 75/85] arm64: KVM: Allow far branches from vector slots to the main vectors, Marc Zyngier
- [PATCH 76/85] arm/arm64: KVM: Introduce EL2-specific executable mappings, Marc Zyngier
- [PATCH 77/85] arm64: Make BP hardening slot counter available, Marc Zyngier
- [PATCH 78/85] arm64: KVM: Allow mapping of vectors outside of the RAM region, Marc Zyngier
- [PATCH 79/85] arm64: Enable ARM64_HARDEN_EL2_VECTORS on Cortex-A57 and A72, Marc Zyngier
- [PATCH 80/85] KVM: arm: Reserve bit in KVM_REG_ARM encoding for secure/nonsecure, Marc Zyngier
- [PATCH 81/85] arm64: KVM: Use SMCCC_ARCH_WORKAROUND_1 for Falkor BP hardening, Marc Zyngier
- [PATCH 82/85] KVM: arm/arm64: vgic: Disallow Active+Pending for level interrupts, Marc Zyngier
- [PATCH 83/85] KVM: arm/arm64: vgic-its: Fix potential overrun in vgic_copy_lpi_list, Marc Zyngier
- [PATCH 84/85] Revert "arm64: KVM: Use SMCCC_ARCH_WORKAROUND_1 for Falkor BP hardening", Marc Zyngier
- [PATCH 85/85] arm64: Add temporary ERRATA_MIDR_ALL_VERSIONS compatibility macro, Marc Zyngier
- Re: [GIT PULL] KVM/ARM updates for v4.17, Radim Krčmář
- [RFC v2 00/12] KVM: arm/arm64: Allow multiple GICv3 redistributor regions,
Eric Auger
- [RFC v2 01/12] KVM: arm/arm64: Set dist->spis to NULL after kfree, Eric Auger
- [RFC v2 02/12] KVM: arm/arm64: Document KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION, Eric Auger
- [RFC v2 03/12] KVM: arm/arm64: Replace the single rdist region by a list, Eric Auger
- [RFC v2 04/12] KVM: arm/arm64: Helper to locate free rdist index, Eric Auger
- [RFC v2 08/12] KVM: arm/arm64: Check vcpu redist base before registering an iodev, Eric Auger
- [RFC v2 07/12] KVM: arm/arm64: Adapt vgic_v3_check_base to multiple rdist regions, Eric Auger
- [RFC v2 05/12] KVM: arm/arm64: Revisit Redistributor TYPER last bit computation, Eric Auger
- [RFC v2 06/12] KVM: arm/arm64: Helper to register a new redistributor region, Eric Auger
- [RFC v2 09/12] KVM: arm/arm64: Check all vcpu redistributors are set on map_resources, Eric Auger
- [RFC v2 10/12] KVM: arm/arm64: Add KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION, Eric Auger
- [RFC v2 11/12] KVM: arm/arm64: Implement KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION, Eric Auger
- [RFC v2 12/12] KVM: arm/arm64: Bump VGIC_V3_MAX_CPUS to 512, Eric Auger
- [PATCH v2 00/17] kvm: arm64: Dynamic & 52bit IPA support,
Suzuki K Poulose
- [PATCH v2 01/17] virtio: mmio-v1: Validate queue PFN, Suzuki K Poulose
- [PATCH v2 02/17] virtio: pci-legacy: Validate queue pfn, Suzuki K Poulose
- [PATCH v2 03/17] arm64: Make page table helpers reusable, Suzuki K Poulose
- [PATCH v2 04/17] arm64: Refactor pud_huge for reusability, Suzuki K Poulose
- [PATCH v2 06/17] kvm: arm/arm64: Fix stage2_flush_memslot for 4 level page table, Suzuki K Poulose
- [PATCH v2 05/17] arm64: Helper for parange to PASize, Suzuki K Poulose
- [PATCH v2 07/17] kvm: arm/arm64: Remove spurious WARN_ON, Suzuki K Poulose
- [PATCH v2 09/17] kvm: arm64: Make stage2 page table layout dynamic, Suzuki K Poulose
- [PATCH v2 08/17] kvm: arm/arm64: Prepare for VM specific stage2 translations, Suzuki K Poulose
- [PATCH v2 10/17] kvm: arm64: Dynamic configuration of VTCR and VTTBR mask, Suzuki K Poulose
- [PATCH v2 11/17] kvm: arm64: Configure VTCR per VM, Suzuki K Poulose
- [PATCH v2 12/17] kvm: arm/arm64: Expose supported physical address limit for VM, Suzuki K Poulose
- [PATCH v2 13/17] kvm: arm/arm64: Allow tuning the physical address size for VM, Suzuki K Poulose
- [PATCH v2 14/17] kvm: arm64: Switch to per VM IPA limit, Suzuki K Poulose
- [PATCH v2 17/17] kvm: arm64: Allow IPA size supported by the system, Suzuki K Poulose
- [PATCH v2 16/17] kvm: arm64: Add support for handling 52bit IPA, Suzuki K Poulose
- [PATCH v2 15/17] vgic: Add support for 52bit guest physical address, Suzuki K Poulose
- [kvmtool PATCH 18/17] kvmtool: Allow backends to run checks on the KVM device fd, Suzuki K Poulose
- [kvmtool PATCH 19/17] kvmtool: arm64: Add support for guest physical address size, Suzuki K Poulose
- [kvmtool PATCH 20/17] kvmtool: arm64: Switch memory layout, Suzuki K Poulose
- [kvmtool PATCH 21/17] kvmtool: arm: Add support for creating VM with PA size, Suzuki K Poulose
- [PATCH] KVM: arm/armv4 : merge the same case handler, Peng Hao
- Re: [PATCH 7/7] Enable KASan for arm, Liuwenliang (Abbott Liu)
- Re: [PATCH 3/7] Disable instrumentation for some code, Liuwenliang (Abbott Liu)
- Re:Re: [PATCH v3] KVM: arm/arm64 : add lpi info in vgic-debug,
peng.hao2
- [RFC PATCH v2 00/15] khwasan: kernel hardware assisted address sanitizer,
Andrey Konovalov
- [RFC PATCH v2 01/15] khwasan, mm: change kasan hooks signatures, Andrey Konovalov
- [RFC PATCH v2 02/15] khwasan: move common kasan and khwasan code to common.c, Andrey Konovalov
- [RFC PATCH v2 04/15] khwasan, arm64: adjust shadow size for CONFIG_KASAN_TAGS, Andrey Konovalov
- [RFC PATCH v2 03/15] khwasan: add CONFIG_KASAN_CLASSIC and CONFIG_KASAN_TAGS, Andrey Konovalov
- [RFC PATCH v2 06/15] khwasan, arm64: untag virt address in __kimg_to_phys, Andrey Konovalov
- [RFC PATCH v2 05/15] khwasan: initialize shadow to 0xff, Andrey Konovalov
- [RFC PATCH v2 07/15] khwasan, arm64: fix up fault handling logic, Andrey Konovalov
- [RFC PATCH v2 08/15] khwasan: add tag related helper functions, Andrey Konovalov
- [RFC PATCH v2 09/15] khwasan, kvm: untag pointers in kern_hyp_va, Andrey Konovalov
- [RFC PATCH v2 10/15] khwasan, arm64: enable top byte ignore for the kernel, Andrey Konovalov
- [RFC PATCH v2 11/15] khwasan, mm: perform untagged pointers comparison in krealloc, Andrey Konovalov
- [RFC PATCH v2 12/15] khwasan: add bug reporting routines, Andrey Konovalov
- [RFC PATCH v2 13/15] khwasan: add hooks implementation, Andrey Konovalov
- [RFC PATCH v2 14/15] khwasan, arm64: add brk handler for inline instrumentation, Andrey Konovalov
- [RFC PATCH v2 15/15] khwasan: update kasan documentation, Andrey Konovalov
- [PATCH v3] KVM: arm/arm64 : add lpi info in vgic-debug,
Peng Hao
- [PATCH] KVM: arm/arm64: vgic-its: Fix potential overrun in vgic_copy_lpi_list,
Marc Zyngier
- [PATCH v2] KVM: arm/arm64 : add lpi info in vgic-debug,
Peng Hao
- Re:Re: [PATCH] KVM: arm/arm64 : add lpi info in vgic-debug,
peng.hao2
- [PATCH] KVM: arm/arm64 : add lpi info in vgic-debug,
Peng Hao
- [PATCH v2 00/11] APEI in_nmi() rework and arm64 SDEI wire-up,
James Morse
- [PATCH v2 01/11] ACPI / APEI: Move the estatus queue code up, and under its own ifdef, James Morse
- [PATCH v2 02/11] ACPI / APEI: Generalise the estatus queue's add/remove and notify code, James Morse
- [PATCH v2 03/11] ACPI / APEI: Switch NOTIFY_SEA to use the estatus queue, James Morse
- [PATCH v2 04/11] KVM: arm/arm64: Add kvm_ras.h to collect kvm specific RAS plumbing, James Morse
- [PATCH v2 05/11] arm64: KVM/mm: Move SEA handling behind a single 'claim' interface, James Morse
- [PATCH v2 06/11] ACPI / APEI: Make the nmi_fixmap_idx per-ghes to allow multiple in_nmi() users, James Morse
- [PATCH v2 07/11] ACPI / APEI: Split fixmap pages for arm64 NMI-like notifications, James Morse
- [PATCH v2 08/11] firmware: arm_sdei: Add ACPI GHES registration helper, James Morse
- [PATCH v2 09/11] ACPI / APEI: Add support for the SDEI GHES Notification type, James Morse
- [PATCH v2 10/11] mm/memory-failure: increase queued recovery work's priority, James Morse
- [PATCH v2 11/11] arm64: acpi: Make apei_claim_sea() synchronise with APEI's irq work, James Morse
- [RFC PATCH 0/4] KVM: arm64: Optimise FPSIMD context switching,
Dave Martin
- [RFC 00/12] KVM: arm/arm64: Allow multiple GICv3 redistributor regions,
Eric Auger
- [RFC 01/12] KVM: arm/arm64: Avoid multiple dist->spis kfree, Eric Auger
- [RFC 02/12] KVM: arm/arm64: Document KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION, Eric Auger
- [RFC 03/12] KVM: arm/arm64: Record RDIST Last bit at registration, Eric Auger
- [RFC 04/12] KVM: arm/arm64: Replace the single rdist region by a list, Eric Auger
- [RFC 06/12] KVM: arm/arm64: Helper to detect whether an RDIST is the last one, Eric Auger
- [RFC 05/12] KVM: arm/arm64: Helper to locate free rdist space, Eric Auger
- [RFC 08/12] KVM: arm/arm64: Adapt vgic_v3_check_base to multiple rdist regions, Eric Auger
- [RFC 07/12] KVM: arm/arm64: Helper to register a new redistributor region, Eric Auger
- [RFC 09/12] KVM: arm/arm64: Check vcpu redist base before registering an iodev, Eric Auger
- [RFC 10/12] KVM: arm/arm64: Check all vcpu redistributors are set on map_resources, Eric Auger
- [RFC 11/12] KVM: arm/arm64: Add KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION, Eric Auger
- [RFC 12/12] KVM: arm/arm64: Implement KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION, Eric Auger
- Re: [PATCH 1/7] 2 1-byte checks more safer for memory_is_poisoned_16, Liuwenliang (Abbott Liu)
- [PATCH v2 0/7] KASan for arm,
Abbott Liu
- [PATCH 1/7] 2 1-byte checks more safer for memory_is_poisoned_16, Abbott Liu
- [PATCH 3/7] Disable instrumentation for some code, Abbott Liu
- [PATCH 4/7] Replace memory function for kasan, Abbott Liu
- [PATCH 6/7] Initialize the mapping of KASan shadow memory, Abbott Liu
- [PATCH 2/7] Add TTBR operator for kasan_init, Abbott Liu
- [PATCH 5/7] Define the virtual space of KASan's shadow region, Abbott Liu
- [PATCH 7/7] Enable KASan for arm, Abbott Liu
- Re: [PATCH v2 0/7] KASan for arm, Florian Fainelli
- Re: [PATCH v2 0/7] KASan for arm, Florian Fainelli
- Re: [PATCH v2 0/7] KASan for arm, Joel Stanley
- <Possible follow-ups>
- Re: [PATCH v2 0/7] KASan for arm, Liuwenliang (Abbott Liu)
- Re: [PATCH v2 0/7] KASan for arm, Liuwenliang (Abbott Liu)
- Re: [PATCH v2 0/7] KASan for arm, Liuwenliang (Abbott Liu)
- Re: [PATCH v2 0/7] KASan for arm, Liuwenliang (Abbott Liu)
- Re: [PATCH v2 0/7] KASan for arm, Liuwenliang (Abbott Liu)
[Index of Archives]
[Linux KVM]
[Libvirt Users]
[CentOS Virtualization]
[Linux USB Devel]
[Big List of Linux Books]
[Linux SCSI]
[Linux Modules]
[Yosemite Forum]