summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm/mmu_context.h
AgeCommit message (Expand)Author
2019-08-09arm64: mm: Introduce 52-bit Kernel VAsSteve Capper
2019-08-09arm64: mm: Introduce vabits_actualSteve Capper
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2018-12-10arm64: Kconfig: Re-jig CONFIG options for 52-bit VAWill Deacon
2018-12-10arm64: mm: introduce 52-bit userspace supportSteve Capper
2018-11-20arm64: mm: apply r/o permissions of VM areas to its linear alias as wellArd Biesheuvel
2018-09-18arm64: mm: Support Common Not Private translationsVladimir Murzin
2018-02-16arm64: mm: Use READ_ONCE/WRITE_ONCE when accessing page tablesWill Deacon
2018-01-16arm64: kpti: Fix the interaction between ASID switching and software PANCatalin Marinas
2018-01-15arm64: fix ID map extension to 52 bitsKristina Martsenko
2017-12-22Merge branch 'for-next/52-bit-pa' into for-next/coreCatalin Marinas
2017-12-22arm64: allow ID map to be extended to 52 bitsKristina Martsenko
2017-12-22arm64: handle 52-bit addresses in TTBRKristina Martsenko
2017-12-11arm64: mm: Remove pre_ttbr0_update_workaround for Falkor erratum #E1003Will Deacon
2017-12-11arm64: mm: Move ASID from TTBR0 to TTBR1Will Deacon
2017-12-06arm64: SW PAN: Update saved ttbr0 value on enter_lazy_tlbWill Deacon
2017-12-06arm64: SW PAN: Point saved ttbr0 at the zero page when switching to init_mmWill Deacon
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-10arm64: Work around Falkor erratum 1003Christopher Covington
2017-01-12arm64: Use __pa_symbol for kernel symbolsLaura Abbott
2016-11-21arm64: Disable TTBR0_EL1 during normal kernel executionCatalin Marinas
2016-09-09arm64: simplify contextidr_thread_switchMark Rutland
2016-09-09arm64: simplify sysreg manipulationMark Rutland
2016-02-25arm64: Ensure the secondary CPUs have safe ASIDBits sizeSuzuki K Poulose
2016-02-16arm64: mm: add code to safely replace TTBR1_EL1Mark Rutland
2016-02-16arm64: add function to install the idmapMark Rutland
2016-02-16arm64: unify idmap removalMark Rutland
2016-02-16arm64: mm: place empty_zero_page in bssMark Rutland
2015-11-18arm64: use non-global mappings for UEFI runtime regionsArd Biesheuvel
2015-10-07arm64: switch_mm: simplify mm and CPU checksWill Deacon
2015-10-07arm64: mm: rewrite ASID allocator and MM context-switching codeWill Deacon
2015-10-07arm64: mm: remove unused cpu_set_idmap_tcr_t0sz functionWill Deacon
2015-04-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2015-03-23arm64: Use the reserved TTBR0 if context switching to the init_mmCatalin Marinas
2015-03-23arm64: mm: increase VA range of identity mapArd Biesheuvel
2013-06-07arm64: mm: don't bother invalidating the icache in switch_mmWill Deacon
2013-02-11arm64: mm: update CONTEXTIDR register to contain PID of current processWill Deacon
2012-09-17arm64: Process managementCatalin Marinas