summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/machine_kexec.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/misc' into for-next/coreWill Deacon2023-04-201-1/+2
|\
| * arm64: kexec: include reboot.hSimon Horman2023-04-201-0/+1
| * arm64: kexec: remove unnecessary (void*) conversionsYu Zhe2023-03-281-1/+1
* | arm64: kdump : take off the protection on crashkernel memory regionBaoquan He2023-04-111-20/+0
|/
* treewide: Drop function_nocfiSami Tolvanen2022-09-261-1/+1
* arm64: kdump: Reimplement crashkernel=XChen Zhou2022-05-071-2/+7
*-. Merge branches 'for-next/misc', 'for-next/cache-ops-dzp', 'for-next/stacktrac...Catalin Marinas2022-01-051-3/+5
|\ \
| | * arm64: kexec: use __pa_symbol(empty_zero_page)Mark Rutland2021-12-021-1/+1
| |/ |/|
| * arm64: kexec: reduce calls to page_address()Rongwei Wang2021-12-101-2/+4
|/
* arm64: kexec: remove cpu-reset.hPasha Tatashin2021-10-011-4/+2
* arm64: kexec: remove the pre-kexec PoC maintenancePasha Tatashin2021-10-011-43/+0
* arm64: kexec: keep MMU enabled during kexec relocationPasha Tatashin2021-10-011-4/+12
* arm64: kexec: install a copy of the linear-mapPasha Tatashin2021-10-011-2/+14
* arm64: kexec: use ld script for relocation functionPasha Tatashin2021-10-011-10/+6
* arm64: kexec: relocate in EL1 modePasha Tatashin2021-10-011-2/+2
* arm64: kexec: configure EL2 vectors for kexecPasha Tatashin2021-10-011-0/+31
* arm64: kexec: pass kimage as the only argument to relocation functionPasha Tatashin2021-10-011-2/+5
* arm64: kexec: skip relocation code for inplace kexecPasha Tatashin2021-10-011-13/+21
* arm64: kexec: flush image and lists during kexec load timePasha Tatashin2021-10-011-32/+26
* set_memory: allow querying whether set_direct_map_*() is actually enabledMike Rapoport2021-07-081-0/+1
* arm64: Rename arm64-internal cache maintenance functionsFuad Tabba2021-05-251-5/+5
* arm64: __flush_dcache_area to take end parameter instead of sizeFuad Tabba2021-05-251-7/+13
* arm64: Downgrade flush_icache_range to invalidateFuad Tabba2021-05-251-3/+7
* arm64: kexec: call kexec_image_info only oncePavel Tatashin2021-01-271-4/+1
* arm64: kexec: move relocation function setupPavel Tatashin2021-01-271-27/+19
* arm64: kexec: make dtb_mem always enabledPavel Tatashin2021-01-271-5/+1
* arm64: fix the flush_icache_range arguments in machine_kexecChristoph Hellwig2020-05-111-0/+1
* Revert "arm64: kexec: make dtb_mem always enabled"Will Deacon2020-01-101-1/+5
* arm64: kexec: make dtb_mem always enabledPavel Tatashin2020-01-081-5/+1
* arm64: kexec: remove unnecessary debug printsPavel Tatashin2020-01-081-12/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* arm64: kdump: no need to mark crashkernel pages manually PG_reservedDavid Hildenbrand2019-03-051-1/+1
* arm64: kexec: no need to ClearPageReserved()David Hildenbrand2019-03-051-1/+0
* arm64: kexec_file: invoke the kernel without purgatoryAKASHI Takahiro2018-12-061-2/+10
* arm64: kernel: arch_crash_save_vmcoreinfo() should depend on CONFIG_CRASH_COREJames Morse2018-09-111-11/+0
* arm64: kexec: Add comment to explain use of __flush_icache_range()Will Deacon2018-07-311-1/+8
* arm64, kaslr: export offset in VMCOREINFO ELF notesBhupesh Sharma2018-07-311-0/+1
* arm64: kexec: machine_kexec should call __flush_icache_rangeDave Kleikamp2018-07-301-1/+1
* arm64: kexec: always reset to EL2 if presentMark Rutland2018-07-041-2/+1
* arm64: explicitly mask all exceptionsJames Morse2017-11-021-2/+2
* arm64: kexec: have own crash_smp_send_stop() for crash dump for nonpanic coresHoeun Ryu2017-08-211-1/+1
* arm64: kdump: add VMCOREINFO's for user-space toolsAKASHI Takahiro2017-04-051-0/+11
* arm64: kdump: implement machine_crash_shutdown()AKASHI Takahiro2017-04-051-4/+54
* arm64: hibernate: preserve kdump image around hibernationAKASHI Takahiro2017-04-051-0/+71
* arm64: kdump: protect crash dump kernel memoryTakahiro Akashi2017-04-051-6/+26
* arm64/kexec: Add pr_debug outputGeoff Levand2016-06-271-0/+42
* arm64/kexec: Add core kexec supportGeoff Levand2016-06-271-0/+170