Kexec Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-02-04 09:36:42 to 2021-03-29 02:34:52 UTC [more...]

[PATCH v14 00/11] support reserving crashkernel above 4G on arm64 kdump
 2021-03-29  2:34 UTC  (35+ messages)
` [PATCH v14 01/11] x86: kdump: replace the hard-coded alignment with macro CRASH_ALIGN
` [PATCH v14 02/11] x86: kdump: make the lower bound of crash kernel reservation consistent
` [PATCH v14 03/11] x86: kdump: use macro CRASH_ADDR_LOW_MAX in functions reserve_crashkernel()
` [PATCH v14 06/11] x86/elf: Move vmcore_elf_check_arch_cross to arch/x86/include/asm/elf.h
` [PATCH v14 07/11] arm64: kdump: introduce some macroes for crash kernel reservation
` [PATCH v14 08/11] arm64: kdump: reimplement crashkernel=X
` [PATCH v14 09/11] x86, arm64: Add ARCH_WANT_RESERVE_CRASH_KERNEL config
` [PATCH v14 11/11] kdump: update Documentation about crashkernel

[PATCH next v1 0/3] printk: remove safe buffers
 2021-03-26 11:12 UTC  (9+ messages)
` [PATCH next v1 2/3] "

[PATCH v2 00/12] Add build ID to stacktraces
 2021-03-25 23:21 UTC  (11+ messages)
` [PATCH v2 02/12] buildid: Add method to get running kernel's build ID
` [PATCH v2 12/12] kdump: Use vmlinux_build_id() to simplify

[PATCH v2 1/3] kernel/resource: make walk_system_ram_res() find all busy IORESOURCE_SYSTEM_RAM resources
 2021-03-25 11:53 UTC  (3+ messages)
` [PATCH v2 2/3] kernel/resource: make walk_mem_res() find all busy IORESOURCE_MEM resources
` [PATCH v2 3/3] kernel/resource: remove first_lvl / siblings_only logic

[PATCH v1 1/3] kernel/resource: make walk_system_ram_res() find all busy IORESOURCE_SYSTEM_RAM resources
 2021-03-24 11:28 UTC  (17+ messages)
` [PATCH v1 2/3] kernel/resource: make walk_mem_res() find all busy IORESOURCE_MEM resources
` [PATCH v1 3/3] kernel/resource: remove first_lvl / siblings_only logic

kexec does not work for kernel version with patch level >= 256
 2021-03-24  4:28 UTC 

[PATCH] kexec-xen: Use correct image type for Live Update
 2021-03-23 17:59 UTC 

[PATCH] kexec: Make --status work with normal kexec images
 2021-03-23 17:50 UTC 

[PATCH] kexec: Fix description of --status exit code
 2021-03-23 17:45 UTC 

[PATCH v1 0/3] crashdump/x86: dump dax/kmem and virito-mem added System RAM
 2021-03-23 10:01 UTC  (4+ messages)
` [PATCH v1 1/3] crashdump/x86: dump any kind of "System RAM"
` [PATCH v1 2/3] crashdump/x86: iterate only over actual crash memory ranges
` [PATCH v1 3/3] crashdump/x86: increase CRASH_MAX_MEMORY_RANGES to 32k

[PATCH] include: linux: Remove duplicate include of pgtable.h
 2021-03-23  7:57 UTC  (2+ messages)

[PATCH] crash_dump: Fix duplicate included pgtable.h
 2021-03-23  7:48 UTC  (3+ messages)

[PATCH v3] ARM: Parse kdump DT properties
 2021-03-22 16:58 UTC  (2+ messages)

[PATCH v12 00/17] arm64: MMU enabled kexec relocation
 2021-03-22  1:36 UTC  (19+ messages)
` [PATCH v12 01/17] arm64: hyp-stub: Check the size of the HYP stub's vectors
` [PATCH v12 02/17] arm64: hyp-stub: Move invalid vector entries into the vectors
` [PATCH v12 03/17] arm64: hyp-stub: Move el1_sync "
` [PATCH v12 04/17] arm64: kernel: add helper for booted at EL2 and not VHE
` [PATCH v12 05/17] arm64: trans_pgd: hibernate: Add trans_pgd_copy_el2_vectors
` [PATCH v12 06/17] arm64: hibernate: abstract ttrb0 setup function
` [PATCH v12 07/17] arm64: kexec: flush image and lists during kexec load time
` [PATCH v12 08/17] arm64: kexec: skip relocation code for inplace kexec
` [PATCH v12 09/17] arm64: kexec: Use dcache ops macros instead of open-coding
` [PATCH v12 10/17] arm64: kexec: pass kimage as the only argument to relocation function
` [PATCH v12 11/17] arm64: kexec: kexec may require EL2 vectors
` [PATCH v12 12/17] arm64: kexec: relocate in EL1 mode
` [PATCH v12 13/17] arm64: kexec: use ld script for relocation function
` [PATCH v12 14/17] arm64: kexec: install a copy of the linear-map
` [PATCH v12 15/17] arm64: kexec: keep MMU enabled during kexec relocation
` [PATCH v12 16/17] arm64: kexec: remove the pre-kexec PoC maintenance
` [PATCH v12 17/17] arm64: kexec: Remove cpu-reset.h

[PATCH v3 0/1] dump kmessage before machine_kexec
 2021-03-19 19:31 UTC  (3+ messages)
` [PATCH v3 1/1] kexec: "

