public inbox for kexec@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2013-01-30 16:13:52 to 2013-02-28 15:31:44 UTC [more...]

[PATCH] makedumpfile: s390x: Allow large page and change override bits
 2013-02-28 15:31 UTC 

[PATCH v3 1/2] kexec: fix wrong types of some local variables
 2013-02-27 22:31 UTC  (7+ messages)
` [PATCH v3 2/2] kexec: Use min_t to simplify logic

[PATCH 0/8] kexec: extended kexec hypercall for use with pv-ops kernels
 2013-02-26 13:58 UTC  (22+ messages)
` [PATCH 1/8] x86: give FIX_EFI_MPF its own fixmap entry
` [PATCH 2/8] xen: make GUEST_HANDLE_64() and uint64_aligned_t available everywhere
` [PATCH 3/8] kexec: add public interface for improved load/unload sub-ops
  ` [Xen-devel] "
` [PATCH 4/8] kexec: add infrastructure for handling kexec images
` [PATCH 5/8] kexec: extend hypercall with improved load/unload ops
  ` [Xen-devel] "
` [PATCH 6/8] xen: kexec crash image when dom0 crashes
` [PATCH 7/8] libxc: add hypercall buffer arrays
` [PATCH 8/8] libxc: add API for kexec hypercall
` [Xen-devel] [PATCH 0/8] kexec: extended kexec hypercall for use with pv-ops kernels

[PATCH 0/4] kexec-tools: add support for Xen 4.3
 2013-02-26 13:53 UTC  (10+ messages)
` [PATCH 1/4] purgatory: put variables altered by kexec in .data not .bss
` [PATCH 2/4] kexec/xen: require libxc from Xen 4.3
` [PATCH 3/4] kexec/xen: use libxc to get location of crash notes
  ` [Xen-devel] "
` [PATCH 4/4] kexec/xen: directly load images images into Xen
` [Xen-devel] [PATCH 0/4] kexec-tools: add support for Xen 4.3

kexec,x86: Use macro CRASH_MAX_MEMMAP_NR for clarification
 2013-02-26 10:12 UTC 

[PATCH v9 0/7] kexec: put bzImage and ramdisk above 4G for x86 64bit
 2013-02-26  9:18 UTC  (9+ messages)
` [PATCH v9 1/7] kexec, x86: set booloader id in setup_header
` [PATCH v9 2/7] kexec, x86: add boot header member for version 2.12
` [PATCH v9 3/7] kexec, x86: clean boot_params area for entry-32bit path
` [PATCH v9 4/7] kexec, x86: Fix bzImage real-mode booting
` [PATCH v9 5/7] kexec, x86: put ramdisk/cmd_line above 4G for 64bit bzImage
` [PATCH v9 6/7] kexec, x86_64: Load bzImage64 above 4G
` [PATCH v9 7/7] kexec, x86: handle Crash low kernel range

[PATCH v2] kexec: Use min_t to simplify logic
 2013-02-26  4:44 UTC  (5+ messages)

[PATCH] kexec,x86: code optimization and adjustment for add_memmap and delete_memmap
 2013-02-26  0:58 UTC  (2+ messages)

[PATCH] kexec x86: drop truncation warning for crash kernel
 2013-02-25 18:00 UTC 

[PATCH] kexec: use min_t/max_t to avoid 'if (foo == bar)' thing
 2013-02-24 12:59 UTC  (3+ messages)

[PATCH] kexec: fix memory leak in function kimage_normal_alloc
 2013-02-23 13:48 UTC  (4+ messages)

[PATCH] kexec: avoid freeing NULL pointer in function kimage_crash_alloc
 2013-02-22 23:12 UTC  (2+ messages)

[PATCH v7 0/7] kexec: put bzImage and ramdisk above 4G for x86 64bit
 2013-02-22  4:12 UTC  (6+ messages)

[PATCH] kexec: prevent double free on image allocation failure
 2013-02-22  3:58 UTC  (6+ messages)

[PATCH] makedumpfile: clean up readmem() by removing its recursive call
 2013-02-21  7:04 UTC  (4+ messages)

[PATCH 00/13] kdump, vmcore: support mmap() on /proc/vmcore
 2013-02-19 23:07 UTC  (30+ messages)
` [PATCH 01/13] vmcore: allocate buffer for ELF headers on page-size alignment
` [PATCH 02/13] vmcore: round up buffer size of ELF headers by PAGE_SIZE
` [PATCH 03/13] vmcore: fill unused part of buffer for ELF headers with 0
` [PATCH 04/13] vmcore: introduce types for objects copied in 2nd kernel
` [PATCH 05/13] vmcore: modify ELF32 code according to new type
` [PATCH 06/13] vmcore: modify vmcore clean-up function to free buffer on 2nd kernel
` [PATCH 07/13] vmcore: modify read_vmcore() to read "
` [PATCH 08/13] vmcore: remove unused helper function
` [PATCH 09/13] vmcore: copy ELF note segments in buffer on 2nd kernel
` [PATCH 10/13] vmcore: round-up offset of vmcore object in page-size boundary
` [PATCH 11/13] vmcore: count holes generated by round-up operation for vmcore size
` [PATCH 12/13] vmcore: copy non page-size aligned head and tail pages in 2nd kernel
` [PATCH 13/13] vmcore: introduce mmap_vmcore()

