public inbox for kexec@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2013-01-08 16:50:20 to 2013-01-30 21:25:34 UTC [more...]

[PATCH v8 0/7] kexec: put bzImage and ramdisk above 4G for x86 64bit
 2013-01-30 21:25 UTC  (8+ 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

[PATCH 0/3] Make use of new memmap= kernel parameter syntax
 2013-01-30 18:52 UTC  (19+ messages)
` [PATCH 1/3] kexec: Split kernel_version() to also be able to pass a release string
` [PATCH 2/3] kexec x86: Extract kernel version and convert it to KERNEL_VERSION() style
` [PATCH 3/3] kexec x86: Make kexec aware of new memmap= kernel parameter possibilities
      ` [PATCH 1/3] x86 e820: Check for exactmap appearance when parsing first memmap option
      ` [PATCH 2/3] x86: Introduce Linux kernel specific E820_RESERVED_KDUMP e820 memory range type
      ` [PATCH 3/3] x86 e820: Introduce memmap=kdump_reserve_usable for kdump usage
      ` [PATCH 0/3] Cleanup kdump memmap= passing and e820 usage

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

makedumpfile --dump-dmesg option broken on 3.5 kernels and later
 2013-01-30 13:45 UTC  (4+ messages)

[PATCH v7 0/5] Reset PCIe devices to address DMA problem on kdump with iommu
 2013-01-30  5:01 UTC  (39+ messages)
    ` [PATCH] Only reset e820 once, even with multiple memmap=exactmap params
            ` [PATCH] x86 e820: only void usable memory areas in memmap=exactmap case

[PATCH 1/2] kexec,x86: remove duplicate get_memory_ranges
 2013-01-30  4:16 UTC  (5+ messages)
` [PATCH 2/2] kexec: add additional check when getting memory info

[PATCH] makedumpfile: ppc64: Auto-detect the correct MAX_PHYSMEM_BITS used in vmcore being analyzed
 2013-01-30  2:17 UTC  (2+ messages)

[PATCH] KEXEC: Get rid of duplicate check for hole_end
 2013-01-30  1:52 UTC  (2+ messages)

[PATCH] ARM: call disable_nonboot_cpus() from machine_shutdown()
 2013-01-29 22:10 UTC  (15+ messages)

[PATCH 0/2] Only parse exactmap once, introduce memmap=resetusablemap
 2013-01-29  9:47 UTC  (20+ messages)
` [PATCH 1/2] x86 e820: Check for exactmap appearance when parsing first memmap option
` [PATCH 2/2] x86 e820: Introduce memmap=resetusablemap for kdump usage

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

[PATCH 0/3] kexec: Support for uImage RAMDisks
 2013-01-27 16:39 UTC  (14+ messages)
` [PATCH 1/3] kexec/uImage: Return the image type for uImage_probe
` [PATCH 2/3] kexec/uImage: Recognize uImage RAM Disks
` [PATCH 3/3] ppc/uImage: Add support for "

[RFC PATCH 0/8] remove vm_struct list management
 2013-01-24 15:50 UTC  (3+ messages)
` [RFC PATCH 1/8] mm, vmalloc: change iterating a vmlist to find_vm_area()

crashkernel reservation failed - No suitable area found
 2013-01-24 15:09 UTC  (3+ messages)

[PATCH] makedumpfile: Fix cyclic mode to scrub data with -E option
 2013-01-23  5:31 UTC 

[PATCH] makedumpfile, sadump: fix bug in checking a given physical address is present on memory
 2013-01-21  8:18 UTC  (2+ messages)

[PATCH] makedumpfile, sadump: fix warning about unused variable
 2013-01-21  7:32 UTC 

[PATCH] makedumpfile, sadump: fix warning messages in building time
 2013-01-21  7:30 UTC 

[RFC PATCH v1 0/3] kdump, vmcore: Map vmcore memory in direct mapping region
 2013-01-21  6:56 UTC  (8+ messages)
` [RFC PATCH v1 1/3] vmcore: Add function to merge memory mapping of vmcore
` [RFC PATCH v1 2/3] vmcore: map vmcore memory in direct mapping region
` [RFC PATCH v1 3/3] vmcore: read vmcore through "

[RFC PATCH 0/3] Improve kexec support in Xen hypervisor
 2013-01-18 19:01 UTC  (24+ messages)
` [PATCH 1/3] kexec: extend hypercall with improved load/unload ops
          ` [Xen-devel] "
` [PATCH 2/3] kexec: remove kexec_load and kexec_unload ops
` [PATCH 3/3] libxc: add API for kexec hypercall
  ` [Xen-devel] "
` [Xen-devel] [RFC PATCH 0/3] Improve kexec support in Xen hypervisor

getting memory footprint of new kernel
 2013-01-18 19:44 UTC  (3+ messages)
` [PATCH 1/2] kexec_newkernel_phys and kexec_newkernel_memsz
` [PATCH 2/2] register_balloon_populate_range

[PATCH] x86: update x86_linux_header
 2013-01-17 23:57 UTC  (2+ messages)

makedumpfile bug with ppc64 CONFIG_SPARSEMEM_EXTREME
 2013-01-17  9:36 UTC  (3+ messages)

[PATCH v2] makedumpfile: request the kernel do page scans
 2013-01-17  1:38 UTC  (4+ messages)

[PATCH v2] makedumpfile: request the kernel do page scans
 2013-01-16 17:50 UTC  (4+ messages)

KEXEC with ramdisk - Base address: 809de380 is not page aligned
 2013-01-16 11:36 UTC 

[PATCH v3 00/11] xen: Initial kexec/kdump implementation
 2013-01-11 21:14 UTC  (42+ messages)
` [PATCH v3 01/11] kexec: introduce kexec firmware support
  ` [PATCH v3 02/11] x86/kexec: Add extra pointers to transition page table PGD, PUD, PMD and PTE
        ` [Xen-devel] "
        ` [Xen-devel] [PATCH v3 00/11] xen: Initial kexec/kdump implementation

[PATCH] kexec,i386: Remove unnecessary if condition check
 2013-01-11  0:32 UTC  (2+ messages)

KDUMP on ARM cortex-a15
 2013-01-10 14:13 UTC 


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