public inbox for kexec@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2013-04-15 18:58:36 to 2013-05-16 23:46:33 UTC [more...]

[PATCH v6 0/8] kdump, vmcore: support mmap() on /proc/vmcore
 2013-05-16 23:45 UTC  (20+ messages)
` [PATCH v6 1/8] vmcore: clean up read_vmcore()
` [PATCH v6 2/8] vmcore: allocate buffer for ELF headers on page-size alignment
` [PATCH v6 3/8] vmcore: treat memory chunks referenced by PT_LOAD program header entries in page-size boundary in vmcore_list
` [PATCH v6 4/8] vmalloc: make find_vm_area check in range
` [PATCH v6 5/8] vmalloc: introduce remap_vmalloc_range_partial
` [PATCH v6 6/8] vmcore: allocate ELF note segment in the 2nd kernel vmalloc memory
` [PATCH v6 7/8] vmcore: calculate vmcore file size from buffer size and total size of vmcore objects
` [PATCH v6 8/8] vmcore: support mmap() on /proc/vmcore

[PATCH] Reset PCIe devices to stop ongoing DMA
 2013-05-16  5:31 UTC  (18+ messages)

[PATCH] makedumpfile: turn off mmap for free page scan
 2013-05-15 18:43 UTC 

[PATCH] makedumpfile: buddy identification when noncyclic
 2013-05-15 18:43 UTC 

[PATCH] makedumpfile: message on non-mmap kernels
 2013-05-15 18:43 UTC 

[PATCH] makedumpfile: warn on vmlinux without dwarf
 2013-05-15 18:43 UTC 

[PATCH] makedumpfile: non-cyclic default
 2013-05-15 18:43 UTC 

Kernel panics when using kexec for rebooting
 2013-05-15 16:53 UTC  (8+ messages)

[PATCH v5 0/8] kdump, vmcore: support mmap() on /proc/vmcore
 2013-05-15  8:29 UTC  (19+ messages)
` [PATCH v5 1/8] vmcore: allocate buffer for ELF headers on page-size alignment
` [PATCH v5 2/8] vmcore: clean up read_vmcore()
` [PATCH v5 3/8] vmalloc: make find_vm_area check in range
` [PATCH v5 4/8] vmalloc: introduce remap_vmalloc_range_partial
` [PATCH v5 5/8] vmcore: allocate ELF note segment in the 2nd kernel vmalloc memory
` [PATCH v5 6/8] vmcore: treat memory chunks referenced by PT_LOAD program header entries in page-size boundary in vmcore_list
` [PATCH v5 7/8] vmcore: calculate vmcore file size from buffer size and total size of vmcore objects
` [PATCH v5 8/8] vmcore: support mmap() on /proc/vmcore

makedumpfile: question about memory hole
 2013-05-15  1:00 UTC  (7+ messages)

[PATCH] kexec: check if memory is reserved only when loading kdump kernel
 2013-05-15  0:35 UTC  (2+ messages)

[PATCH v2] PCI: Reset PCIe devices to stop ongoing DMA
 2013-05-14 22:04 UTC  (2+ messages)

[PATCH] kexec: Replace printf() with die() to error out to stderr
 2013-05-14  4:35 UTC  (3+ messages)

crash read error: kernel virtual address / vmcore address mismatch ?
 2013-05-09  4:06 UTC  (4+ messages)
` [Crash-utility] "

[PATCH]Add kmsg_dump() to kexec path
 2013-05-08 23:18 UTC 

[PATCH 0/4] kdump: Allow ELF header creation in new kernel
 2013-05-08 15:28 UTC  (7+ messages)
` [PATCH 1/4] kdump: Introduce ELFCORE_ADDR_NEWMEM
` [PATCH 2/4] s390/kdump: Use ELFCORE_ADDR_NEWMEM for kdump
` [PATCH 3/4] s390/kdump: Use ELFCORE_ADDR_NEWMEM for zfcpdump
` [PATCH 4/4] kdump: Merge set_vmcore_list_offsets_elf64/elf32/newmem

[PATCH v4 0/8] kdump, vmcore: support mmap() on /proc/vmcore
 2013-05-08  4:57 UTC  (17+ messages)
` [PATCH v4 1/8] vmcore: allocate buffer for ELF headers on page-size alignment
` [PATCH v4 2/8] vmcore: clean up read_vmcore()
` [PATCH v4 3/8] vmcore, procfs: introduce MEM_TYPE_CURRENT_KERNEL flag to distinguish objects copied in 2nd kernel
` [PATCH v4 4/8] vmcore: Add helper function vmcore_add()
` [PATCH v4 5/8] vmcore: copy ELF note segments in the 2nd kernel per page vmcore objects
` [PATCH v4 6/8] vmcore: count holes generated by round-up operation for page boudary for size of /proc/vmcore
` [PATCH v4 7/8] vmcore: treat memory chunks referenced by PT_LOAD program header entries in page-size boundary in vmcore_list
` [PATCH v4 8/8] vmcore: support mmap() on /proc/vmcore

makedumpfile mmap() benchmark
 2013-05-07  8:47 UTC  (2+ messages)

kernel parameter 'memmap ' is failing to ioremap with error "Malformed early option memmap"
 2013-05-06 20:45 UTC 

Fwd: Unknown rel relocation: Error
 2013-05-02 13:53 UTC  (2+ messages)
  `  "

