public inbox for kexec@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2023-07-26 09:31:14 to 2023-08-27 10:44:16 UTC [more...]

[RFC PATCH 0/4] kdump: add generic functions to simplify crashkernel crashkernel in architecture
 2023-08-27 10:43 UTC  (4+ messages)

[PATCH 0/8] kdump: use generic functions to simplify crashkernel reservation in architectures
 2023-08-27 10:11 UTC  (9+ messages)
` [PATCH 1/8] crash_core.c: remove unnecessary parameter of function
` [PATCH 2/8] crash_core: change the prototype of function parse_crashkernel()
` [PATCH 3/8] include/linux/kexec.h: move down crash_core.h including
` [PATCH 4/8] crash_core: change parse_crashkernel() to support crashkernel=,high|low parsing
` [PATCH 5/8] crash_core: add generic function to do reservation
` [PATCH 6/8] arm64: kdump: use generic interface to simplify crashkernel reservation
` [PATCH 7/8] x86: kdump: use generic interface to simplify crashkernel reservation code
` [PATCH 8/8] crash_core.c: remove unneeded functions

[PATCH] aarch64: kern_paddr_start calculation makes more accurate legacy check
 2023-08-26 20:23 UTC  (3+ messages)

kexec reports "Cannot get kernel _text symbol address" on arm64 platform
 2023-08-24 15:05 UTC  (9+ messages)

[RFC] IMA Log Snapshotting Design Proposal
 2023-08-21 23:07 UTC  (24+ messages)

[Crash-utility PATCH V2] RISCV64: Add KASLR support
 2023-08-21  0:43 UTC  (2+ messages)

[PATCH v28 0/8] crash: Kernel handling of CPU and memory hot un/plug
 2023-08-20 21:56 UTC  (11+ messages)
` [PATCH v28 1/8] crash: move a few code bits to setup support of crash hotplug
` [PATCH v28 2/8] crash: add generic infrastructure for crash hotplug support
` [PATCH v28 3/8] kexec: exclude elfcorehdr from the segment digest
` [PATCH v28 4/8] crash: memory and CPU hotplug sysfs attributes
` [PATCH v28 5/8] x86/crash: add x86 crash hotplug support
` [PATCH v28 6/8] crash: hotplug support for kexec_load()
` [PATCH v28 7/8] crash: change crash_prepare_elf64_headers() to for_each_possible_cpu()
` [PATCH v28 8/8] x86/crash: optimize CPU changes

[ANNOUNCE] kexec-tools 2.0.27-rc1
 2023-08-18 10:49 UTC 

[Crash-utility PATCH] RISCV64: Add KASLR support
 2023-08-18  0:45 UTC  (2+ messages)

Faktoring
 2023-08-17  7:30 UTC 

[PATCH v27 0/8] crash: Kernel handling of CPU and memory hot un/plug
 2023-08-15 14:40 UTC  (11+ messages)
` [PATCH v27 1/8] crash: move a few code bits to setup support of crash hotplug
` [PATCH v27 2/8] crash: add generic infrastructure for crash hotplug support
` [PATCH v27 3/8] kexec: exclude elfcorehdr from the segment digest
` [PATCH v27 4/8] crash: memory and CPU hotplug sysfs attributes
` [PATCH v27 5/8] x86/crash: add x86 crash hotplug support
` [PATCH v27 6/8] crash: hotplug support for kexec_load()
` [PATCH v27 7/8] crash: change crash_prepare_elf64_headers() to for_each_possible_cpu()
` [PATCH v27 8/8] x86/crash: optimize CPU changes

[ANNOUNCE] kexec-tools v2.0.27 preparation
 2023-08-15 10:39 UTC  (5+ messages)

[PATCH 1/2] RISC-V: Use linux,usable-memory-range for crash kernel
 2023-08-15  7:07 UTC  (5+ messages)
