index
:
linux.git
bh1745
master
multitile
next/stmfts-20170210
next/vr-20170117
tizen/tizen
tizen/vr
vm-bind
Linux Kernel
Andi Shyti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kernel
/
machine_kexec.c
Age
Commit message (
Expand
)
Author
2022-05-07
arm64: kdump: Reimplement crashkernel=X
Chen Zhou
2022-01-05
Merge branches 'for-next/misc', 'for-next/cache-ops-dzp', 'for-next/stacktrac...
Catalin Marinas
2021-12-10
arm64: kexec: reduce calls to page_address()
Rongwei Wang
2021-12-02
arm64: kexec: use __pa_symbol(empty_zero_page)
Mark Rutland
2021-10-01
arm64: kexec: remove cpu-reset.h
Pasha Tatashin
2021-10-01
arm64: kexec: remove the pre-kexec PoC maintenance
Pasha Tatashin
2021-10-01
arm64: kexec: keep MMU enabled during kexec relocation
Pasha Tatashin
2021-10-01
arm64: kexec: install a copy of the linear-map
Pasha Tatashin
2021-10-01
arm64: kexec: use ld script for relocation function
Pasha Tatashin
2021-10-01
arm64: kexec: relocate in EL1 mode
Pasha Tatashin
2021-10-01
arm64: kexec: configure EL2 vectors for kexec
Pasha Tatashin
2021-10-01
arm64: kexec: pass kimage as the only argument to relocation function
Pasha Tatashin
2021-10-01
arm64: kexec: skip relocation code for inplace kexec
Pasha Tatashin
2021-10-01
arm64: kexec: flush image and lists during kexec load time
Pasha Tatashin
2021-07-08
set_memory: allow querying whether set_direct_map_*() is actually enabled
Mike Rapoport
2021-05-25
arm64: Rename arm64-internal cache maintenance functions
Fuad Tabba
2021-05-25
arm64: __flush_dcache_area to take end parameter instead of size
Fuad Tabba
2021-05-25
arm64: Downgrade flush_icache_range to invalidate
Fuad Tabba
2021-01-27
arm64: kexec: call kexec_image_info only once
Pavel Tatashin
2021-01-27
arm64: kexec: move relocation function setup
Pavel Tatashin
2021-01-27
arm64: kexec: make dtb_mem always enabled
Pavel Tatashin
2020-05-11
arm64: fix the flush_icache_range arguments in machine_kexec
Christoph Hellwig
2020-01-10
Revert "arm64: kexec: make dtb_mem always enabled"
Will Deacon
2020-01-08
arm64: kexec: make dtb_mem always enabled
Pavel Tatashin
2020-01-08
arm64: kexec: remove unnecessary debug prints
Pavel Tatashin
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-03-05
arm64: kdump: no need to mark crashkernel pages manually PG_reserved
David Hildenbrand
2019-03-05
arm64: kexec: no need to ClearPageReserved()
David Hildenbrand
2018-12-06
arm64: kexec_file: invoke the kernel without purgatory
AKASHI Takahiro
2018-09-11
arm64: kernel: arch_crash_save_vmcoreinfo() should depend on CONFIG_CRASH_CORE
James Morse
2018-07-31
arm64: kexec: Add comment to explain use of __flush_icache_range()
Will Deacon
2018-07-31
arm64, kaslr: export offset in VMCOREINFO ELF notes
Bhupesh Sharma
2018-07-30
arm64: kexec: machine_kexec should call __flush_icache_range
Dave Kleikamp
2018-07-04
arm64: kexec: always reset to EL2 if present
Mark Rutland
2017-11-02
arm64: explicitly mask all exceptions
James Morse
2017-08-21
arm64: kexec: have own crash_smp_send_stop() for crash dump for nonpanic cores
Hoeun Ryu
2017-04-05
arm64: kdump: add VMCOREINFO's for user-space tools
AKASHI Takahiro
2017-04-05
arm64: kdump: implement machine_crash_shutdown()
AKASHI Takahiro
2017-04-05
arm64: hibernate: preserve kdump image around hibernation
AKASHI Takahiro
2017-04-05
arm64: kdump: protect crash dump kernel memory
Takahiro Akashi
2016-06-27
arm64/kexec: Add pr_debug output
Geoff Levand
2016-06-27
arm64/kexec: Add core kexec support
Geoff Levand