summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/kvm_mmu.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-081-1/+24
|\
| * arm64: KVM: Add ARCH_WORKAROUND_2 support for guestsMarc Zyngier2018-05-311-0/+24
| * arm64: Remove duplicate includeVincenzo Frascino2018-05-151-1/+0
* | KVM: arm/arm64: VGIC/ITS: protect kvm_read_guest() calls with SRCU lockAndre Przywara2018-05-151-0/+16
|/
* arm64: KVM: Allow mapping of vectors outside of the RAM regionMarc Zyngier2018-03-191-9/+69
* arm/arm64: KVM: Introduce EL2-specific executable mappingsMarc Zyngier2018-03-191-0/+2
* arm64: KVM: Move BP hardening vectors into .hyp.text sectionMarc Zyngier2018-03-191-3/+1
* arm64: KVM: Move vector offsetting from hyp-init.S to kvm_get_hyp_vectorMarc Zyngier2018-03-191-1/+2
* arm64: KVM: Introduce EL2 VA randomisationMarc Zyngier2018-03-191-2/+10
* KVM: arm/arm64: Keep GICv2 HYP VAs in kvm_vgic_global_stateMarc Zyngier2018-03-191-1/+2
* KVM: arm/arm64: Move ioremap calls to create_hyp_io_mappingsMarc Zyngier2018-03-191-1/+2
* KVM: arm/arm64: Do not use kern_hyp_va() with kvm_vgic_global_stateMarc Zyngier2018-03-191-0/+20
* arm64: KVM: Dynamically patch the kernel/hyp VA maskMarc Zyngier2018-03-191-33/+13
* KVM: arm64: Rewrite system register accessors to read/write functionsChristoffer Dall2018-03-191-1/+1
* arm64: mm: Use READ_ONCE/WRITE_ONCE when accessing page tablesWill Deacon2018-02-161-13/+13
* Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-02-101-5/+31
|\
| * KVM: arm/arm64: Drop vcpu parameter from guest cache maintenance operartionsMarc Zyngier2018-01-081-5/+2
| * KVM: arm/arm64: Preserve Exec permission across R/W permission faultsMarc Zyngier2018-01-081-0/+10
| * KVM: arm/arm64: Limit icache invalidation to prefetch abortsMarc Zyngier2018-01-081-0/+12
| * arm64: KVM: Add invalidate_icache_range helperMarc Zyngier2018-01-081-2/+2
| * KVM: arm/arm64: Split dcache/icache flushingMarc Zyngier2018-01-081-3/+10
* | arm64: KVM: Use per-CPU vector when BP hardening is enabledMarc Zyngier2018-01-081-0/+38
* | arm64: allow ID map to be extended to 52 bitsKristina Martsenko2017-12-221-1/+6
* | arm64: handle 52-bit physical addresses in page table entriesKristina Martsenko2017-12-221-2/+5
* | arm64: don't open code page table entry creationKristina Martsenko2017-12-221-0/+5
* | arm64: handle 52-bit addresses in TTBRKristina Martsenko2017-12-221-0/+2
|/
* kvm: arm64: Convert kvm_set_s2pte_readonly() from inline asm to cmpxchg()Catalin Marinas2017-08-211-12/+9
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-05-081-1/+0
|\
| * arm/arm64: KVM: Remove kvm_get_idmap_startMarc Zyngier2017-04-091-1/+0
* | arm64: cpufeature: Make ID reg accessor naming less counterintuitiveDave Martin2017-04-041-1/+1
* | arm64: KVM: Add support for VPIPT I-cachesWill Deacon2017-03-201-4/+5
* | arm64: cache: Merge cachetype.h into cache.hWill Deacon2017-03-201-1/+1
* | arm64: cache: Remove support for ASID-tagged VIVT I-cachesWill Deacon2017-03-201-1/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-02-221-4/+2
|\
| * arm/arm64: KVM: Stop propagating cacheability status of a faulted pageMarc Zyngier2017-01-301-2/+1
| * arm/arm64: KVM: Enforce unconditional flush to PoC when mapping to stage-2Marc Zyngier2017-01-301-2/+1
* | arm64: Use __pa_symbol for kernel symbolsLaura Abbott2017-01-121-2/+2
|/
* arm/arm64: KVM: Perform local TLB invalidation when multiplexing vcpus on a s...Marc Zyngier2016-11-041-1/+1
* Merge tag 'kvm-4.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-10-061-6/+0
|\
| * arm64/kvm: remove unused stub functionsMark Rutland2016-09-081-6/+0
* | arm64/kvm: use alternative auto-nopMark Rutland2016-09-121-7/+3
|/
* arm/arm64: Get rid of KERN_TO_HYPMarc Zyngier2016-07-031-1/+0
* arm/arm64: KVM: Prune unused #definesMarc Zyngier2016-07-031-10/+0
* arm/arm64: KVM: Kill free_boot_hyp_pgdMarc Zyngier2016-07-031-1/+0
* arm/arm64: KVM: Drop boot_pgdMarc Zyngier2016-07-031-1/+0
* arm64: KVM: Refactor kern_hyp_va to deal with multiple offsetsMarc Zyngier2016-07-031-3/+39
* arm64: KVM: Define HYP offset masksMarc Zyngier2016-07-031-2/+6
* arm64: KVM: Kill HYP_PAGE_OFFSETMarc Zyngier2016-07-031-2/+1
* arm64: KVM: Merged page tables documentationMarc Zyngier2016-07-031-3/+37
* arm/arm64: KVM: Add a protection parameter to create_hyp_mappingsMarc Zyngier2016-06-291-1/+1
OpenPOWER on IntegriCloud