Kexec Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-12-14 16:50:31 to 2021-02-22 02:20:44 UTC [more...]

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

[PATCH v2] powerpc/kexec_file: Restore FDT size estimation for kdump kernel
 2021-02-20 17:13 UTC  (2+ messages)

[PATCH v14 00/11] support reserving crashkernel above 4G on arm64 kdump
 2021-02-20  3:25 UTC  (26+ 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 04/11] x86: kdump: move xen_pv_domain() check and insert_resource() to setup_arch()
` [PATCH v14 05/11] x86: kdump: move reserve_crashkernel[_low]() into crash_core.c
` [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 10/11] arm64: kdump: add memory for devices by DT property linux, usable-memory-range
` [PATCH v14 11/11] kdump: update Documentation about crashkernel

[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

[PATCH v2] kexec: move machine_kexec_post_load() to public interface
 2021-02-19 19:51 UTC 

[PATCH 1/1] kexec-tools: fix build on pre 4.4 kernels
 2021-02-19  4:29 UTC  (3+ messages)

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

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  (12+ messages)
` [PATCH v11 1/6] arm64: kexec: add expandable argument to relocation function
` [PATCH v11 2/6] arm64: kexec: use ld script for "
` [PATCH v11 3/6] arm64: kexec: kexec may require EL2 vectors
` [PATCH v11 4/6] arm64: kexec: configure trans_pgd page table for kexec
` [PATCH v11 5/6] arm64: kexec: enable MMU during kexec relocation
` [PATCH v11 6/6] arm64: kexec: remove head from relocation argument

[PATCH 0/3] makedumpfile/arm64: support flipped VA and 52-bit kernel VA
 2021-02-04  9:36 UTC  (7+ messages)
` [PATCH 1/3] Use vmcoreinfo note in /proc/kcore for --mem-usage option
` [PATCH 2/3] arm64: Make use of NUMBER(VA_BITS) in vmcoreinfo
` [PATCH 3/3] arm64: support flipped VA and 52-bit kernel VA

[MAKDUMPFILE PATCH 0/2] Get stats without writing dumpfile
 2021-02-04  8:21 UTC  (7+ messages)
` [MAKEDUMPFILE PATCH 1/2] Add option to prevent writing the dumpfile
` [MAKEDUMPFILE PATCH 2/2] Add shorthand option to show report stats

[PATCH] makedumpfile: Fix a compile error on Debian with pthread
 2021-02-01 17:00 UTC  (3+ messages)
  ` [External] "

kexec build with pre 4.4 kernels
 2021-02-01  3:51 UTC 

[PATCH v2] makedumpfile: Add initial mips64 support
 2021-02-01  2:07 UTC  (2+ messages)

Makedumpfile compile errors on Debian 10
 2021-01-30 18:51 UTC  (5+ messages)
  ` [External] "

[PATCH] makedumpfile: Add initial mips64 support
 2021-01-29  7:44 UTC  (3+ messages)

[PATCH v5 4/4] printk: use the lockless ringbuffer
 2021-01-29  1:46 UTC  (5+ messages)
` Issue in dmesg time with lockless ring buffer

[PATCH v2 0/1] dump kmessage before machine_kexec
 2021-01-28 21:43 UTC  (5+ messages)
` [PATCH v2 1/1] kexec: "

[PATCH v10 00/18] arm64: MMU enabled kexec relocation
 2021-01-27 16:47 UTC  (27+ messages)
