kexec.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-18 05:42:37 to 2022-05-05 18:55:08 UTC [more...]

[PATCH 00/30] The panic notifiers refactor
 2022-05-05 18:55 UTC  (84+ messages)
` [PATCH 01/30] x86/crash, reboot: Avoid re-disabling VMX in all CPUs on crash/restart
` [PATCH 02/30] ARM: kexec: Disable IRQs/FIQs also on crash CPUs shutdown path
` [PATCH 03/30] notifier: Add panic notifiers info and purge trailing whitespaces
` [PATCH 04/30] firmware: google: Convert regular spinlock into trylock on panic path
` [PATCH 05/30] misc/pvpanic: "
` [PATCH 06/30] soc: bcm: brcmstb: Document panic notifier action and remove useless header
` [PATCH 07/30] mips: ip22: Reword PANICED to PANICKED "
` [PATCH 08/30] powerpc/setup: Refactor/untangle panic notifiers
` [PATCH 09/30] coresight: cpu-debug: Replace mutex with mutex_trylock on panic notifier
` [PATCH 10/30] alpha: Clean-up the panic notifier code
` [PATCH 11/30] um: Improve panic notifiers consistency and ordering
` [PATCH 12/30] parisc: Replace regular spinlock with spin_trylock on panic path
` [PATCH 13/30] s390/consoles: Improve panic notifiers reliability
` [PATCH 14/30] panic: Properly identify the panic event to the notifiers' callbacks
` [PATCH 15/30] bus: brcmstb_gisb: Clean-up panic/die notifiers
` [PATCH 16/30] drivers/hv/vmbus, video/hyperv_fb: Untangle and refactor Hyper-V panic notifiers
` [PATCH 17/30] tracing: Improve panic/die notifiers
` [PATCH 18/30] notifier: Show function names on notifier routines if DEBUG_NOTIFIERS is set
` [PATCH 19/30] panic: Add the panic hypervisor notifier list
` [PATCH 20/30] panic: Add the panic informational "
` [PATCH 21/30] panic: Introduce the panic pre-reboot "
` [PATCH 22/30] panic: Introduce the panic post-reboot "
` [PATCH 23/30] printk: kmsg_dump: Introduce helper to inform number of dumpers
` [PATCH 24/30] panic: Refactor the panic path
` [PATCH 25/30] panic, printk: Add console flush parameter and convert panic_print to a notifier
` [PATCH 26/30] Drivers: hv: Do not force all panic notifiers to execute before kdump
` [PATCH 27/30] powerpc: "
` [PATCH 28/30] panic: Unexport crash_kexec_post_notifiers
` [PATCH 29/30] powerpc: ps3, pseries: Avoid duplicate call to kmsg_dump() on panic
` [PATCH 30/30] um: Avoid duplicate call to kmsg_dump()

[PATCH v8 0/7] crash: Kernel handling of CPU and memory hot un/plug
 2022-05-05 18:46 UTC  (8+ messages)
` [PATCH v8 1/7] x86/crash: fix minor typo/bug in debug message
` [PATCH v8 2/7] crash: prototype change for crash_prepare_elf64_headers
` [PATCH v8 3/7] crash: add generic infrastructure for crash hotplug support
` [PATCH v8 4/7] kexec: exclude elfcorehdr from the segment digest
` [PATCH v8 5/7] kexec: exclude hot remove cpu from elfcorehdr notes
` [PATCH v8 6/7] x86/crash: Add x86 crash hotplug support for kexec_file_load
` [PATCH v8 7/7] x86/crash: Add x86 crash hotplug support for kexec_load

[PATCH v23 0/6] support reserving crashkernel above 4G on arm64 kdump
 2022-05-05 17:01 UTC  (8+ messages)
` [PATCH v23 1/6] kdump: return -ENOENT if required cmdline option does not exist
` [PATCH v23 2/6] arm64: Use insert_resource() to simplify code
` [PATCH v23 3/6] arm64: kdump: Reimplement crashkernel=X
` [PATCH v23 4/6] of: fdt: Add memory for devices by DT property "linux, usable-memory-range"
` [PATCH v23 5/6] of: Support more than one crash kernel regions for kexec -s
` [PATCH v23 6/6] docs: kdump: Update the crashkernel description for arm64

[PATCH v7 0/8] crash: Kernel handling of CPU and memory hot un/plug
 2022-05-05 16:31 UTC  (26+ messages)
` [PATCH v7 1/8] x86/crash: fix minor typo/bug in debug message
` [PATCH v7 2/8] x86/crash: Introduce new options to support cpu and memory hotplug
` [PATCH v7 4/8] crash: add generic infrastructure for crash hotplug support