` [PATCH 2/2] RISC-V: Fix the undeclared ‘EM_RISCV’ build failure

[Crash-utility PATCH V2] RISCV64: Use va_kernel_pa_offset in VTOP()
 2023-08-15  5:07 UTC  (2+ messages)

[PATCH V3 01/14] blk-mq: add blk_mq_max_nr_hw_queues()
 2023-08-11 13:10 UTC  (6+ messages)

[PATCHv7 0/5] arm64: zboot support
 2023-08-11  7:29 UTC  (14+ messages)
` [PATCHv7 1/5] kexec/arm64: Simplify the code for zImage
` [PATCHv7 2/5] kexec: Introduce a member kernel_fd in kexec_info
` [PATCHv7 3/5] kexec/zboot: Add arch independent zboot support
` [PATCHv7 4/5] arm64: Add ZBOOT PE containing compressed image support
` [PATCHv7 5/5] arm64: Hook up the ZBOOT support as vmlinuz

[PATCH v2 0/3] RISC-V: Fix a few kexec_file_load(2) failures
 2023-08-09 14:35 UTC  (14+ messages)
` [PATCH v2 1/3] riscv/kexec: handle R_RISCV_CALL_PLT relocation type
` [PATCH v2 2/3] riscv/purgatory: do not link with string.o and its dependencies
` [PATCH v2 3/3] riscv/kexec: load initrd high in available memory
` (subset) [PATCH v2 0/3] RISC-V: Fix a few kexec_file_load(2) failures

[PATCH v2 RESEND] kexec_lock: Replace kexec_mutex() by kexec_lock() in two comments
 2023-08-07 14:12 UTC  (2+ messages)

[PATCH v2] x86/kexec: Add EFI config table identity mapping for kexec kernel
 2023-08-06  9:00 UTC  (20+ messages)

[PATCH v26 0/8] crash: Kernel handling of CPU and memory hot un/plug
 2023-08-04 21:03 UTC  (9+ messages)
` [PATCH v26 1/8] crash: move a few code bits to setup support of crash hotplug
` [PATCH v26 2/8] crash: add generic infrastructure for crash hotplug support
` [PATCH v26 3/8] kexec: exclude elfcorehdr from the segment digest
` [PATCH v26 4/8] crash: memory and CPU hotplug sysfs attributes
` [PATCH v26 5/8] x86/crash: add x86 crash hotplug support
` [PATCH v26 6/8] crash: hotplug support for kexec_load()
` [PATCH v26 7/8] crash: change crash_prepare_elf64_headers() to for_each_possible_cpu()
` [PATCH v26 8/8] x86/crash: optimize CPU changes

[PATCH 0/6] Measuring TPM update counter in IMA
 2023-08-04 17:13 UTC  (30+ messages)
` [PATCH 1/6] tpm: implement TPM2 function to get update counter
` [PATCH 2/6] tpm: provide functionality "
` [PATCH 3/6] ima: get TPM "
` [PATCH 4/6] ima: implement functionality to measure "
` [PATCH 5/6] ima: measure TPM update counter at ima_init
` [PATCH 6/6] kexec: measure TPM update counter in ima log at kexec load

[Crash-utility] RISCV64: Use va_kernel_pa_offset in VTOP()
 2023-08-04  9:20 UTC  (4+ messages)

[PATCH v25 00/10] crash: Kernel handling of CPU and memory hot un/plug
 2023-08-03 18:36 UTC  (7+ messages)
` [PATCH v25 01/10] drivers/base: refactor cpu.c to use .is_visible()

[RESEND PATCH -fixes 1/2] riscv: Export va_kernel_pa_offset in vmcoreinfo
 2023-08-03 15:10 UTC  (3+ messages)

[RFC][PATCH] iwlwifi: Add pci .shutdown() hook for iwlwifi driver
 2023-08-03  8:45 UTC 

[PATCHv6 0/5] arm64: zboot support
 2023-08-03  8:04 UTC  (9+ messages)
` [PATCHv6 3/5] kexec/zboot: Add arch independent "

[PATCH -next v8 0/2] support allocating crashkernel above 4G explicitly on riscv
 2023-07-26  9:30 UTC  (5+ messages)

Magazyny do wynajęcia w Twoim regionie
 2023-07-28  8:05 UTC 

Hey what are you doing ? you forgot to pay your bills #kexec-854846
 2023-07-26 21:32 UTC 

[PATCH -next v9 0/2] support allocating crashkernel above 4G explicitly on riscv
 2023-07-26 17:50 UTC  (5+ messages)
` [PATCH -next v9 1/2] riscv: kdump: Implement crashkernel=X,[high,low]
` [PATCH -next v9 2/2] docs: kdump: Update the crashkernel description for riscv


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