kexec.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-20 01:56:50 to 2022-11-20 23:25:45 UTC [more...]

[PATCH v5 0/6] In kernel handling of CPU hotplug events for crash kernel
 2022-11-20 23:25 UTC  (7+ 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

[RFC PATCH] x86/bugs: Explicitly clear IBRS MSR bit
 2022-11-20 12:02 UTC  (3+ messages)
  ` [PATCH] x86/bugs: Explicitly clear speculative MSR bits

[PATCH v4 0/2] arm64: kdump: Function supplement and performance optimization
 2022-11-18 19:40 UTC  (6+ 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 V5 0/2] Support VMCOREINFO export for RISCV64
 2022-11-18  0:11 UTC  (7+ messages)
` [PATCH V5 1/2] RISC-V: Add arch_crash_save_vmcoreinfo support
` [PATCH V5 2/2] Documentation: kdump: describe VMCOREINFO export for RISCV64

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

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

[PATCH v14 0/7] crash: Kernel handling of CPU and memory hot un/plug
 2022-11-16 21:46 UTC  (8+ 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 v3 0/2] arm64: kdump: Function supplement and performance optimization
 2022-11-16 11:50 UTC  (19+ 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 V3 00/11] The panic notifiers refactor - fixes/clean-ups (V3)
 2022-11-12 21:53 UTC  (33+ messages)
` [PATCH V3 01/11] ARM: Disable FIQs (but not IRQs) on CPUs shutdown paths
` [PATCH V3 04/11] um: Improve panic notifiers consistency and ordering
` [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 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  (20+ messages)
` [PATCH v13 1/7] crash: move crash_prepare_elf64_headers()
` [PATCH v13 2/7] crash: prototype change for crash_prepare_elf64_headers()
` [PATCH v13 3/7] crash: add generic infrastructure for crash hotplug support
` [PATCH v13 4/7] kexec: exclude elfcorehdr from the segment digest
` [PATCH v13 5/7] kexec: exclude hot remove cpu from elfcorehdr notes
` [PATCH v13 6/7] crash: memory and cpu hotplug sysfs attributes
` [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  (14+ messages)
` [Crash-utility][PATCH V4 1/9] Add RISCV64 framework code support
` [Crash-utility][PATCH V4 2/9] RISCV64: Make crash tool enter command line and support some commands
` [Crash-utility][PATCH V4 3/9] RISCV64: Add 'dis' command support
` [Crash-utility][PATCH V4 4/9] RISCV64: Add irq "
` [Crash-utility][PATCH V4 5/9] RISCV64: Add 'bt' "
` [Crash-utility][PATCH V4 6/9] RISCV64: Add 'help -r' "
` [Crash-utility][PATCH V4 8/9] RISCV64: Add 'mach' "
` [Crash-utility][PATCH V4 9/9] RISCV64: Add the implementation of symbol verify

[RFC v2 0/5] Support kdump with LUKS encryption by reusing LUKS volume key
 2022-11-07 11:20 UTC  (8+ messages)
` [RFC v2 1/5] kexec_file: allow to place kexec_buf randomly
` [RFC v2 2/5] crash_dump: save the LUKS volume key temporarily
` [RFC v2 3/5] x86/crash: pass the LUKS volume key to kdump kernel
` [RFC v2 4/5] x86/crash: make the page that stores the LUKS volume key inaccessible
` [RFC v2 5/5] crash_dump: retrieve LUKS volume key in kdump kernel

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

[PATCH 1/2] RISC-V: kexec: Fix memory leak of fdt buffer
 2022-11-07  1:30 UTC  (5+ messages)
` [PATCH 2/2] RISC-V: kexec: Fix memory leak of elf header buffer

where/how 2nd kernel's elfcorehdr_addr comes from
 2022-11-05  1:49 UTC  (3+ messages)

[PATCH V4 0/2] Support VMCOREINFO export for RISCV64
 2022-10-31  9:10 UTC  (19+ messages)
` [PATCH V4 1/2] RISC-V: Add arch_crash_save_vmcoreinfo support
` [PATCH V4 2/2] Documentation: kdump: describe VMCOREINFO export for RISCV64

[PATCH v12 0/7] crash: Kernel handling of CPU and memory hot un/plug
 2022-10-29  4:27 UTC  (36+ messages)
` [PATCH v12 3/7] crash: add generic infrastructure for crash hotplug support
` [PATCH v12 7/7] x86/crash: Add x86 "

[PATCH V2] RISC-V: Add support for riscv kexec/kdump on kexec-tools
 2022-10-28  9:58 UTC  (6+ messages)
` [PATCH kexec-tools] github: add RISC-V to workflow

[PATCH] workflow: update to checkout@v3
 2022-10-28  9:56 UTC  (2+ messages)

[PATCH] Makefile: Remove version from /usr/share/makedumpfile
 2022-10-27  0:40 UTC  (3+ messages)

[PATCH V2 0/2] Support VMCOREINFO export for RISCV64
 2022-10-18  3:19 UTC  (3+ messages)
` [PATCH V2 2/2] Documentation: kdump: describe "

[PATCH v1 0/7] crashdump: Kernel handling of CPU and memory hot un/plug
 2022-10-20 17:03 UTC  (8+ messages)
` [PATCH v1 1/7] crashdump: introduce the --hotplug option
` [PATCH v1 2/7] crashdump: exclude elfcorehdr segment from digest for hotplug
` [PATCH v1 3/7] crashdump/x86: identify elfcorehdr segment "
` [PATCH v1 4/7] kexec: create get_nr_cpus()
` [PATCH v1 5/7] crashdump: introduce --elfcorehdrsz option
` [PATCH v1 6/7] crashdump: create get_elfcorehdrsz()
` [PATCH v1 7/7] crashdump/x86: utilize get_elfcorehdrsz()

[PATCH V3 0/2] Support VMCOREINFO export for RISCV64
 2022-10-20  1:52 UTC  (10+ messages)
` [PATCH V3 1/2] RISC-V: Add arch_crash_save_vmcoreinfo support


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 read-only IMAP folder(s) and NNTP newsgroup(s).