Kexec Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-04-15 02:35:30 to 2016-05-27 11:28:08 UTC [more...]

[PATCH 00/12] Fixing TI Keystone2 kexec
 2016-05-27 11:27 UTC  (99+ 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 16/32] arm: fix ELF32/ELF64 check
    ` [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 26/32] arm: rename crash_reserved_mem to crash_kernel_mem
    ` [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

[PATCH] makedumpfile: Fix compilation warning
 2016-05-27  9:46 UTC  (3+ messages)

[Crash-utility] [PATCH v2] arm64: fix kernel memory map handling for kaslr-enabled kernel
 2016-05-27  8:10 UTC  (4+ messages)

[PATCH] MAINTAINERS: Kdump maintainers update
 2016-05-26  2:29 UTC  (5+ messages)

[PATCH V7] makedumpfile: exclude page structures of non-dumped pages
 2016-05-23  1:36 UTC  (2+ messages)

[PATCH 0/3] makedumpfile: Fix handling of ELF segments with p_memsz > p_filesz
 2016-05-18  7:44 UTC  (3+ messages)
` [PATCH 2/3] makedumpfile: Mark unstored ELF pages as filtered

[PATCH v15 00/20] arm64 kexec kernel patches v15
 2016-05-18  2:09 UTC  (7+ messages)

[PATCH] kdump: Fix dmesg gdbmacro to work with record based printk
 2016-05-17 20:09 UTC 

[PATCH v2] kdump: Fix gdb macros work work with newer and 64-bit kernels
 2016-05-16 12:48 UTC  (6+ messages)

[PATCH v16 00/20] arm64 kexec kernel patches v16
 2016-05-13  4:55 UTC  (3+ messages)

[PATCH] kdump: Fix gdb macros work work with newer and 64-bit kernels
 2016-05-10  1:48 UTC  (9+ messages)

[PATCH RFC] Watchdog: sbsa_gwdt: Enhance timeout range
 2016-05-06  0:18 UTC  (7+ messages)

[PATCH] arm64:kexec: Memstart should not be before the kernel start address
 2016-05-03 15:12 UTC  (3+ messages)

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


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