summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/at.c
AgeCommit message (Expand)Author
2026-06-12Merge tag 'kvmarm-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini
2026-06-12Merge branch kvm-arm64/nv-mmu-7.2 into kvmarm-master/nextMarc Zyngier
2026-06-12Merge branch kvm-arm64/misc-7.2 into kvmarm-master/nextMarc Zyngier
2026-06-07KVM: arm64: Fix block mapping validity check in stage-1 walkerWei-Lin Chang
2026-06-05KVM: arm64: Take the SRCU lock for page table walks in fault injection and AT...Hyunwoo Kim
2026-06-03KVM: arm64: nv: Restart stage-1 walk if stage-2 desc update failsOliver Upton
2026-06-03KVM: arm64: Restart instruction upon race in __kvm_at_s12()Oliver Upton
2026-06-03KVM: arm64: nv: Inject SEA TTW when desc update can't write to GPAOliver Upton
2026-05-28KVM: arm64: Remove @arch from __load_stage2()Zenghui Yu (Huawei)
2026-05-28KVM: arm64: Fallback to a supported value for unsupported guest TGxWei-Lin Chang
2026-05-28KVM: arm64: Factor out TG0/1 decoding of VTCR and TCRWei-Lin Chang
2026-04-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2026-03-27KVM: arm64: Use CAST instruction for swapping guest descriptorYeoreum Yun
2026-03-17KVM: arm64: Fix the descriptor address in __kvm_at_swap_desc()Zenghui Yu (Huawei)
2026-03-06KVM: arm64: Remove the redundant ISB in __kvm_at_s1e2()Zenghui Yu (Huawei)
2026-02-25KVM: arm64: Deduplicate ASID retrieval codeMarc Zyngier
2026-01-23Merge branch kvm-arm64/vtcr into kvmarm-master/nextMarc Zyngier
2026-01-22arm64: Unconditionally enable LSE supportMarc Zyngier
2026-01-09KVM: arm64: nv: Respect stage-2 write permssion when setting stage-1 AFOliver Upton
2025-12-01KVM: arm64: at: Update AF on software walk only if VM has FEAT_HAFDBSAlexandru Elisei
2025-12-01KVM: arm64: at: Use correct HA bit in TCR_EL2 when regime is EL2Alexandru Elisei
2025-12-01KVM: arm64: Add endian casting to kvm_swap_s[12]_desc()Marc Zyngier
2025-12-01KVM: arm64: Fix compilation when CONFIG_ARM64_USE_LSE_ATOMICS=nOliver Upton
2025-12-01KVM: arm64: Implement HW access flag management in stage-1 SW PTWOliver Upton
2025-12-01KVM: arm64: Propagate PTW errors up to AT emulationOliver Upton
2025-12-01KVM: arm64: Add helper for swapping guest descriptorOliver Upton
2025-12-01KVM: arm64: Handle endianness in read helper for emulated PTWOliver Upton
2025-10-13KVM: arm64: Remove unreachable break after returnOsama Abdelkader
2025-10-13KVM: arm64: Use the in-context stage-1 in __kvm_find_s1_desc_level()Oliver Upton
2025-09-20KVM: arm64: Add S1 IPA to page table level walkerMarc Zyngier
2025-09-20KVM: arm64: Add filtering hook to S1 page table walkMarc Zyngier
2025-09-20KVM: arm64: Don't switch MMU on translation from non-NV contextMarc Zyngier
2025-09-20KVM: arm64: Allow EL1 control registers to be accessed from the CPU stateMarc Zyngier
2025-09-20KVM: arm64: Allow use of S1 PTW for non-NV vcpusMarc Zyngier
2025-09-20KVM: arm64: Report faults from S1 walk setup at the expected start levelMarc Zyngier
2025-09-20KVM: arm64: Expand valid block mappings to FEAT_LPA/LPA2 supportMarc Zyngier
2025-09-20KVM: arm64: Populate PAR_EL1 with 52bit addressesMarc Zyngier
2025-09-20KVM: arm64: Compute shareability for LPA2Marc Zyngier
2025-09-20KVM: arm64: Pass the walk_info structure to compute_par_s1()Marc Zyngier
2025-09-20KVM: arm64: Decouple output address from the PT descriptorMarc Zyngier
2025-09-20KVM: arm64: Compute 52bit TTBR address and alignmentMarc Zyngier
2025-09-20KVM: arm64: Account for 52bit when computing maximum OAMarc Zyngier
2025-09-20KVM: arm64: Add helper computing the state of 52bit PA supportMarc Zyngier
2025-08-28KVM: arm64: nv: Fix ATS12 handling of single-stage translationMarc Zyngier
2025-07-23KVM: arm64: Follow specification when implementing WXNMarc Zyngier
2025-07-23KVM: arm64: Remove the wi->{e0,}poe vs wr->{p,u}ov confusionMarc Zyngier
2025-05-23Merge branch kvm-arm64/misc-6.16 into kvmarm-master/nextMarc Zyngier
2025-05-19arm64: errata: Work around AmpereOne's erratum AC04_CPU_23D Scott Phillips
2025-05-19KVM: arm64: nv: Snapshot S1 ASID tagging information during walkMarc Zyngier
2025-05-19KVM: arm64: nv: Extract translation helper from the AT codeMarc Zyngier