Kexec Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-12-22 19:37:49 to 2024-01-17 14:48:50 UTC [more...]

[PATCH v3 00/17] kexec: Allow preservation of ftrace buffers
 2024-01-17 14:46 UTC  (8+ messages)
` [PATCH v3 01/17] mm,memblock: Add support for scratch memory
` [PATCH v3 02/17] memblock: Declare scratch memory as CMA
` [PATCH v3 03/17] kexec: Add Kexec HandOver (KHO) generation helpers
` [PATCH v3 04/17] kexec: Add KHO parsing support
` [PATCH v3 06/17] kexec: Add config option for KHO
` [PATCH v3 07/17] kexec: Add documentation "
` [PATCH v3 08/17] arm64: Add KHO support

[PATCH v2 00/17] kexec: Allow preservation of ftrace buffers
 2024-01-17 14:01 UTC  (32+ messages)
` [PATCH v2 04/17] kexec: Add KHO parsing support
` [PATCH v2 06/17] kexec: Add config option for KHO
` [PATCH v2 07/17] kexec: Add documentation "
` [PATCH v2 08/17] arm64: Add KHO support
` [PATCH v2 09/17] x86: "
` [PATCH v2 10/17] tracing: Initialize fields before registering
` [PATCH v2 11/17] tracing: Introduce kho serialization
  ` [PATCH v2 12/17] tracing: Add kho serialization of trace buffers
  ` [PATCH v2 13/17] tracing: Recover trace buffers from kexec handover
  ` [PATCH v2 14/17] tracing: Add kho serialization of trace events
  ` [PATCH v2 15/17] tracing: Recover trace events from kexec handover
  ` [PATCH v2 16/17] tracing: Add config option for "
  ` [PATCH v2 17/17] devicetree: Add bindings for ftrace KHO

[PATCH v2 0/5] Support kdump with LUKS encryption by reusing LUKS volume key
 2024-01-17  7:39 UTC  (14+ messages)
