public inbox for kexec@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2014-04-11 10:20:24 to 2014-05-02 20:13:40 UTC [more...]

[PATCH 0/8] iommu/vt-d: Fix crash dump failure caused by legacy DMA/IO
 2014-05-02 20:13 UTC  (11+ messages)
` [PATCH 1/8] iommu/vt-d: Fix a few existing lines for checkpatch.pl
` [PATCH 2/8] iommu/vt-d: Consolidate lines for a new private header
` [PATCH 3/8] iommu/vt-d: Create intel-iommu-private.h
` [PATCH 4/8] iommu/vt-d: Update iommu_attach_domain() and its callers
` [PATCH 5/8] iommu/vt-d: Items required for kdump
` [PATCH 6/8] iommu/vt-d: Create intel-iommu-kdump.c
` [PATCH 7/8] iommu/vt-d: Add domain-id functions to intel-iommu-kdump.c
` [PATCH 8/8] iommu/vt-d: Changes to support kdump

[PATCH v2] zImage-arm: get rid of static offset
 2014-05-02  2:11 UTC  (2+ messages)

[PATCH 0/4] Replace lseek..write/read to pwrite/pread
 2014-04-30 13:21 UTC  (12+ messages)
` [PATCH 1/4] makedumpfile: redefine numerical limitaction macros
` [PATCH 2/4] makedumpfile: cleanup non-standard ULONGLONG_MAX macros
` [PATCH 3/4] makedumpfile: add -D_GNU_SOURCE to CFLAGS
` [PATCH 4/4] makedumpfile: use pread/pwrite to eliminate lseek

Your message to kexec awaits moderator approval
 2014-04-30 10:49 UTC 

[PATCH] kdump: pass e820 reserved region to 2nd kernel via e820 table or setup_data
 2014-04-29  1:59 UTC  (4+ messages)
` [PATCH RESEND] "

[PATCH] ppc64/purgatory: Device tree values should be read/stored in Big Endian
 2014-04-29  1:59 UTC  (2+ messages)

makedumpfile memmory usage seems high with option -E
 2014-04-28 12:50 UTC  (27+ messages)
    ` [PATCH] makedumpfile: change the wrong code to calculate bufsize_cyclic for elf dump

About the status of hugepage filtering!
 2014-04-28 12:46 UTC  (3+ messages)

[PATCH v2] Fix free bitmap_buffer_cyclic error
 2014-04-28  8:48 UTC 

[PATCH v3] Introduce the mdf_pfn_t type
 2014-04-28  8:15 UTC  (2+ messages)

[PATCH] makedumpfile: fix free partial_bitmap2 error
 2014-04-28  7:28 UTC  (4+ messages)

[PATCH] makedumpfile: code cleanup: set_bitmap
 2014-04-28  7:27 UTC  (8+ messages)
  ` [PATCH v2] "

[PATCHv3 0/6] Crashdump Accepting Active IOMMU
 2014-04-25 18:11 UTC  (3+ messages)

[kexec-tools] [PATCH] Do not distribute generated files in the release tarball
 2014-04-25  0:45 UTC  (5+ messages)

[kexec-tools] [PATCH 1/2] Fix rebuilding the purgatory.c file
 2014-04-24  4:33 UTC  (5+ messages)
` [kexec-tools] [PATCH 2/2] Drop the pregenerated "

[PATCH v7 0/9] kexec-tools, x86: E820 memmap pass for kdump
 2014-04-23  3:31 UTC  (13+ 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
` [PATCH v7 8/9] x86: add --pass-memmap-cmdline option
` [PATCH v7 9/9] x86: Pass memory range via E820 for kdump

makedumpfile-1.5.6: Support linux-3.12 and linux-3.13
 2014-04-22 23:50 UTC 

[PATCH] kexec, unexport kexec_load()
 2014-04-22 15:06 UTC 

[PATCH] Save PG_head_mask in VMCOREINFO
 2014-04-22  3:01 UTC  (3+ messages)

[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 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 2/3] Generic handling of multi-page exclusions
 2014-04-15 10:06 UTC  (7+ messages)

[PATCH v2 2/3] Generic handling of multi-page exclusions
 2014-04-15  8:09 UTC  (7+ 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  (14+ 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 08/10] x86, cleanup: Add a funtion add_setup_data()

[PATCH] kexec/fs2dt : Fix endianess issue with initrd base and size
 2014-04-14  2:19 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