Kexec Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-07-29 11:39:59 to 2020-09-07 13:47:43 UTC [more...]

[PATCH v12 0/9] support reserving crashkernel above 4G on arm64 kdump
 2020-09-07 13:47 UTC  (8+ messages)
` [PATCH v12 1/9] x86: kdump: move CRASH_ALIGN to 2M
` [PATCH v12 2/9] x86: kdump: make the lower bound of crash kernel reservation consistent
` [PATCH v12 3/9] x86: kdump: use macro CRASH_ADDR_LOW_MAX in functions reserve_crashkernel[_low]()
` [PATCH v12 4/9] x86: kdump: move reserve_crashkernel[_low]() into crash_core.c
` [PATCH v12 5/9] arm64: kdump: introduce some macroes for crash kernel reservation
` [PATCH v12 6/9] arm64: kdump: reimplement crashkernel=X
` [PATCH v12 7/9] kdump: add threshold for the required memory

[PATCH v11 0/5] support reserving crashkernel above 4G on arm64 kdump
 2020-09-04  6:39 UTC  (29+ messages)
` [PATCH v11 1/5] arm64: kdump: add macro CRASH_ALIGN and CRASH_ADDR_LOW_MAX
` [PATCH v11 2/5] x86: kdump: move reserve_crashkernel_low() into crash_core.c
` [PATCH v11 3/5] arm64: kdump: reimplement crashkernel=X
` [PATCH v11 4/5] arm64: kdump: add memory for devices by DT property linux, usable-memory-range
` [PATCH v11 5/5] kdump: update Documentation about crashkernel

[PATCH] kexec: remove the 2GB size limit on initrd file
 2020-09-02 18:48 UTC  (3+ messages)

[PATCH] arm: kdump: Add DT properties to crash dump kernel's DTB
 2020-09-02 16:32 UTC  (3+ messages)

[PATCH v2] kexec/kexec.c: Add missing close() call
 2020-09-02 16:29 UTC  (3+ messages)

[PATCH] AUTHORS: Update email address for Khalid
 2020-09-02 16:28 UTC  (2+ messages)

[PATCH] kexec-tools: Fix resource leaks in kexec.c
 2020-09-02 16:27 UTC  (2+ messages)

[PATCH] ARM: Parse kdump DT properties
 2020-09-02 15:45 UTC 

[PATCH next v3 0/8] printk: reimplement LOG_CONT handling
 2020-09-02 13:38 UTC  (17+ messages)
` [PATCH next v3 1/8] printk: ringbuffer: rename DESC_COMMITTED_MASK flag
` [PATCH next v3 2/8] printk: ringbuffer: change representation of reusable
` [PATCH next v3 3/8] printk: ringbuffer: relocate get_data()
` [PATCH next v3 4/8] printk: ringbuffer: add BLK_DATALESS() macro
` [PATCH next v3 5/8] printk: ringbuffer: clear initial reserved fields
` [PATCH next v3 6/8] printk: ringbuffer: add finalization/extension support
  ` state names: vas: "
  ` misc: was: "
` [PATCH next v3 7/8] printk: reimplement log_cont using record extension
` [PATCH next v3 8/8] scripts/gdb: support printk finalized records

[PATCH][next] docs: vmcoreinfo: add lockless printk ringbuffer vmcoreinfo
 2020-09-01 12:11 UTC  (3+ messages)

[PATCH v2 0/7][next] printk: reimplement LOG_CONT handling
 2020-08-28 10:01 UTC  (22+ messages)
` [PATCH v2 1/7][next] printk: ringbuffer: rename DESC_COMMITTED_MASK flag
` [PATCH v2 2/7][next] printk: ringbuffer: change representation of reusable
` [PATCH v2 3/7][next] printk: ringbuffer: relocate get_data()
` [PATCH v2 4/7][next] printk: ringbuffer: add BLK_DATALESS() macro
` [PATCH v2 5/7][next] printk: ringbuffer: add finalization/extension support
` [PATCH v2 6/7][next] printk: reimplement log_cont using record extension
` [PATCH v2 7/7][next] scripts/gdb: support printk finalized records

[PATCHv5 1/2] powerpc/pseries: group lmb operation and memblock's
 2020-08-28  8:10 UTC  (6+ messages)
` [PATCHv5 2/2] powerpc/pseries: update device tree before ejecting hotplug uevents