` [PATCH v2 1/5] kexec_file: allow to place kexec_buf randomly
` [PATCH v2 2/5] crash_dump: save the dm crypt key temporarily
    `  "
` [PATCH v2 3/5] crash_dump: retrieve dm crypt key in kdump kernel
` [PATCH v2 4/5] x86/crash: pass the dm crypt key to "
` [PATCH v2 5/5] x86/crash: make the page that stores the dm crypt key inaccessible
  ` Re: [PATCH v2 0/5] Support kdump with LUKS encryption by reusing LUKS volume key

[PATCH] crash_core: export vmemmap when CONFIG_SPARSEMEM_VMEMMAP is enabled
 2024-01-17  1:32 UTC  (3+ messages)

[PATCH] kexec: don't use kexec_file_load on XEN
 2024-01-16 17:14 UTC 

[PATCHv5 00/16] x86/tdx: Add kexec support
 2024-01-16 10:53 UTC  (36+ messages)
` [PATCHv5 01/16] x86/acpi: Extract ACPI MADT wakeup code into a separate file
` [PATCHv5 02/16] x86/apic: Mark acpi_mp_wake_* variables as __ro_after_init
` [PATCHv5 03/16] cpu/hotplug: Add support for declaring CPU offlining not supported
` [PATCHv5 04/16] cpu/hotplug, x86/acpi: Disable CPU offlining for ACPI MADT wakeup
` [PATCHv5 05/16] x86/kvm: Do not try to disable kvmclock if it was not enabled
` [PATCHv5 06/16] x86/kexec: Keep CR4.MCE set during kexec for TDX guest
` [PATCHv5 07/16] x86/mm: Make x86_platform.guest.enc_status_change_*() return errno
` [PATCHv5 08/16] x86/mm: Return correct level from lookup_address() if pte is none
` [PATCHv5 09/16] x86/tdx: Account shared memory
` [PATCHv5 10/16] x86/tdx: Convert shared memory back to private on kexec
` [PATCHv5 11/16] x86/mm: Make e820_end_ram_pfn() cover E820_TYPE_ACPI ranges
` [PATCHv5 12/16] x86/acpi: Rename fields in acpi_madt_multiproc_wakeup structure
` [PATCHv5 13/16] x86/acpi: Do not attempt to bring up secondary CPUs in kexec case
` [PATCHv5 14/16] x86/smp: Add smp_ops.stop_this_cpu() callback
  ` [PATCHv5.1 "
` [PATCHv5 15/16] x86/mm: Introduce kernel_ident_mapping_free()
` [PATCHv5 16/16] x86/acpi: Add support for CPU offlining for ACPI MADT wakeup method

[PATCH] Documentation: kdump: Clarify the default size of memory reserved by crashkernel low
 2024-01-16  8:47 UTC  (2+ messages)

Słowa kluczowe do wypozycjonowania
 2024-01-15  9:15 UTC 

[PATCH v3 0/7] ima: kexec: measure events between kexec load and execute
 2024-01-12 18:23 UTC  (28+ messages)
` [PATCH v3 1/7] ima: define and call ima_alloc_kexec_file_buf
` [PATCH v3 2/7] ima: kexec: move ima log copy from kexec load to execute
` [PATCH v3 5/7] ima: suspend measurements during buffer copy at kexec execute
` [PATCH v3 6/7] ima: configure memory to log events between kexec load and execute
` [PATCH v3 7/7] ima: measure kexec load and exec events as critical data

[PATCH v2 00/10] sysctl: Remove sentinel elements from kernel dir
 2024-01-04 15:23 UTC  (13+ messages)
` [PATCH v2 01/10] kernel misc: Remove the now superfluous sentinel elements from ctl_table array
` [PATCH v2 02/10] umh: "
` [PATCH v2 03/10] ftrace: "
` [PATCH v2 04/10] timekeeping: "
` [PATCH v2 05/10] seccomp: "
` [PATCH v2 06/10] scheduler: "
` [PATCH v2 07/10] printk: "
` [PATCH v2 08/10] kprobes: "
` [PATCH v2 09/10] delayacct: "
` [PATCH v2 10/10] bpf: "

[PATCH 0/4] kdump: crashkernel reservation from CMA
 2023-12-08 10:04 UTC  (27+ messages)

[PATCH 00/10] sysctl: Remove sentinel elements from kernel dir
 2023-12-06  9:55 UTC  (5+ messages)
` [PATCH 07/10] printk: Remove the now superfluous sentinel elements from ctl_table array

linux-next: Tree for Dec 1 (riscv, crash_core)
 2023-12-02  4:55 UTC  (3+ messages)

[ANNOUNCE] kexec-tools 2.0.28
 2024-01-11 11:40 UTC 

[PATCH v15 0/5] powerpc/crash: Kernel handling of CPU and memory hotplug
 2024-01-11 10:51 UTC  (6+ messages)
` [PATCH v15 1/5] crash: forward memory_notify arg to arch crash hotplug handler
` [PATCH v15 2/5] crash: add a new kexec flag for hotplug support
` [PATCH v15 3/5] powerpc/kexec: turn some static helper functions public
` [PATCH v15 4/5] powerpc: add crash CPU hotplug support
` [PATCH v15 5/5] powerpc: add crash memory "

[PATCH] makedumpfile add dmesg PRINTK_CALLER id support
 2024-01-11  6:55 UTC  (2+ messages)

[PATCHv4 00/14] x86/tdx: Add kexec support
 2024-01-09 14:59 UTC  (6+ messages)
` [PATCHv4 05/14] x86/kvm: Do not try to disable kvmclock if it was not enabled

[PATCH] kexec: do syscore_shutdown() in kernel_kexec
 2024-01-09  6:59 UTC  (4+ messages)

[PATCHv9 0/2] enable nr_cpus for powerpc
 2024-01-09  4:33 UTC  (7+ messages)
` [PATCHv9 2/2] powerpc/setup: Loosen the mapping between cpu logical id and its seq in dt

[PATCH 0/5] crash: clean up kdump related config items
 2024-01-09  3:49 UTC  (12+ messages)
` [PATCH 1/5] kexec_core: move kdump related codes from crash_core.c to kexec_core.c
` [PATCH 2/5] kexec: split crashkernel reservation code out from crash_core.c
` [PATCH 3/5] crash: rename crash_core to vmcore_info
` [PATCH 4/5] crash: remove dependency of FA_DUMP on CRASH_DUMP
` [PATCH 5/5] crash: clean up CRASH_DUMP

[PATCH v4] x86/kexec: fix potential cmem->ranges out of bounds
 2024-01-09  3:46 UTC  (2+ messages)

[RFC V2] IMA Log Snapshotting Design Proposal
 2024-01-08 17:15 UTC  (18+ messages)

[PATCH 1/7] [RFC PATCH 1/7] osdump: Add one new os minidump module
 2024-01-08  7:32 UTC  (7+ messages)

[PATCH] kdump: Defer the insertion of crashkernel resources
 2024-01-06  2:09 UTC  (4+ messages)

[RFC PATCH 2/7] osdump: reuse some code from crash_core to get vmcoreinfo
 2024-01-04 11:16 UTC  (2+ messages)

[ANNOUNCE] kexec-tools 2.0.28-rc1
 2024-01-03 10:20 UTC 

[PATCH v2 0/3] crash: Some cleanups and fixes
 2024-01-02 23:42 UTC  (5+ messages)
` [PATCH v2 1/3] x86/crash: remove the unused image parameter from prepare_elf_headers()
` [PATCH v2 2/3] x86/crash: use SZ_1M macro instead of hardcoded value
` [PATCH v2 3/3] crash_core: fix and simplify the logic of crash_exclude_mem_range()

[PATCH 2/2] crash_core: fix out-of-bounds access check in crash_exclude_mem_range()
 2024-01-02 15:20 UTC  (5+ messages)
` [PATCH] crash_core: optimize crash_exclude_mem_range()

[PATCH 3/3] crash_core: fix and simplify the logic of crash_exclude_mem_range()
 2024-01-02 15:06 UTC  (7+ messages)

Słowa kluczowe do wypozycjonowania
 2023-12-28  8:30 UTC 

[PATCHv10 0/3] enable nr_cpus for powerpc without re-ordering cpu number
 2023-12-28  4:07 UTC  (7+ messages)
` [PATCHv10 1/3] powerpc/kernel: Remove check on paca_ptrs_size
` [PATCHv10 2/3] powerpc/kernel: Extend arrays' size to make room for a hole in cpu_possible_mask
` [PATCHv10 3/3] powerpc/smp: Allow hole in paca_ptrs to accommodate boot_cpu

[PATCH v3] x86/kexec: fix potential cmem->ranges out of bounds
 2023-12-25 23:31 UTC  (5+ messages)

[PATCH] makedumpfile add dmesg PRINTK_CALLER id support
 2023-12-25  1:31 UTC  (2+ messages)

OOM in kdump kernel caused by commit b5bad8c16b9b
 2023-12-23  4:55 UTC 


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