[PATCH v22 0/9] support reserving crashkernel above 4G on arm64 kdump
 2022-05-05 14:20 UTC  (27+ messages)
` [PATCH v22 1/9] kdump: return -ENOENT if required cmdline option does not exist
` [PATCH v22 4/9] arm64: kdump: Don't force page-level mappings for memory above 4G
` [PATCH v22 5/9] arm64: kdump: Reimplement crashkernel=X

[PATCH] Add method to pass initrd through cmdline
 2022-05-05  8:08 UTC  (5+ messages)

[PATCH v3] kexec-tools:mips:Pass initrd parameter via cmdline
 2022-05-05  8:06 UTC 

[PATCH] Makefile: Avoid installing files in /etc
 2022-05-04 16:57 UTC 

[PATCH] kernel/crash_core.c : Remove redundant checks for ck_cmdline is NULL
 2022-05-04 12:36 UTC 

[PATCH] kernel/crash_core.c : Remove redundant checks for ck_cmdline is NULL
 2022-05-03 16:43 UTC  (3+ messages)

[PATCH] arm64/crashdump-arm64: increase CRASH_MAX_MEMORY_RANGES to 32k
 2022-05-02 12:43 UTC  (8+ messages)

[PATCH 0/4] Printbufs & shrinker OOM reporting
 2022-04-30  4:00 UTC 

[PATCH v3 00/10] x86/sev: KEXEC/KDUMP support for SEV-ES guests
 2022-04-29 13:08 UTC  (2+ messages)

Does Kexec have plan to support riscv64?
 2022-04-29  9:51 UTC 

[PATCH makedumpfile] Avoid false-positive mem_section validation with vmlinux
 2022-04-27  5:53 UTC  (8+ messages)

Does Kexec have plan to support riscv64?
 2022-04-26  9:17 UTC 

[PATCH] kernel/crash_core.c: No judgment required
 2022-04-26  8:20 UTC  (5+ messages)

[RFC v4 PATCH 0/5] In kernel handling of CPU hotplug events for crash kernel
 2022-04-26  4:10 UTC  (16+ messages)
` [RFC v4 PATCH 2/5] powerpc/crash hp: introduce a new config option CRASH_HOTPLUG
` [RFC v4 PATCH 3/5] powrepc/crash hp: update kimage_arch struct
` [RFC v4 PATCH 4/5] powerpc/crash hp: add crash hotplug support for kexec_file_load

[PATCH sysctl-testing v2] kernel/kexec_core: move kexec_core sysctls into its own file
 2022-04-25 21:02 UTC  (3+ messages)

[PATCH] kexec_file: Drop pr_err in weak implementations of arch_kexec_apply_relocations[_add]
 2022-04-25 17:41 UTC 

[PATCH v5 RESEND 0/3] Convert vmcore to use an iov_iter
 2022-04-25  3:40 UTC  (2+ messages)

[PATCH v2 0/2] kexec-tools:mips: Fix Kernel panic problem
 2022-04-24  2:35 UTC  (3+ messages)
` [PATCH v2 1/2] kexec-tools: mips: Add CONFIG_LOONGSON option
` [PATCH v2 2/2] kexec-tools: mips: Add initrd parameter to cmdline

[PATCH v2 1/1] Simplify the generation of man pages
 2022-04-24  2:09 UTC  (2+ messages)

[PATCH 01/12] kexec: Allow architecture code to opt-out at runtime
 2022-04-21 13:20 UTC 

[PATCH v3 -next 0/6] riscv: kexec: add kexec_file_load() support
 2022-04-21  3:15 UTC  (2+ messages)

[ANNOUNCE] makedumpfile 1.7.1
 2022-04-20  4:19 UTC  (3+ messages)

[PATCH v6 0/4] use more system keyrings to verify arm64 and s390 kexec kernel image signature
 2022-04-18  5:46 UTC  (7+ messages)
` [PATCH v6 2/4] kexec, KEYS: make the code in bzImage64_verify_sig generic
` [PATCH v6 3/4] arm64: kexec_file: use more system keyrings to verify kernel image signature


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).