summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/suspend.c
Commit message (Expand)AuthorAgeFilesLines
* arm64/sme: Restore SME registers on exit from suspendMark Brown2024-02-201-0/+3
* arm64: Avoid cpus_have_const_cap() for ARM64_HAS_DITMark Rutland2023-10-161-1/+10
* arm64: Avoid cpus_have_const_cap() for ARM64_HAS_CNPMark Rutland2023-10-161-1/+1
* cpuidle, arm64: Fix the ARM64 cpuidle logicPeter Zijlstra2023-01-181-1/+11
* arm64: Enable data independent timing (DIT) in the kernelArd Biesheuvel2022-11-081-0/+2
* arm64: mte: move register initialization to CPeter Collingbourne2022-09-221-0/+2
* arm64: mm: provide idmap pointer to cpu_replace_ttbr1()Ard Biesheuvel2022-06-241-1/+1
* arm64: fix typos in commentsJulia Lawall2022-04-041-1/+1
* arm64: kasan: mte: use a constant kernel GCR_EL1 valueMark Rutland2021-08-021-1/+0
* arm64: suspend: Use cpuidle context helpers in cpu_suspend()Marc Zyngier2021-06-171-1/+11
* arm64: pac: Optimize kernel entry/exit key installation code pathsPeter Collingbourne2021-04-131-1/+2
* arm64: mte: Report async tag faults before suspendVincenzo Frascino2021-04-111-0/+3
* arm64: spectre: Prevent lockdep splat on v4 mitigation enable pathWill Deacon2021-02-191-1/+1
* arm64: uaccess: remove set_fs()Mark Rutland2020-12-021-1/+0
* Merge branch 'for-next/mte' into for-next/coreWill Deacon2020-10-021-0/+4
|\
| * arm64: mte: Restore the GCR_EL1 register after a suspendCatalin Marinas2020-09-041-0/+4
* | arm64: Rewrite Spectre-v4 mitigation codeWill Deacon2020-09-291-2/+1
|/
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-091-1/+1
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
* arm64: mm: Support Common Not Private translationsVladimir Murzin2018-09-181-0/+4
* arm64: ssbd: Restore mitigation status on CPU resumeMarc Zyngier2018-05-311-0/+8
* arm64: uaccess: Add PAN helperJames Morse2018-01-131-2/+2
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-11-151-4/+4
|\
| * arm64: explicitly mask all exceptionsJames Morse2017-11-021-3/+4
| * arm64: suspend: remove useless included fileYisheng Xie2017-11-021-1/+0
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* arm64: move sp_el0 and tpidr_el1 into cpu_suspend_ctxMark Rutland2016-11-111-6/+0
* arm64: suspend: Reconfigure PSTATE after resume from idleJames Morse2016-10-201-0/+11
* arm64: hw_breakpoint: convert CPU hotplug notifier to new infrastructureWill Deacon2016-09-011-4/+6
* arm64: Change cpu_resume() to enable mmu early then access sleep_sp by vaJames Morse2016-04-281-32/+6
* arm64: kernel: Rework finisher callback out of __cpu_suspend_enter()James Morse2016-04-281-30/+42
* arm64: unify idmap removalMark Rutland2016-02-161-16/+4
* arm64: kernel: pause/unpause function graph tracer in cpu_suspend()Lorenzo Pieralisi2015-11-171-0/+10
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2015-11-121-1/+1
|\
| * arm64: suspend: make hw_breakpoint_restore staticJisheng Zhang2015-11-121-1/+1
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-11-041-1/+1
|\|
| * arm64: flush: use local TLB and I-cache invalidationWill Deacon2015-10-071-1/+1
* | arm64: kernel: fix tcr_el1.t0sz restore on systems with extended idmapLorenzo Pieralisi2015-10-281-9/+13
|/
* arm64: kernel: rename __cpu_suspend to keep it aligned with armSudeep Holla2015-06-191-3/+3
* arm64: drop sleep_idmap_phys and clean up cpu_resume()Ard Biesheuvel2015-06-021-3/+0
* arm64: kernel: remove ARM64_CPU_SUSPEND config optionLorenzo Pieralisi2015-01-271-21/+0
* arm64: kernel: fix __cpu_suspend mm switch on warm-bootLorenzo Pieralisi2014-12-231-1/+13
* arm64: Move cpu_resume into the text sectionLaura Abbott2014-11-251-2/+2
* arm64: kernel: refactor the CPU suspend API for retention statesLorenzo Pieralisi2014-09-121-19/+29
* arm64: kernel: add missing __init section marker to cpu_suspend_initLorenzo Pieralisi2014-07-181-1/+1
* arm64: kernel: fix per-cpu offset restore on resumeLorenzo Pieralisi2014-01-241-0/+8
* arm64: kernel: restore HW breakpoint registers in cpu_suspendLorenzo Pieralisi2014-01-101-0/+23
* arm64: kernel: cpu_{suspend/resume} implementationLorenzo Pieralisi2013-12-161-0/+109