Kexec Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-01-29 09:16:30 to 2018-02-28 13:05:35 UTC [more...]

[PATCH 1/5] kexec: Return -ENOSYS when kexec does not know how to call KEXEC_FILE_LOAD
 2018-02-28 13:05 UTC  (6+ messages)
` [PATCH 2/5] kexec: do not special-case the -s option
` [PATCH 3/5] kexec: add option to revert -s
` [PATCH 4/5] kexec: fallback to KEXEC_LOAD when KEXEC_FILE_LOAD is not supported
` [PATCH 5/5] kexec: document -s and -c options

[PATCH v8 00/13] arm64: kexec: add kexec_file_load() support
 2018-02-28 12:38 UTC  (29+ messages)
` [PATCH v8 01/13] resource: add walk_system_ram_res_rev()
` [PATCH v8 02/13] kexec_file: make an use of purgatory optional
` [PATCH v8 03/13] kexec_file, x86, powerpc: factor out kexec_file_ops functions
  ` [PATCH v8 03/13] kexec_file,x86,powerpc: "
` [PATCH v8 04/13] x86: kexec_file: factor out elf core header related functions
` [PATCH v8 05/13] kexec_file, x86: move re-factored code to generic side
` [PATCH v8 06/13] asm-generic: add kexec_file_load system call to unistd.h
` [PATCH v8 07/13] arm64: kexec_file: invoke the kernel without purgatory
` [PATCH v8 08/13] arm64: kexec_file: load initrd and device-tree
` [PATCH v8 09/13] arm64: kexec_file: add crash dump support
` [PATCH v8 10/13] arm64: kexec_file: add Image format support
` [PATCH v8 11/13] arm64: kexec_file: enable KEXEC_FILE config
` [PATCH v8 12/13] include: pe.h: remove message[] from mz header definition
` [PATCH v8 13/13] arm64: kexec_file: enable KEXEC_VERIFY_SIG for Image

[RESEND makedumpfile PATCH 0/2] Add 5-level paging support
 2018-02-28 10:09 UTC  (8+ messages)
` [RESEND makedumpfile PATCH 1/2] arch/x86_64: Cleanup the address translation of the 4-level page tables
` [RESEND makedumpfile PATCH 2/2] arch/x86_64: Add 5-level paging support

[PATCH] makedumpfile: Fix a bug when multi-threads feature meets enospace
 2018-02-27 13:08 UTC  (6+ messages)
    ` FW: "

[PATCH] kexec: do KEXEC_FILE_LOAD and fallback to KEXEC_LOAD if not supported
 2018-02-27  9:49 UTC  (15+ messages)

[PATCH 0/7] kexec_file: refactoring for other architecutres
 2018-02-27  4:48 UTC  (8+ messages)
` [PATCH 1/7] kexec_file: make an use of purgatory optional
` [PATCH 2/7] kexec_file, x86, powerpc: factor out kexec_file_ops functions
` [PATCH 3/7] x86: kexec_file: purge system-ram walking from prepare_elf64_headers()
` [PATCH 4/7] x86: kexec_file: remove X86_64 dependency "
` [PATCH 5/7] x86: kexec_file: lift CRASH_MAX_RANGES limit on crash_mem buffer
` [PATCH 6/7] x86: kexec_file: clean up prepare_elf64_headers()
` [PATCH 7/7] kexec_file, x86: move re-factored code to generic side

[PATCH 00/11] kexec_file: Clean up purgatory load
 2018-02-26 15:16 UTC  (12+ messages)
` [PATCH 01/11] kexec_file: Silence compile warnings
` [PATCH 02/11] kexec_file: Remove checks in kexec_purgatory_load
` [PATCH 03/11] kexec_file: Make purgatory_info->ehdr const
` [PATCH 04/11] kexec_file: Search symbols in read-only kexec_purgatory
` [PATCH 05/11] kexec_file: Use read-only sections in arch_kexec_apply_relocations*
` [PATCH 06/11] kexec_file: Split up __kexec_load_puragory
` [PATCH 07/11] kexec_file: Simplify kexec_purgatory_setup_sechdrs 1
` [PATCH 08/11] kexec_file: Simplify kexec_purgatory_setup_sechdrs 2
` [PATCH 09/11] kexec_file: Remove mis-use of sh_offset field
` [PATCH 10/11] kexec_file: Allow archs to set purgatory load address
` [PATCH 11/11] kexec_file: Move purgatories sha256 to common code

[PATCH 00/17] Add kexec_file_load support to s390
 2018-02-26 11:16 UTC  (28+ messages)
` [PATCH 01/17] kexec_file: Silence compile warnings
` [PATCH 02/17] kexec_file: Remove checks in kexec_purgatory_load
` [PATCH 03/17] kexec_file: Make purgatory_info->ehdr const
` [PATCH 04/17] kexec_file: Search symbols in read-only kexec_purgatory
` [PATCH 05/17] kexec_file: Use read-only sections in arch_kexec_apply_relocations*
` [PATCH 06/17] kexec_file: Split up __kexec_load_puragory
` [PATCH 07/17] kexec_file: Simplify kexec_purgatory_setup_sechdrs 1
` [PATCH 08/17] kexec_file: Simplify kexec_purgatory_setup_sechdrs 2
` [PATCH 09/17] kexec_file: Remove mis-use of sh_offset field
` [PATCH 10/17] kexec_file: Allow archs to set purgatory load address
` [PATCH 11/17] kexec_file: Move purgatories sha256 to common code
` [PATCH 12/17] s390/kexec_file: Prepare setup.h for kexec_file_load
` [PATCH 13/17] s390/kexec_file: Add purgatory
` [PATCH 14/17] s390/kexec_file: Add kexec_file_load system call
` [PATCH 15/17] s390/kexec_file: Add image loader
` [PATCH 16/17] s390/kexec_file: Add crash support to "
` [PATCH 17/17] s390/kexec_file: Add ELF loader

