public inbox for kexec@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2020-07-22 01:52:34 to 2020-08-17 18:28:33 UTC [more...]

[PATCH RFC 2/2] lkdtm: Add heap spraying test
 2020-08-17 18:24 UTC 

[PATCH 1/2] kexec: Add quick kexec support for kernel
 2020-08-17 13:42 UTC  (10+ messages)
` [PATCH 2/2] arm64: Reserve memory for quick kexec

[PATCH 0/4] printk: reimplement LOG_CONT handling
 2020-08-15  9:25 UTC  (34+ messages)
` [PATCH 2/4] printk: store instead of processing cont parts
      ` POC: Alternative solution: Re: [PATCH 0/4] printk: reimplement LOG_CONT handling

[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][next] docs: vmcoreinfo: add lockless printk ringbuffer vmcoreinfo
 2020-08-14 21:33 UTC 

[patch 0/2] timekeeping: NMI safe timekeeper enhancements
 2020-08-14 10:19 UTC  (3+ 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] 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] MIPS: Fix compile warnnings in kexec-elf-mips.c
 2020-08-13  5:31 UTC 

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

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

[PATCH v11 0/5] support reserving crashkernel above 4G on arm64 kdump
 2020-08-10  6:03 UTC  (13+ 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

[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  (3+ messages)

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

[PATCH 0/3] fs: reduce export usage of kerne_read*() calls
 2020-07-29  1:20 UTC  (7+ messages)

[PATCH v2 00/18] Introduce partial kernel_read_file() support
 2020-07-29  0:48 UTC  (37+ messages)
` [PATCH v2 01/18] test_firmware: Test platform fw loading on non-EFI systems
` [PATCH v2 02/18] selftest/firmware: Add selftest timeout in settings
` [PATCH v2 03/18] firmware_loader: EFI firmware loader must handle pre-allocated buffer
` [PATCH v2 04/18] fs/kernel_read_file: Remove FIRMWARE_PREALLOC_BUFFER enum
` [PATCH v2 05/18] fs/kernel_read_file: Remove FIRMWARE_EFI_EMBEDDED enum
` [PATCH v2 06/18] fs/kernel_read_file: Split into separate include file
` [PATCH v2 07/18] fs/kernel_read_file: Split into separate source file
` [PATCH v2 08/18] fs/kernel_read_file: Remove redundant size argument
` [PATCH v2 09/18] fs/kernel_read_file: Switch buffer size arg to size_t
` [PATCH v2 10/18] fs/kernel_read_file: Add file_size output argument
` [PATCH v2 11/18] LSM: Introduce kernel_post_load_data() hook
` [PATCH v2 12/18] firmware_loader: Use security_post_load_data()
` [PATCH v2 13/18] module: Call security_kernel_post_load_data()
` [PATCH v2 14/18] LSM: Add "contents" flag to kernel_read_file hook
` [PATCH v2 15/18] fs/kernel_file_read: Add "offset" arg for partial reads
` [PATCH v2 16/18] firmware: Store opt_flags in fw_priv
` [PATCH v2 17/18] firmware: Add request_partial_firmware_into_buf()
` [PATCH v2 18/18] test_firmware: Test partial read support

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

[PATCH v4 00/12] ppc64: enable kdump support for kexec_file_load syscall
 2020-07-25  0:32 UTC  (17+ messages)
` [PATCH v4 03/12] powerpc/kexec_file: add helper functions for getting memory ranges
` [PATCH v4 04/12] ppc64/kexec_file: avoid stomping memory used by special regions
` [PATCH v4 06/12] ppc64/kexec_file: restrict memory usage of kdump kernel
` [PATCH v4 07/12] ppc64/kexec_file: add support to relocate purgatory
` [PATCH v4 09/12] ppc64/kexec_file: setup backup region for kdump kernel
` [PATCH v4 10/12] ppc64/kexec_file: prepare elfcore header for crashing kernel

[PATCH v5 00/11] ppc64: enable kdump support for kexec_file_load syscall
 2020-07-24 21:00 UTC  (3+ messages)
` [PATCH v5 01/11] kexec_file: allow archs to handle special regions while locating memory hole
` [PATCH v5 02/11] powerpc/kexec_file: mark PPC64 specific code

[RFC PATCH] PCI, kdump: Clear bus master bit upon shutdown in kdump kernel
 2020-07-23 18:34 UTC  (6+ messages)


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