summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/machine_kexec.c
Commit message (Expand)AuthorAgeFilesLines
* arch, crash: move arch_crash_save_vmcoreinfo() out to file vmcore_info.cBaoquan He2024-02-231-7/+0
* ARM: 9317/1: kexec: Make smp stop calls asynchronousMÃ¥rten Lindahl2023-08-141-1/+13
* Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2022-12-131-0/+2
|\
| * ARM: 9257/1: Disable FIQs (but not IRQs) on CPUs shutdown pathsGuilherme G. Piccoli2022-11-071-0/+2
* | ARM: kexec: make machine_crash_nonpanic_core() staticChen Lifu2022-11-181-1/+1
|/
* ARM: 9060/1: kexec: Remove unused kexec_reinit callbackJoel Stanley2021-03-091-8/+0
* ARM: kexec: fix oops after TLB are invalidatedRussell King2021-02-051-12/+8
* mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2020-08-071-1/+0
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* ARM: avoid Cortex-A9 livelock on tight dmb loopsRussell King2019-02-011-1/+4
* ARM: kexec: record parent context registers for non-crash CPUsRussell King2018-05-191-1/+1
* ARM: kexec: fix kdump register saving on panic()Russell King2018-05-191-12/+22
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* ARM: kexec: fix failure to boot crash kernelRussell King2017-07-201-5/+6
* arm: use set_memory.h headerLaura Abbott2017-05-081-0/+1
* ARM: kexec: fix kexec for Keystone 2Russell King2016-08-021-1/+1
* ARM: use virt_to_idmap() for soft_restart()Russell King2016-02-081-10/+6
* ARM: 8338/1: kexec: Relax SMP validation to improve DT compatibilityGeert Uytterhoeven2015-04-021-1/+2
* Merge branch 'devel-stable' into for-nextRussell King2014-12-051-4/+5
|\
| * ARM: mm: allow text and rodata sections to be read-onlyKees Cook2014-10-161-0/+1
| * ARM: kexec: Make .text R/W in machine_kexecNikolay Borisov2014-10-161-4/+4
* | ARM: convert printk(KERN_* to pr_*Russell King2014-11-211-3/+3
|/
* ARM: 8030/1: ARM : kdump : add arch_crash_save_vmcoreinfoLiu Hua2014-04-221-0/+7
* ARM: 7897/1: kexec: Use the right ISA for relocate_new_kernelDave Martin2013-11-301-7/+10
* ARM: 7815/1: kexec: offline non panic CPUs on Kdump panicVijaya Kumar K2013-08-201-0/+1
* ARM: 7807/1: kexec: validate CPU hotplug supportStephen Warren2013-08-131-4/+16
* ARM: 7759/1: decouple CPU offlining from reboot/shutdownStephen Warren2013-06-171-0/+4
* ARM: 7555/1: kexec: fix segment memory addresses checkAaro Koskinen2012-10-181-4/+3
* ARM: 7540/1: kexec: Check segment memory addressesMatthew Leach2012-09-261-0/+6
* ARM: 7539/1: kexec: scan for dtb magic in segmentsMatthew Leach2012-09-261-1/+22
* Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-03-291-0/+25
|\
| * ARM: 7316/1: kexec: EOI active and mask all interrupts in kexec crash pathWill Deacon2012-03-241-0/+25
* | Disintegrate asm/system.h for ARMDavid Howells2012-03-281-1/+1
|/
* ARM: kexec: use soft_restart for branching to the reboot bufferWill Deacon2011-12-121-12/+3
* Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/will/...Russell King2011-12-051-18/+17
|\
| * Revert "ARM: 7098/1: kdump: copy kernel relocation code at the kexec prepare ...Russell King2011-11-071-18/+17
* | ARM: restart: remove argument to setup_mm_for_reboot()Russell King2011-11-101-2/+2
|/
* ARM: 7098/1: kdump: copy kernel relocation code at the kexec prepare stageLei Wen2011-10-171-17/+18
* [ARM] add machine-specific hook to machine_kexecEric Cooper2011-03-031-0/+7
* ARM: 6522/1: kexec: Add call to non-crashing cores through IPIPer Fransson2010-12-041-0/+30
* arm: Disable outer (L2) cache in kexecThomas Gleixner2010-10-261-0/+3
* Merge branch 'misc' into develRussell King2010-07-311-5/+5
|\
| * ARM: call machine_shutdown() from machine_halt(), etcRussell King2010-07-271-4/+0
| * ARM: Factor out common code from cpu_proc_fin()Russell King2010-07-271-1/+5
* | ARM: 6118/1: kdump: implement machine_crash_shutdown()Mika Westerberg2010-07-091-0/+4
|/
* [ARM] Storage class should be before const qualifierTobias Klauser2009-02-101-2/+2
* [ARM] Convert asm/io.h to linux/io.hRussell King2008-09-061-1/+1
* kexec jump: rename KEXEC_CONTROL_CODE_SIZE to KEXEC_CONTROL_PAGE_SIZEHuang Ying2008-08-151-1/+1
* [ARM] 4736/1: Export atags to userspace and allow kexec to use customised atagsRichard Purdie2008-02-041-0/+2
* [ARM] 4137/1: Add kexec supportRichard Purdie2007-02-161-0/+78