messages from 2021-12-03 10:43:47 to 2021-12-14 08:54:59 UTC [more...]
[PATCH v17 00/10] support reserving crashkernel above 4G on arm64 kdump
2021-12-14 8:54 UTC (34+ messages)
` [PATCH v17 01/10] x86: kdump: replace the hard-coded alignment with macro CRASH_ALIGN
` [PATCH v17 02/10] x86: kdump: make the lower bound of crash kernel reservation consistent
` [PATCH v17 03/10] x86: kdump: use macro CRASH_ADDR_LOW_MAX in functions reserve_crashkernel()
` [PATCH v17 04/10] x86: kdump: move xen_pv_domain() check and insert_resource() to setup_arch()
` [PATCH v17 05/10] x86: kdump: move reserve_crashkernel[_low]() into crash_core.c
` [PATCH v17 06/10] arm64: kdump: introduce some macros for crash kernel reservation
` [PATCH v17 07/10] arm64: kdump: reimplement crashkernel=X
` [PATCH v17 08/10] of: fdt: Aggregate the processing of "linux, usable-memory-range"
` [PATCH v17 08/10] of: fdt: Aggregate the processing of "linux,usable-memory-range"
` [PATCH v17 09/10] of: fdt: Add memory for devices by DT property "linux, usable-memory-range"
` [PATCH v17 09/10] of: fdt: Add memory for devices by DT property "linux,usable-memory-range"
` [PATCH v17 10/10] kdump: update Documentation about crashkernel
[PATCH v3 0/5] Avoid requesting page from DMA zone when no managed pages
2021-12-14 5:32 UTC (15+ messages)
` [PATCH v3 1/5] docs: kernel-parameters: Update to reflect the current default size of atomic pool
` [PATCH v3 2/5] dma-pool: allow user to disable "
` [PATCH v3 3/5] mm_zone: add function to check if managed dma zone exists
` [PATCH v3 4/5] dma/pool: create dma atomic pool only if dma zone has managed pages
` [PATCH v3 5/5] mm/slub: do not create dma-kmalloc if no managed pages in DMA zone
[PATCH v2 0/6] KEXEC_SIG with appended signature
2021-12-13 18:18 UTC (16+ messages)
` [PATCH v2 2/6] powerpc/kexec_file: Add KEXEC_SIG support
` [PATCH v2 4/6] module: strip the signature marker in the verification function
` [PATCH v2 6/6] module: Move duplicate mod_check_sig users code to mod_parse_sig
[PATCH v2 0/2] kdump: simplify code
2021-12-13 14:43 UTC (9+ messages)
` [PATCH v2 1/2] kdump: vmcore: remove copy_to() and add copy_to_user_or_kernel()
` [PATCH v2 2/2] kdump: crashdump: use copy_to_user_or_kernel() to simplify code
[PATCH v3 0/3] Convert vmcore to use an iov_iter
2021-12-13 14:39 UTC (4+ messages)
` [PATCH v3 1/3] vmcore: Convert copy_oldmem_page() to take "
` [PATCH v3 2/3] vmcore: Convert __read_vmcore to use "
` [PATCH v3 3/3] vmcore: Convert read_from_oldmem() to take "
[PATCH v2 0/3] Convert vmcore to use an iov_iter
2021-12-13 14:34 UTC (5+ messages)
` [PATCH v2 1/3] vmcore: Convert __read_vmcore "
` [PATCH v2 2/3] vmcore: Convert read_from_oldmem() to take "
` [PATCH v2 3/3] iov-kaddr
[PATCH RESEND v2 0/5] Avoid requesting page from DMA zone when no managed pages
2021-12-13 14:21 UTC (31+ messages)
` [PATCH RESEND v2 1/5] docs: kernel-parameters: Update to reflect the current default size of atomic pool
` [PATCH RESEND v2 2/5] dma-pool: allow user to disable "
` [PATCH RESEND v2 3/5] mm_zone: add function to check if managed dma zone exists
` [PATCH RESEND v2 4/5] dma/pool: create dma atomic pool only if dma zone has managed pages
` [PATCH RESEND v2 5/5] mm/slub: do not create dma-kmalloc if no managed pages in DMA zone
[PATCH 0/3] Convert vmcore to use an iov_iter
2021-12-13 13:42 UTC (13+ messages)
` [PATCH 1/3] vmcore: Convert copy_oldmem_page() to take "
` [PATCH 2/3] vmcore: Convert __read_vmcore to use "
` [PATCH 3/3] vmcore: Convert read_from_oldmem() to take "
[PATCH 1/1] s390: handle R_390_PLT32DBL reloc entries in machine_apply_elf_rel()
2021-12-13 10:44 UTC (2+ messages)
[PATCH v16 00/11] support reserving crashkernel above 4G on arm64 kdump
2021-12-13 10:18 UTC (13+ messages)
` [PATCH v16 08/11] x86, arm64: Add ARCH_WANT_RESERVE_CRASH_KERNEL config
` [PATCH v16 10/11] of: fdt: Add memory for devices by DT property "linux, usable-memory-range"
` [PATCH v16 10/11] of: fdt: Add memory for devices by DT property "linux,usable-memory-range"
kexec -p does not work consistently
2021-12-12 13:41 UTC
Reuse framebuffer after a kexec (amdgpu / efifb)
2021-12-11 9:20 UTC (18+ messages)
[PATCH 0/2] kdump: simplify code
2021-12-11 7:37 UTC (6+ messages)
` [PATCH 1/2] kdump: vmcore: move copy_to() from vmcore.c to uaccess.h
` [PATCH 2/2] kdump: crashdump: use copy_to() to simplify the related code
[PATCH] kernel/crash_core.c: No judgment required
2021-12-10 3:20 UTC
[PATCH 0/3] arm64: make phys_to_virt() correct
2021-12-10 3:07 UTC (4+ messages)
` [PATCH 1/3] arm64: make phys_offset signed
` [PATCH 2/3] arm64/crashdump: unify routine to get page_offset
` [PATCH 3/3] arm64: read VA_BITS from kcore for 52-bits VA kernel
[PATCH] arm64/crashdump: deduce paddr of _text based on kernel code size
2021-12-10 2:57 UTC
[RFC v2 0/6] crash: Kernel handling of CPU and memory hot un/plug
2021-12-09 15:40 UTC (9+ messages)
` [RFC v2 1/6] crash: fix minor typo/bug in debug message
` [RFC v2 2/6] crash hp: Introduce CRASH_HOTPLUG configuration options
` [RFC v2 3/6] crash hp: definitions and prototype changes
` [RFC v2 4/6] crash hp: generic crash hotplug support infrastructure
` [RFC v2 5/6] crash hp: kexec_file changes for crash hotplug support
` [RFC v2 6/6] crash hp: Add x86 "
[PATCH v2] kernel/crash_core: suppress unknown crashkernel parameter warning
2021-12-08 13:34 UTC
[RFC v1 0/8] RFC v1: Kernel handling of CPU and memory hot un/plug for crash
2021-12-07 20:04 UTC (5+ messages)
[PATCH 0/3] s390: add support for extended cmdline length
2021-12-07 16:12 UTC (7+ messages)
` [PATCH 1/3] s390: add variable command line size
` [PATCH 3/3] s390: add support for --reuse-cmdline
[PATCH] kernel/crash_core: suppress unknown crashkernel parameter warning
2021-12-07 13:28 UTC (3+ messages)
[RFC PATCH 00/14] fs/proc/vmcore: Remove unnecessary user pointer conversions
2021-12-07 11:15 UTC (10+ messages)
` [RFC PATCH 01/14] fs/proc/vmcore: Update read_from_oldmem() for user pointer
` [RFC PATCH 13/14] s390/crash_dump: Use the new interface copy_oldmem_page_buf
` [RFC PATCH 14/14] fs/proc/vmcore: Remove the unused old interface copy_oldmem_page
[PATCH v2 0/5] kexec: use IS_ENABLED(CONFIG_KEXEC_CORE) instead of #ifdef
2021-12-06 16:05 UTC (6+ messages)
` [PATCH v2 1/5] kexec: make crashk_res, crashk_low_res and crash_notes symbols always visible
` [PATCH v2 2/5] riscv: mm: init: use IS_ENABLED(CONFIG_KEXEC_CORE) instead of #ifdef
` [PATCH v2 3/5] x86/setup: "
` [PATCH v2 4/5] arm64: mm: "
` [PATCH v2 5/5] arm: "
[RFC PATCH 0/5] kexec: use IS_ENABLED(CONFIG_KEXEC_CORE) instead of #ifdef
2021-12-03 19:18 UTC (6+ messages)
` [RFC PATCH 4/5] arm64: mm: "
` [RFC PATCH 5/5] arm: "
Compile error ppc64le: Cannot find symbol for section 11: .text.unlikely
2021-12-03 15:54 UTC (4+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox