summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include
Commit message (Expand)AuthorAgeFilesLines
* KVM: arm64: vgic-its: Introduce new KVM ITS deviceAndre Przywara2016-07-181-0/+2
* KVM: arm/arm64: Extend arch CAP checks to allow per-VM capabilitiesAndre Przywara2016-07-181-1/+1
* 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: KVM: Allow hyp teardownMarc Zyngier2016-07-031-1/+2
* arm/arm64: KVM: Kill free_boot_hyp_pgdMarc Zyngier2016-07-031-1/+0
* arm/arm64: KVM: Drop boot_pgdMarc Zyngier2016-07-032-5/+2
* arm64: KVM: Simplify HYP init/teardownMarc Zyngier2016-07-031-9/+3
* arm/arm64: KVM: Export __hyp_text_start/end symbolsMarc Zyngier2016-07-031-0/+4
* arm64: KVM: Refactor kern_hyp_va to deal with multiple offsetsMarc Zyngier2016-07-032-14/+39
* arm64: KVM: Define HYP offset masksMarc Zyngier2016-07-031-2/+6
* arm64: Add ARM64_HYP_OFFSET_LOW capabilityMarc Zyngier2016-07-031-1/+2
* arm64: KVM: Kill HYP_PAGE_OFFSETMarc Zyngier2016-07-031-2/+1
* arm/arm64: KVM: Remove hyp_kern_va helperMarc Zyngier2016-07-031-12/+0
* arm64: KVM: Merged page tables documentationMarc Zyngier2016-07-031-3/+37
* arm/arm64: KVM: Make default HYP mappings non-excutableMarc Zyngier2016-06-291-1/+1
* arm/arm64: KVM: Map the HYP text as read-onlyMarc Zyngier2016-06-291-0/+1
* arm/arm64: KVM: Enforce HYP read-only mapping of the kernel's rodata sectionMarc Zyngier2016-06-291-0/+1
* arm64: Add PTE_HYP_XN page table flagMarc Zyngier2016-06-291-0/+1
* arm/arm64: KVM: Add a protection parameter to create_hyp_mappingsMarc Zyngier2016-06-291-1/+1
* KVM: ARM64: Fix typosAndrea Gelmini2016-06-141-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-05-272-0/+9
|\
| * Merge tag 'kvm-arm-for-4-7-take2' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2016-05-242-0/+9
| |\
| | * KVM: arm/arm64: vgic-new: Synchronize changes to active stateChristoffer Dall2016-05-201-0/+2
| | * KVM: arm/arm64: Provide functionality to pause and resume a guestChristoffer Dall2016-05-201-0/+4
| | * KVM: arm/arm64: Export mmio_read/write_busChristoffer Dall2016-05-201-0/+3
* | | Merge tag 'asm-generic-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-241-0/+3
|\ \ \
| * | | asm-generic: Drop renameat syscall from default listJames Hogan2016-05-051-0/+3
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-05-191-5/+0
|\ \ \ \
| * | | | arch: fix has_transparent_hugepage()Hugh Dickins2016-05-191-5/+0
* | | | | Merge tag 'iommu-updates-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-05-191-1/+1
|\ \ \ \ \
| * | | | | iommu: of: enforce const-ness of struct iommu_opsRobin Murphy2016-05-091-1/+1
| | |/ / / | |/| | |
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-05-198-140/+376
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |
| * | | KVM: halt_polling: provide a way to qualify wakeups during pollChristian Borntraeger2016-05-131-0/+2
| * | | Merge tag 'kvm-arm-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2016-05-117-140/+374
| |\ \ \ | | |/ / | |/| / | | |/
| | * kvm: arm64: Enable hardware updates of the Access Flag for Stage 2 page tablesCatalin Marinas2016-05-093-11/+31
| | * arm64: kvm: Add support for 16K pagesSuzuki K Poulose2016-04-211-2/+11
| | * kvm-arm: Cleanup stage2 pgd handlingSuzuki K Poulose2016-04-211-18/+0
| | * kvm: arm64: Get rid of fake page table levelsSuzuki K Poulose2016-04-214-95/+172
| | * 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-212-27/+88
| | * arm64: Introduce pmd_thp_or_hugeSuzuki K Poulose2016-04-211-0/+2
| | * kvm arm: Move fake PGD handling to arch specific filesSuzuki K Poulose2016-04-211-0/+43
| | * arm64: Cleanup VTCR_EL2 and VTTBR field valuesSuzuki K Poulose2016-04-211-10/+12
| | * arm64: Reuse TCR field definitions for EL1 and EL2Suzuki K Poulose2016-04-212-40/+88
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-05-1621-93/+407
|\ \ \
| * | | arm64: Ensure pmd_present() returns false after pmd_mknotpresent()Catalin Marinas2016-05-062-3/+2
| * | | arm64: Replace hard-coded values in the pmd/pud_bad() macrosCatalin Marinas2016-05-061-3/+3
| * | | arm64: Implement pmdp_set_access_flags() for hardware AF/DBMCatalin Marinas2016-05-061-0/+10
OpenPOWER on IntegriCloud