[PATCH] crash_dump: remove duplicate include in crash_dump.h
 2021-03-19 12:38 UTC  (2+ messages)

[PATCH 0/3] Miscellaneous 32-bit fixes
 2021-03-17 13:19 UTC  (6+ messages)
` [PATCH 1/3] kexec: Use %llu/%llx and casts to format uint64_t
` [PATCH 2/3] printk: Use ULL suffix for 64-bit constants
` [PATCH 3/3] printk: Use %zu to format size_t

[PATCH] kexec-tools: mips: Fix the increased mem parameter size
 2021-03-17  3:45 UTC 

[PATCH] kexec: Add kexec reboot string
 2021-03-11 21:07 UTC  (6+ messages)
  ` [EXTERNAL] "

[PATCH v2] powerpc/kexec_file: Restore FDT size estimation for kdump kernel
 2021-03-11 16:53 UTC  (7+ messages)

[PATCH 1/1] kexec-tools: fix build on pre 4.4 kernels
 2021-03-11  7:25 UTC  (5+ messages)

[PATCH] kernel: kexec_file: fix error return code of kexec_calculate_store_digests()
 2021-03-11  5:32 UTC  (2+ messages)

[PATCH v1 0/3] Reducing memory usage of i40e for kdump
 2021-03-04  2:55 UTC  (4+ messages)
` [PATCH v1 1/3] i40e: use minimal tx and rx pairs "
` [PATCH v1 2/3] i40e: use minimal rx and tx ring buffers "
` [PATCH v1 3/3] i40e: use minimal admin queue "

[RFC PATCH 0/4] Reducing memory usage of i40e for kdump
 2021-03-03  9:44 UTC  (12+ messages)
` [RFC PATCH 1/4] i40e: use minimal tx and rx pairs "
` [RFC PATCH 2/4] i40e: use minimal rx and tx ring buffers "
` [RFC PATCH 3/4] i40e: use minimal admin queue "
` [RFC PATCH 4/4] i40e: don't open i40iw client "

[PATCH 0/7] Add build ID to stacktraces
 2021-03-02 23:21 UTC  (4+ messages)
` [PATCH 7/7] kdump: Use vmlinux_build_id() to simplify

[PATCH v4 1/1] kernel/crash_core: Add crashkernel=auto for vmcore creation
 2021-03-02 23:05 UTC  (5+ messages)

[PATCH 0/3] warn and suppress irqflood
 2021-03-02  7:45 UTC  (2+ messages)

Issues with kdump/kexec on an ARM dual-core ARM Cortex-A7
 2021-02-24 15:01 UTC  (3+ messages)

[PATCH] MIPS: Fix typo in comment
 2021-02-24  7:57 UTC 

[PATCH] MIPS: Add '--reuse-cmdline' optional parameter support
 2021-02-24  5:29 UTC 

[PATCH v3 1/1] kernel/crash_core: Add crashkernel=auto for vmcore creation
 2021-02-24  2:03 UTC  (13+ messages)

[PATCH v2] kexec: move machine_kexec_post_load() to public interface
 2021-02-23  9:45 UTC  (4+ messages)

[PATCH] mips64: Retrieve MAX_PHYSMEM_BITS from vmcoreinfo
 2021-02-22  2:20 UTC  (2+ messages)

[PATCH] powerpc/kexec_file: Restore FDT size estimation for kdump kernel
 2021-02-19 23:42 UTC  (3+ messages)

[PATCH 0/1] fix machine_kexec_post_load prototype
 2021-02-19 19:53 UTC  (6+ messages)
` [PATCH 1/1] kexec: move machine_kexec_post_load() to public interface

amdgpu problem after kexec
 2021-02-09  0:21 UTC  (7+ messages)

[PATCH v2 1/1] kernel/crash_core: Add crashkernel=auto for vmcore creation
 2021-02-07  1:44 UTC  (2+ messages)

[PATCH] makedumpfile.h: fix build on sparc64
 2021-02-05  0:04 UTC  (2+ messages)

[PATCH v11 0/6] arm64: MMU enabled kexec relocation
 2021-02-04 22:02 UTC  (6+ messages)

[PATCH 0/3] makedumpfile/arm64: support flipped VA and 52-bit kernel VA
 2021-02-04  9:36 UTC  (5+ messages)
` [PATCH 3/3] arm64: "


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