messages from 2013-02-22 21:59:40 to 2013-03-13 06:33:13 UTC [more...]
[PATCH v2 0/8] remove vm_struct list management
2013-03-13 6:32 UTC (3+ messages)
` [PATCH v2 1/8] mm, vmalloc: change iterating a vmlist to find_vm_area()
` [PATCH v2 2/8] mm, vmalloc: move get_vmalloc_info() to vmalloc.c
failed to compile kexec from git
2013-03-13 4:23 UTC (4+ messages)
[ANNOUNCE] makedumpfile: the git repository has been changed
2013-03-13 1:15 UTC
[RFC PATCH 0/5] crash dump bitmap: scan memory pages in kernel to speedup kernel dump process
2013-03-12 19:48 UTC (26+ messages)
` [RFC PATCH 1/5] crash dump bitmap: add a kernel config and help document
` [RFC PATCH 2/5] crash dump bitmap: init crash dump bitmap in kernel booting process
` [RFC PATCH 3/5] crash dump bitmap: scan memory pages in kernel crash process
` [RFC PATCH 4/5] crash dump bitmap: add a proc interface for crash dump bitmap
` [RFC PATCH 5/5] crash dump bitmap: workaround for kernel 3.9-rc1 kdump issue
3.9.0-rc1: kexec not working: root disk does not show up
2013-03-12 19:29 UTC (2+ messages)
[PATCH 0/8] kexec: extended kexec hypercall for use with pv-ops kernels
2013-03-12 11:36 UTC (37+ messages)
` [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 7/8] libxc: add hypercall buffer arrays
` [Xen-devel] "
` [PATCH 8/8] libxc: add API for kexec hypercall
` [Xen-devel] "
` [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-03-12 11:29 UTC (8+ messages)
` [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
[PATCH v2 00/20] kdump, vmcore: support mmap() on /proc/vmcore
2013-03-11 17:36 UTC (41+ messages)
` [PATCH v2 01/20] vmcore: refer to e_phoff member explicitly
` [PATCH v2 02/20] vmcore: rearrange program headers without assuming consequtive PT_NOTE entries
` [PATCH v2 03/20] vmcore, sysfs: export ELF note segment size instead of vmcoreinfo data size
` [PATCH v2 04/20] vmcore: allocate buffer for ELF headers on page-size alignment
` [PATCH v2 05/20] vmcore: round up buffer size of ELF headers by PAGE_SIZE
` [PATCH v2 06/20] vmcore, procfs: introduce a flag to distinguish objects copied in 2nd kernel
` [PATCH v2 07/20] vmcore: copy non page-size aligned head and tail pages "
` [PATCH v2 08/20] vmcore: modify vmcore clean-up function to free buffer on "
` [PATCH v2 09/20] vmcore: clean up read_vmcore()
` [PATCH v2 10/20] vmcore: read buffers for vmcore objects copied from old memory
` [PATCH v2 11/20] vmcore: allocate per-cpu crash_notes objects on page-size boundary
` [PATCH v2 12/20] kexec: allocate vmcoreinfo note buffer "
` [PATCH v2 13/20] kexec, elf: introduce NT_VMCORE_DEBUGINFO note type
` [PATCH v2 14/20] elf: introduce NT_VMCORE_PAD type
` [PATCH v2 15/20] kexec: fill note buffers by NT_VMCORE_PAD notes in page-size boundary
` [PATCH v2 16/20] vmcore: check NT_VMCORE_PAD as a mark indicating the end of ELF note buffer
` [PATCH v2 17/20] vmcore: check if vmcore objects satify mmap()'s page-size boundary requirement
` [PATCH v2 18/20] vmcore: round-up offset of vmcore object in page-size boundary
` [PATCH v2 19/20] vmcore: count holes generated by round-up operation for vmcore size
` [PATCH v2 20/20] vmcore: introduce mmap_vmcore()
3.9-rc1: crash kernel panic - not syncing: Can not allocate SWIOTLB buffer earlier and can't now provide you with the DMA bounce buffer
2013-03-11 13:14 UTC (12+ messages)
[PATCH] makedumpfile: Add support to module symbols
2013-03-11 8:26 UTC
[RFC] makedumpfile: Improve reading speed with mmap()
2013-03-11 6:57 UTC (6+ messages)
[PATCH v1 2/2] x86, apic: Disable BSP if boot cpu is AP
2013-03-11 4:11 UTC (6+ messages)
[PATCH v2 0/4] kexec: Support for uImage RAMDISK
2013-03-08 5:07 UTC (6+ messages)
` [PATCH 1/4] kexec/uImage: Introduce uImage_probe_kernel
` [PATCH 2/4] kexec/uImage: Fix the payload length in uImage_load
` [PATCH 3/4] kexec/uImage: Recognize uImage RAM Disks
` [PATCH 4/4] ppc/uImage: Add support for "
[RFC PATCH] patch for crash dump bitmap
2013-03-07 14:07 UTC
[RFC PATCH 0/5] crash dump bitmap: scan memory pages in kernel to speedup kernel dump process
2013-03-07 14:01 UTC (6+ messages)
` [RFC PATCH 1/5] crash dump bitmap: add a kernel config and help document
` [RFC PATCH 2/5] crash dump bitmap: init crash dump bitmap in kernel booting process
` [RFC PATCH 3/5] crash dump bitmap: scan memory pages in kernel crash process
` [RFC PATCH 4/5] crash dump bitmap: add a proc interface for crash dump bitmap
` [RFC PATCH 5/5] crash dump bitmap: workaround for kernel 3.9-rc1 kdump issue
[PATCH 0/3] makedumpfile, elf: distinguish ELF note types by ELF note names
2013-03-04 4:18 UTC (4+ messages)
` [PATCH 1/3] elf, sadump: move KEXEC macros from sadump_info.c to elf_info.h
` [PATCH 2/3] elf: swap checking order of VMCOREINFO and VMCOREINFO_XEN
` [PATCH 3/3] elf: distinguish ELF note types by ELF note name space
[PATCH] kexec,x86: code optimization and adjustment for add_memmap and delete_memmap
2013-03-05 2:25 UTC (4+ messages)
kernel image start, kernel load address/entry point
2013-03-05 18:11 UTC
[Xen-devel] [PATCH 0/8] kexec: extended kexec hypercall for use with pv-ops kernels
2013-03-05 11:29 UTC
[PATCH] kexec: consolidate crash late initialization
2013-03-05 2:32 UTC (2+ messages)
[PATCH] kexec: use dbgprintf instead of #if 0 for debug printing
2013-03-05 2:27 UTC (2+ messages)
[PATCH] kexec: fix some compiler warnings
2013-03-05 2:16 UTC (2+ messages)
[PATCH v2 0/2] kexec: Limit the crash memory ranges according to first kernel's memory limit
2013-03-05 2:14 UTC (2+ messages)
[PATCH] kexec x86: drop truncation warning for crash kernel
2013-03-05 1:53 UTC (2+ messages)
[PATCH] kexec: include reserved e820 sections in crash kernel
2013-03-05 1:52 UTC (2+ messages)
[PATCH] kexec: lengthen the kernel command line image
2013-03-05 1:51 UTC (2+ messages)
kexec,x86: Use macro CRASH_MAX_MEMMAP_NR for clarification
2013-03-05 1:43 UTC (2+ messages)
[PATCH] kexec/ppc: Fix kernel program entry point while changing the load addr
2013-03-05 1:40 UTC (4+ messages)
[PATCH v9 0/7] kexec: put bzImage and ramdisk above 4G for x86 64bit
2013-03-05 1:39 UTC (4+ messages)
[PATCH v7 0/5] Reset PCIe devices to address DMA problem on kdump with iommu
2013-03-05 0:56 UTC (7+ messages)
[PATCH] makedumpfile: s390x: Allow large page and change override bits
2013-03-01 10:53 UTC (2+ messages)
[PATCH v3 1/2] kexec: fix wrong types of some local variables
2013-03-01 1:31 UTC (8+ messages)
` [PATCH v3 2/2] kexec: Use min_t to simplify logic
[PATCH v2] kexec: Use min_t to simplify logic
2013-02-26 4:44 UTC (5+ messages)
[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)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox