Kexec Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-03-24 05:00:56 to 2016-05-02 10:11:23 UTC [more...]

[PATCH 00/12] Fixing TI Keystone2 kexec
 2016-05-02 10:10 UTC  (35+ messages)
` [PATCH 01/12] ARM: kexec: fix crashkernel= handling
` [PATCH 02/12] ARM: provide improved virt_to_idmap() functionality
` [PATCH 03/12] ARM: kexec: remove 512MB restriction on kexec crashdump
` [PATCH 04/12] ARM: provide arm_has_idmap_alias() helper
` [PATCH 05/12] ARM: kdump: advertise boot aliased crash kernel resource
` [PATCH 06/12] ARM: kexec: advertise location of bootable RAM
` [PATCH 07/12] ARM: keystone: dts: add psci command definition
` [PATCH 08/12] kexec: don't invoke OOM-killer for control page allocation
` [PATCH 09/12] kexec: ensure user memory sizes do not wrap
` [PATCH 10/12] kexec: arrange for paddr_vmcoreinfo_note() to return phys_addr_t
` [PATCH 11/12] kexec: allow architectures to override boot mapping
` [PATCH 12/12] ARM: kexec: fix kexec for Keystone 2

(no subject)
 2016-04-29 14:22 UTC  (4+ messages)
` [PATCH v2 1/3] zImage-arm: Fix a return value check that use the wrong variable
` [PATCH v2 2/3] zImage-arm: Add support for booting android images
` [PATCH v2 3/3] arm: Change setup_dtb_prop to create nodes by offset and node name

[PATCH 0/3] Initial Kexec patches
 2016-04-29 10:45 UTC  (24+ messages)
` [PATCH 1/3] kexec: don't invoke OOM-killer for control page allocation
` [PATCH 2/3] kexec: ensure user memory sizes do not wrap
` [PATCH 3/3] kexec: arrange for paddr_vmcoreinfo_note() to return phys_addr_t

[PATCH] kdump: Fix gdb macros work work with newer and 64-bit kernels
 2016-04-27 12:21 UTC  (2+ messages)

[PATCH] arm64:kexec: Memstart should not be before the kernel start address
 2016-04-26 23:58 UTC  (2+ messages)

[PATCH v3] s390/kexec: Consolidate crash_map/unmap_reserved_pages() and arch_kexec_protect(unprotect)_crashkres()
 2016-04-26  2:17 UTC 

Removal of the kernel code/data/bss resources does break kexec/kdump
 2016-04-20  1:13 UTC  (13+ messages)

[PATCH] arm64: Memstart should not be before the kernel start address
 2016-04-19 21:36 UTC 

[PATCH] makedumpfile: fix module core base and size offset for kernel v4.5
 2016-04-19  7:41 UTC  (2+ messages)

[PATCH] arm64: fix two level pmd calculation
 2016-04-19  1:38 UTC  (2+ messages)

[PATCH V8] Improve the performance of --num-threads -d 31
 2016-04-19  1:15 UTC  (6+ messages)

[PATCH] makedumpfile: fix compilation warning
 2016-04-19  1:14 UTC  (2+ messages)

makedumpfile utility optimization
 2016-04-18  6:47 UTC  (3+ messages)

[PATCH v7] Improve the performance of --num-threads -d 31
 2016-04-15 10:13 UTC  (4+ messages)

[PATCH v6] Improve the performance of --num-threads -d 31
 2016-04-15 10:09 UTC  (9+ messages)

[PATCH v16 00/20] arm64 kexec kernel patches v16
 2016-04-14 21:21 UTC  (21+ messages)
` [PATCH v16 01/20] arm64: Fold proc-macros.S into assembler.h
` [PATCH v16 04/20] arm64: kvm: Move lr save/restore from do_el2_call into EL1
` [PATCH v16 05/20] arm64: hyp/kvm: Extend hyp-stub API to allow function calls at EL2
` [PATCH v16 03/20] arm64: kvm: Move the do_el2_call macro to a header file
` [PATCH v16 02/20] arm64: Cleanup SCTLR flags
` [PATCH v16 15/20] arm64: kdump: reserve memory for crash dump kernel
` [PATCH v16 13/20] arm64/kexec: Enable kexec in the arm64 defconfig
` [PATCH v16 06/20] arm64: kvm: allows kvm cpu hotplug
` [PATCH v16 12/20] arm64/kexec: Add core kexec support
` [PATCH v16 10/20] arm64: head.S: el2_setup() to accept sctlr_el1 as an argument
` [PATCH v16 18/20] arm64: kdump: add kdump support
` [PATCH v16 08/20] arm64: Promote KERNEL_START/KERNEL_END definitions to a header file
` [PATCH v16 16/20] arm64: limit memory regions based on DT property, usable-memory
` [PATCH v16 11/20] arm64: Add back cpu_reset routines
` [PATCH v16 09/20] arm64: Add new asm macro copy_page
` [PATCH v16 07/20] arm64: kernel: Include _AC definition in page.h
` [PATCH v16 17/20] arm64: kdump: implement machine_crash_shutdown()
` [PATCH v16 14/20] arm64/kexec: Add pr_debug output
` [PATCH v16 20/20] arm64: kdump: update a kernel doc
` [PATCH v16 19/20] arm64: kdump: enable kdump in the arm64 defconfig

kexec loading fails without kernel code address in /proc/iomem
 2016-04-14 12:03 UTC 

[PATCH V5] Improve the performance of --num-threads -d 31
 2016-04-14  1:10 UTC  (8+ messages)

[PATCH] ARM: kexec: fix crashkernel= handling
 2016-04-08  2:12 UTC  (9+ messages)
` [PATCH v2] "

[PATCH] s390/kexec: Consolidate crash_map/unmap_reserved_pages() and arch_kexec_protect(unprotect)_crashkres()
 2016-04-06 12:26 UTC  (12+ messages)

[PATCH 1/3] arm: properly handle a missing /chosen node in the DT
 2016-04-06  0:30 UTC  (7+ messages)
` [PATCH 2/3] zImage-arm: Fix a return value check that use the wrong variable
` [PATCH 3/3] zImage-arm: Add support for booting android images

[PATCH v2] s390/kexec: Consolidate crash_map/unmap_reserved_pages() and arch_kexec_protect(unprotect)_crashkres()
 2016-04-05 10:23 UTC  (3+ messages)

[PATCH v4] Improve the performance of --num-threads -d 31
 2016-04-05  9:18 UTC  (17+ messages)

[PATCH v15 00/20] arm64 kexec kernel patches v15
 2016-04-04  9:27 UTC  (18+ messages)
` [PATCH v15 15/20] arm64: kdump: reserve memory for crash dump kernel
` [PATCH v15 17/20] arm64: kdump: implement machine_crash_shutdown()

[PATCH 1/2] kexec: update VMCOREINFO for compound_order/dtor
 2016-04-04  1:04 UTC  (3+ messages)

[PATCH 0/2] Export new VMCOREINFO about compound page
 2016-04-01  5:53 UTC  (3+ messages)

[PATCH V2 0/2] kexec: Make a pair of map/unmap reserved pages in error path
 2016-03-26 15:17 UTC  (9+ messages)

[PATCH 1/3] Pass struct mem_sym into machine_apply_elf_rel()
 2016-03-24  5:00 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox