Kexec Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-04-04 18:40:58 to 2014-04-22 02:57:43 UTC [more...]

[PATCH v7 0/9] kexec-tools, x86: E820 memmap pass for kdump
 2014-04-22  2:56 UTC  (8+ messages)
` [PATCH v7 1/9] x86, cleanup: add extra arguments to add_memmap() and delete_memmap()
` [PATCH v7 2/9] x86, cleanup: add_memmap() only do alignment check on RANGE_RAM
` [PATCH v7 3/9] x86, cleanup: add other types of memory range for 2nd kernel boot to memmap_p
` [PATCH v7 4/9] x86, cleanup: use dbgprint_mem_range for memory range debugging
` [PATCH v7 5/9] x86, cleanup: increase CRASH_MAX_MEMMAP_NR up to 1024
` [PATCH v7 6/9] x86, cleanup: Store crash memory ranges kexec_info
` [PATCH v7 7/9] x86, cleanup: kexec memory range .end to be inclusive

makedumpfile memmory usage seems high with option -E
 2014-04-21 15:51 UTC  (17+ messages)
    ` [PATCH] makedumpfile: change the wrong code to calculate bufsize_cyclic for elf dump

[PATCH v6 0/9] kexec-tools, x86: E820 memmap pass for kdump
 2014-04-21 15:16 UTC  (34+ messages)
` [PATCH v6 1/9] x86, cleanup: add extra arguments to add_memmap() and delete_memmap()
` [PATCH v6 2/9] x86, cleanup: add_memmap() only do alignment check on RANGE_RAM
` [PATCH v6 3/9] x86, cleanup: add other types of memory range for 2nd kernel boot to memmap_p
` [PATCH v6 4/9] x86, cleanup: use dbgprint_mem_range for memory range debugging
` [PATCH v6 5/9] x86, cleanup: increase CRASH_MAX_MEMMAP_NR up to CRASH_MAX_MEMORY_RANGES
` [PATCH v6 6/9] x86, cleanup: Store crash memory ranges kexec_info
` [PATCH v6 7/9] x86, cleanup: kexec memory range .end to be inclusive
` [PATCH v6 8/9] x86: add --pass-memmap-cmdline option
` [PATCH v6 9/9] x86: Pass memory range via E820 for kdump

[PATCH v3] makedumpfile: fix a segmentation fault when physical address exceeds 8TB boundary
 2014-04-21  7:34 UTC  (2+ messages)

[PATCH] makedumpfile: code cleanup: set_bitmap
 2014-04-21  7:33 UTC  (2+ messages)

[PATCH 0/8] Fix crashdump failure caused by legacy DMA/IO
 2014-04-19 14:05 UTC  (10+ messages)
` [PATCH 1/8] Fix a few existing lines that checkpatch.pl will complain about later
` [PATCH 2/8] Consolidate all .h lines at front of intel-iommu.c file
` [PATCH 3/8] Create intel-iommu-private.h
` [PATCH 4/8] Update iommu_attach_domain() and its callers
` [PATCH 5/8] Add new definitions & prototypes to intel-iommu-private.h
` [PATCH 6/8] Create intel-iommu-kdump.c
` [PATCH 7/8] Add domain-id functions to intel-iommu-kdump.c
` [PATCH 8/8] Add remaining changes to intel-iommu.c to fix crashdump

[PATCH 0/7] ppc64: little endian zImage support
 2014-04-18 14:08 UTC  (8+ messages)
` [PATCH 1/7] kexec: add a elf_rel_find_section service
` [PATCH 2/7] kexec: bypass check on interp program header for ppc64le zImage
` [PATCH 3/7] ppc64: detect zImage files and load the uncompressed vmlinux
` [PATCH 4/7] ppc64, cleanup: cmdline_len variables are unused
` [PATCH 5/7] ppc64, cleanup: remove dead code in kexec-zImage-ppc64
` [PATCH 6/7] ppc64, cleanup: fix implicit declaration compile warnings
` [PATCH 7/7] ppc64, cleanup: fix unused variable compile warning

[PATCH] makedumpfile: Fix a bug found during regression testing for v1.5.6
 2014-04-17  9:46 UTC  (6+ messages)

[PATCH v2] makedumpfile: fix a segmentation fault when physical address exceeds 8TB boundary
 2014-04-17  8:42 UTC  (3+ messages)

[PATCH v2] makedumpfile: Introduce the mdf_pfn_t type
 2014-04-17  8:38 UTC  (3+ messages)

[PATCH] makedumpfile: fix a segmentation fault when pfn exceeds 2G boundary
 2014-04-17  4:53 UTC  (5+ messages)

[PATCH] makedumpfile/eppic: Do not scrub buffer length if length is zero
 2014-04-17  4:00 UTC  (2+ messages)

[PATCH] eppic: makedumpfile fails to recognise between global
 2014-04-17  4:00 UTC  (2+ messages)

[PATCH] zImage-arm: get rid of static offset
 2014-04-16 21:49 UTC 

[PATCH] kexec: Fix ->unuseable_pages typo
 2014-04-16 18:26 UTC  (2+ messages)

Fwd: [PATCH] acpi: try to trust cpu_index from x86_cpu_to_apicid
 2014-04-16 10:33 UTC 

[PATCH v2 0/3] Generic multi-page exclusion
 2014-04-15 10:06 UTC  (19+ messages)
` [PATCH v2 2/3] Generic handling of multi-page exclusions

[PATCH] Save PG_head_mask in VMCOREINFO
 2014-04-15  9:02 UTC  (2+ messages)

[PATCH 0/3] add LPAE support for kexec and kernel
 2014-04-14 17:31 UTC  (5+ messages)
` [PATCH 2/3] ARM : kdump : add arch_crash_save_vmcoreinfo

[PATCH RESEND v5 00/10] kexec-tools, x86: E820 memmap pass for kdump
 2014-04-14  5:41 UTC  (19+ messages)
` [PATCH RESEND v5 01/10] x86, cleanup: fix indent
` [PATCH RESEND v5 02/10] x86, cleanup: add extra arguments to add_memmap() and delete_memmap()
` [PATCH RESEND v5 03/10] x86, cleanup: add other types of memory range for 2nd kernel boot to memmap_p
` [PATCH RESEND v5 04/10] x86, cleanup: add_memmap() only do alignment check on RANGE_RAM
` [PATCH RESEND v5 05/10] x86, cleanup: use dbgprint_mem_range for memory range debugging
` [PATCH RESEND v5 06/10] x86, cleanup: increase CRASH_MAX_MEMMAP_NR up to CRASH_MAX_MEMORY_RANGES
` [PATCH RESEND v5 07/10] x86, cleanup: Store crash memory ranges kexec_info
` [PATCH RESEND v5 08/10] x86, cleanup: Add a funtion add_setup_data()
` [PATCH RESEND v5 09/10] x86: add --pass-memmap-cmdline option
` [PATCH RESEND v5 10/10] x86: Pass memory range via E820 for kdump

[PATCH] kexec/fs2dt : Fix endianess issue with initrd base and size
 2014-04-14  2:19 UTC  (2+ messages)

[PATCH v5 00/10] kexec-tools, x86: E820 memmap pass for kdump
 2014-04-11  7:02 UTC  (35+ messages)
` [PATCH v5 01/10] x86, cleanup: fix indent
` [PATCH v5 02/10] x86, cleanup: add extra arguments to add_memmap() and delete_memmap()
` [PATCH v5 03/10] x86, cleanup: add other types of memory range for 2nd kernel boot to memmap_p
` [PATCH v5 04/10] x86, cleanup: add_memmap() only do alignment check on RANGE_RAM
` [PATCH v5 05/10] x86, cleanup: use dbgprint_mem_range for memory range debugging
` [PATCH v5 06/10] x86, cleanup: increase CRASH_MAX_MEMMAP_NR up to CRASH_MAX_MEMORY_RANGES
` [PATCH v5 06/10] x86, cleanup: Store crash memory ranges kexec_info
` [PATCH v5 07/10] x86, cleanup: Add a funtion add_setup_data()
` [PATCH v5 07/10] x86, cleanup: Store crash memory ranges kexec_info
` [PATCH v5 08/10] x86: add --pass-memmap-cmdline option
` [PATCH v5 08/10] x86, cleanup: Add a funtion add_setup_data()
` [PATCH v5 09/10] x86: add --pass-memmap-cmdline option
` [PATCH v5 09/10] x86: Pass memory range via E820 for kdump

[RFC PATCH]: merge identical code
 2014-04-11  6:30 UTC  (4+ messages)

[PATCH RESEND v5 00/10] kexec-tools, x86: E820 memmap pass for kdump
 2014-04-11  2:22 UTC 

[PATCH] kexec/ppc: cleanup crash regions creation
 2014-04-09 23:22 UTC  (3+ messages)

[PATCH] ppc64/purgatory: Disabling GCC's stack protection
 2014-04-09 23:07 UTC  (3+ messages)
` [RESEND PATCH] "

[PATCHv3 0/6] Crashdump Accepting Active IOMMU
 2014-04-08 18:42 UTC  (4+ messages)

Your message to kexec awaits moderator approval
 2014-04-08 16:15 UTC 

[PATCH] makedumpfile: inhibit predefined macros when cross building
 2014-04-08  7:42 UTC  (8+ messages)

vmcore-dmesg ends with "No program header covering vaddr"
 2014-04-08  5:39 UTC  (4+ messages)

[PATCH] makedumpfile: bugfix: fix a div-by-zero problem
 2014-04-08  2:30 UTC  (2+ messages)


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