Kexec Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-11-10 15:18:43 to 2021-12-10 06:55:24 UTC [more...]

[PATCH v17 00/10] support reserving crashkernel above 4G on arm64 kdump
 2021-12-10  6:55 UTC  (2+ messages)
` [PATCH v17 01/10] x86: kdump: replace the hard-coded alignment with macro CRASH_ALIGN

[PATCH] kernel/crash_core.c: No judgment required
 2021-12-10  3:20 UTC 

[PATCH 0/3] arm64: make phys_to_virt() correct
 2021-12-10  3:07 UTC  (4+ messages)
` [PATCH 1/3] arm64: make phys_offset signed
` [PATCH 2/3] arm64/crashdump: unify routine to get page_offset
` [PATCH 3/3] arm64: read VA_BITS from kcore for 52-bits VA kernel

[PATCH] arm64/crashdump: deduce paddr of _text based on kernel code size
 2021-12-10  2:57 UTC 

[PATCH v2 0/6] KEXEC_SIG with appended signature
 2021-12-09 21:53 UTC  (19+ messages)
` [PATCH v2 1/6] s390/kexec_file: Don't opencode appended signature check
` [PATCH v2 2/6] powerpc/kexec_file: Add KEXEC_SIG support
` [PATCH v2 3/6] kexec_file: Don't opencode appended signature verification
` [PATCH v2 4/6] module: strip the signature marker in the verification function
` [PATCH v2 5/6] module: Use key_being_used_for for log messages in verify_appended_signature
` [PATCH v2 6/6] module: Move duplicate mod_check_sig users code to mod_parse_sig

Reuse framebuffer after a kexec (amdgpu / efifb)
 2021-12-09 19:20 UTC  (7+ messages)

[PATCH v16 00/11] support reserving crashkernel above 4G on arm64 kdump
 2021-12-09 17:40 UTC  (23+ messages)
` [PATCH v16 01/11] x86: kdump: replace the hard-coded alignment with macro CRASH_ALIGN
` [PATCH v16 02/11] x86: kdump: make the lower bound of crash kernel reservation consistent
` [PATCH v16 03/11] x86: kdump: use macro CRASH_ADDR_LOW_MAX in functions reserve_crashkernel()
` [PATCH v16 04/11] x86: kdump: move xen_pv_domain() check and insert_resource() to setup_arch()
` [PATCH v16 05/11] x86: kdump: move reserve_crashkernel[_low]() into crash_core.c
` [PATCH v16 06/11] arm64: kdump: introduce some macros for crash kernel reservation
` [PATCH v16 07/11] arm64: kdump: reimplement crashkernel=X
` [PATCH v16 08/11] x86, arm64: Add ARCH_WANT_RESERVE_CRASH_KERNEL config
` [PATCH v16 09/11] of: fdt: Aggregate the processing of "linux, usable-memory-range"
  ` [PATCH v16 09/11] of: fdt: Aggregate the processing of "linux,usable-memory-range"
` [PATCH v16 10/11] of: fdt: Add memory for devices by DT property "linux, usable-memory-range"
  ` [PATCH v16 10/11] of: fdt: Add memory for devices by DT property "linux,usable-memory-range"
` [PATCH v16 11/11] kdump: update Documentation about crashkernel

[RFC v2 0/6] crash: Kernel handling of CPU and memory hot un/plug
 2021-12-09 15:40 UTC  (9+ messages)
` [RFC v2 1/6] crash: fix minor typo/bug in debug message
` [RFC v2 2/6] crash hp: Introduce CRASH_HOTPLUG configuration options
` [RFC v2 3/6] crash hp: definitions and prototype changes
` [RFC v2 4/6] crash hp: generic crash hotplug support infrastructure
` [RFC v2 5/6] crash hp: kexec_file changes for crash hotplug support
` [RFC v2 6/6] crash hp: Add x86 "

[PATCH RESEND v2 0/5] Avoid requesting page from DMA zone when no managed pages
 2021-12-09 13:23 UTC  (22+ messages)
` [PATCH RESEND v2 1/5] docs: kernel-parameters: Update to reflect the current default size of atomic pool
` [PATCH RESEND v2 2/5] dma-pool: allow user to disable "
` [PATCH RESEND v2 3/5] mm_zone: add function to check if managed dma zone exists
` [PATCH RESEND v2 4/5] dma/pool: create dma atomic pool only if dma zone has managed pages
` [PATCH RESEND v2 5/5] mm/slub: do not create dma-kmalloc if no managed pages in DMA zone

[PATCH v2] kernel/crash_core: suppress unknown crashkernel parameter warning
 2021-12-08 13:34 UTC 

[PATCH 1/1] s390: handle R_390_PLT32DBL reloc entries in machine_apply_elf_rel()
 2021-12-08 12:53 UTC 

[RFC v1 0/8] RFC v1: Kernel handling of CPU and memory hot un/plug for crash
 2021-12-07 20:04 UTC  (17+ messages)
` [RFC v1 1/8] crash: fix minor typo/bug in debug message
` [RFC v1 2/8] crash hp: Introduce CRASH_HOTPLUG configuration options
` [RFC v1 3/8] crash hp: definitions and prototypes for crash hotplug support
` [RFC v1 4/8] crash hp: generic crash hotplug support infrastructure
` [RFC v1 5/8] crash hp: kexec_file changes for use by crash hotplug handler
` [RFC v1 6/8] crash hp: Add x86 crash hotplug state items to kimage
` [RFC v1 7/8] crash hp: Add x86 crash hotplug support for kexec_file_load
` [RFC v1 8/8] crash hp: Add x86 crash hotplug support for bzImage