` [PATCH v10 01/18] arm64: kexec: make dtb_mem always enabled
` [PATCH v10 02/18] arm64: hibernate: variable pudp is used instead of pd4dp
` [PATCH v10 03/18] arm64: hibernate: move page handling function to new trans_pgd.c
` [PATCH v10 04/18] arm64: trans_pgd: make trans_pgd_map_page generic
` [PATCH v10 05/18] arm64: trans_pgd: pass allocator trans_pgd_create_copy
` [PATCH v10 06/18] arm64: trans_pgd: pass NULL instead of init_mm to *_populate functions
` [PATCH v10 07/18] arm64: mm: Always update TCR_EL1 from __cpu_set_tcr_t0sz()
` [PATCH v10 08/18] arm64: trans_pgd: hibernate: idmap the single page that holds the copy page routines
` [PATCH v10 09/18] arm64: kexec: move relocation function setup
` [PATCH v10 10/18] arm64: kexec: call kexec_image_info only once
` [PATCH v10 11/18] arm64: kexec: arm64_relocate_new_kernel clean-ups and optimizations
` [PATCH v10 12/18] arm64: kexec: arm64_relocate_new_kernel don't use x0 as temp
` [PATCH v10 13/18] arm64: kexec: add expandable argument to relocation function
` [PATCH v10 14/18] arm64: kexec: use ld script for "
` [PATCH v10 15/18] arm64: kexec: kexec may require EL2 vectors
` [PATCH v10 16/18] arm64: kexec: configure trans_pgd page table for kexec
` [PATCH v10 17/18] arm64: kexec: enable MMU during kexec relocation
` [PATCH v10 18/18] arm64: kexec: remove head from relocation argument
` (subset) [PATCH v10 00/18] arm64: MMU enabled kexec relocation

[PATCH v9 03/18] arm64: trans_pgd: make trans_pgd_map_page generic
 2021-01-25 19:07 UTC  (20+ messages)
  ` [PATCH v9 01/18] arm64: kexec: make dtb_mem always enabled
  ` [PATCH v9 02/18] arm64: hibernate: move page handling function to new trans_pgd.c
  ` [PATCH v9 04/18] arm64: trans_pgd: pass allocator trans_pgd_create_copy
  ` [PATCH v9 05/18] arm64: trans_pgd: pass NULL instead of init_mm to *_populate functions
  ` [PATCH v9 07/18] arm64: trans_pgd: hibernate: idmap the single page that holds the copy page routines
  ` [PATCH v9 08/18] arm64: kexec: move relocation function setup
  ` [PATCH v9 10/18] arm64: kexec: cpu_soft_restart change argument types
  ` [PATCH v9 13/18] arm64: kexec: add expandable argument to relocation function
  ` [PATCH v9 15/18] arm64: kexec: kexec EL2 vectors

[PATCH] kernel/kexec: remove the lock operation of system_transition_mutex
 2021-01-25 17:45 UTC  (3+ messages)

[PATCH 1/1] kernel/crash_core.c - Add crashkernel=auto for x86 and ARM
 2021-01-23  3:57 UTC  (10+ messages)

[bug report] PM / reboot: Eliminate race between reboot and suspend
 2021-01-22  7:38 UTC  (5+ messages)

[PATCH] vmalloc: remove redundant NULL check
 2021-01-21  8:23 UTC  (2+ messages)

[PATCH V3] MIPS: Loongson64: Add kexec/kdump support
 2021-01-20  1:49 UTC  (11+ messages)

[RFC PATCH 0/4] makedumpfile/arm64: support flipped VA and 52-bit kernel VA
 2021-01-15  3:16 UTC  (10+ messages)
` [RFC PATCH 1/4] Use ELF vmcoreinfo note for --mem-usage option
` [RFC PATCH 2/4] arm64: use NUMBER(VA_BITS) in vmcoreinfo
` [RFC PATCH 3/4] Get kernel version from OSRELEASE "
` [RFC PATCH 4/4] arm64: support flipped VA and 52-bit kernel VA

[PATCH v5 0/3] makedumpfile/arm64: Add support for ARMv8.2 extensions
 2021-01-14  0:43 UTC  (5+ messages)
` [PATCH v5 3/3] makedumpfile/arm64: Add support for ARMv8.2-LVA (52-bit kernel VA support)

[PATCH v3 1/1] kdump: append uts_namespace.name offset to VMCOREINFO
 2021-01-11 10:03 UTC  (9+ messages)

[RFC PATCH 0/3] makedumpfile: about failing on arm64 with kernel > 5.4
 2020-12-25  2:13 UTC 

[RFC]: kexec: change to handle memory/cpu changes
 2020-12-22  1:40 UTC  (2+ messages)

kexec not working in xen domU?
 2020-12-18 20:59 UTC  (6+ messages)

[ANNOUNCE] kexec-tools 2.0.21
 2020-12-17 12:24 UTC 

[PATCH 1/1] makedumpfile: make use of 'uts_namespace.name' offset in VMCOREINFO
 2020-12-17  9:55 UTC  (2+ messages)

[PATCH 1/3] x86/quirks: Scan all busses for early PCI quirks
 2020-12-14 18:32 UTC  (3+ messages)


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