Kexec Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-02-14 07:36:08 to 2018-03-06 13:16:16 UTC [more...]

[PATCH 1/5] kexec: Return -ENOSYS when kexec does not know how to call KEXEC_FILE_LOAD
 2018-03-06 13:15 UTC  (29+ 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 v4 2/5] kexec: do not special-case the -s option
    ` [PATCH v4 3/5] kexec: add option to revert -s
    ` [PATCH v4 5/5] kexec: document -s, -c and -a options
        ` [PATCH v3 1/5] kexec: Return -ENOSYS when kexec does not know how to call KEXEC_FILE_LOAD
        ` [PATCH v3 2/5] kexec: do not special-case the -s option
        ` [PATCH v3 3/5] kexec: add option to revert -s
        ` [PATCH v3 4/5] kexec: fallback to KEXEC_LOAD when KEXEC_FILE_LOAD is not supported
          ` [PATCH] kexec: add option to fall back "
        ` [PATCH v3 5/5] kexec: document -s, -c and -a options
` [PATCH 5/5] kexec: document -s and -c options

[PATCH v4 1/5] kexec: Return -ENOSYS when kexec does not know how to call KEXEC_FILE_LOAD
 2018-03-06 13:15 UTC 

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

[PATCH v2 0/3] makedumpfile/arm64: Add '--mem-usage' support
 2018-03-06 10:17 UTC  (6+ messages)
` [PATCH v2 1/3] Add a new helper file 'tools.c' that provides some useful APIs
` [PATCH v2 2/3] arm64: Add support to read symbols like _stext from '/proc/kallsyms'
` [PATCH v2 3/3] Documentation: Update documentation regarding --mem-usage' option

[PATCH] Fix array index out of bound exception
 2018-03-06 10:07 UTC 

[PATCH makedumpfile] handle mem_section as either a pointer or an array
 2018-03-05  9:15 UTC  (3+ messages)

[PATCH] makedumpfile/arm64: Add '--mem-usage' support
 2018-03-05  7:35 UTC  (7+ messages)

[PATCH AUTOSEL for 4.9 024/219] x86/mce: Handle broadcasted MCE gracefully with kexec
 2018-03-03 22:28 UTC 

[PATCH] kexec/ppc64: leverage kexec_file_load support
 2018-03-03 19:00 UTC 

[RFC 0/2] kernel: add support to collect hardware logs in panic
 2018-03-03 10:43 UTC  (5+ messages)
` [RFC 1/2] kernel/crash_core: add API to collect hardware dump in kernel panic
` [RFC 2/2] cxgb4: "

RFC on Kdump and PCIe on ARM64
 2018-03-02 18:37 UTC  (10+ messages)

[PATCH 0/4] Makedumpfile: Add 5-level paging support
 2018-03-02  5:48 UTC  (5+ messages)
` [PATCH 1/4] arch/x86_64: Cleanup the address translation of the 4-level page tables
` [PATCH 2/4] Makedumpfile: Add pgtable_l5_enabled to number_table
` [PATCH 3/4] Makedumpfile: Add a new function check_5level_paging()
` [PATCH 4/4] arch/x86_64: Add 5-level paging support

[PATCH v8 00/13] arm64: kexec: add kexec_file_load() support
 2018-03-01  3:18 UTC  (31+ 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

[PATCH 00/11] kexec_file: Clean up purgatory load
 2018-02-28 22:49 UTC  (17+ 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

[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  (4+ messages)

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

[PATCH 00/17] Add kexec_file_load support to s390
 2018-02-26 11:16 UTC  (9+ messages)

[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 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  (5+ messages)

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


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