aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm/proc.S (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-28kasan, arm64: enable top byte ignore for the kernelAndrey Konovalov1-1/+7
2018-12-10arm64: Kconfig: Re-jig CONFIG options for 52-bit VAWill Deacon1-2/+2
2018-12-10arm64: mm: introduce 52-bit userspace supportSteve Capper1-1/+9
2018-12-10arm64: mm: Offset TTBR1 to allow 52-bit PTRS_PER_PGDSteve Capper1-0/+4
2018-09-18arm64: mm: Support Common Not Private translationsVladimir Murzin1-3/+8
2018-06-22arm64: mm: Ensure writes to swapper are ordered wrt subsequent cache maintenanceWill Deacon1-2/+3
2018-03-26arm64: Delay enabling hardware DBM featureSuzuki K Poulose1-7/+6
2018-03-06arm64: kaslr: Set TCR_EL1.NFD1 when CONFIG_RANDOMIZE_BASE=yWill Deacon1-1/+8
2018-02-14arm64: proc: Set PTE_NG for table entries to avoid traversing them twiceWill Deacon1-5/+9
2018-02-06arm64: idmap: Use "awx" flags for .idmap.text .pushsection directivesWill Deacon1-4/+4
2018-02-06arm64: assembler: Change order of macro arguments in phys_to_ttbrWill Deacon1-3/+3
2018-02-06arm64: kpti: Add ->enable callback to remap swapper using nG mappingsWill Deacon1-8/+196
2018-01-26arm64: Fix TTBR + PAN + 52-bit PA logic in cpu_do_switch_mmSteve Capper1-3/+3
2018-01-16arm64: kpti: Fix the interaction between ASID switching and software PANCatalin Marinas1-0/+3
2018-01-16arm64: kernel: Prepare for a DISR userJames Morse1-0/+5
2018-01-16arm64: sysreg: Move to use definitions for all the SCTLR bitsJames Morse1-23/+1
2018-01-13arm64: alternatives: use tpidr_el2 on VHE hostsJames Morse1-0/+8
2018-01-08arm64: Move post_ttbr_update_workaround to C codeMarc Zyngier1-2/+1
2017-12-22Merge branch 'for-next/52-bit-pa' into for-next/coreCatalin Marinas1-7/+8
2017-12-22arm64: handle 52-bit addresses in TTBRKristina Martsenko1-5/+8
2017-12-22arm64: limit PA size to supported rangeKristina Martsenko1-4/+2
2017-12-11arm64: mm: Rename post_ttbr0_update_workaroundWill Deacon1-1/+1
2017-12-11arm64: mm: Remove pre_ttbr0_update_workaround for Falkor erratum #E1003Will Deacon1-1/+0
2017-12-11arm64: mm: Move ASID from TTBR0 to TTBR1Will Deacon1-3/+6
2017-11-02arm64: explicitly mask all exceptionsJames Morse1-5/+4
2017-02-24arm64: Avoid clobbering mm in erratum workaround on QDF2400Shanker Donthineni1-1/+1
2017-02-10arm64: Work around Falkor erratum 1003Christopher Covington1-0/+1
2016-11-21arm64: Factor out TTBR0_EL1 post-update workaround into a specific asm macroCatalin Marinas1-5/+1
2016-11-11arm64: move sp_el0 and tpidr_el1 into cpu_suspend_ctxMark Rutland1-0/+6
2016-10-03Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-7/+6
2016-09-12arm64: use alternative auto-nopMark Rutland1-7/+2
2016-09-02arm64: kernel: Fix unmasked debug exceptions when restoring mdscr_el1James Morse1-0/+9
2016-08-25arm64: vmlinux.ld: Add mmuoff data sections and move mmuoff text into idmapJames Morse1-0/+4
2016-07-19arm64: debug: unmask PSTATE.D earlierWill Deacon1-0/+2
2016-04-28arm64: Change cpu_resume() to enable mmu early then access sleep_sp by vaJames Morse1-32/+21
2016-04-28arm64: Fold proc-macros.S into assembler.hGeoff Levand1-3/+0
2016-02-26arm64: Add workaround for Cavium erratum 27456Andrew Pinski1-0/+12
2016-02-16arm64: mm: add code to safely replace TTBR1_EL1Mark Rutland1-0/+28
2016-01-25arm64: kernel: fix architected PMU registers unconditional accessLorenzo Pieralisi1-2/+2
2016-01-12Merge tag 'arm64-perf' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-0/+2
2015-12-21arm64: kernel: enforce pmuserenr_el0 initialization and restoreLorenzo Pieralisi1-0/+2
2015-12-11arm64: mm: place __cpu_setup in .textMark Rutland1-2/+0
2015-11-04Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-4/+6
2015-10-19arm64: Add 16K page size supportSuzuki K. Poulose1-1/+3
2015-10-14Merge branch 'x86/urgent' into core/efi, to pick up a pending EFI fixIngo Molnar1-6/+15
2015-10-07arm64: mm: rewrite ASID allocator and MM context-switching codeWill Deacon1-1/+1
2015-10-07arm64: proc: de-scope TLBI operation during cold bootWill Deacon1-2/+2
2015-08-20arm64: mdscr_el1: avoid exposing DCC to userspaceWill Deacon1-1/+2
2015-08-08arm64/mm: Add PROT_DEVICE_nGnRnE and PROT_NORMAL_WTJonathan (Zhixiong) Zhang1-1/+3
2015-08-05arm64: mm: ensure patched kernel text is fetched from PoUWill Deacon1-1/+0