summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/mmu.h
Commit message (Expand)AuthorAgeFilesLines
* KVM: arm64: Build hyp-entry.S separately for VHE/nVHEDavid Brazdil2020-07-051-7/+0
* arm64: compat: Allow 32-bit vdso and sigpage to co-existWill Deacon2020-06-231-0/+3
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-03-311-4/+6
|\
| * Merge branch 'for-next/asm-annotations' into for-next/coreCatalin Marinas2020-03-251-1/+3
| |\
| | * arm64: kvm: Modernize annotation for __bp_harden_hyp_vecsMark Brown2020-03-091-1/+3
| * | arm64: Update comment for ASID() macroWill Deacon2020-02-281-3/+3
| |/
* / arm64: kpti: Fix "kpti=off" when KASLR is enabledWill Deacon2020-03-191-3/+1
|/
* arm64: Use a variable to store non-global mappings decisionMark Brown2020-01-151-83/+4
* arm64: Don't use KPTI where we have E0PDMark Brown2020-01-151-0/+11
* arm64: Factor out checks for KASLR in KPTI code into separate functionMark Brown2020-01-151-17/+45
* arm64: map FDT as RW for early_init_dt_scan()Hsin-Yi Wang2019-08-231-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1
* arm64: Remove asm/memblock.hWill Deacon2019-01-211-0/+1
* arm64: kpti: Update arm64_kernel_use_ng_mappings() when forced onJames Morse2019-01-161-1/+4
* arm64: kpti: Avoid rewriting early page tables when KASLR is enabledWill Deacon2019-01-101-0/+41
* arm64/mm: Separate boot-time page tables from swapper_pg_dirJun Yao2018-09-251-0/+3
* arm64: KVM: Allow mapping of vectors outside of the RAM regionMarc Zyngier2018-03-191-1/+4
* arm64: Make BP hardening slot counter availableMarc Zyngier2018-03-191-0/+3
* arm64: sdei: Add trampoline code for remapping the kernelJames Morse2018-01-141-1/+2
* arm64: Add skeleton to harden the branch predictor against aliasing attacksWill Deacon2018-01-081-0/+37
* arm64: mm: Introduce TTBR_ASID_MASK for getting at the ASID in the TTBRWill Deacon2017-12-111-0/+1
* arm64: entry: Add fake CPU feature for unmapping the kernel at EL0Will Deacon2017-12-111-1/+2
* arm64: mm: Add arm64_kernel_unmapped_at_el0 helperWill Deacon2017-12-111-0/+8
* arm64: mm: Allocate ASIDs in pairsWill Deacon2017-12-111-0/+1
* arm64: introduce separated bits for mm_context_t flagsYury Norov2017-08-221-0/+2
* arm64: alternatives: apply boot time fixups via the linear mappingArd Biesheuvel2017-03-231-0/+1
* arm64: introduce mm context flag to keep 32 bit task informationPratyush Anand2016-11-071-0/+1
* arm64: mm: replace 'block_mappings_allowed' with 'page_mappings_only'Ard Biesheuvel2016-11-071-1/+1
* arm64: mm: add param to force create_pgd_mapping() to use page mappingsArd Biesheuvel2016-07-011-1/+1
* arm64: Move unflatten_device_tree() call earlier.David Daney2016-04-151-0/+1
* arm64: mm: rewrite ASID allocator and MM context-switching codeWill Deacon2015-10-071-7/+8
* arm64: remove dead codeMark Salter2015-07-271-1/+0
* arm64: use fixmap region for permanent FDT mappingArd Biesheuvel2015-06-021-0/+1
* arm64/efi: remove idmap manipulations from UEFI codeArd Biesheuvel2015-01-121-2/+0
* arm64/mm: add create_pgd_mapping() to create private page tablesArd Biesheuvel2015-01-121-0/+3
* Merge branch 'arm64-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-06-051-0/+2
|\
| * arm64: Add function to create identity mappingsMark Salter2014-04-301-0/+2
* | arm64: initialize spinlock for init_mm's contextLeo Yan2014-04-251-0/+3
|/
* arm64: initialize pgprot info earlier in bootMark Salter2014-04-071-0/+1
* arm64: Add simple earlyprintk supportCatalin Marinas2013-01-221-0/+1
* arm64: MMU definitionsCatalin Marinas2012-09-171-0/+30