aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mm/idmap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-1/+1
2020-06-04arm: add support for folded p4d page tablesMike Rapoport1-1/+2
2019-02-01ARM: 8817/1: mm: skip cleaning of idmap page tables on LPAE capable coresArd Biesheuvel1-1/+3
2017-12-17ARM: 8734/1: mm: idmap: Mark variables as ro_after_initJinbum Park1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h>Ingo Molnar1-0/+1
2016-05-03ARM: provide improved virt_to_idmap() functionalityRussell King1-1/+1
2016-02-08ARM: make virt_to_idmap() return unsigned longRussell King1-1/+1
2015-12-01ARM: make xscale iwmmxt code multiplatform awareArnd Bergmann1-1/+1
2014-09-26ARM: 8152/1: Convert pr_warning to pr_warnJoe Perches1-1/+1
2014-08-02ARM: idmap: add identity mapping usage noteRussell King1-0/+5
2014-07-29ARM: 8115/1: LPAE: reduce damage caused by idmap to virtual memory layoutKonstantin Khlebnikov1-0/+7
2013-10-10ARM: mm: Move the idmap print to appropriate place in the codeSantosh Shilimkar1-2/+1
2013-10-10ARM: mm: Introduce virt_to_idmap() with an arch hookSantosh Shilimkar1-2/+3
2013-04-28ARM: KVM: move to a KVM provided HYP idmapMarc Zyngier1-31/+1
2013-03-03ARM: 7661/1: mm: perform explicit branch predictor maintenance when requiredWill Deacon1-0/+1
2013-01-23ARM: Section based HYP idmapChristoffer Dall1-11/+44
2012-11-13ARM: 7573/1: idmap: use flush_cache_louis() and flush TLBs only when necessaryNicolas Pitre1-4/+10
2012-03-28Disintegrate asm/system.h for ARMDavid Howells1-0/+1
2011-12-08ARM: LPAE: Add identity mapping support for the 3-level page table formatCatalin Marinas1-1/+27
2011-12-06ARM: SMP: use idmap_pgd for mapping MMU enable during secondary bootingWill Deacon1-32/+2
2011-12-06ARM: idmap: use idmap_pgd when setting up mm for rebootWill Deacon1-9/+10
2011-12-06ARM: idmap: populate identity map pgd at init time using .init.textWill Deacon1-0/+26
2011-11-10ARM: restart: remove argument to setup_mm_for_reboot()Russell King1-1/+1
2011-02-21ARM: pgtable: add pud-level codeRussell King1-6/+29
2010-12-22ARM: pgtable: use conventional page table code for identity mappingsRussell King1-15/+31
2010-12-22ARM: pgtable: collect up identity mapping functionsRussell King1-0/+51