[PATCH] kexec: Parse percpu note size from kernel
 2013-04-30  1:41 UTC  (2+ messages)

[PATCH] kexec: cleanup: make add_backup_segments static
 2013-04-30  0:35 UTC  (2+ messages)

[PATCH] Revert "kexec: include reserved e820 sections in crash kernel"
 2013-04-30  0:34 UTC  (3+ messages)

[PATCH] kexec/uImage: probe to identify a corrupted image
 2013-04-25 13:26 UTC  (3+ messages)

[PATCH v3] watchdog: Add hook for kicking in kdump path
 2013-04-24 15:21 UTC  (13+ messages)

[PATCH] makedumpfile: Check dump file early
 2013-04-24  1:33 UTC  (4+ messages)

/proc/vmcore kernel patches
 2013-04-24  0:17 UTC  (3+ messages)

[PATCH v2] intel-iommu: Disable translation if already enabled
 2013-04-23 12:49 UTC  (2+ messages)

Why kdump just support ELF64CLASS?
 2013-04-23  9:05 UTC  (2+ messages)

[PATCH v2] kdump, x86: Process multiple Crash kernel in /proc/iomem
 2013-04-22 15:16 UTC  (2+ messages)

makedumpfile parallel dumping test
 2013-04-22 11:12 UTC 

[PATCHv4 0/8] kexec: extend kexec hypercall for use with pv-ops kernels
 2013-04-19 13:22 UTC  (20+ 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
` [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] [PATCHv4 0/8] kexec: extend kexec hypercall for use with pv-ops kernels

[PATCH 0/2] kdump: Enter 2nd kernel with BSP for enabling multiple CPUs
 2013-04-19  8:45 UTC  (3+ messages)

[PATCH] makedumpfile: close the dwfl handle before next invocation of init_dwarf_info()
 2013-04-18  0:46 UTC  (2+ messages)

reserved crash memory above #define DEFAULT_BZIMAGE_ADDR_MAX 0x37FFFFFF
 2013-04-17 16:29 UTC  (2+ messages)

[PATCHv2 0/4] kexec-tools: add support for Xen 4.3
 2013-04-17 14:12 UTC  (6+ messages)
` [PATCH 5/5] kexec/xen: directly load images images into Xen

[PATCH] intel-iommu: Synchronize gcmd value with global command register
 2013-04-17  8:48 UTC  (12+ messages)

[PATCH RESEND]kexec:i386/kexec-[bzImage|elf-x86]:x86_64/kexec-bzImage64: Use "\0" as command line instead of empty command line
 2013-04-17  1:27 UTC  (5+ messages)

[PATCH] kexec, i386, bzImage: Remove unnecessary symbol value get
 2013-04-17  0:17 UTC  (2+ messages)

[PATCHv3 0/8] kexec: extend kexec hypercall for use with pv-ops kernels
 2013-04-16 14:57 UTC  (6+ messages)
` [PATCH 5/8] kexec: extend hypercall with improved load/unload ops

[PATCH] Revert "kexec/powerpc: Handle buffer overflow in kernel command line"
 2013-04-16 14:04 UTC  (4+ messages)

[PATCH RESEND] kexec/powerpc: Handle buffer overflow in kernel command line
 2013-04-16 12:59 UTC 

Cleanups and passing memory ranges via e820 table instead of memmap=
 2013-04-16 12:41 UTC  (8+ messages)
` [PATCH 5/5] kexec: X86: Pass memory ranges via e820 table instead of memmap= boot parameter

[PATCH] kexec/powerpc: Handle buffer overflow in kernel command line
 2013-04-16  6:37 UTC  (4+ messages)
` [UPDATED PATCH] "

[RFC] Add --dtb option to ppc64
 2013-04-16  2:45 UTC  (2+ messages)

[RFC PATCH] watchdog: Add hook for kicking in kdump path
 2013-04-15 22:50 UTC  (12+ messages)


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