Kexec Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-08-05 15:56:41 to 2016-08-20 00:18:14 UTC [more...]

[PATCH v6 00/12] kexec_file_load implementation for PowerPC
 2016-08-20  0:17 UTC 

[PATCH v1] kdump, vmcoreinfo: report memory sections virtual addresses
 2016-08-19 18:01 UTC  (3+ messages)

[PATCH v9 0/2] update the doc of kdump
 2016-08-19 15:57 UTC  (6+ messages)
` [PATCH v9 1/2] Documentation: kdump: remind user of nr_cpus
` [PATCH v9 2/2] Documentation: kdump: add description of enable multi-cpus support

[PATCH v24 0/9] arm64: add kdump support
 2016-08-19 15:19 UTC  (27+ messages)
` [PATCH v24 1/9] arm64: kdump: reserve memory for crash dump kernel
  ` [PATCH v24 2/9] memblock: add memblock_cap_memory_range()
  ` [PATCH v24 3/9] arm64: limit memory regions based on DT property, usable-memory-range
    ` [PATCH v24 4/9] arm64: kdump: implement machine_crash_shutdown()
    ` [PATCH v24 5/9] arm64: kdump: add kdump support
              ` [PATCH] fixup! "
    ` [PATCH v24 6/9] arm64: kdump: add VMCOREINFO's for user-space coredump tools
    ` [PATCH v24 7/9] arm64: kdump: enable kdump in the arm64 defconfig
    ` [PATCH v24 8/9] arm64: kdump: update a kernel doc
  ` [PATCH v24 9/9] Documentation: dt: chosen properties for arm64 kdump

[PATCH v2 0/7] (kexec-tools) arm64: add kdump support
 2016-08-19 10:14 UTC  (11+ messages)
` [PATCH v2 1/7] arm64: kdump: identify memory regions
` [PATCH v2 2/7] arm64: kdump: add elf core header segment
` [PATCH v2 3/7] arm64: kdump: set up kernel image segment
` [PATCH v2 4/7] arm64: kdump: set up other segments
` [PATCH v2 5/7] arm64: kdump: add DT properties to crash dump kernel's dtb
` [PATCH v2 6/7] kexec: generalize and rename get_kernel_stext_sym()
` [PATCH v2 7/7] arm64: kdump: Add support for binary image files

[PATCH v4 0/3] arm64 kexec-tools patches
 2016-08-19  2:03 UTC  (5+ messages)
` [PATCH v4 2/3] arm64: Add arm64 kexec support
` [PATCH v4 1/3] kexec: Add common device tree routines
` [PATCH v4 3/3] arm64: Add support for binary image files

[V4 PATCH 0/2] kexec: crash_kexec_post_notifiers boot option related fixes
 2016-08-18 21:18 UTC  (12+ messages)
` [V4 PATCH 1/2] x86/panic: Replace smp_send_stop() with kdump friendly version in panic path
    `  "
` [V4 PATCH 2/2] mips/panic: "
      `  "

[PATCH v2 0/6] kexec_file: Add buffer hand-over for the next kernel
 2016-08-18 21:09 UTC  (13+ messages)
` [PATCH v2 1/6] kexec_file: Add buffer hand-over support "
` [PATCH v2 2/6] powerpc: "
` [PATCH v2 3/6] kexec_file: Allow skipping checksum calculation for some segments
` [PATCH v2 4/6] kexec_file: Add mechanism to update kexec segments
` [PATCH v2 5/6] kexec: Share logic to copy segment page contents
` [PATCH v2 6/6] IMA: Demonstration code for kexec buffer passing

[PATCH V2] arm64:kexec: Memstart should not be before the kernel start address
 2016-08-18 17:45 UTC  (3+ messages)

[PATCH v2 0/2] extend kexec_file_load system call
 2016-08-18 10:21 UTC  (9+ messages)
` [PATCH v2 1/2] kexec: add dtb info to struct kimage
` [PATCH v2 2/2] kexec: extend kexec_file_load system call

[PATCH v8 0/2] update the doc of kdump
 2016-08-18  7:12 UTC  (6+ messages)
` [PATCH v8 1/2] Documentation: kdump: remind user of nr_cpus
` [PATCH v8 2/2] Documentation: kdump: add description of enable multi-cpus support

[PATCH v1] kexec/arch/i386: Add support for KASLR memory randomization
 2016-08-18  4:59 UTC  (2+ messages)

[PATCH v7 0/2] update the doc of kdump
 2016-08-18  2:12 UTC  (4+ messages)
` [PATCH v7 1/2] Documentation: kdump: remind user of nr_cpus
` [PATCH v7 2/2] Documentation: kdump: add description of enable multi-cpus support

[PATCH v2 1/2] kexec: Introduce "/sys/kernel/kexec_crash_low_size"
 2016-08-17  8:20 UTC  (5+ messages)
