kexec.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-08-10 12:58:05 to 2016-08-25 19:11:22 UTC [more...]

[PATCH v9 0/2] update the doc of kdump
 2016-08-25 19:10 UTC  (9+ 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 v3 0/5] kexec_file: Add buffer hand-over for the next kernel
 2016-08-25 18:18 UTC  (6+ messages)
` [PATCH v3 1/5] kexec_file: Add buffer hand-over support "
` [PATCH v3 2/5] powerpc: "
` [PATCH v3 3/5] kexec_file: Allow skipping checksum calculation for some segments
` [PATCH v3 4/5] kexec_file: Add mechanism to update kexec segments
` [PATCH v3 5/5] IMA: Demonstration code for kexec buffer passing

Capturing crash with 4.6.0 and above kernel does not work
 2016-08-25 17:45 UTC  (2+ messages)

[PATCH v3 0/2] powerpc/fadump: support memory range syntax for fadump memory reservation
 2016-08-25 17:30 UTC  (4+ messages)
` [PATCH v3 2/2] powerpc/fadump: parse fadump reserve memory size based on memory range

[PATCH] kexec: socket not released when error situation occur
 2016-08-25  2:15 UTC 

[PATCH] kexec: Fix double-free when failing to relocate the purgatory
 2016-08-25  1:40 UTC  (2+ messages)

[PATCH v24 1/9] arm64: kdump: reserve memory for crash dump kernel
 2016-08-25  1:04 UTC  (32+ messages)
` [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 5/9] arm64: kdump: add kdump support
            ` [PATCH] fixup! "
` [PATCH v24 9/9] Documentation: dt: chosen properties for arm64 kdump

[integrity:next-restore-kexec 21/31] kernel/kexec_core.c:780:10: warning: passing argument 1 of '__va' makes integer from pointer without a cast
 2016-08-24 21:59 UTC 

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

[PATCH v5 00/13] kexec_file_load implementation for PowerPC
 2016-08-24  0:53 UTC  (29+ 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 v1] kexec/arch/i386: Add support for KASLR memory randomization
 2016-08-23 15:38 UTC  (3+ messages)

[integrity:next-restore-kexec 18/31] include/linux/kexec.h:400:52: warning: 'struct kexec_buf' declared inside parameter list will not be visible outside of this definition or declaration
 2016-08-23 15:34 UTC 

[PATCH v2 0/7] (kexec-tools) arm64: add kdump support
 2016-08-23  9:04 UTC  (9+ messages)

[RFC 0/4] Kexec: Enable run time memory resrvation of crash kernel
 2016-08-23  7:08 UTC  (7+ 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 v2 0/6] kexec_file: Add buffer hand-over for the next kernel
 2016-08-22 22:21 UTC  (22+ 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 v05 44/72] include/uapi/linux/kexec.h: use __kernel_size_t instead of size_t
 2016-08-22 18:33 UTC 

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

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

[PATCH v4 0/3] arm64 kexec-tools patches
 2016-08-19  2:03 UTC  (5+ messages)
` [PATCH v4 1/3] kexec: Add common device tree routines
` [PATCH v4 2/3] arm64: Add arm64 kexec support
` [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] 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 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 0/3] makedumpfile: fix segfault with -X in XEN environment
 2016-08-17  7:37 UTC  (7+ messages)
` [PATCH 3/3] close_dump_bitmap: simplify logic

[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

[PATCH 0/7] ima: carry the measurement list across kexec
 2016-08-11 11:25 UTC  (13+ 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  (4+ messages)
` [PATCH v3 2/3] arm64: Add arm64 kexec support


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).