index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kernel
/
sleep.S
Age
Commit message (
Expand
)
Author
2024-02-16
arm64: mm: Handle LVA support as a CPU feature
Ard Biesheuvel
2023-05-02
arm64: kernel: remove SHF_WRITE|SHF_EXECINSTR from .idmap.text
ndesaulniers@google.com
2023-01-24
arm64: head: Clean the ID map and the HYP text to the PoC if needed
Ard Biesheuvel
2023-01-24
arm64: head: Move all finalise_el2 calls to after __enable_mmu
Ard Biesheuvel
2022-09-10
arm64: mm: fix resume for 52-bit enabled builds
Joey Gouly
2022-07-01
arm64: Rename the VHE switch to "finalise_el2"
Marc Zyngier
2022-06-24
arm64: head: pass ID map root table address to __enable_mmu()
Ard Biesheuvel
2021-04-16
kasan: remove redundant config option
Walter Wu
2021-02-09
arm64: Initialise as nVHE before switching to VHE
Marc Zyngier
2020-12-22
kasan, arm64: unpoison stack only with CONFIG_KASAN_STACK
Andrey Konovalov
2020-12-02
arm64: head.S: rename el2_setup -> init_kernel_el
Mark Rutland
2020-05-28
Merge branch 'for-next/bti' into for-next/core
Will Deacon
2020-05-04
arm64: kernel: Convert to modern annotations for assembly functions
Mark Brown
2020-04-28
arm64: simplify ptrauth initialization
Mark Rutland
2020-03-18
arm64: ptrauth: Add bootup/runtime flags for __cpu_setup
Amit Daniel Kachhap
2019-06-04
arm64: kernel: use aff3 instead of aff2 in comment
Liu Song
2018-09-25
arm64/mm: Pass ttbr1 as a parameter to __enable_mmu()
Jun Yao
2018-02-06
arm64: idmap: Use "awx" flags for .idmap.text .pushsection directives
Will Deacon
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2016-11-11
arm64: move sp_el0 and tpidr_el1 into cpu_suspend_ctx
Mark Rutland
2016-10-16
kprobes: Unpoison stack in jprobe_return() for KASAN
Dmitry Vyukov
2016-09-05
arm64: kernel: re-export _cpu_resume() from sleep.S
Ard Biesheuvel
2016-09-02
arm64: kernel: use x30 for __enable_mmu return address
Ard Biesheuvel
2016-09-02
arm64: kernel: fix style issues in sleep.S
Ard Biesheuvel
2016-08-25
arm64: vmlinux.ld: Add mmuoff data sections and move mmuoff text into idmap
James Morse
2016-08-22
arm64: head.S: get rid of x25 and x26 with 'global' scope
Ard Biesheuvel
2016-08-17
arm64: kernel: avoid literal load of virtual address with MMU off
Ard Biesheuvel
2016-04-28
arm64: Change cpu_resume() to enable mmu early then access sleep_sp by va
James Morse
2016-04-28
arm64: kernel: Rework finisher callback out of __cpu_suspend_enter()
James Morse
2016-03-09
arm64: kasan: clear stale stack poison
Mark Rutland
2015-12-08
arm64: Store struct thread_info in sp_el0
Jungseok Lee
2015-08-05
arm64: mm: ensure patched kernel text is fetched from PoU
Will Deacon
2015-07-31
arm64: restore cpu suspend/resume functionality
Sudeep Holla
2015-07-27
arm64: force CONFIG_SMP=y and remove redundant #ifdefs
Will Deacon
2015-06-02
arm64: drop sleep_idmap_phys and clean up cpu_resume()
Ard Biesheuvel
2015-06-02
arm64: reduce ID map to a single page
Ard Biesheuvel
2014-11-25
arm64: Move cpu_resume into the text section
Laura Abbott
2014-09-12
arm64: kernel: refactor the CPU suspend API for retention states
Lorenzo Pieralisi
2013-12-16
arm64: kernel: cpu_{suspend/resume} implementation
Lorenzo Pieralisi