[PATCH] kexec/kexec.c: Add missing fclose()/close() call
 2020-08-25 14:50 UTC  (3+ messages)

[patch 0/2] timekeeping: NMI safe timekeeper enhancements
 2020-08-23  8:43 UTC  (7+ messages)
` [patch 1/2] timekeeping: Utilize local_clock() for NMI safe timekeeper during early boot
` [patch 2/2] timekeeping: Provide multi-timestamp accessor to NMI safe timekeeper

[PATCH] MIPS: Fix compile warnnings in kexec-elf-mips.c
 2020-08-20 15:31 UTC  (2+ messages)

[PATCH 1/2] kexec: Add quick kexec support for kernel
 2020-08-19 12:37 UTC  (12+ messages)
` [PATCH 2/2] arm64: Reserve memory for quick kexec

[PATCH] README: Add the necessary method about elfutils
 2020-08-19  4:53 UTC  (2+ messages)

[PATCH RFC 2/2] lkdtm: Add heap spraying test
 2020-08-17 19:24 UTC  (2+ messages)

[PATCH 0/4] printk: reimplement LOG_CONT handling
 2020-08-15  9:25 UTC  (24+ messages)
      ` POC: Alternative solution: "

[PATCH v2] kexec: Clean up kexec_calculate_store_digests() in kexec_file.c
 2020-08-15  7:56 UTC 

[PATCH v2] kexec: Clean up kexec_calculate_store_digests() in kexec_file.c
 2020-08-15  1:41 UTC 

[PATCH] kexec: Delete an unnecessary comparison
 2020-08-14 10:11 UTC  (4+ messages)

[RFC PATCH] printk: Change timestamp to triplet as mono, boot and real
 2020-08-14  9:50 UTC  (12+ messages)

[PATCH v5 4/4] printk: use the lockless ringbuffer
 2020-08-12 16:40 UTC  (3+ messages)

[PATCHv2] x86/purgatory: don't generate debug info for purgatory.ro
 2020-08-06 11:33 UTC  (4+ messages)

[PATCH 0/3] x86/kexec_file: Fix some corners bugs and improve the crash_exclude_mem_range()
 2020-08-05  6:36 UTC  (5+ messages)
` [PATCH 1/3] x86/crash: Correct the address boundary of function parameters
` [PATCH 2/3] kexec: Improve the crash_exclude_mem_range() to handle the overlapping ranges
` [PATCH 3/3] kexec_file: correctly output debugging information for the PT_LOAD elf header

[PATCHv4 1/2] powerpc/pseries: group lmb operation and memblock's
 2020-08-04 13:38 UTC  (6+ messages)
` [PATCHv4 2/2] powerpc/pseries: update device tree before ejecting hotplug uevents

[PATCH v2][next] printk: ringbuffer: support dataless records
 2020-08-04 10:14 UTC  (2+ messages)

[PATCH v6 00/11] ppc64: enable kdump support for kexec_file_load syscall
 2020-08-02 13:35 UTC  (12+ messages)
` [PATCH v6 02/11] powerpc/kexec_file: mark PPC64 specific code
` [PATCH v6 03/11] powerpc/kexec_file: add helper functions for getting memory ranges
` [PATCH v6 04/11] ppc64/kexec_file: avoid stomping memory used by special regions
` [PATCH v6 05/11] powerpc/drmem: make lmb walk a bit more flexible
` [PATCH v6 06/11] ppc64/kexec_file: restrict memory usage of kdump kernel
` [PATCH v6 07/11] ppc64/kexec_file: setup backup region for "
` [PATCH v6 08/11] ppc64/kexec_file: prepare elfcore header for crashing kernel
` [PATCH v6 09/11] ppc64/kexec_file: add appropriate regions for memory reserve map
` [PATCH v6 10/11] ppc64/kexec_file: fix kexec load failure with lack of memory hole
` [PATCH v6 11/11] ppc64/kexec_file: enable early kernel's OPAL calls

[PATCH v10 0/5] support reserving crashkernel above 4G on arm64 kdump
 2020-07-30  8:22 UTC  (8+ messages)
` [PATCH v10 4/5] arm64: kdump: fix kdump broken with ZONE_DMA reintroduced

[RESEND PATCH v5 00/11] ppc64: enable kdump support for kexec_file_load syscall
 2020-07-30  6:05 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