aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm/proc.S
AgeCommit message (Expand)Author
2021-10-06arm64: Extend workaround for erratum 1024718 to all versions of Cortex-A55Suzuki K Poulose
2019-10-29arm64: sysreg: Move to use definitions for all the SCTLR bitsJames Morse
2019-10-05arm64: kpti: ensure patched kernel text is fetched from PoUMark Rutland
2019-05-21arm64: Save and restore OSDLR_EL1 across suspend/resumeJean-Philippe Brucker
2018-07-22arm64: alternatives: use tpidr_el2 on VHE hostsJames Morse
2018-07-03arm64: mm: Ensure writes to swapper are ordered wrt subsequent cache maintenanceWill Deacon
2018-05-16arm64: Add work around for Arm Cortex-A55 Erratum 1024718Suzuki K Poulose
2018-02-28arm64: mm: don't write garbage into TTBR1_EL1 registerArd Biesheuvel
2018-02-22arm64: proc: Set PTE_NG for table entries to avoid traversing them twiceWill Deacon
2018-02-16arm64: Move post_ttbr_update_workaround to C codeMarc Zyngier
2018-02-16arm64: idmap: Use "awx" flags for .idmap.text .pushsection directivesWill Deacon
2018-02-16arm64: kpti: Add ->enable callback to remap swapper using nG mappingsWill Deacon
2018-02-16arm64: kpti: Fix the interaction between ASID switching and software PANCatalin Marinas
2018-02-16arm64: mm: Rename post_ttbr0_update_workaroundWill Deacon
2018-02-16arm64: mm: Remove pre_ttbr0_update_workaround for Falkor erratum #E1003Will Deacon
2018-02-16arm64: mm: Move ASID from TTBR0 to TTBR1Will Deacon
2017-02-24arm64: Avoid clobbering mm in erratum workaround on QDF2400Shanker Donthineni
2017-02-10arm64: Work around Falkor erratum 1003Christopher Covington
2016-11-21arm64: Factor out TTBR0_EL1 post-update workaround into a specific asm macroCatalin Marinas
2016-11-11arm64: move sp_el0 and tpidr_el1 into cpu_suspend_ctxMark Rutland
2016-10-03Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2016-09-12arm64: use alternative auto-nopMark Rutland
2016-09-02arm64: kernel: Fix unmasked debug exceptions when restoring mdscr_el1James Morse
2016-08-25arm64: vmlinux.ld: Add mmuoff data sections and move mmuoff text into idmapJames Morse
2016-07-19arm64: debug: unmask PSTATE.D earlierWill Deacon
2016-04-28arm64: Change cpu_resume() to enable mmu early then access sleep_sp by vaJames Morse
2016-04-28arm64: Fold proc-macros.S into assembler.hGeoff Levand
2016-02-26arm64: Add workaround for Cavium erratum 27456Andrew Pinski
2016-02-16arm64: mm: add code to safely replace TTBR1_EL1Mark Rutland
2016-01-25arm64: kernel: fix architected PMU registers unconditional accessLorenzo Pieralisi
2016-01-12Merge tag 'arm64-perf' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64...Linus Torvalds
2015-12-21arm64: kernel: enforce pmuserenr_el0 initialization and restoreLorenzo Pieralisi
2015-12-11arm64: mm: place __cpu_setup in .textMark Rutland
2015-11-04Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2015-10-19arm64: Add 16K page size supportSuzuki K. Poulose
2015-10-14Merge branch 'x86/urgent' into core/efi, to pick up a pending EFI fixIngo Molnar
2015-10-07arm64: mm: rewrite ASID allocator and MM context-switching codeWill Deacon
2015-10-07arm64: proc: de-scope TLBI operation during cold bootWill Deacon
2015-08-20arm64: mdscr_el1: avoid exposing DCC to userspaceWill Deacon
2015-08-08arm64/mm: Add PROT_DEVICE_nGnRnE and PROT_NORMAL_WTJonathan (Zhixiong) Zhang
2015-08-05arm64: mm: ensure patched kernel text is fetched from PoUWill Deacon
2015-07-27arm64: force CONFIG_SMP=y and remove redundant #ifdefsWill Deacon
2015-07-27arm64: Add support for hardware updates of the access and dirty pte bitsCatalin Marinas
2015-05-19arm64: kill flush_cache_all()Mark Rutland
2015-03-23arm64: mm: increase VA range of identity mapArd Biesheuvel
2015-01-27arm64: kernel: remove ARM64_CPU_SUSPEND config optionLorenzo Pieralisi
2015-01-23arm64: Fix SCTLR_EL1 initialisationSuzuki K. Poulose
2014-09-08arm64: convert part of soft_restart() to assemblyArun Chandran
2014-05-09arm64: mm: use inner-shareable barriers for inner-shareable maintenanceWill Deacon
2014-04-03arm64: Update the TCR_EL1 translation granule definitions for 16K pagesCatalin Marinas