[PATCH 1/2] kexec: add a helper function to add ranges
 2018-02-22 15:23 UTC  (8+ messages)
` [PATCH 2/2] kexec/ppc64: add support to parse ibm, dynamic-memory-v2 property

[PATCH] makedumpfile/arm64: Add '--mem-usage' support
 2018-02-21 18:57 UTC  (4+ messages)

[PATCH makedumpfile] handle mem_section as either a pointer or an array
 2018-02-19 20:04 UTC 

[PATCH v2] add description for jumping back to the primary kernel in man page
 2018-02-16 11:25 UTC 

[PATCH] add description for jumping back to the original kernel in man page
 2018-02-16 11:23 UTC  (3+ messages)

[PATCH] Documentation: kdump: describe jumping to dump-capture kernel
 2018-02-14  9:46 UTC  (6+ messages)

how to use kexec to jump back to the original kernel
 2018-02-14  9:25 UTC  (8+ messages)

[PATCH v7 00/11] arm64: kexec: add kexec_file_load() support
 2018-02-09 12:40 UTC  (9+ messages)
` [PATCH v7 03/11] kexec_file: factor out crashdump elf header function from x86
` [PATCH v7 05/11] arm64: kexec_file: create purgatory

[PATCH 4.14 023/159] mm/sparsemem: Allocate mem_section at runtime for CONFIG_SPARSEMEM_EXTREME=y
 2018-02-08  1:44 UTC  (15+ messages)

[PATCH] kexec: Allow to skip digest calculation for speed
 2018-02-06 22:22 UTC  (4+ messages)

[makedumpfile PATCH 0/2] Add 5-level paging support
 2018-02-06 11:43 UTC  (3+ messages)
` [makedumpfile PATCH 1/2] arch/x86_64: Cleanup the address translation of the 4-level page tables
` [makedumpfile PATCH 2/2] arch/x86_64: Add 5-level paging support

[PATCH] arm64: Set -fno-PIC along with -mcmodel=large
 2018-02-02 23:48 UTC  (2+ messages)

[PATCH] arm64: fix an issue with kaslr-enabled vmlinux
 2018-02-02 18:34 UTC  (2+ messages)

[PATCH 00/17] Add kexec_file_load support to s390
 2018-02-02 13:07 UTC  (18+ messages)
` [PATCH 01/17] kexec_file: Silence compile warnings
` [PATCH 02/17] kexec_file: Remove checks in kexec_purgatory_load
` [PATCH 03/17] kexec_file: Make purgatory_info->ehdr const
` [PATCH 04/17] kexec_file: Search symbols in read-only kexec_purgatory
` [PATCH 05/17] kexec_file: Use read-only sections in arch_kexec_apply_relocations*
` [PATCH 06/17] kexec_file: Split up __kexec_load_puragory
` [PATCH 07/17] kexec_file: Simplify kexec_purgatory_setup_sechdrs 1
` [PATCH 08/17] kexec_file: Simplify kexec_purgatory_setup_sechdrs 2
` [PATCH 09/17] kexec_file: Remove mis-use of sh_offset field
` [PATCH 10/17] kexec_file: Allow archs to set purgatory load address
` [PATCH 11/17] kexec_file: Move purgatories sha256 to common code
` [PATCH 12/17] s390/kexec_file: Prepare setup.h for kexec_file_load
` [PATCH 13/17] s390/kexec_file: Add purgatory
` [PATCH 14/17] s390/kexec_file: Add kexec_file_load system call
` [PATCH 15/17] s390/kexec_file: Add image loader
` [PATCH 16/17] s390/kexec_file: Add crash support to "
` [PATCH 17/17] s390/kexec_file: Add ELF loader

[makedumpfile PATCH] Always use bigger SECTION_MAP_MASK
 2018-02-02  8:18 UTC 

kexec Cannot Locate hole of 0x1000 bytes
 2018-02-01 18:25 UTC 

[PATCH V2] print kdump kernel loaded status in stack dump
 2018-01-31 12:39 UTC  (5+ messages)

[PATCH] arm64: kdump: retain reserved memory regions
 2018-01-31  6:23 UTC  (8+ messages)

[makedumpfile PATCH v2] Wipe excluded pages that are written into ELF dump file
 2018-01-29 16:06 UTC  (4+ messages)

[PATCH kexec-tools] x86: use old screen_info if needed
 2018-01-29  9:16 UTC  (5+ messages)


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