summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/machine_kexec.c
AgeCommit message (Expand)Author
2024-02-23arm64, crash: wrap crash dumping code into crash related ifdefsBaoquan He
2023-12-20kexec_file, arm64: print out debugging message if requiredBaoquan He
2023-04-20Merge branch 'for-next/misc' into for-next/coreWill Deacon
2023-04-20arm64: kexec: include reboot.hSimon Horman
2023-04-11arm64: kdump : take off the protection on crashkernel memory regionBaoquan He
2023-03-28arm64: kexec: remove unnecessary (void*) conversionsYu Zhe
2022-09-26treewide: Drop function_nocfiSami Tolvanen
2022-05-07arm64: kdump: Reimplement crashkernel=XChen Zhou
2022-01-05Merge branches 'for-next/misc', 'for-next/cache-ops-dzp', 'for-next/stacktrac...Catalin Marinas
2021-12-10arm64: kexec: reduce calls to page_address()Rongwei Wang
2021-12-02arm64: kexec: use __pa_symbol(empty_zero_page)Mark Rutland
2021-10-01arm64: kexec: remove cpu-reset.hPasha Tatashin
2021-10-01arm64: kexec: remove the pre-kexec PoC maintenancePasha Tatashin
2021-10-01arm64: kexec: keep MMU enabled during kexec relocationPasha Tatashin
2021-10-01arm64: kexec: install a copy of the linear-mapPasha Tatashin
2021-10-01arm64: kexec: use ld script for relocation functionPasha Tatashin
2021-10-01arm64: kexec: relocate in EL1 modePasha Tatashin
2021-10-01arm64: kexec: configure EL2 vectors for kexecPasha Tatashin
2021-10-01arm64: kexec: pass kimage as the only argument to relocation functionPasha Tatashin
2021-10-01arm64: kexec: skip relocation code for inplace kexecPasha Tatashin
2021-10-01arm64: kexec: flush image and lists during kexec load timePasha Tatashin
2021-07-08set_memory: allow querying whether set_direct_map_*() is actually enabledMike Rapoport
2021-05-25arm64: Rename arm64-internal cache maintenance functionsFuad Tabba
2021-05-25arm64: __flush_dcache_area to take end parameter instead of sizeFuad Tabba
2021-05-25arm64: Downgrade flush_icache_range to invalidateFuad Tabba
2021-01-27arm64: kexec: call kexec_image_info only oncePavel Tatashin
2021-01-27arm64: kexec: move relocation function setupPavel Tatashin
2021-01-27arm64: kexec: make dtb_mem always enabledPavel Tatashin
2020-05-11arm64: fix the flush_icache_range arguments in machine_kexecChristoph Hellwig
2020-01-10Revert "arm64: kexec: make dtb_mem always enabled"Will Deacon
2020-01-08arm64: kexec: make dtb_mem always enabledPavel Tatashin
2020-01-08arm64: kexec: remove unnecessary debug printsPavel Tatashin
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-03-05arm64: kdump: no need to mark crashkernel pages manually PG_reservedDavid Hildenbrand
2019-03-05arm64: kexec: no need to ClearPageReserved()David Hildenbrand
2018-12-06arm64: kexec_file: invoke the kernel without purgatoryAKASHI Takahiro
2018-09-11arm64: kernel: arch_crash_save_vmcoreinfo() should depend on CONFIG_CRASH_COREJames Morse
2018-07-31arm64: kexec: Add comment to explain use of __flush_icache_range()Will Deacon
2018-07-31arm64, kaslr: export offset in VMCOREINFO ELF notesBhupesh Sharma
2018-07-30arm64: kexec: machine_kexec should call __flush_icache_rangeDave Kleikamp
2018-07-04arm64: kexec: always reset to EL2 if presentMark Rutland
2017-11-02arm64: explicitly mask all exceptionsJames Morse
2017-08-21arm64: kexec: have own crash_smp_send_stop() for crash dump for nonpanic coresHoeun Ryu
2017-04-05arm64: kdump: add VMCOREINFO's for user-space toolsAKASHI Takahiro
2017-04-05arm64: kdump: implement machine_crash_shutdown()AKASHI Takahiro
2017-04-05arm64: hibernate: preserve kdump image around hibernationAKASHI Takahiro
2017-04-05arm64: kdump: protect crash dump kernel memoryTakahiro Akashi
2016-06-27arm64/kexec: Add pr_debug outputGeoff Levand
2016-06-27arm64/kexec: Add core kexec supportGeoff Levand