Kexec
[Prev Page][Next Page]
- [PATCH 1/2] dt-ops: Add helper API to dump fdt blob,
Bhupesh Sharma
- [RFC v2 0/2] kernel: add support to collect hardware logs in crash recovery kernel,
Rahul Lakkireddy
- [PATCHv5 0/3] enable nr_cpus for powerpc,
Pingfan Liu
- [RFC] arm64: extra entries in /proc/iomem for kexec,
AKASHI Takahiro
- [Query] ARM64 kaslr support - randomness, seeding and kdump,
Bhupesh Sharma
- [PATCHv4 0/3] enable nr_cpus for powerpc,
Pingfan Liu
- [RESEND PATCH] makedumpfile: fix for hugepages filtering,
Hari Bathini
- [PATCH] makedumpfile: fix for hugepages filtering,
Hari Bathini
- [PATCH v2 0/7] kexec_file, x86, powerpc: refactoring for other architecutres,
AKASHI Takahiro
- [PATCH v2 1/7] kexec_file: make an use of purgatory optional,
AKASHI Takahiro
- [PATCH v2 3/7] x86: kexec_file: purge system-ram walking from prepare_elf64_headers(),
AKASHI Takahiro
- [PATCH v2 5/7] x86: kexec_file: lift CRASH_MAX_RANGES limit on crash_mem buffer,
AKASHI Takahiro
- [PATCH v2 2/7] kexec_file, x86, powerpc: factor out kexec_file_ops functions,
AKASHI Takahiro
- [PATCH v2 6/7] x86: kexec_file: clean up prepare_elf64_headers(),
AKASHI Takahiro
- [PATCH v2 4/7] x86: kexec_file: remove X86_64 dependency from prepare_elf64_headers(),
AKASHI Takahiro
- [PATCH v2 7/7] kexec_file, x86: move re-factored code to generic side,
AKASHI Takahiro
- Re: [PATCH v2 0/7] kexec_file, x86, powerpc: refactoring for other architecutres,
Dave Young
- [PATCH] Fix array index out of bound exception,
Lianbo Jiang
- [PATCH v2 0/3] makedumpfile/arm64: Add '--mem-usage' support,
Bhupesh Sharma
- [PATCH AUTOSEL for 4.9 024/219] x86/mce: Handle broadcasted MCE gracefully with kexec,
Sasha Levin
- [PATCH] kexec/ppc64: leverage kexec_file_load support,
Hari Bathini
- [RFC 0/2] kernel: add support to collect hardware logs in panic,
Rahul Lakkireddy
- [PATCH 0/4] Makedumpfile: Add 5-level paging support,
Baoquan He
- RFC on Kdump and PCIe on ARM64,
Sinan Kaya
- [RESEND makedumpfile PATCH 0/2] Add 5-level paging support,
Dou Liyang
- [PATCH 0/7] kexec_file: refactoring for other architecutres,
AKASHI Takahiro
- [PATCH 1/7] kexec_file: make an use of purgatory optional,
AKASHI Takahiro
- [PATCH 3/7] x86: kexec_file: purge system-ram walking from prepare_elf64_headers(),
AKASHI Takahiro
- [PATCH 4/7] x86: kexec_file: remove X86_64 dependency from prepare_elf64_headers(),
AKASHI Takahiro
- [PATCH 2/7] kexec_file, x86, powerpc: factor out kexec_file_ops functions,
AKASHI Takahiro
- [PATCH 5/7] x86: kexec_file: lift CRASH_MAX_RANGES limit on crash_mem buffer,
AKASHI Takahiro
- [PATCH 6/7] x86: kexec_file: clean up prepare_elf64_headers(),
AKASHI Takahiro
- [PATCH 7/7] kexec_file, x86: move re-factored code to generic side,
AKASHI Takahiro
- Re: [PATCH 0/7] kexec_file: refactoring for other architecutres,
Dave Young
- [PATCH 00/11] kexec_file: Clean up purgatory load,
Philipp Rudo
- [PATCH 03/11] kexec_file: Make purgatory_info->ehdr const,
Philipp Rudo
- [PATCH 01/11] kexec_file: Silence compile warnings,
Philipp Rudo
- [PATCH 02/11] kexec_file: Remove checks in kexec_purgatory_load,
Philipp Rudo
- [PATCH 07/11] kexec_file: Simplify kexec_purgatory_setup_sechdrs 1,
Philipp Rudo
- [PATCH 05/11] kexec_file: Use read-only sections in arch_kexec_apply_relocations*,
Philipp Rudo
- [PATCH 04/11] kexec_file: Search symbols in read-only kexec_purgatory,
Philipp Rudo
- [PATCH 06/11] kexec_file: Split up __kexec_load_puragory,
Philipp Rudo
- [PATCH 10/11] kexec_file: Allow archs to set purgatory load address,
Philipp Rudo
- [PATCH 11/11] kexec_file: Move purgatories sha256 to common code,
Philipp Rudo
- [PATCH 09/11] kexec_file: Remove mis-use of sh_offset field,
Philipp Rudo
- [PATCH 08/11] kexec_file: Simplify kexec_purgatory_setup_sechdrs 2,
Philipp Rudo
- Re: [PATCH 00/11] kexec_file: Clean up purgatory load,
Dave Young
- [PATCH 1/5] kexec: Return -ENOSYS when kexec does not know how to call KEXEC_FILE_LOAD,
Michal Suchanek
- [PATCH 2/5] kexec: do not special-case the -s option,
Michal Suchanek
- [PATCH 4/5] kexec: fallback to KEXEC_LOAD when KEXEC_FILE_LOAD is not supported.,
Michal Suchanek
- Re: [PATCH 4/5] kexec: fallback to KEXEC_LOAD when KEXEC_FILE_LOAD is not supported.,
Michal Suchánek
- Re: [PATCH 4/5] kexec: fallback to KEXEC_LOAD when KEXEC_FILE_LOAD is not supported.,
Dave Young
- Re: [PATCH 4/5] kexec: fallback to KEXEC_LOAD when KEXEC_FILE_LOAD is not supported.,
Michal Suchánek
- [PATCH v4 2/5] kexec: do not special-case the -s option,
Michal Suchanek
- [PATCH v4 3/5] kexec: add option to revert -s,
Michal Suchanek
- [PATCH v4 5/5] kexec: document -s, -c and -a options.,
Michal Suchanek
- [PATCH v4 1/5] kexec: Return -ENOSYS when kexec does not know how to call KEXEC_FILE_LOAD,
Michal Suchanek
- [PATCH v4 4/5] kexec: add option to fall back to KEXEC_LOAD when KEXEC_FILE_LOAD is not supported.,
Michal Suchanek
- [PATCH v5 2/5] kexec: Fix option checks to take KEXEC_FILE_LOAD into account,
Michal Suchanek
- [PATCH v5 5/5] kexec: Document -s, -c and -a options,
Michal Suchanek
- [PATCH v5 1/5] kexec: Return -ENOSYS when kexec does not know how to call KEXEC_FILE_LOAD,
Michal Suchanek
- [PATCH v5 3/5] kexec: Do not special-case the -s option,
Michal Suchanek
- [PATCH v5 4/5] kexec: Add option to fall back to KEXEC_LOAD when KEXEC_FILE_LOAD is not supported,
Michal Suchanek
- Re: [PATCH 4/5] kexec: fallback to KEXEC_LOAD when KEXEC_FILE_LOAD is not supported.,
Dave Young
- Re: [PATCH 4/5] kexec: fallback to KEXEC_LOAD when KEXEC_FILE_LOAD is not supported.,
Simon Horman
- [PATCH 3/5] kexec: add option to revert -s,
Michal Suchanek
- [PATCH 5/5] kexec: document -s and -c options.,
Michal Suchanek
- Re: [PATCH 1/5] kexec: Return -ENOSYS when kexec does not know how to call KEXEC_FILE_LOAD,
Simon Horman
- [PATCH] kexec: do KEXEC_FILE_LOAD and fallback to KEXEC_LOAD if not supported.,
Michal Suchanek
- [PATCH v8 00/13] arm64: kexec: add kexec_file_load() support,
AKASHI Takahiro
- [PATCH v8 10/13] arm64: kexec_file: add Image format support,
AKASHI Takahiro
- [PATCH v8 13/13] arm64: kexec_file: enable KEXEC_VERIFY_SIG for Image,
AKASHI Takahiro
- [PATCH v8 08/13] arm64: kexec_file: load initrd and device-tree,
AKASHI Takahiro
- [PATCH v8 12/13] include: pe.h: remove message[] from mz header definition,
AKASHI Takahiro
- [PATCH v8 09/13] arm64: kexec_file: add crash dump support,
AKASHI Takahiro
- [PATCH v8 04/13] x86: kexec_file: factor out elf core header related functions,
AKASHI Takahiro
- [PATCH v8 01/13] resource: add walk_system_ram_res_rev(),
AKASHI Takahiro
- [PATCH v8 07/13] arm64: kexec_file: invoke the kernel without purgatory,
AKASHI Takahiro
- [PATCH v8 05/13] kexec_file, x86: move re-factored code to generic side,
AKASHI Takahiro
- [PATCH v8 11/13] arm64: kexec_file: enable KEXEC_FILE config,
AKASHI Takahiro
- [PATCH v8 02/13] kexec_file: make an use of purgatory optional,
AKASHI Takahiro
- [PATCH v8 06/13] asm-generic: add kexec_file_load system call to unistd.h,
AKASHI Takahiro
- [PATCH v8 03/13] kexec_file, x86, powerpc: factor out kexec_file_ops functions,
AKASHI Takahiro
- Re: [PATCH v8 00/13] arm64: kexec: add kexec_file_load() support,
AKASHI Takahiro
- [PATCH 1/2] kexec: add a helper function to add ranges,
Hari Bathini
- [PATCH makedumpfile] handle mem_section as either a pointer or an array,
Thadeu Lima de Souza Cascardo
- [PATCH v2] add description for jumping back to the primary kernel in man page,
Gioh Kim
- [PATCH] add description for jumping back to the original kernel in man page,
Gioh Kim
- [PATCH] Documentation: kdump: describe jumping to dump-capture kernel,
Gioh Kim
- how to use kexec to jump back to the original kernel,
Gioh Kim
- [PATCH] makedumpfile/arm64: Add '--mem-usage' support,
Bhupesh Sharma
- [makedumpfile PATCH 0/2] Add 5-level paging support,
Dou Liyang
- [PATCH 00/17] Add kexec_file_load support to s390,
Philipp Rudo
- [PATCH 09/17] kexec_file: Remove mis-use of sh_offset field,
Philipp Rudo
- [PATCH 10/17] kexec_file: Allow archs to set purgatory load address,
Philipp Rudo
- [PATCH 04/17] kexec_file: Search symbols in read-only kexec_purgatory,
Philipp Rudo
- [PATCH 02/17] kexec_file: Remove checks in kexec_purgatory_load,
Philipp Rudo
- [PATCH 06/17] kexec_file: Split up __kexec_load_puragory,
Philipp Rudo
- [PATCH 01/17] kexec_file: Silence compile warnings,
Philipp Rudo
- [PATCH 08/17] kexec_file: Simplify kexec_purgatory_setup_sechdrs 2,
Philipp Rudo
- [PATCH 07/17] kexec_file: Simplify kexec_purgatory_setup_sechdrs 1,
Philipp Rudo
- [PATCH 05/17] kexec_file: Use read-only sections in arch_kexec_apply_relocations*,
Philipp Rudo
- [PATCH 11/17] kexec_file: Move purgatories sha256 to common code,
Philipp Rudo
- [PATCH 16/17] s390/kexec_file: Add crash support to image loader,
Philipp Rudo
- [PATCH 12/17] s390/kexec_file: Prepare setup.h for kexec_file_load,
Philipp Rudo
- [PATCH 17/17] s390/kexec_file: Add ELF loader,
Philipp Rudo
- [PATCH 13/17] s390/kexec_file: Add purgatory,
Philipp Rudo
- [PATCH 15/17] s390/kexec_file: Add image loader,
Philipp Rudo
- [PATCH 14/17] s390/kexec_file: Add kexec_file_load system call,
Philipp Rudo
- [PATCH 03/17] kexec_file: Make purgatory_info->ehdr const,
Philipp Rudo
- <Possible follow-ups>
- [PATCH 00/17] Add kexec_file_load support to s390,
Philipp Rudo
- [PATCH 02/17] kexec_file: Remove checks in kexec_purgatory_load,
Philipp Rudo
- [PATCH 01/17] kexec_file: Silence compile warnings,
Philipp Rudo
- [PATCH 03/17] kexec_file: Make purgatory_info->ehdr const,
Philipp Rudo
- [PATCH 08/17] kexec_file: Simplify kexec_purgatory_setup_sechdrs 2,
Philipp Rudo
- [PATCH 05/17] kexec_file: Use read-only sections in arch_kexec_apply_relocations*,
Philipp Rudo
- [PATCH 06/17] kexec_file: Split up __kexec_load_puragory,
Philipp Rudo
- [PATCH 16/17] s390/kexec_file: Add crash support to image loader,
Philipp Rudo
- [PATCH 13/17] s390/kexec_file: Add purgatory,
Philipp Rudo
- [PATCH 10/17] kexec_file: Allow archs to set purgatory load address,
Philipp Rudo
- [PATCH 09/17] kexec_file: Remove mis-use of sh_offset field,
Philipp Rudo
- [PATCH 17/17] s390/kexec_file: Add ELF loader,
Philipp Rudo
- [PATCH 14/17] s390/kexec_file: Add kexec_file_load system call,
Philipp Rudo
- [PATCH 15/17] s390/kexec_file: Add image loader,
Philipp Rudo
- [PATCH 12/17] s390/kexec_file: Prepare setup.h for kexec_file_load,
Philipp Rudo
- [PATCH 11/17] kexec_file: Move purgatories sha256 to common code,
Philipp Rudo
- [PATCH 04/17] kexec_file: Search symbols in read-only kexec_purgatory,
Philipp Rudo
- [PATCH 07/17] kexec_file: Simplify kexec_purgatory_setup_sechdrs 1,
Philipp Rudo
- Re: [PATCH 00/17] Add kexec_file_load support to s390,
Dave Young
- [makedumpfile PATCH] Always use bigger SECTION_MAP_MASK,
Petr Tesarik
- [PATCH] kexec: Allow to skip digest calculation for speed,
Jan H. Schönherr
- kexec Cannot Locate hole of 0x1000 bytes...,
William Larson
- [PATCH] makedumpfile: Fix a bug when multi-threads feature meets enospace,
Zhou Wenjian
- RE: [PATCH] makedumpfile: Fix a bug when multi-threads feature meets enospace,
Masaki Tachibana
[PATCH] x86: constify fsname parameter of find_mnt_by_fsname(),
Simon Horman
makedumpfile-1.6.3: Extend supported kernel to 4.14.8,
Atsushi Kumagai
[PATCH kexec-tools] x86: use old screen_info if needed,
Dave Young
[PATCH V2] print kdump kernel loaded status in stack dump,
Dave Young
[makedumpfile PATCH] sadump: Fix a problem of PTI enabled kernel,
Takao Indoh
[PATCH v4] kexec-tools: Make xc_dlhandle static,
Eric DeVolder
[PATCH v3] kexec-tools: Make xc_dlhandle static,
Eric DeVolder
[PATCH v2 0/2] kexec-tools: Tweak run-time handling of libxenctrl.so,
Eric DeVolder
[PATCH v1] kexec-tools: Tweak run-time handling of libxenctrl.so,
Eric DeVolder
Re: [BISECTED] kexec issue with v4.15-rc on N8x0,
Aaro Koskinen
[PATCH 4.14 87/89] x86/mm: Rework wbinvd, hlt operation in stop_this_cpu(),
Greg Kroah-Hartman
[makedumpfile PATCH 0/2] Fix calculations in exclude_segment(),
Petr Tesarik
[PATCH] x86/mm: Rework wbinvd, hlt operation in stop_this_cpu(),
Tom Lendacky
[PATCH v4] kexec-tools: Perform run-time linking of libxenctrl.so,
Eric DeVolder
[PATCH] print kdump kernel loaded status in stack dump,
Dave Young
[PATCH v3] kexec-tools: Perform run-time linking of libxenctrl.so,
Eric DeVolder
[PATCH] kdump: Write a correct address of mem_section into vmcoreinfo,
Kirill A. Shutemov
[PATCH] arm64: kdump: retain reserved memory regions,
AKASHI Takahiro
Re: [PATCH 4.14 023/159] mm/sparsemem: Allocate mem_section at runtime for CONFIG_SPARSEMEM_EXTREME=y,
Kirill A. Shutemov
[PATCH] arm64: Set -fno-PIC along with -mcmodel=large,
David Michael
RE: [PATCH][v2] arm64: Allocate elfcorehdr & crashkernel mem before any reservation,
Poonam Aggrwal
makedumpfile saving vmcore fails with dynamically allocated mem_section (was: Re: [PATCH] handle renamed init_level4_pgt -> init_top_pgt),
Dave Anderson
arm64 crashkernel fails to boot on acpi-only machines due to ACPI regions being no longer mapped as NOMAP,
Dave Young
[PATCH v2] x86/kexec: Exclude GART aperture from vmcore,
Jiri Bohac
[PATCH v2] kexec-tools: Perform run-time linking of libxenctrl.so,
Eric DeVolder
Regression: kexec/kdump boot hangs with x86/vector commits,
Dave Young
[PATCH v7 00/11] arm64: kexec: add kexec_file_load() support,
AKASHI Takahiro
- [PATCH v7 01/11] resource: add walk_system_ram_res_rev(),
AKASHI Takahiro
- [PATCH v7 02/11] kexec_file: factor out arch_kexec_kernel_*() from x86, powerpc,
AKASHI Takahiro
- [PATCH v7 03/11] kexec_file: factor out crashdump elf header function from x86,
AKASHI Takahiro
- [PATCH v7 04/11] asm-generic: add kexec_file_load system call to unistd.h,
AKASHI Takahiro
- [PATCH v7 05/11] arm64: kexec_file: create purgatory,
AKASHI Takahiro
- [PATCH v7 06/11] arm64: kexec_file: load initrd, device-tree and purgatory segments,
AKASHI Takahiro
- [PATCH v7 07/11] arm64: kexec_file: set up for crash dump adding elf core header,
AKASHI Takahiro
- [PATCH v7 08/11] arm64: kexec_file: enable KEXEC_FILE config,
AKASHI Takahiro
- [PATCH v7 09/11] arm64: kexec_file: add Image format support,
AKASHI Takahiro
- [PATCH v7 10/11] include: pe.h: remove message[] from mz header definition,
AKASHI Takahiro
- [PATCH v7 11/11] arm64: kexec_file: enable KEXEC_VERIFY_SIG for Image,
AKASHI Takahiro
- Re: [PATCH v7 00/11] arm64: kexec: add kexec_file_load() support,
James Morse
[PATCH v1] kexec-tools: Perform run-time linking of libxenctrl.so,
Eric DeVolder
[Archive Index]
[LM Sensors]
[Linux Audio Users]
[ALSA Devel]
[Fedora]
[Kernel]
[Video 4 Linux]