Kexec Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-11-07 01:30:34 to 2022-12-09 15:46:44 UTC [more...]

[PATCH v15 0/7] crash: Kernel handling of CPU and memory hot un/plug
 2022-12-09 15:36 UTC  (5+ messages)
` [PATCH v15 1/7] crash: move crash_prepare_elf64_headers()
` [PATCH v15 2/7] crash: prototype change for crash_prepare_elf64_headers()
` [PATCH v15 3/7] crash: add generic infrastructure for crash hotplug support
` [PATCH v15 4/7] kexec: exclude elfcorehdr from the segment digest

[PATCH v14 0/7] crash: Kernel handling of CPU and memory hot un/plug
 2022-12-08 20:34 UTC  (22+ messages)
` [PATCH v14 1/7] crash: move crash_prepare_elf64_headers()
` [PATCH v14 2/7] crash: prototype change for crash_prepare_elf64_headers()
` [PATCH v14 3/7] crash: add generic infrastructure for crash hotplug support
` [PATCH v14 4/7] kexec: exclude elfcorehdr from the segment digest
` [PATCH v14 5/7] kexec: exclude hot remove cpu from elfcorehdr notes
` [PATCH v14 6/7] crash: memory and cpu hotplug sysfs attributes
` [PATCH v14 7/7] x86/crash: add x86 crash hotplug support

[PATCH v2 0/3] kexec: Add new parameter to limit the access to kexec
 2022-12-08 16:38 UTC  (4+ messages)
` [PATCH v2 1/3] Documentation: sysctl: Correct kexec_load_disabled
` [PATCH v2 2/3] kexec: Factor out kexec_load_permited
` [PATCH v2 3/3] kexec: Introduce paramters load_limit_reboot and load_limit_panic

[ANNOUNCE] kexec-tools 2.0.26-rc1
 2022-12-07 15:12 UTC 

[PATCH V5 0/2] Support VMCOREINFO export for RISCV64
 2022-12-07  9:15 UTC  (12+ messages)
` [PATCH V5 1/2] RISC-V: Add arch_crash_save_vmcoreinfo support

[PATCH 1/2] RISC-V: kexec: Fix memory leak of fdt buffer
 2022-12-07  1:25 UTC  (6+ messages)

[PATCH v8 0/3] ASoC: SOF: Fix deadlock when shutdown a frozen userspace
 2022-12-05 12:05 UTC  (11+ messages)
` [PATCH v8 1/3] kexec: Refactor kexec_in_progress into a function
` [PATCH v8 2/3] freezer: refactor pm_freezing "
` [PATCH v8 3/3] ASoC: SOF: Fix deadlock when shutdown a frozen userspace

[PATCH v7 0/2] ASoC: SOF: Fix deadlock when shutdown a frozen userspace
 2022-12-01 20:53 UTC  (6+ messages)
` [PATCH v7 1/2] kexec: Introduce kexec_with_frozen_processes
` [PATCH v7 2/2] ASoC: SOF: Fix deadlock when shutdown a frozen userspace

nvdimm,pmem: makedumpfile: __vtop4_x86_64: Can't get a valid pte
 2022-12-01  9:42 UTC  (8+ messages)

[PATCH v6 0/2] ASoC: SOF: Fix deadlock when shutdown a frozen userspace
 2022-11-30 15:54 UTC  (4+ messages)
` [PATCH v6 1/2] kexec: Introduce kexec_with_frozen_processes
` [PATCH v6 2/2] ASoC: SOF: Fix deadlock when shutdown a frozen userspace

[ANNOUNCE] kexec-tools v2.0.26 preparation
 2022-11-30  8:00 UTC 

[PATCH] kexec: Enable runtime allocation of crash_image
 2022-11-29 15:12 UTC  (14+ messages)

[PATCH v1 0/2] kexec: Add new toogle to disable kexec_reboot
 2022-11-29 14:32 UTC  (18+ messages)
` [PATCH v1 1/2] Documentation: sysctl: Correct kexec_load_disabled
` [PATCH v1 2/2] kexec: Introduce kexec_reboot_disabled

[PATCH v2] x86/bugs: Explicitly clear speculative MSR bits
 2022-11-28 23:37 UTC  (7+ messages)

[PATCH] lockdown: kexec_file: prevent unsigned kernel image when KEXEC_SIG not enabled
 2022-11-28 17:16 UTC  (5+ messages)
