summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/kvm_mmu.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-05-191-84/+27
|\
| * kvm: arm64: Enable hardware updates of the Access Flag for Stage 2 page tablesCatalin Marinas2016-05-091-7/+20
| * kvm-arm: Cleanup stage2 pgd handlingSuzuki K Poulose2016-04-211-18/+0
| * kvm: arm64: Get rid of fake page table levelsSuzuki K Poulose2016-04-211-62/+2
| * kvm-arm: Cleanup kvm_* wrappersSuzuki K Poulose2016-04-211-24/+0
| * kvm-arm: arm64: Introduce hyp page table empty checksSuzuki K Poulose2016-04-211-0/+14
| * kvm-arm: arm64: Introduce stage2 page table helpersSuzuki K Poulose2016-04-211-27/+2
| * kvm arm: Move fake PGD handling to arch specific filesSuzuki K Poulose2016-04-211-0/+43
* | arm64: kvm: allows kvm cpu hotplugAKASHI Takahiro2016-04-281-0/+1
|/
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-03-171-1/+1
|\
| * arm64: Rename cpuid_feature field extract routinesSuzuki K Poulose2016-02-251-1/+1
* | arm64: KVM: VHE: Patch out kern_hyp_vaMarc Zyngier2016-02-291-1/+11
|/
* kvm: rename pfn_t to kvm_pfn_tDan Williams2016-01-151-1/+2
* arm64: KVM: Add support for 16-bit VMIDVladimir Murzin2015-12-181-0/+8
* arm/arm64: KVM: Remove unreferenced S2_PGD_ORDERVladimir Murzin2015-12-181-1/+0
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-04-161-0/+33
|\
| * arm64: KVM: use ID map with increased VA range if requiredArd Biesheuvel2015-03-231-0/+33
* | arm64: expose number of page table levels on Kconfig levelKirill A. Shutemov2015-04-141-2/+2
* | arm64: KVM: Do not use pgd_index to index stage-2 pgdMarc Zyngier2015-03-111-0/+2
* | arm64: KVM: Fix stage-2 PGD allocation to have per-page refcountingMarc Zyngier2015-03-111-42/+4
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-02-131-0/+21
|\
| * KVM: arm64: ARMv8 header changes for page loggingMario Smarduch2015-01-161-0/+21
* | arm/arm64: KVM: Use kernel mapping to perform invalidation on page faultMarc Zyngier2015-01-291-5/+8
* | arm/arm64: KVM: Invalidate data cache on unmapMarc Zyngier2015-01-291-0/+18
* | arm/arm64: KVM: Use set/way op trapping to track the state of the cachesMarc Zyngier2015-01-291-1/+2
|/
* arm/arm64: KVM: Introduce stage2_unmap_vmChristoffer Dall2014-12-131-0/+1
* arm, arm64: KVM: allow forced dcache flush on page faultsLaszlo Ersek2014-11-251-2/+3
* arm64: KVM: Implement 48 VA support for KVM EL2 and Stage-2Christoffer Dall2014-10-141-9/+116
* arm/arm64: KVM: add 'writable' parameter to kvm_phys_addr_ioremapArd Biesheuvel2014-10-101-1/+1
* arm/arm64: KVM: Fix VTTBR_BADDR_MASK and pgd allocJoel Schopp2014-09-261-3/+2
* ARM/arm64: KVM: fix use of WnR bit in kvm_is_write_fault()Ard Biesheuvel2014-09-111-13/+0
* arm/arm64: KVM: Fix and refactor unmap_rangeChristoffer Dall2014-07-111-0/+15
* arm64: KVM: flush VM pages before letting the guest enable cachesMarc Zyngier2014-03-031-0/+2