summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/mmu_context.h
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1Star
* arm64: Kconfig: Re-jig CONFIG options for 52-bit VAWill Deacon2018-12-101-1/+1
* arm64: mm: introduce 52-bit userspace supportSteve Capper2018-12-101-0/+3
* arm64: mm: apply r/o permissions of VM areas to its linear alias as wellArd Biesheuvel2018-11-201-0/+2
* arm64: mm: Support Common Not Private translationsVladimir Murzin2018-09-181-2/+15
* arm64: mm: Use READ_ONCE/WRITE_ONCE when accessing page tablesWill Deacon2018-02-161-2/+2
* arm64: kpti: Fix the interaction between ASID switching and software PANCatalin Marinas2018-01-161-1/+2
* arm64: fix ID map extension to 52 bitsKristina Martsenko2018-01-151-3/+2Star
* Merge branch 'for-next/52-bit-pa' into for-next/coreCatalin Marinas2017-12-221-1/+11
|\
| * arm64: allow ID map to be extended to 52 bitsKristina Martsenko2017-12-221-0/+10
| * arm64: handle 52-bit addresses in TTBRKristina Martsenko2017-12-221-1/+1
* | arm64: mm: Remove pre_ttbr0_update_workaround for Falkor erratum #E1003Will Deacon2017-12-111-2/+0Star
* | arm64: mm: Move ASID from TTBR0 to TTBR1Will Deacon2017-12-111-0/+7
|/
* arm64: SW PAN: Update saved ttbr0 value on enter_lazy_tlbWill Deacon2017-12-061-14/+10Star
* arm64: SW PAN: Point saved ttbr0 at the zero page when switching to init_mmWill Deacon2017-12-061-9/+13
* sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* arm64: Work around Falkor erratum 1003Christopher Covington2017-02-101-1/+7
* arm64: Use __pa_symbol for kernel symbolsLaura Abbott2017-01-121-3/+3
* arm64: Disable TTBR0_EL1 during normal kernel executionCatalin Marinas2016-11-211-14/+39
* arm64: simplify contextidr_thread_switchMark Rutland2016-09-091-6/+3Star
* arm64: simplify sysreg manipulationMark Rutland2016-09-091-17/+10Star
* arm64: Ensure the secondary CPUs have safe ASIDBits sizeSuzuki K Poulose2016-02-251-0/+2
* arm64: mm: add code to safely replace TTBR1_EL1Mark Rutland2016-02-161-0/+19
* arm64: add function to install the idmapMark Rutland2016-02-161-2/+14
* arm64: unify idmap removalMark Rutland2016-02-161-0/+25
* arm64: mm: place empty_zero_page in bssMark Rutland2016-02-161-1/+1
* arm64: use non-global mappings for UEFI runtime regionsArd Biesheuvel2015-11-181-1/+1
* arm64: switch_mm: simplify mm and CPU checksWill Deacon2015-10-071-2/+4
* arm64: mm: rewrite ASID allocator and MM context-switching codeWill Deacon2015-10-071-65/+11Star
* arm64: mm: remove unused cpu_set_idmap_tcr_t0sz functionWill Deacon2015-10-071-23/+12Star
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-04-161-0/+43
|\
| * arm64: mm: increase VA range of identity mapArd Biesheuvel2015-03-231-0/+43
* | arm64: Use the reserved TTBR0 if context switching to the init_mmCatalin Marinas2015-03-231-0/+9
|/
* arm64: mm: don't bother invalidating the icache in switch_mmWill Deacon2013-06-071-6/+0Star
* arm64: mm: update CONTEXTIDR register to contain PID of current processWill Deacon2013-02-111-0/+15
* arm64: Process managementCatalin Marinas2012-09-171-0/+152