[PATCH 0/3] s390: add support for extended cmdline length
 2021-12-07 16:12 UTC  (8+ messages)
` [PATCH 1/3] s390: add variable command line size
` [PATCH 2/3] s390: use KEXEC_ALL_OPTIONS
` [PATCH 3/3] s390: add support for --reuse-cmdline

[PATCH] kernel/crash_core: suppress unknown crashkernel parameter warning
 2021-12-07 13:28 UTC  (3+ messages)

[RFC PATCH 00/14] fs/proc/vmcore: Remove unnecessary user pointer conversions
 2021-12-07 11:15 UTC  (21+ messages)
` [RFC PATCH 01/14] fs/proc/vmcore: Update read_from_oldmem() for user pointer
` [RFC PATCH 02/14] fs/proc/vmcore: Update copy_oldmem_page_encrypted() for user buffer
` [RFC PATCH 03/14] fs/proc/vmcore: Update copy_oldmem_page() "
` [RFC PATCH 04/14] x86/crash_dump_64: Use the new interface copy_oldmem_page_buf
` [RFC PATCH 05/14] x86/crash_dump_32: "
` [RFC PATCH 06/14] arm64/crash_dump: "
` [RFC PATCH 07/14] arm/crash_dump: "
` [RFC PATCH 08/14] mips/crash_dump: "
` [RFC PATCH 09/14] sh/crash_dump: "
` [RFC PATCH 10/14] riscv/crash_dump: "
` [RFC PATCH 11/14] powerpc/crash_dump: "
` [RFC PATCH 12/14] ia64/crash_dump: "
` [RFC PATCH 13/14] s390/crash_dump: "
` [RFC PATCH 14/14] fs/proc/vmcore: Remove the unused old interface copy_oldmem_page

[PATCH v2 0/5] kexec: use IS_ENABLED(CONFIG_KEXEC_CORE) instead of #ifdef
 2021-12-06 16:05 UTC  (6+ messages)
` [PATCH v2 1/5] kexec: make crashk_res, crashk_low_res and crash_notes symbols always visible
` [PATCH v2 2/5] riscv: mm: init: use IS_ENABLED(CONFIG_KEXEC_CORE) instead of #ifdef
` [PATCH v2 3/5] x86/setup: "
` [PATCH v2 4/5] arm64: mm: "
` [PATCH v2 5/5] arm: "

[RFC PATCH 0/5] kexec: use IS_ENABLED(CONFIG_KEXEC_CORE) instead of #ifdef
 2021-12-03 19:18 UTC  (9+ messages)
` [RFC PATCH 1/5] kexec: make crashk_res, crashk_low_res and crash_notes symbols always visible
` [RFC PATCH 2/5] riscv: mm: init: use IS_ENABLED(CONFIG_KEXEC_CORE) instead of #ifdef
` [RFC PATCH 3/5] x86/setup: "
` [RFC PATCH 4/5] arm64: mm: "
` [RFC PATCH 5/5] arm: "

Compile error ppc64le: Cannot find symbol for section 11: .text.unlikely
 2021-12-03 15:54 UTC  (5+ messages)

[RFC PATCH] makedumpfile: add userinfo elf section 0/4]
 2021-12-01 13:47 UTC  (5+ messages)
` [RFC makedumpfile: add userinfo elf section 1/4] makedumpfile: rename check_dump_file() on check_file_is_writable()
` [RFC makedumpfile: add userinfo elf section 2/4] elf: add new "userinfo" ELF section to traverse debug information
` [RFC makedumpfile: add userinfo elf section 3/4] elf_info: make int note_descsz() and offset_next_note() public
` [RFC makedumpfile: add userinfo elf section 4/4] elf: add ability to read the userinfo data from note segment

[PATCH v2 1/2] s390/kexec: check the return value of ipl_report_finish
 2021-11-26  9:36 UTC  (11+ messages)
` [PATCH v2 2/2] s390/kexec: fix kmemleak
  ` [PATCH v2 RESEND 2/2] s390/kexec: fix memory leak of ipl report buffer

RISC-V: patched kexec-tools on github for review/testing
 2021-11-25 23:43 UTC  (6+ messages)

[PATCH] MAINTAINERS: update kdump maintainers
 2021-11-23 11:07 UTC  (2+ messages)

[PATCH 0/3] x86/kexec: fix memory leak of elf header buffer
 2021-11-22  1:55 UTC  (3+ messages)
` [PATCH 1/3] "

[PATCH v2] proc/vmcore: fix clearing user buffer by properly using clear_user()
 2021-11-16  8:02 UTC  (3+ messages)

[PATCH v2 07/12] x86/sev: Setup code to park APs in the AP Jump Table
 2021-11-15 18:44 UTC  (3+ messages)
  ` [PATCH v2 08/12] x86/sev: Park APs on AP Jump Table with GHCB protocol version 2
  ` [PATCH v2 09/12] x86/sev: Use AP Jump Table blob to stop CPU

Help needed in getting kernel dump in QEMU VM
 2021-11-15  8:25 UTC  (3+ messages)

[PATCH v1] proc/vmcore: fix clearing user buffer by properly using clear_user()
 2021-11-12 13:23 UTC  (6+ messages)

[PATCH v1] proc/vmcore: don't fake reading zeroes on surprise vmcore_cb unregistration
 2021-11-12  8:50 UTC  (4+ messages)

[PATCH] s390/kexec: fix memory leak of ipl report buffer
 2021-11-11  0:22 UTC  (4+ messages)


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