Kexec Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-04-01 09:36:35 to 2016-05-03 10:29:40 UTC [more...]

[PATCH 00/12] Fixing TI Keystone2 kexec
 2016-05-03 10:23 UTC  (70+ 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 kexec-tools 01/32] kdump: mmap() and munmap() only work on page-aligned quantites
    ` [PATCH kexec-tools 02/32] kdump: fix multiple program header entries
    ` [PATCH kexec-tools 03/32] kdump: actually write out the memory
    ` [PATCH kexec-tools 04/32] kdump: fix kdump mapping
    ` [PATCH kexec-tools 05/32] arm: fix kdump to work on LPAE systems
    ` [PATCH kexec-tools 06/32] kdump: print mmap() offset in hex
    ` [PATCH kexec-tools 07/32] kexec: fix warnings caused by selecting 64-bit file IO on 32-bit platforms
    ` [PATCH kexec-tools 08/32] kexec: add max_size to memory_ranges
    ` [PATCH kexec-tools 09/32] kexec: phys_to_virt() must take unsigned long long
    ` [PATCH kexec-tools 10/32] kexec: add generic helper to add to memory_regions
    ` [PATCH kexec-tools 11/32] kexec: add mem_regions sorting implementation
    ` [PATCH kexec-tools 12/32] kexec: add helper to exlude a region from a set of memory ranges
    ` [PATCH kexec-tools 13/32] arm: fix pointer signedness warning in kexec-uImage-arm.c
    ` [PATCH kexec-tools 14/32] arm: fix off-by-one on memory end
    ` [PATCH kexec-tools 15/32] arm: fix get_kernel_stext_sym() to close its file
    ` [PATCH kexec-tools 17/32] arm: return proper error for missing crash kernel
    ` [PATCH kexec-tools 18/32] arm: report if crash kernel is out of bounds
    ` [PATCH kexec-tools 19/32] arm: add memory ranges debug
    ` [PATCH kexec-tools 20/32] arm: add maximum number of memory ranges
    ` [PATCH kexec-tools 21/32] arm: parse crash_reserved_mem early
    ` [PATCH kexec-tools 22/32] arm: use generic mem_region sorting implementation
    ` [PATCH kexec-tools 23/32] arm: move crash system RAM parsing earlier
    ` [PATCH kexec-tools 24/32] arm: add support for platforms with boot memory aliases
    ` [PATCH kexec-tools 25/32] arm: crashdump needs boot alias of crash kernel region
    ` [PATCH kexec-tools 27/32] arm: add support for multiple reserved regions
    ` [PATCH kexec-tools 28/32] arm: add support for boot-time crash kernel resource
    ` [PATCH kexec-tools 29/32] arm: add debug of reserved and coredump memory ranges
    ` [PATCH kexec-tools 30/32] arm: fix type of phys_offset
    ` [PATCH kexec-tools 31/32] arm: clean up phys/page offset debug
    ` [PATCH kexec-tools 32/32] arm: report which ELF core format we will use
` [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 04/20] arm64: kvm: Move lr save/restore from do_el2_call into EL1
` [PATCH v16 01/20] arm64: Fold proc-macros.S into assembler.h
` [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 05/20] arm64: hyp/kvm: Extend hyp-stub API to allow function calls at EL2
` [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 14/20] arm64/kexec: Add pr_debug output
` [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 15/20] arm64: kdump: reserve memory for crash dump kernel
` [PATCH v16 12/20] arm64/kexec: Add core kexec support
` [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 13/20] arm64/kexec: Enable kexec in the arm64 defconfig
` [PATCH v16 06/20] arm64: kvm: allows kvm cpu hotplug
` [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  (11+ messages)

[PATCH 1/3] arm: properly handle a missing /chosen node in the DT
 2016-04-06  0:30 UTC  (5+ messages)

[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  (12+ messages)

[PATCH v15 00/20] arm64 kexec kernel patches v15
 2016-04-04  9:27 UTC  (12+ messages)
` [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)


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