makedumpfile-1.5.3: Fix dummy implementation for readpage_sadump
 2013-02-19  1:26 UTC 

makedumpfile-1.5.2: Secret data scrubbing with eppic language
 2013-02-18  7:11 UTC  (6+ messages)

[Patch 0/2] Exclude hwpoison page from vmcore dump
 2013-02-15  9:35 UTC  (9+ messages)
  ` [PATCH 2/2 v2] kexec: Export PG_hwpoison flag into vmcoreinfo

[PATCH] makedumpfile: keep dumpfile pages in a cache
 2013-02-13 12:18 UTC  (5+ messages)

[PATCH v2 0/2] kexec: Limit the crash memory ranges according to first kernel's memory limit
 2013-02-12 10:47 UTC  (3+ messages)
` [PATCH v2 1/2] kexec: Respect memory limit while building crash memory ranges on ppc32
` [PATCH v2 2/2] kexec: Respect memory limit while building crash memory ranges on ppc64

[PATCH] kdump, oldmem: support mmap on /dev/oldmem
 2013-02-11 20:44 UTC  (6+ messages)

[PATCH 0/3] Make use of new memmap= kernel parameter syntax
 2013-02-08 20:56 UTC  (25+ messages)
    ` [PATCH 0/3] Cleanup kdump memmap= passing and e820 usage

[PATCH v2] Add the values related to buddy system for filtering free pages
 2013-02-08 14:59 UTC  (9+ messages)

[PATCH v4 0/9] makedumpfile security key filtering with eppic
 2013-02-06  7:02 UTC  (11+ messages)
` [PATCH v4 1/9] Initialize and setup eppic
` [PATCH v4 2/9] makedumpfile and eppic interface layer
` [PATCH v4 3/9] Eppic call back functions to query a dump image
` [PATCH v4 4/9] Implement apigetctype call back function
` [PATCH v4 5/9] Implement apimember and apigetrtype call back functions
` [PATCH v4 6/9] Extend eppic built-in functions to include memset function
` [PATCH v4 7/9] Support fully typed symbol access mode
` [PATCH v4 8/9] Hack for the limitation when compiled with -static
` [PATCH v4 9/9] Update Documentation

[PATCH] --dump-dmesg fix for post 3.5 kernels
 2013-02-05  1:24 UTC  (5+ messages)

[PATCH] kexec: include reserved e820 sections in crash kernel
 2013-02-04 19:54 UTC 

[PATCH] kexec: lengthen the kernel command line image
 2013-02-04 19:53 UTC 

[RESEND PATCH 0/4] kdump: make saved_max_pfn exlusive
 2013-02-04  6:42 UTC  (5+ messages)
` [RESEND PATCH 1/4] kdump, mips: make saved_max_pfn exclusive
` [RESEND PATCH 2/4] kdump, ppc: "
` [RESEND PATCH 3/4] kdump, s390: "
` [RESEND PATCH 4/4] kdump, oldmem: compare with saved_max_pfn exclusively

[PATCH 0/4] kdump: make saved_max_pfn exlusive
 2013-02-04  6:25 UTC  (5+ messages)
` [PATCH 1/4] kdump, mips: make saved_max_pfn exclusive
` [PATCH 2/4] kdump, ppc: "
` [PATCH 3/4] kdump, s390: "
` [PATCH 4/4] kdump, oldmem: compare with saved_max_pfn exclusively

[PATCH] kdump: do not drop entire e820 in crash kernel
 2013-02-04  4:52 UTC  (2+ messages)

[PATCH v8 0/7] kexec: put bzImage and ramdisk above 4G for x86 64bit
 2013-01-30 22:11 UTC  (11+ messages)
` [PATCH v8 1/7] kexec, x86: set booloader id in setup_header
` [PATCH v8 2/7] kexec, x86: add boot header member for version 2.12
` [PATCH v8 3/7] kexec, x86: clean boot_params area for entry-32bit path
` [PATCH v8 4/7] kexec, x86: Fix bzImage real-mode booting
` [PATCH v8 5/7] kexec, x86: put ramdisk/cmd_line above 4G for 64bit bzImage
` [PATCH v8 6/7] kexec, x86_64: Load bzImage64 above 4G
` [PATCH v8 7/7] kexec, x86: handle Crash low kernel range

how to set on debug of kdump initrd?
 2013-01-30 21:34 UTC 

makedumpfile --dump-dmesg option broken on 3.5 kernels and later
 2013-01-30 17:11 UTC 


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