` [PATCH v2 2/2] kexec: Consider crashk_low_res in sanity_check_segment_list()

[PATCH 0/3] makedumpfile: fix segfault with -X in XEN environment
 2016-08-17  7:37 UTC  (9+ messages)
` [PATCH 1/3] open_dump_bitmap: open bitmap file in non-cyclic case
` [PATCH 2/3] move call to open_dump_bitmap() to after call to initial()
` [PATCH 3/3] close_dump_bitmap: simplify logic

[PATCH v5 00/13] kexec_file_load implementation for PowerPC
 2016-08-17  2:04 UTC  (25+ messages)
` [PATCH v5 01/13] kexec_file: Allow arch-specific memory walking for kexec_add_buffer
` [PATCH v5 02/13] kexec_file: Change kexec_add_buffer to take kexec_buf as argument
` [PATCH v5 03/13] kexec_file: Factor out kexec_locate_mem_hole from kexec_add_buffer
` [PATCH v5 04/13] powerpc: Factor out relocation code from module_64.c to elf_util_64.c
` [PATCH v5 05/13] powerpc: Generalize elf64_apply_relocate_add
` [PATCH v5 06/13] powerpc: Adapt elf64_apply_relocate_add for kexec_file_load
` [PATCH v5 07/13] powerpc: Add functions to read ELF files of any endianness
` [PATCH v5 08/13] powerpc: Implement kexec_file_load
` [PATCH v5 09/13] powerpc: Add code to work with device trees in kexec_file_load
` [PATCH v5 10/13] powerpc: Add support for loading ELF kernels with kexec_file_load
` [PATCH v5 11/13] powerpc: Allow userspace to set device tree properties in kexec_file_load
` [PATCH v5 12/13] powerpc: Add purgatory for kexec_file_load implementation
` [PATCH v5 13/13] powerpc: Enable CONFIG_KEXEC_FILE in powerpc server defconfigs

[PATCH] kexec: Account crashk_low_res to kexec_crash_size
 2016-08-16 10:42 UTC  (4+ messages)

[PATCH v6 0/2] update the doc of kdump
 2016-08-15  0:37 UTC  (3+ messages)
` [PATCH v6 1/2] Documentation: kdump: remind user of nr_cpus
` [PATCH v6 2/2] Documentation: kdump: add description of enable multi-cpus support

[RFC 0/4] Kexec: Enable run time memory resrvation of crash kernel
 2016-08-12 14:26 UTC  (5+ messages)
` [RFC 1/4] Creating one or two CMA area at Boot time
` [RFC 2/4] Functions for memory reservation and release
` [RFC 3/4] Adding a new kernel configuration to enable the feature
` [RFC 4/4] Enable memory allocation through sysfs interface

[PATCH 0/7] ima: carry the measurement list across kexec
 2016-08-11 11:25 UTC  (24+ messages)
` [PATCH 1/7] ima: on soft reboot, restore the measurement list
                ` [Linux-ima-devel] "

[PATCH v3 0/3] arm64 kexec-tools patches
 2016-08-10 16:54 UTC  (9+ messages)
` [PATCH v3 2/3] arm64: Add arm64 kexec support
  ` [PATCH v3.1 "
` [PATCH v3 3/3] arm64: Add support for binary image files
` [PATCH v3 1/3] kexec: Add common device tree routines

[PATCH v3 0/2] powerpc/fadump: support memory range syntax for fadump memory reservation
 2016-08-10 10:05 UTC  (3+ messages)
` [PATCH v3 1/2] kexec: refactor code parsing size based on memory range
` [PATCH v3 2/2] powerpc/fadump: parse fadump reserve memory "

[PATCH v5 0/2] update the doc of kdump
 2016-08-10  9:16 UTC  (4+ messages)
` [PATCH v5 1/2] Documentation: kdump: remind user of nr_cpus
` [PATCH v5 2/2] Documentation: kdump: add description of enable multi-cpus support

Query about ARM64 virt_to_phys and vice versa implementation
 2016-08-10  8:48 UTC  (2+ messages)

[PATCH v22 0/8] arm64: add kdump support
 2016-08-09 16:22 UTC  (8+ messages)
` [PATCH v22 2/8] arm64: limit memory regions based on DT property, usable-memory-range

[ANNOUNCE] kexec-tools 2.0.13
 2016-08-09  7:57 UTC  (2+ messages)

[PATCH] kexec: fix mem_regions_sort()
 2016-08-09  3:25 UTC  (5+ messages)

[RESEND][PATCH v2 0/2] powerpc/fadump: support memory range syntax for fadump memory reservation
 2016-08-08  9:25 UTC  (7+ messages)
` [RESEND][PATCH v2 2/2] powerpc/fadump: parse fadump reserve memory size based on memory range

[PATCH v3 1/2] Documentation: kdump: remind user of nr_cpus
 2016-08-08  2:14 UTC  (2+ messages)

[RFC 3/3] kexec: extend kexec_file_load system call
 2016-08-05 20:46 UTC  (3+ messages)
` [PATCH v2 "


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