Kexec Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-12-16 02:22:10 to 2024-01-07 13:20:22 UTC [more...]

[PATCH 0/5] crash: clean up kdump related config items
 2024-01-07 13:19 UTC  (10+ 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

[RFC V2] IMA Log Snapshotting Design Proposal
 2024-01-07 12:58 UTC  (15+ messages)

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

[PATCHv5 00/16] x86/tdx: Add kexec support
 2024-01-06  1:12 UTC  (21+ 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 v3 0/7] ima: kexec: measure events between kexec load and execute
 2024-01-05 20:22 UTC  (15+ 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

[PATCHv4 00/14] x86/tdx: Add kexec support
 2024-01-04 15:05 UTC  (11+ messages)
` [PATCHv4 05/14] x86/kvm: Do not try to disable kvmclock if it was not enabled
` [PATCHv4 14/14] x86/acpi: Add support for CPU offlining for ACPI MADT wakeup method

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

[PATCH v2 00/17] kexec: Allow preservation of ftrace buffers
 2024-01-03 18:48 UTC  (33+ 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 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

[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 0/2] crash: fix potential cmem->ranges array overflow
 2024-01-02 15:20 UTC  (14+ 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()

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

[PATCH] makedumpfile add dmesg PRINTK_CALLER id support
 2023-12-28 20:33 UTC 

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)

[PATCH 1/7] [RFC PATCH 1/7] osdump: Add one new os minidump module
 2023-12-23 15:30 UTC  (6+ messages)

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

[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  (15+ messages)
` [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 14:15 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  (6+ messages)
` [PATCH v4 5/7] kexec_file, ricv: "

[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] "

[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  (12+ 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  (4+ messages)
` [PATCH 06/15] arm64: Add KHO support

[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  (9+ 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] "


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