aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/mmu.h
AgeCommit message (Expand)Author
2018-02-16arm64: Add skeleton to harden the branch predictor against aliasing attacksWill Deacon
2018-02-16arm64: mm: Introduce TTBR_ASID_MASK for getting at the ASID in the TTBRWill Deacon
2018-02-16arm64: entry: Add fake CPU feature for unmapping the kernel at EL0Will Deacon
2018-02-16arm64: mm: Add arm64_kernel_unmapped_at_el0 helperWill Deacon
2018-02-16arm64: mm: Allocate ASIDs in pairsWill Deacon
2017-08-22arm64: introduce separated bits for mm_context_t flagsYury Norov
2017-03-23arm64: alternatives: apply boot time fixups via the linear mappingArd Biesheuvel
2016-11-07arm64: introduce mm context flag to keep 32 bit task informationPratyush Anand
2016-11-07arm64: mm: replace 'block_mappings_allowed' with 'page_mappings_only'Ard Biesheuvel
2016-07-01arm64: mm: add param to force create_pgd_mapping() to use page mappingsArd Biesheuvel
2016-04-15arm64: Move unflatten_device_tree() call earlier.David Daney
2015-10-07arm64: mm: rewrite ASID allocator and MM context-switching codeWill Deacon
2015-07-27arm64: remove dead codeMark Salter
2015-06-02arm64: use fixmap region for permanent FDT mappingArd Biesheuvel
2015-01-12arm64/efi: remove idmap manipulations from UEFI codeArd Biesheuvel
2015-01-12arm64/mm: add create_pgd_mapping() to create private page tablesArd Biesheuvel
2014-06-05Merge branch 'arm64-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2014-04-30arm64: Add function to create identity mappingsMark Salter
2014-04-25arm64: initialize spinlock for init_mm's contextLeo Yan
2014-04-07arm64: initialize pgprot info earlier in bootMark Salter
2013-01-22arm64: Add simple earlyprintk supportCatalin Marinas
2012-09-17arm64: MMU definitionsCatalin Marinas