aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm/proc.S (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-07-27arm64: force CONFIG_SMP=y and remove redundant #ifdefsWill Deacon1-4/+0
2015-07-27arm64: Add support for hardware updates of the access and dirty pte bitsCatalin Marinas1-0/+13
2015-05-19arm64: kill flush_cache_all()Mark Rutland1-46/+0
2015-03-23arm64: mm: increase VA range of identity mapArd Biesheuvel1-0/+3
2015-01-27arm64: kernel: remove ARM64_CPU_SUSPEND config optionLorenzo Pieralisi1-1/+1
2015-01-23arm64: Fix SCTLR_EL1 initialisationSuzuki K. Poulose1-4/+8
2014-09-08arm64: convert part of soft_restart() to assemblyArun Chandran1-0/+15
2014-05-09arm64: mm: use inner-shareable barriers for inner-shareable maintenanceWill Deacon1-1/+1
2014-04-03arm64: Update the TCR_EL1 translation granule definitions for 16K pagesCatalin Marinas1-11/+14
2014-03-13arm64: Add boot time configuration of Intermediate Physical Address sizeRadha Mohan Chintakuntla1-1/+7
2014-03-04arm64: remove unnecessary cache flush at bootMark Rutland1-6/+0
2014-01-27arm64: mm: fix the function name in comment of cpu_do_switch_mmJingoo Han1-1/+1
2013-12-16arm64: kernel: suspend/resume registers save/restoreLorenzo Pieralisi1-0/+69
2013-12-06arm64: ensure completion of TLB invalidatationMark Rutland1-1/+1
2013-10-25arm64: big-endian: set correct endianess on kernel entryMatthew Leach1-2/+2
2013-09-03arm64: mm: permit use of tagged pointers at EL0Will Deacon1-1/+1
2013-09-02arm64: Remove unused cpu_name ascii in arch/arm64/mm/proc.SCatalin Marinas1-4/+0
2013-05-13arm64: debug: clear mdscr_el1 instead of taking the OS lockWill Deacon1-2/+1
2012-09-24arm64: Do not set the SMP/nAMP processor bitCatalin Marinas1-11/+0
2012-09-17arm64: CPU supportCatalin Marinas1-0/+186