Kexec Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-12-11 08:32:49 to 2023-12-22 19:37:49 UTC [more...]

[PATCH v2 00/17] kexec: Allow preservation of ftrace buffers
 2023-12-22 19:35 UTC  (8+ messages)
` [PATCH v2 01/17] mm,memblock: Add support for scratch memory
` [PATCH v2 02/17] memblock: Declare scratch memory as CMA
` [PATCH v2 03/17] kexec: Add Kexec HandOver (KHO) generation helpers
` [PATCH v2 04/17] kexec: Add KHO parsing support
` [PATCH v2 05/17] kexec: Add KHO support to kexec file loads
` [PATCH v2 07/17] kexec: Add documentation for KHO
` [PATCH v2 08/17] arm64: Add KHO support

[PATCHv4 00/14] x86/tdx: Add kexec support
 2023-12-22 16:34 UTC  (16+ messages)
` [PATCHv4 03/14] cpu/hotplug: Add support for declaring CPU offlining not supported
` [PATCHv4 04/14] cpu/hotplug, x86/acpi: Disable CPU offlining for ACPI MADT wakeup
` [PATCHv4 05/14] x86/kvm: Do not try to disable kvmclock if it was not enabled
` [PATCHv4 13/14] x86/acpi: Do not attempt to bring up secondary CPUs in kexec case
` [PATCHv4 14/14] x86/acpi: Add support for CPU offlining for ACPI MADT wakeup method

[PATCH v3] x86/kexec: fix potential cmem->ranges out of bounds
 2023-12-22 13:29 UTC  (2+ messages)

[PATCH] kexec_core: fix the assignment to kimage->control_page
 2023-12-22 13:20 UTC  (3+ messages)

[PATCH v2 0/2] kexec: fix potential cmem->ranges out of bounds
 2023-12-22 11:41 UTC  (7+ messages)
` [PATCH v2 1/2] x86/kexec: Fix potential out of bounds in crash_setup_memmap_entries()
` [PATCH v2 2/2] kexec: Fix potential out of bounds in crash_exclude_mem_range()

[PATCH v14 0/6] powerpc/crash: Kernel handling of CPU and memory hotplug
 2023-12-22  0:28 UTC  (18+ messages)
` [PATCH v14 2/6] crash: make CPU and Memory hotplug support reporting flexible
` [PATCH v14 3/6] crash: add a new kexec flag for FDT update
` [PATCH v14 5/6] powerpc: add crash CPU hotplug support
` [PATCH v14 6/6] powerpc: add crash memory "

[PATCH] makedumpfile add dmesg PRINTK_CALLER id support
 2023-12-21 23:46 UTC 

[PATCH 1/7] [RFC PATCH 1/7] osdump: Add one new os minidump module
 2023-12-21 16:25 UTC  (2+ messages)

[PATCH] makedumpfile add dmesg PRINTK_CALLER id support
 2023-12-21 14:15 UTC 

[RFC PATCH 2/7] osdump: reuse some code from crash_core to get vmcoreinfo
 2023-12-21 13:25 UTC 

[RFC PATCH 0/7] osdump: Add one new os minidump module
 2023-12-21 13:05 UTC 

[PATCH] makedumpfile add dmesg PRINTK_CALLER id support
 2023-12-21 13:02 UTC 

[PATCH] makedumpfile add dmesg PRINTK_CALLER id support
 2023-12-21  7:11 UTC  (3+ messages)

[PATCH] crash_core: export vmemmap when CONFIG_SPARSEMEM_VMEMMAP is enabled
 2023-12-21  4:12 UTC  (8+ messages)

[PATCH v4 0/7] kexec_file: print out debugging message if required
 2023-12-20 23:30 UTC  (12+ messages)
` [PATCH v4 1/7] kexec_file: add kexec_file flag to control debug printing
` [PATCH v4 2/7] kexec_file: print out debugging message if required
` [PATCH v4 3/7] kexec_file, x86: "
` [PATCH v4 4/7] kexec_file, arm64: "
` [PATCH v4 5/7] kexec_file, ricv: "
` [PATCH v4 6/7] kexec_file, power: "
` [PATCH v4 7/7] kexec_file, parisc: "

[RFC V2] IMA Log Snapshotting Design Proposal
 2023-12-20 22:13 UTC  (7+ messages)

[PATCH v3 0/7] ima: kexec: measure events between kexec load and execute
 2023-12-20 20:44 UTC  (13+ 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 3/7] ima: kexec: map IMA buffer source pages to image after kexec load
` [PATCH v3 4/7] kexec: update kexec_file_load syscall to alloc ima buffer after load
` [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] x86/kexec: fix incorrect argument passed to kexec_dprintk()
 2023-12-20 15:41 UTC 

[PATCH v5 0/3] Some bug fixes and cleanups related to kexec
 2023-12-20  3:01 UTC  (9+ messages)
` [PATCH v5 1/3] kexec: modify the meaning of the end parameter in kimage_is_destination_range()
` [PATCH v5 2/3] kexec_file: fix incorrect temp_start value in locate_mem_hole_top_down()
` [PATCH v5 3/3] x86/kexec: use pr_err() instead of pr_debug() when an error occurs
    ` [PATCH] x86/kexec: use pr_err() instead of kexec_dprintk() "
        ` [PATCH v2] "

