summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/sleep.S
AgeCommit message (Expand)AuthorLines
2019-06-04arm64: kernel: use aff3 instead of aff2 in commentLiu Song-1/+1
2018-09-25arm64/mm: Pass ttbr1 as a parameter to __enable_mmu()Jun Yao-0/+1
2018-02-06arm64: idmap: Use "awx" flags for .idmap.text .pushsection directivesWill Deacon-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2016-11-11arm64: move sp_el0 and tpidr_el1 into cpu_suspend_ctxMark Rutland-3/+0
2016-10-16kprobes: Unpoison stack in jprobe_return() for KASANDmitry Vyukov-1/+1
2016-09-05arm64: kernel: re-export _cpu_resume() from sleep.SArd Biesheuvel-1/+1
2016-09-02arm64: kernel: use x30 for __enable_mmu return addressArd Biesheuvel-6/+2
2016-09-02arm64: kernel: fix style issues in sleep.SArd Biesheuvel-11/+10
2016-08-25arm64: vmlinux.ld: Add mmuoff data sections and move mmuoff text into idmapJames Morse-1/+1
2016-08-22arm64: head.S: get rid of x25 and x26 with 'global' scopeArd Biesheuvel-2/+0
2016-08-17arm64: kernel: avoid literal load of virtual address with MMU offArd Biesheuvel-1/+9
2016-04-28arm64: Change cpu_resume() to enable mmu early then access sleep_sp by vaJames Morse-40/+26
2016-04-28arm64: kernel: Rework finisher callback out of __cpu_suspend_enter()James Morse-60/+33
2016-03-09arm64: kasan: clear stale stack poisonMark Rutland-0/+4
2015-12-08arm64: Store struct thread_info in sp_el0Jungseok Lee-0/+3
2015-08-05arm64: mm: ensure patched kernel text is fetched from PoUWill Deacon-0/+8
2015-07-31arm64: restore cpu suspend/resume functionalitySudeep Holla-1/+0
2015-07-27arm64: force CONFIG_SMP=y and remove redundant #ifdefsWill Deacon-5/+0
2015-06-02arm64: drop sleep_idmap_phys and clean up cpu_resume()Ard Biesheuvel-5/+2
2015-06-02arm64: reduce ID map to a single pageArd Biesheuvel-0/+2
2014-11-25arm64: Move cpu_resume into the text sectionLaura Abbott-30/+6
2014-09-12arm64: kernel: refactor the CPU suspend API for retention statesLorenzo Pieralisi-13/+34
2013-12-16arm64: kernel: cpu_{suspend/resume} implementationLorenzo Pieralisi-0/+184