aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/machine_kexec.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-26treewide: Drop function_nocfiSami Tolvanen1-1/+1
2022-05-07arm64: kdump: Reimplement crashkernel=XChen Zhou1-2/+7
2022-01-05Merge branches 'for-next/misc', 'for-next/cache-ops-dzp', 'for-next/stacktrace', 'for-next/xor-neon', 'for-next/kasan', 'for-next/armv8_7-fp', 'for-next/atomics', 'for-next/bti', 'for-next/sve', 'for-next/kselftest' and 'for-next/kcsan', remote-tracking branch 'arm64/for-next/perf' into for-next/...Catalin Marinas1-3/+5
2021-12-10arm64: kexec: reduce calls to page_address()Rongwei Wang1-2/+4
2021-12-02arm64: kexec: use __pa_symbol(empty_zero_page)Mark Rutland1-1/+1
2021-10-01arm64: kexec: remove cpu-reset.hPasha Tatashin1-4/+2
2021-10-01arm64: kexec: remove the pre-kexec PoC maintenancePasha Tatashin1-43/+0
2021-10-01arm64: kexec: keep MMU enabled during kexec relocationPasha Tatashin1-4/+12
2021-10-01arm64: kexec: install a copy of the linear-mapPasha Tatashin1-2/+14
2021-10-01arm64: kexec: use ld script for relocation functionPasha Tatashin1-10/+6
2021-10-01arm64: kexec: relocate in EL1 modePasha Tatashin1-2/+2
2021-10-01arm64: kexec: configure EL2 vectors for kexecPasha Tatashin1-0/+31
2021-10-01arm64: kexec: pass kimage as the only argument to relocation functionPasha Tatashin1-2/+5
2021-10-01arm64: kexec: skip relocation code for inplace kexecPasha Tatashin1-13/+21
2021-10-01arm64: kexec: flush image and lists during kexec load timePasha Tatashin1-32/+26
2021-07-08set_memory: allow querying whether set_direct_map_*() is actually enabledMike Rapoport1-0/+1
2021-05-25arm64: Rename arm64-internal cache maintenance functionsFuad Tabba1-5/+5
2021-05-25arm64: __flush_dcache_area to take end parameter instead of sizeFuad Tabba1-7/+13
2021-05-25arm64: Downgrade flush_icache_range to invalidateFuad Tabba1-3/+7
2021-01-27arm64: kexec: call kexec_image_info only oncePavel Tatashin1-4/+1
2021-01-27arm64: kexec: move relocation function setupPavel Tatashin1-27/+19
2021-01-27arm64: kexec: make dtb_mem always enabledPavel Tatashin1-5/+1
2020-05-11arm64: fix the flush_icache_range arguments in machine_kexecChristoph Hellwig1-0/+1
2020-01-10Revert "arm64: kexec: make dtb_mem always enabled"Will Deacon1-1/+5
2020-01-08arm64: kexec: make dtb_mem always enabledPavel Tatashin1-5/+1
2020-01-08arm64: kexec: remove unnecessary debug printsPavel Tatashin1-12/+0
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-03-05arm64: kdump: no need to mark crashkernel pages manually PG_reservedDavid Hildenbrand1-1/+1
2019-03-05arm64: kexec: no need to ClearPageReserved()David Hildenbrand1-1/+0
2018-12-06arm64: kexec_file: invoke the kernel without purgatoryAKASHI Takahiro1-2/+10
2018-09-11arm64: kernel: arch_crash_save_vmcoreinfo() should depend on CONFIG_CRASH_COREJames Morse1-11/+0
2018-07-31arm64: kexec: Add comment to explain use of __flush_icache_range()Will Deacon1-1/+8
2018-07-31arm64, kaslr: export offset in VMCOREINFO ELF notesBhupesh Sharma1-0/+1
2018-07-30arm64: kexec: machine_kexec should call __flush_icache_rangeDave Kleikamp1-1/+1
2018-07-04arm64: kexec: always reset to EL2 if presentMark Rutland1-2/+1
2017-11-02arm64: explicitly mask all exceptionsJames Morse1-2/+2
2017-08-21arm64: kexec: have own crash_smp_send_stop() for crash dump for nonpanic coresHoeun Ryu1-1/+1
2017-04-05arm64: kdump: add VMCOREINFO's for user-space toolsAKASHI Takahiro1-0/+11
2017-04-05arm64: kdump: implement machine_crash_shutdown()AKASHI Takahiro1-4/+54
2017-04-05arm64: hibernate: preserve kdump image around hibernationAKASHI Takahiro1-0/+71
2017-04-05arm64: kdump: protect crash dump kernel memoryTakahiro Akashi1-6/+26
2016-06-27arm64/kexec: Add pr_debug outputGeoff Levand1-0/+42
2016-06-27arm64/kexec: Add core kexec supportGeoff Levand1-0/+170