[PATCH 0/2] crash: fix potential cmem->ranges array overflow
 2023-12-19 16:34 UTC  (11+ messages)
` [PATCH 1/2] x86/crash: "
` [PATCH 2/2] crash_core: fix out-of-bounds access check in crash_exclude_mem_range()
    ` [PATCH] crash_core: optimize crash_exclude_mem_range()

[RFC 0/3] kdump: Check mem_map of CMA area in kdump
 2023-12-19 15:20 UTC  (6+ messages)
` [RFC 1/3] crash_dump: Parse the CMA's mem_map "
` [RFC 2/3] of: kexec: Set up properties for reusing CMA "
` [RFC 3/3] of: fdt: Parse properties of "

[PATCH] kexec: avoid out of bounds in crash_exclude_mem_range()
 2023-12-19 12:54 UTC  (15+ messages)

[PATCH] kexec: do syscore_shutdown() in kernel_kexec
 2023-12-19  8:26 UTC  (6+ messages)

[PATCH] Documentation: kdump: Clarify the default size of memory reserved by crashkernel low
 2023-12-19  7:28 UTC  (2+ messages)

[PATCH 00/15] kexec: Allow preservation of ftrace buffers
 2023-12-18 23:01 UTC  (31+ messages)
` [PATCH 01/15] mm,memblock: Add support for scratch memory
` [PATCH 02/15] memblock: Declare scratch memory as CMA
` [PATCH 03/15] kexec: Add Kexec HandOver (KHO) generation helpers
` [PATCH 04/15] kexec: Add KHO parsing support
` [PATCH 05/15] kexec: Add KHO support to kexec file loads
` [PATCH 06/15] arm64: Add KHO support
` [PATCH 07/15] x86: "
` [PATCH 08/15] tracing: Introduce names for ring buffers
` [PATCH 09/15] tracing: Introduce names for events
` [PATCH 10/15] tracing: Introduce kho serialization
` [PATCH 11/15] tracing: Add kho serialization of trace buffers
` [PATCH 12/15] tracing: Recover trace buffers from kexec handover
` [PATCH 13/15] tracing: Add kho serialization of trace events
` [PATCH 14/15] tracing: Recover trace events from kexec handover
` [PATCH 15/15] tracing: Add config option for "

[ANNOUNCE] kexec-tools v2.0.28 preparation
 2023-12-18 16:48 UTC 

[PATCH 0/3] Some bug fixes and cleanups related to kexec
 2023-12-17  1:02 UTC  (11+ messages)
` [PATCH 1/3] kexec_file: fix incorrect end value passed to kimage_is_destination_range()
      ` [PATCH 1/3 v2] kexec: modify the meaning of the end parameter in kimage_is_destination_range()
          ` [PATCH 1/3 v3] "
          ` [PATCH 1/3 v4] "
` [PATCH 2/3] kexec_file: fix incorrect temp_start value in locate_mem_hole_top_down()
` [PATCH 3/3] x86/kexec: use pr_err() instead of pr_debug() when an error occurs

[PATCH 0/3] Some cleanups and fixes
 2023-12-16  3:31 UTC  (9+ messages)
` [PATCH 1/3] x86/crash: remove the unused image parameter from prepare_elf_headers()
` [PATCH 2/3] x86/crash: use SZ_1M macro instead of hardcoded value
` [PATCH 3/3] crash_core: fix and simplify the logic of crash_exclude_mem_range()

[PATCH] crash_core: remove duplicated including of kexec.h
 2023-12-15  9:09 UTC  (2+ messages)

The conflict between PHYSICAL_START and MIN_KERNEL_LOAD_ADDR
 2023-12-15  2:44 UTC  (2+ messages)

Re:Dear Respectable,I awaits for your response to my message!!
 2023-12-14  4:14 UTC 

[PATCH v2 1/2] KVM: Use syscore_ops instead of reboot_notifier to hook restart/shutdown
 2023-12-13  6:47 UTC  (11+ messages)

[PATCH v3 0/7] kexec_file: print out debugging message if required
 2023-12-13  3:23 UTC  (9+ messages)
` [PATCH v3 5/7] kexec_file, ricv: "

[PATCH] kexec: Use ALIGN macro instead of open-coding it
 2023-12-13  2:49 UTC  (2+ messages)

[PATCH 0/5] kexec: fix the incorrect ifdeffery and dependency of CONFIG_KEXEC
 2023-12-11  9:10 UTC  (3+ messages)


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