kexec.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-02-21 01:24:35 to 2017-03-20 05:48:59 UTC [more...]

[PATCH v3 1/3] kexec: Move vmcoreinfo out of the kernel's .bss section
 2017-03-20  5:50 UTC  (3+ messages)
` [PATCH v3 2/3] powerpc/fadump: Use the correct VMCOREINFO_NOTE_SIZE for phdr
` [PATCH v3 3/3] kdump: Relocate vmcoreinfo to the crash memory range

[PATCH v2] kexec: Introduce vmcoreinfo signature verification
 2017-03-20  4:53 UTC  (7+ messages)

[PATCH] x86_64, kexec: Avoid unnecessary identity mappings for kdump
 2017-03-20  2:22 UTC  (3+ messages)

[PATCH] kexec: Update vmcoreinfo after crash happened
 2017-03-20  2:17 UTC  (7+ messages)

kexec regression since 4.9 caused by efi
 2017-03-20  2:14 UTC  (13+ messages)

Your message to kexec awaits moderator approval
 2017-03-17 20:03 UTC 

[PATCH v33 00/14] add kdump support
 2017-03-17 20:03 UTC  (30+ messages)
` [PATCH v33 01/14] memblock: add memblock_clear_nomap()
` [PATCH v33 02/14] memblock: add memblock_cap_memory_range()
` [PATCH v33 03/14] arm64: limit memory regions based on DT property, usable-memory-range
` [PATCH v33 04/14] arm64: kdump: reserve memory for crash dump kernel
` [PATCH v33 05/14] arm64: mm: allow for unmapping part of kernel mapping
` [PATCH v33 06/14] arm64: kdump: protect crash dump kernel memory
` [PATCH v33 07/14] arm64: hibernate: preserve kdump image around hibernation
` [PATCH v33 08/14] arm64: kdump: implement machine_crash_shutdown()
` [PATCH v33 09/14] arm64: kdump: add VMCOREINFO's for user-space tools
` [PATCH v33 10/14] arm64: kdump: provide /proc/vmcore file
` [PATCH v33 11/14] arm64: kdump: enable kdump in defconfig
` [PATCH v33 12/14] Documentation: kdump: describe arm64 port
` [PATCH v33 13/14] Documentation: dt: chosen properties for arm64 kdump
` [PATCH v33 14/14] efi/libstub/arm*: Set default address and size cells values for an empty dtb

Your message to kexec awaits moderator approval
 2017-03-17 16:00 UTC 

Your message to kexec awaits moderator approval
 2017-03-17 14:03 UTC 

Your message to kexec awaits moderator approval
 2017-03-17 11:43 UTC 

Your message to kexec awaits moderator approval
 2017-03-17 11:32 UTC 

Your message to kexec awaits moderator approval
 2017-03-17 10:46 UTC 

[PATCH][kexec-tools] ppc: Fix format warning with die()
 2017-03-16 14:11 UTC 

Your message to kexec awaits moderator approval
 2017-03-16 10:29 UTC 

[PATCH] crashdump: Remove stray get_crashkernel_region() declaration
 2017-03-16 10:12 UTC 

Your message to kexec awaits moderator approval
 2017-03-15 11:41 UTC 

[PATCH V2 0/2] kexec-tools: arm64: Enable D-cache in purgatory
 2017-03-15  9:42 UTC  (8+ messages)
` [PATCH V2 1/2] kexec: arm64: create identity page table to be used "

[PATCH v6 0/9] (kexec-tools) arm64: add kdump support
 2017-03-15  9:38 UTC  (10+ messages)
` [PATCH v6 1/9] kexec: exntend the semantics of kexec_iomem_for_each_line
` [PATCH v6 2/9] kexec: generalize and rename get_kernel_stext_sym()
` [PATCH v6 3/9] arm64: identify PHYS_OFFSET correctly
` [PATCH v6 4/9] arm64: kdump: identify memory regions
` [PATCH v6 5/9] arm64: kdump: add elf core header segment
` [PATCH v6 6/9] arm64: kdump: set up kernel image segment
` [PATCH v6 7/9] arm64: kdump: set up other segments
` [PATCH v6 8/9] arm64: kdump: add DT properties to crash dump kernel's dtb
` [PATCH v6 9/9] arm64: kdump: Add support for binary image files

[PATCH] x86/x86_64: Fix format warning with die()
 2017-03-14 13:39 UTC  (2+ messages)

[PATCH v2 1/1] Don't use %L width specifier with integer values
 2017-03-14  9:25 UTC  (4+ messages)

[PATCH] x86/mce: Handle broadcasted MCE gracefully with kexec
 2017-03-13  9:50 UTC 

[PATCH] vmcore-dmesg: Define _GNU_SOURCE
 2017-03-13  9:04 UTC  (5+ messages)

[PATCH 1/7] uImage: fix realloc() pointer confusion
 2017-03-13  9:03 UTC  (8+ messages)
