public inbox for kexec@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2022-04-13 08:32:38 to 2022-04-29 19:31:00 UTC [more...]

[PATCH 00/30] The panic notifiers refactor
 2022-04-29 19:31 UTC  (59+ 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 v3 00/10] x86/sev: KEXEC/KDUMP support for SEV-ES guests
 2022-04-29 13:08 UTC  (2+ messages)

[PATCH] arm64/crashdump-arm64: increase CRASH_MAX_MEMORY_RANGES to 32k
 2022-04-29  9:58 UTC  (7+ messages)

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

[PATCH] Add method to pass initrd through cmdline
 2022-04-29  9:40 UTC  (2+ messages)

[PATCH v22 0/9] support reserving crashkernel above 4G on arm64 kdump
 2022-04-29  8:25 UTC  (29+ messages)
` [PATCH v22 1/9] kdump: return -ENOENT if required cmdline option does not exist
` [PATCH v22 2/9] arm64: Use insert_resource() to simplify code
` [PATCH v22 3/9] arm64: kdump: Remove some redundant checks in map_mem()
` [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 v22 6/9] arm64: kdump: Use page-level mapping for the high memory of crashkernel
` [PATCH v22 7/9] arm64: kdump: Try not to use NO_BLOCK_MAPPINGS for memory under 4G
` [PATCH v22 8/9] of: fdt: Add memory for devices by DT property "linux, usable-memory-range"
` [PATCH v22 9/9] docs: kdump: Update the crashkernel description for arm64

[PATCH v7 0/8] crash: Kernel handling of CPU and memory hot un/plug
 2022-04-29  6:41 UTC  (30+ 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 3/8] crash: prototype change for crash_prepare_elf64_headers
` [PATCH v7 4/8] crash: add generic infrastructure for crash hotplug support
` [PATCH v7 5/8] kexec: exclude elfcorehdr from the segment digest
` [PATCH v7 6/8] kexec: exclude hot remove cpu from elfcorehdr notes
` [PATCH v7 7/8] x86/crash: Add x86 crash hotplug support for kexec_file_load
` [PATCH v7 8/8] x86/crash: Add x86 crash hotplug support for kexec_load

[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 : Remove redundant checks for ck_cmdline is NULL
 2022-04-26  8:39 UTC  (2+ messages)

[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  (18+ 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
` [RFC v4 PATCH 5/5] powerpc/crash hp: add crash hotplug support for kexec_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  (11+ messages)
` [PATCH v5 RESEND 1/3] vmcore: Convert copy_oldmem_page() to take "
` [PATCH v5 RESEND 2/3] vmcore: Convert __read_vmcore to use "
` [PATCH v5 RESEND 3/3] vmcore: Convert read_from_oldmem() to take "

[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  (13+ messages)
` [PATCH v6 1/4] kexec: clean up arch_kexec_kernel_verify_sig
` [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
` [PATCH v6 4/4] kexec, KEYS, s390: Make use of built-in and secondary keyring for signature verification

[PATCH sysctl-next] kernel/kexec_core: move kexec_core sysctls into its own file
 2022-04-15 22:59 UTC  (8+ messages)

[PATCH v3] mm/vmalloc: fix spinning drain_vmap_work after reading from /proc/vmcore
 2022-04-14 10:33 UTC  (2+ messages)

[PATCH v2] mm/vmalloc: fix spinning drain_vmap_work after reading from /proc/vmcore
 2022-04-14 10:32 UTC  (5+ messages)

[PATCH v5 0/3] use more system keyrings to verify arm64 kdump kernel image signature
 2022-04-14  1:46 UTC  (13+ messages)
` [PATCH v5 2/3] kexec, KEYS: make the code in bzImage64_verify_sig generic
` [PATCH v5 3/3] arm64: kexec_file: use more system keyrings to verify kernel image signature

[PATCH v6 0/8] crash: Kernel handling of CPU and memory hot un/plug
 2022-04-13 13:24 UTC  (9+ messages)
` [PATCH v6 4/8] crash: add generic infrastructure for crash hotplug support
` [PATCH v6 8/8] x86/crash: Add x86 crash hotplug support for kexec_load

[PATCH v2 0/2] x86/kexec: fix memory leak of elf header buffer
 2022-04-13  8:32 UTC  (5+ messages)


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