` [PATCH v2] "

[PATCH v3] x86/bugs: Explicitly clear speculative MSR bits
 2022-11-28 15:31 UTC 

[PATCH makedumpfile] Handle __mips64 as __mips64__ to avoid build failure
 2022-11-24  1:47 UTC  (2+ messages)

[PATCH v5 0/6] In kernel handling of CPU hotplug events for crash kernel
 2022-11-23 15:38 UTC  (10+ messages)
` [PATCH v5 1/6] powerpc/kexec: turn some static helper functions public
` [PATCH v5 2/6] powerpc/crash: update kimage_arch struct
` [PATCH v5 3/6] crash: add phdr for possible CPUs in elfcorehdr
` [PATCH v5 4/6] powerpc/crash: add crash CPU hotplug support
` [PATCH v5 5/6] crash: forward memory_notify args to arch crash hotplug handler
` [PATCH v5 6/6] powerpc/kexec: add crash memory hotplug support

[PATCH] x86/kexec: Fix double-free of elf header buffer
 2022-11-23  9:19 UTC 

[PATCH] lockdown: s390: kexec_file: don't skip signature verification when not secure IPLed
 2022-11-23  0:52 UTC  (3+ messages)

[RFC PATCH] x86/bugs: Explicitly clear IBRS MSR bit
 2022-11-22 15:55 UTC  (5+ messages)
  ` [PATCH] x86/bugs: Explicitly clear speculative MSR bits

[PATCH V3 00/11] The panic notifiers refactor - fixes/clean-ups (V3)
 2022-11-22 15:06 UTC  (26+ messages)
` [PATCH V3 02/11] notifier: Add panic notifiers info and purge trailing whitespaces
` [PATCH V3 03/11] alpha: Clean-up the panic notifier code
` [PATCH V3 06/11] tracing: Improve panic/die notifiers
` [PATCH V3 07/11] notifiers: Add tracepoints to the notifiers infrastructure
` [PATCH V3 08/11] EDAC/altera: Skip the panic notifier if kdump is loaded
` [PATCH V3 10/11] drivers/hv/vmbus, video/hyperv_fb: Untangle and refactor Hyper-V panic notifiers
` [PATCH V3 11/11] panic: Fixes the panic_print NMI backtrace setting

[PATCH v4 0/2] arm64: kdump: Function supplement and performance optimization
 2022-11-21 12:00 UTC  (8+ messages)
` [PATCH v4 1/2] arm64: kdump: Provide default size when crashkernel=Y,low is not specified
` [PATCH v4 2/2] arm64: kdump: Support crashkernel=X fall back to reserve region above DMA zones

[PATCH v2 RESEND kexec-tools] m68k: pass rng seed via BI_RNG_SEED
 2022-11-18 15:15 UTC  (5+ messages)
    ` [PATCH kexec-tools v3] "

Silikonmischungen
 2022-11-18  8:55 UTC 

[PATCH RFC] kexec: Freeze processes before kexec
 2022-11-17 16:07 UTC  (5+ messages)

[PATCH v3 0/2] arm64: kdump: Function supplement and performance optimization
 2022-11-16 11:50 UTC  (13+ messages)
` [PATCH v3 1/2] arm64: kdump: Provide default size when crashkernel=Y,low is not specified
` [PATCH v3 2/2] arm64: kdump: Support crashkernel=X fall back to reserve region above DMA zones

[PATCH v8 0/4] tpm: Preserve TPM measurement log across kexec (ppc64)
 2022-11-11 12:12 UTC  (3+ messages)

[PATCH v13 0/7] crash: Kernel handling of CPU and memory hot un/plug
 2022-11-09 22:12 UTC  (8+ messages)
` [PATCH v13 7/7] x86/crash: add x86 crash hotplug support

[PATCH] vmcoreinfo: Warn if we exceed vmcoreinfo data size
 2022-11-09 17:00 UTC  (5+ messages)

[Crash-utility][PATCH V4 0/9] Support RISCV64 arch and common commands
 2022-11-09  9:01 UTC  (7+ messages)
` [Crash-utility][PATCH V4 1/9] Add RISCV64 framework code support

[RFC v2 0/5] Support kdump with LUKS encryption by reusing LUKS volume key
 2022-11-07 11:20 UTC  (4+ messages)
` [RFC v2 4/5] x86/crash: make the page that stores the LUKS volume key inaccessible

Bug: kexec on Lenovo ThinkPad T480 disables EFI mode
 2022-11-07  8:08 UTC  (10+ messages)


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