` [PATCH 2/7] uImage: Fix uImage_load() for little-endian machines
` [PATCH 3/7] uImage: Add new IH_ARCH_xxx definitions
` [PATCH 4/7] uImage: use 'char *' instead of 'unsigned char *' for uImage_load()
` [PATCH 5/7] uImage: use 'char *' instead of 'unsigned char *' for uImage_probe()
` [PATCH 6/7] arm64: add uImage support
` [PATCH 7/7] vmcore-dmesg: Define _GNU_SOURCE

[PATCH] build_mem_phdrs(): check if p_paddr is invalid
 2017-03-13  8:57 UTC  (5+ messages)

How to detect rebooting into kexec'd kernel
 2017-03-12  1:22 UTC  (2+ messages)

Questions about kexec-tools (resend to list)
 2017-03-11  3:14 UTC  (10+ messages)

Your message to kexec awaits moderator approval
 2017-03-10  9:39 UTC 

[PATCH v3] Only print debug message when failed to serach for kernel symbol from /proc/kallsyms
 2017-03-10  9:23 UTC  (7+ messages)

Your message to kexec awaits moderator approval
 2017-03-08 19:44 UTC 

[PATCH] [PATCH] Fix typo in the ERRMSG of function show_mem_usage. "kernel" instead of "kenrel"
 2017-03-08  7:53 UTC  (2+ messages)

[PATCH v4] x86/mce: Don't participate in rendezvous process once nmi_shootdown_cpus() was made
 2017-03-06 18:27 UTC  (4+ messages)

[RFC PATCH v4 00/28] x86: Secure Memory Encryption (AMD)
 2017-03-06 18:04 UTC  (5+ messages)
        ` [RFC PATCH v4 26/28] x86: Allow kexec to be used with SME

[PATCH] gitignore: add two generated files in purgatory
 2017-03-06  8:38 UTC  (3+ messages)

[Makedumpfile Patch v3 0/7] Fix --mem-usage /proc/kcore
 2017-03-03  4:56 UTC  (13+ messages)
` [Makedumpfile Patch v3 1/7] show_mem_usage(): calculate page offset after elf load
` [Makedumpfile Patch v3 2/7] initial(): call cach_init() a bit early
` [Makedumpfile Patch v3 3/7] x86_64: check physical address in PT_LOAD for none direct mapped regions
` [Makedumpfile Patch v3 4/7] elf_info: kcore: check for invalid physical address
` [Makedumpfile Patch v3 5/7] makedumpfile: Correct the calculation of kvaddr in set_kcore_vmcoreinfo
` [Makedumpfile Patch v3 6/7] makedumpfile: Discard process_dump_load
` [Makedumpfile Patch v3 7/7] mem-usage: allow to work only with -f for kernel version < 4.11

[PATCH v2] Fix the false positive error message when search /proc/kallsyms for kernel symbol
 2017-03-03  1:02 UTC  (2+ messages)

[PATCH v32 00/13] arm64: add kdump support
 2017-03-02 10:34 UTC  (3+ messages)

[PATCH v5 00/11] kexec: Add option to get crash kernel region size
 2017-03-02 10:10 UTC  (3+ messages)

[PATCH] Only search page_offset_base when KASLR mm code is compiled in
 2017-03-02  9:36 UTC  (3+ messages)

[Makedumpfile Patch v2 0/7] Fix --mem-usage /proc/kcore
 2017-03-02  7:29 UTC  (13+ messages)
` [Makedumpfile Patch v2 1/7] show_mem_usage(): calculate page offset after elf load
` [Makedumpfile Patch v2 2/7] initial(): call cach_init() a bit early
` [Makedumpfile Patch v2 3/7] x86_64: check physical address in PT_LOAD for none direct mapped regions
` [Makedumpfile Patch v2 4/7] elf_info: kcore: check for invalid physical address
` [Makedumpfile Patch v2 5/7] makedumpfile: Correct the calculation of kvaddr in set_kcore_vmcoreinfo
` [Makedumpfile Patch v2 6/7] makedumpfile: Discard process_dump_load
` [Makedumpfile Patch v2 7/7] mem-usage: allow to work only with -f for kernel version < 4.11

kexec mailing list recipients limitation
 2017-03-02  1:28 UTC 

[PATCH] ifdown: if socket can not be opened, then no need to close it
 2017-03-01  6:26 UTC  (2+ messages)

ARM crash kernel does not load - kexec
 2017-02-28 15:13 UTC 

[PATCH] /proc/kcore: Update physical address for kcore ram and text
 2017-02-24  7:39 UTC  (5+ messages)

[PATCH v2] gitignore: add two generated files in purgatory
 2017-02-23  9:10 UTC  (4+ messages)

[PATCH v3] x86/mce: Don't participate in rendezvous process once nmi_shootdown_cpus() was made
 2017-02-23  6:04 UTC  (3+ messages)

[PATCH] uapi: fix linux/kexec.h userspace compilation errors
 2017-02-23  2:07 UTC  (3+ messages)

[PATCH] x86/mce: Keep quiet in case of broadcasted mce after system panic
 2017-02-22  5:50 UTC  (14+ messages)

[PATCH v2] x86/mce: Don't participate in rendezvous process once nmi_shootdown_cpus() was made
 2017-02-21 17:27 UTC  (9+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).