Kexec Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-11-16 22:41:51 to 2023-12-04 19:14:08 UTC [more...]

[PATCH 0/4] kdump: crashkernel reservation from CMA
 2023-12-01 16:59 UTC  (36+ messages)
` [PATCH 1/4] kdump: add crashkernel cma suffix
` [PATCH 2/4] kdump: implement reserve_crashkernel_cma
` [PATCH 3/4] kdump, x86: implement crashkernel CMA reservation
` [PATCH 4/4] kdump, documentation: describe craskernel "

Re: linux-next: Tree for Dec 1 (riscv, crash_core)
 2023-12-04 19:14 UTC  (5+ messages)
` [PATCH 1/2] riscv, crash: don't export some symbols when CONFIG_MMU=n
` [PATCH 2/2] riscv, kexec: fix dependency of two items
` linux-next: Tree for Dec 1 (riscv, crash_core)

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

[PATCH 1/2] [Crash-utility] RISCV64: Dump NT_PRSTATUS in 'help -n'
 2023-12-04 10:50 UTC  (2+ messages)
` [PATCH 2/2] [Crash-utility] RISCV64: Fix 'bt' output when no ra on the stack top

[PATCH] riscv, kexec: fix the ifdeffery for AFLAGS_kexec_relocate.o
 2023-12-04  8:34 UTC  (2+ messages)

[PATCH v13 0/6] powerpc/crash: Kernel handling of CPU and memory hotplug
 2023-12-04  5:32 UTC  (7+ messages)
` [PATCH v13 1/6] crash: forward memory_notify arg to arch crash hotplug handler
` [PATCH v13 2/6] crash: make CPU and Memory hotplug support reporting flexible
` [PATCH v13 3/6] crash: add a new kexec flag for FDT update
` [PATCH v13 4/6] powerpc/kexec: turn some static helper functions public
` [PATCH v13 5/6] powerpc: add crash CPU hotplug support
` [PATCH v13 6/6] powerpc: add crash memory "

[PATCH] LoongArch: Load vmlinux.efi to the link address
 2023-12-02 16:35 UTC  (7+ messages)

linux-next: Tree for Dec 1 (riscv, crash_core)
 2023-12-02  2:22 UTC  (2+ messages)

[PATCH v2] LoongArch: Load vmlinux.efi to the link address
 2023-12-01 16:30 UTC  (10+ messages)

[PATCHv3 00/14] x86/tdx: Add kexec support
 2023-12-01 15:57 UTC  (35+ messages)
` [PATCHv3 01/14] x86/acpi: Extract ACPI MADT wakeup code into a separate file
` [PATCHv3 02/14] x86/apic: Mark acpi_mp_wake_* variables as __ro_after_init
` [PATCHv3 03/14] cpu/hotplug: Add support for declaring CPU offlining not supported
` [PATCHv3 09/14] x86/tdx: Account shared memory
` [PATCHv3 10/14] x86/tdx: Convert shared memory back to private on kexec
` [PATCHv3 14/14] x86/acpi: Add support for CPU offlining for ACPI MADT wakeup method

[PATCH 1/2] kexec: fix KEXEC_FILE dependencies
 2023-11-30 20:54 UTC  (5+ messages)

[PATCH] kexec: avoid out of bounds in crash_exclude_mem_range()
 2023-11-30 13:20 UTC  (3+ messages)

[PATCH] kexec: drop dependency on ARCH_SUPPORTS_KEXEC from CRASH_DUMP
 2023-11-30  1:41 UTC  (5+ messages)

[PATCH 0/2] s390x: uncouple physical and virtual memory spaces
 2023-11-29 12:50 UTC  (3+ messages)
` [PATCH 1/2] s390x: fix virtual vs physical address confusion
` [PATCH 2/2] s390x: uncouple virtual and physical address spaces

[RFC V2] IMA Log Snapshotting Design Proposal
 2023-11-29  2:07 UTC  (21+ messages)

[PATCHv9 0/2] enable nr_cpus for powerpc
 2023-11-29  1:30 UTC  (5+ messages)
` [PATCHv9 2/2] powerpc/setup: Loosen the mapping between cpu logical id and its seq in dt

[PATCH v2] kernel/Kconfig.kexec: drop select of KEXEC for CRASH_DUMP
 2023-11-28 23:35 UTC  (4+ messages)

[PATCH v2] drivers/base/cpu: crash data showing should depends on KEXEC_CORE
 2023-11-28 13:53 UTC  (4+ messages)

[PATCH] crash_core: export vmemmap when CONFIG_SPARSEMEM_VMEMMAP is enabled
 2023-11-28  7:34 UTC  (6+ messages)

[PATCH] kexec_file: add kexec_file flag to support debug printing
 2023-11-27 23:22 UTC  (3+ messages)

[PATCH] LoongArch: Fix an issue with relocatable vmlinux
 2023-11-27 13:47 UTC  (3+ messages)

[PATCH] lzma: Relax memory limit for lzma decompressor
 2023-11-27 13:47 UTC  (2+ messages)

[PATCH] m68k: fix getrandom() use with uclibc
 2023-11-27 13:46 UTC  (2+ messages)

[PATCH 0/3] kernel/Kconfig.kexec: drop select of KEXEC for CRASH_DUMP
 2023-11-27  3:29 UTC  (16+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] drivers/base/cpu: crash data showing should depends on KEXEC_CORE
` [PATCH 3/3] s390/Kconfig: drop select of KEXEC

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

Zapytanie ofertowe
 2023-11-24  8:35 UTC 

[PATCH 2/7] kexec_file: print out debugging message if required
 2023-11-24  1:57 UTC  (12+ messages)

[PATCH 0/2] kexec_file: Load kernel at top of system RAM if required
 2023-11-23 13:27 UTC  (4+ messages)
` [PATCH 1/2] resource: add walk_system_ram_res_rev()
  ` [PATCH v2 "

[PATCH] kexec: Use atomic_try_cmpxchg in crash_kexec
 2023-11-22  8:06 UTC  (2+ messages)

[PATCH] kexec: ppc64: print help to stdout instead of stderr
 2023-11-17  6:06 UTC  (2+ messages)

[PATCH 4/7] kexec_file, arm64: print out debugging message if required
 2023-11-17  0:55 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