- facee1b KVM: arm64: Fix off-by-one in range_is_memory by David Brazdil · 3 years, 5 months ago
- 9f03db6 Merge branch kvm-arm64/mmu/mte into kvmarm-master/next by Marc Zyngier · 3 years, 7 months ago
- e1f358b KVM: arm64: Save/restore MTE registers by Steven Price · 3 years, 7 months ago
- ea7fc1b KVM: arm64: Introduce MTE VM feature by Steven Price · 3 years, 7 months ago
- 85c653f Merge branch arm64/for-next/caches into kvmarm-master/next by Marc Zyngier · 3 years, 7 months ago
- b88835a Merge branch kvm-arm64/mmu/stage2-cmos into kvmarm-master/next by Marc Zyngier · 3 years, 7 months ago
- 25aa286 KVM: arm64: Move guest CMOs to the fault handlers by Yanan Wang · 3 years, 7 months ago
- a4d5ca5 KVM: arm64: Introduce mm_ops member for structure stage2_attr_data by Yanan Wang · 3 years, 7 months ago
- 46c8862 Merge branch kvm-arm64/mmu/reduce-vmemmap-overhead into kvmarm-master/next by Marc Zyngier · 3 years, 7 months ago
- 6929586 KVM: arm64: Use less bits for hyp_page refcount by Quentin Perret · 3 years, 7 months ago
- 87ec060 KVM: arm64: Use less bits for hyp_page order by Quentin Perret · 3 years, 7 months ago
- d978b9c KVM: arm64: Remove hyp_pool pointer from struct hyp_page by Quentin Perret · 3 years, 7 months ago
- 7c350ea KVM: arm64: Unify MMIO and mem host stage-2 pools by Quentin Perret · 3 years, 7 months ago
- 914cde5 KVM: arm64: Remove list_head from hyp_page by Quentin Perret · 3 years, 7 months ago
- 581982d KVM: arm64: Use refcount at hyp to check page availability by Quentin Perret · 3 years, 7 months ago
- 6cbf874 KVM: arm64: Move hyp_pool locking out of refcount helpers by Quentin Perret · 3 years, 7 months ago
- 7450149 KVM: arm64: Handle physical FIQ as an IRQ while running a guest by Marc Zyngier · 3 years, 11 months ago
- fade9c2 arm64: Rename arm64-internal cache maintenance functions by Fuad Tabba · 3 years, 8 months ago
- 814b186 arm64: __flush_dcache_area to take end parameter instead of size by Fuad Tabba · 3 years, 8 months ago
- 163d3f80 arm64: dcache_by_line_op to take end parameter instead of size by Fuad Tabba · 3 years, 8 months ago
- 26778aa KVM: arm64: Commit pending PC adjustemnts before returning to userspace by Marc Zyngier · 3 years, 8 months ago
- f5e3068 KVM: arm64: Move __adjust_pc out of line by Marc Zyngier · 3 years, 8 months ago
- 3fdc15f KVM: arm64: Mark the host stage-2 memory pools static by Quentin Perret · 3 years, 8 months ago
- eaa9b88 KVM: arm64: Mark pkvm_pgtable_mm_ops static by Quentin Perret · 3 years, 8 months ago
- 152d32a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 3 years, 8 months ago
- c4f7190 Merge tag 'kvmarm-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 3 years, 9 months ago
- bba8857 Merge branch 'kvm-arm64/nvhe-wxn' into kvmarm-master/next by Marc Zyngier · 3 years, 9 months ago
- 5c92a76 Merge branch 'kvm-arm64/nvhe-panic-info' into kvmarm-master/next by Marc Zyngier · 3 years, 9 months ago
- ad569b7 Merge branch 'kvm-arm64/misc-5.13' into kvmarm-master/next by Marc Zyngier · 3 years, 9 months ago
- ac5ce24 Merge branch 'kvm-arm64/host-stage2' into kvmarm-master/next by Marc Zyngier · 3 years, 9 months ago
- 67dfd72 KVM: arm64: Disable CFI for nVHE by Sami Tolvanen · 3 years, 9 months ago
- a131926 arm64: KVM: Enable access to TRBE support for host by Suzuki K Poulose · 3 years, 9 months ago
- d2602bb KVM: arm64: Move SPE availability check to VCPU load by Suzuki K Poulose · 3 years, 9 months ago
- aec0fae KVM: arm64: Log source when panicking from nVHE hyp by Andrew Scull · 3 years, 10 months ago
- f79e616 KVM: arm64: Use BUG and BUG_ON in nVHE hyp by Andrew Scull · 3 years, 10 months ago
- 77e06b3 KVM: arm64: Support PREL/PLT relocs in EL2 code by David Brazdil · 3 years, 9 months ago
- 7c41993 KVM: arm64: Drop the CPU_FTR_REG_HYP_COPY infrastructure by Marc Zyngier · 3 years, 10 months ago
- af22df9 KVM: arm64: Fix CPU interface MMIO compatibility detection by Marc Zyngier · 3 years, 10 months ago
- 90134ac KVM: arm64: Protect the .hyp sections from the host by Quentin Perret · 3 years, 10 months ago
- 1025c8c KVM: arm64: Wrap the host with a stage 2 by Quentin Perret · 3 years, 10 months ago
- def1aaf KVM: arm64: Provide sanitized mmfr* registers at EL2 by Quentin Perret · 3 years, 10 months ago
- 8942a23 KVM: arm64: Introduce KVM_PGTABLE_S2_IDMAP stage 2 flag by Quentin Perret · 3 years, 10 months ago
- bc224df KVM: arm64: Introduce KVM_PGTABLE_S2_NOFWB stage 2 flag by Quentin Perret · 3 years, 10 months ago
- 2fcb3a5 KVM: arm64: Add kvm_pgtable_stage2_find_range() by Quentin Perret · 3 years, 10 months ago
- 3fab823 KVM: arm64: Refactor the *_map_set_prot_attr() helpers by Quentin Perret · 3 years, 10 months ago
- 807923e KVM: arm64: Use page-table to track page ownership by Quentin Perret · 3 years, 10 months ago
- f60ca2f KVM: arm64: Always zero invalid PTEs by Quentin Perret · 3 years, 10 months ago
- a14307f KVM: arm64: Sort the hypervisor memblocks by Quentin Perret · 3 years, 10 months ago
- 04e5de0 KVM: arm64: Reserve memory for host stage 2 by Quentin Perret · 3 years, 10 months ago
- e37f37a KVM: arm64: Make memcache anonymous in pgtable allocator by Quentin Perret · 3 years, 10 months ago
- 159b859 KVM: arm64: Refactor __populate_fault_info() by Quentin Perret · 3 years, 10 months ago
- bcb25a2 KVM: arm64: Refactor kvm_arm_setup_stage2() by Quentin Perret · 3 years, 10 months ago
- 734864c KVM: arm64: Set host stage 2 using kvm_nvhe_init_params by Quentin Perret · 3 years, 10 months ago
- 834cd93 KVM: arm64: Use kvm_arch for stage 2 pgtable by Quentin Perret · 3 years, 10 months ago
- f320bc7 KVM: arm64: Prepare the creation of s1 mappings at EL2 by Quentin Perret · 3 years, 10 months ago
- d460df1 KVM: arm64: Provide __flush_dcache_area at EL2 by Quentin Perret · 3 years, 10 months ago
- 8e17c66 KVM: arm64: Introduce a Hyp buddy page allocator by Quentin Perret · 3 years, 10 months ago
- 40d9e41 KVM: arm64: Stub CONFIG_DEBUG_LIST at Hyp by Quentin Perret · 3 years, 10 months ago
- e759604 KVM: arm64: Introduce an early Hyp page allocator by Quentin Perret · 3 years, 10 months ago
- 380e18a KVM: arm64: Introduce a BSS section for use at Hyp by Quentin Perret · 3 years, 10 months ago
- 7aef0cb KVM: arm64: Factor memory allocation out of pgtable.c by Quentin Perret · 3 years, 10 months ago
- cc706a6 KVM: arm64: Avoid free_page() in page-table allocator by Quentin Perret · 3 years, 10 months ago
- 67c2d32 arm64: kvm: Add standalone ticket spinlock implementation for use at hyp by Will Deacon · 3 years, 10 months ago
- 7b4a7b5 KVM: arm64: Link position-independent string routines into .hyp.text by Will Deacon · 3 years, 10 months ago
- a1baa01 Merge tag 'v5.12-rc3' into kvm-arm64/host-stage2 by Marc Zyngier · 3 years, 10 months ago
- 5b08709 KVM: arm64: Fix host's ZCR_EL2 restore on nVHE by Marc Zyngier · 3 years, 10 months ago
- fe2c8d1 KVM: arm64: Turn SCTLR_ELx_FLAGS into INIT_SCTLR_EL2_MMU_ON by Marc Zyngier · 3 years, 10 months ago
- bc6ddaa6 KVM: arm64: Use INIT_SCTLR_EL2_MMU_OFF to disable the MMU on KVM teardown by Marc Zyngier · 3 years, 10 months ago
- 8c8010d KVM: arm64: Save/restore SVE state for nVHE by Marc Zyngier · 3 years, 10 months ago
- beed090 KVM: arm64: Trap host SVE accesses when the FPSIMD state is dirty by Marc Zyngier · 3 years, 10 months ago
- 5202919 KVM: arm64: Rework SVE host-save/guest-restore by Marc Zyngier · 3 years, 10 months ago
- 468f347 KVM: arm64: Introduce vcpu_sve_vq() helper by Marc Zyngier · 3 years, 10 months ago
- 8385737 KVM: arm64: Use {read,write}_sysreg_el1 to access ZCR_EL1 by Marc Zyngier · 3 years, 10 months ago
- 297b860 KVM: arm64: Provide KVM's own save/restore SVE primitives by Marc Zyngier · 3 years, 10 months ago
- 9d0c8e7 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 3 years, 10 months ago
- 01dc926 KVM: arm64: Ensure I-cache isolation between vcpus of a same VM by Marc Zyngier · 3 years, 10 months ago
- dbaee83 KVM: arm64: Don't use cbz/adr with external symbols by Sami Tolvanen · 3 years, 10 months ago
- 357ad20 KVM: arm64: Fix range alignment when walking page tables by Jia He · 3 years, 10 months ago
- 9739f6e KVM: arm64: Workaround firmware wrongly advertising GICv2-on-v3 compatibility by Marc Zyngier · 3 years, 10 months ago
- b9d699e KVM: arm64: Rename __vgic_v3_get_ich_vtr_el2() to __vgic_v3_get_gic_config() by Marc Zyngier · 3 years, 10 months ago
- f27647b KVM: arm64: Don't access PMSELR_EL0/PMUSERENR_EL0 when no PMU is available by Marc Zyngier · 3 years, 10 months ago
- c4b000c KVM: arm64: Fix nVHE hyp panic host context restore by Andrew Scull · 3 years, 10 months ago
- 3194833 KVM: arm64: Avoid corrupting vCPU context register in guest exit by Will Deacon · 3 years, 10 months ago
- b96b0c5 KVM: arm64: nvhe: Save the SPE context early by Suzuki K Poulose · 3 years, 10 months ago
- 8f47d75 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 3 years, 10 months ago
- 610e4dc KVM: arm64: make the hyp vector table entries local by Joey Gouly · 3 years, 11 months ago
- 3e10585 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 3 years, 11 months ago
- 99ca0ed Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 3 years, 11 months ago
- 8c6e67b Merge tag 'kvmarm-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 3 years, 11 months ago
- e7ae2ec Merge branch 'kvm-arm64/hyp-reloc' into kvmarm-master/next by Marc Zyngier · 3 years, 11 months ago
- c5db649 Merge branch 'kvm-arm64/concurrent-translation-fault' into kvmarm-master/next by Marc Zyngier · 3 years, 11 months ago
- 6b76d62 Merge branch 'kvm-arm64/misc-5.12' into kvmarm-master/next by Marc Zyngier · 3 years, 11 months ago
- 5e6b211 Merge tag 'kvmarm-fixes-5.11-2' into kvmarm-master/next by Marc Zyngier · 3 years, 11 months ago
- e2df464 arm64: Simplify init_el2_state to be non-VHE only by Marc Zyngier · 4 years ago
- bbc075e KVM: arm64: Stub EXPORT_SYMBOL for nVHE EL2 code by Quentin Perret · 4 years ago
- bc93763 KVM: arm64: Make gen-hyprel endianness agnostic by Marc Zyngier · 4 years ago
- 074489b Merge tag 'kvmarm-fixes-5.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 4 years ago
- 615099b Merge tag 'kvmarm-fixes-5.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 4 years ago
- 694d071 KVM: arm64: Filter out the case of only changing permissions from stage-2 map path by Yanan Wang · 4 years ago
- 8ed8005 KVM: arm64: Adjust partial code of hyp stage-1 map and guest stage-2 map by Yanan Wang · 4 years ago