| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-12-11 | kexec: Consolidate machine_kexec_mask_interrupts() implementation |  Eliav Farber | 1 | -31/+0 |
| 2024-02-23 | arm64, crash: wrap crash dumping code into crash related ifdefs |  Baoquan He | 1 | -1/+1 |
| 2023-12-20 | kexec_file, arm64: print out debugging message if required |  Baoquan He | 1 | -20/+6 |
| 2023-04-20 | Merge branch 'for-next/misc' into for-next/core |  Will Deacon | 1 | -1/+2 |
| 2023-04-20 | arm64: kexec: include reboot.h |  Simon Horman | 1 | -0/+1 |
| 2023-04-11 | arm64: kdump : take off the protection on crashkernel memory region |  Baoquan He | 1 | -20/+0 |
| 2023-03-28 | arm64: kexec: remove unnecessary (void*) conversions |  Yu Zhe | 1 | -1/+1 |
| 2022-09-26 | treewide: Drop function_nocfi |  Sami Tolvanen | 1 | -1/+1 |
| 2022-05-07 | arm64: kdump: Reimplement crashkernel=X |  Chen Zhou | 1 | -2/+7 |
| 2022-01-05 | Merge 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 Marinas | 1 | -3/+5 |
| 2021-12-10 | arm64: kexec: reduce calls to page_address() |  Rongwei Wang | 1 | -2/+4 |
| 2021-12-02 | arm64: kexec: use __pa_symbol(empty_zero_page) |  Mark Rutland | 1 | -1/+1 |
| 2021-10-01 | arm64: kexec: remove cpu-reset.h |  Pasha Tatashin | 1 | -4/+2 |
| 2021-10-01 | arm64: kexec: remove the pre-kexec PoC maintenance |  Pasha Tatashin | 1 | -43/+0 |
| 2021-10-01 | arm64: kexec: keep MMU enabled during kexec relocation |  Pasha Tatashin | 1 | -4/+12 |
| 2021-10-01 | arm64: kexec: install a copy of the linear-map |  Pasha Tatashin | 1 | -2/+14 |
| 2021-10-01 | arm64: kexec: use ld script for relocation function |  Pasha Tatashin | 1 | -10/+6 |
| 2021-10-01 | arm64: kexec: relocate in EL1 mode |  Pasha Tatashin | 1 | -2/+2 |
| 2021-10-01 | arm64: kexec: configure EL2 vectors for kexec |  Pasha Tatashin | 1 | -0/+31 |
| 2021-10-01 | arm64: kexec: pass kimage as the only argument to relocation function |  Pasha Tatashin | 1 | -2/+5 |
| 2021-10-01 | arm64: kexec: skip relocation code for inplace kexec |  Pasha Tatashin | 1 | -13/+21 |
| 2021-10-01 | arm64: kexec: flush image and lists during kexec load time |  Pasha Tatashin | 1 | -32/+26 |
| 2021-07-08 | set_memory: allow querying whether set_direct_map_*() is actually enabled |  Mike Rapoport | 1 | -0/+1 |
| 2021-05-25 | arm64: Rename arm64-internal cache maintenance functions |  Fuad Tabba | 1 | -5/+5 |
| 2021-05-25 | arm64: __flush_dcache_area to take end parameter instead of size |  Fuad Tabba | 1 | -7/+13 |
| 2021-05-25 | arm64: Downgrade flush_icache_range to invalidate |  Fuad Tabba | 1 | -3/+7 |
| 2021-01-27 | arm64: kexec: call kexec_image_info only once |  Pavel Tatashin | 1 | -4/+1 |
| 2021-01-27 | arm64: kexec: move relocation function setup |  Pavel Tatashin | 1 | -27/+19 |
| 2021-01-27 | arm64: kexec: make dtb_mem always enabled |  Pavel Tatashin | 1 | -5/+1 |
| 2020-05-11 | arm64: fix the flush_icache_range arguments in machine_kexec |  Christoph Hellwig | 1 | -0/+1 |
| 2020-01-10 | Revert "arm64: kexec: make dtb_mem always enabled" |  Will Deacon | 1 | -1/+5 |
| 2020-01-08 | arm64: kexec: make dtb_mem always enabled |  Pavel Tatashin | 1 | -5/+1 |
| 2020-01-08 | arm64: kexec: remove unnecessary debug prints |  Pavel Tatashin | 1 | -12/+0 |
| 2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 |  Thomas Gleixner | 1 | -4/+1 |
| 2019-03-05 | arm64: kdump: no need to mark crashkernel pages manually PG_reserved |  David Hildenbrand | 1 | -1/+1 |
| 2019-03-05 | arm64: kexec: no need to ClearPageReserved() |  David Hildenbrand | 1 | -1/+0 |
| 2018-12-06 | arm64: kexec_file: invoke the kernel without purgatory |  AKASHI Takahiro | 1 | -2/+10 |
| 2018-09-11 | arm64: kernel: arch_crash_save_vmcoreinfo() should depend on CONFIG_CRASH_CORE |  James Morse | 1 | -11/+0 |
| 2018-07-31 | arm64: kexec: Add comment to explain use of __flush_icache_range() |  Will Deacon | 1 | -1/+8 |
| 2018-07-31 | arm64, kaslr: export offset in VMCOREINFO ELF notes |  Bhupesh Sharma | 1 | -0/+1 |
| 2018-07-30 | arm64: kexec: machine_kexec should call __flush_icache_range |  Dave Kleikamp | 1 | -1/+1 |
| 2018-07-04 | arm64: kexec: always reset to EL2 if present |  Mark Rutland | 1 | -2/+1 |
| 2017-11-02 | arm64: explicitly mask all exceptions |  James Morse | 1 | -2/+2 |
| 2017-08-21 | arm64: kexec: have own crash_smp_send_stop() for crash dump for nonpanic cores |  Hoeun Ryu | 1 | -1/+1 |
| 2017-04-05 | arm64: kdump: add VMCOREINFO's for user-space tools |  AKASHI Takahiro | 1 | -0/+11 |
| 2017-04-05 | arm64: kdump: implement machine_crash_shutdown() |  AKASHI Takahiro | 1 | -4/+54 |
| 2017-04-05 | arm64: hibernate: preserve kdump image around hibernation |  AKASHI Takahiro | 1 | -0/+71 |
| 2017-04-05 | arm64: kdump: protect crash dump kernel memory |  Takahiro Akashi | 1 | -6/+26 |
| 2016-06-27 | arm64/kexec: Add pr_debug output |  Geoff Levand | 1 | -0/+42 |
| 2016-06-27 | arm64/kexec: Add core kexec support |  Geoff Levand | 1 | -0/+170 |