messages from 2021-12-15 13:28:22 to 2022-01-10 21:08:09 UTC [more...]
[PATCH 0/3] usable memory range fixes (arm64/fdt/efi)
2022-01-10 21:08 UTC (4+ messages)
` [PATCH 1/3] memblock: define functions to set the usable memory range
` [PATCH 2/3] of: fdt: use memblock usable range interface
` [PATCH 3/3] efi: enforce usable memory range after reserving regions
[RFC v2 0/6] crash: Kernel handling of CPU and memory hot un/plug
2022-01-10 19:59 UTC (4+ messages)
[PATCH v3 0/6] crash: Kernel handling of CPU and memory hot un/plug
2022-01-10 19:57 UTC (7+ messages)
` [PATCH v3 1/6] crash: fix minor typo/bug in debug message
` [PATCH v3 2/6] crash hp: Introduce CRASH_HOTPLUG configuration options
` [PATCH v3 3/6] crash hp: definitions and prototype changes
` [PATCH v3 4/6] crash hp: generic crash hotplug support infrastructure
` [PATCH v3 5/6] crash hp: kexec_file changes for crash hotplug support
` [PATCH v3 6/6] crash hp: Add x86 "
[PATCH v4 0/6] KEXEC_SIG with appended signature
2022-01-10 19:30 UTC (8+ messages)
` [PATCH v4 1/6] s390/kexec_file: Don't opencode appended signature check
` [PATCH v4 2/6] powerpc/kexec_file: Add KEXEC_SIG support
` [PATCH v4 3/6] kexec_file: Don't opencode appended signature verification
` [PATCH v4 4/6] module: strip the signature marker in the verification function
` [PATCH v4 5/6] module: Use key_being_used_for for log messages in verify_appended_signature
` [PATCH v4 6/6] module: Move duplicate mod_check_sig users code to mod_parse_sig
[PATCH 1/1] s390: handle R_390_PLT32DBL reloc entries in machine_apply_elf_rel()
2022-01-10 17:26 UTC (6+ messages)
[PATCH v5] arm64: support more than one crash kernel regions
2022-01-10 10:20 UTC
[PATCH V3] notifier/panic: Introduce panic_notifier_filter
2022-01-08 15:36 UTC (2+ messages)
` [PATCH] "
[PATCH V4] notifier/panic: Introduce panic_notifier_filter
2022-01-08 15:34 UTC
[PATCH v3 0/6] KEXEC_SIG with appended signature
2022-01-08 14:58 UTC (9+ messages)
` [PATCH v3 1/6] s390/kexec_file: Don't opencode appended signature check
` [PATCH v3 2/6] powerpc/kexec_file: Add KEXEC_SIG support
` [PATCH v3 3/6] kexec_file: Don't opencode appended signature verification
` [PATCH v3 4/6] module: strip the signature marker in the verification function
` [PATCH v3 5/6] module: Use key_being_used_for for log messages in verify_appended_signature
` [PATCH v3 6/6] module: Move duplicate mod_check_sig users code to mod_parse_sig
[PATCH V2] notifier/panic: Introduce panic_notifier_filter
2022-01-07 14:39 UTC (5+ messages)
[PATCH v18 00/17] support reserving crashkernel above 4G on arm64 kdump
2022-01-07 13:09 UTC (29+ messages)
` [PATCH v18 01/17] x86/setup: Move CRASH_ALIGN and CRASH_ADDR_{LOW|HIGH}_MAX to asm/kexec.h
` [PATCH v18 02/17] x86/setup: Move xen_pv_domain() check and insert_resource() to setup_arch()
` [PATCH v18 03/17] x86/setup: Adjust the range of codes separated by CONFIG_X86_64
` [PATCH v18 04/17] x86/setup: Add helper parse_crashkernel_in_order()
` [PATCH v18 05/17] x86/setup: Use parse_crashkernel_in_order() to make code logic clear
` [PATCH v18 06/17] x86/setup: Update comments in reserve_crashkernel()
` [PATCH v18 07/17] x86/setup: Eliminate a magic number "
` [PATCH v18 08/17] x86/setup: Add build option ARCH_WANT_RESERVE_CRASH_KERNEL
` [PATCH v18 09/17] x86/setup: Move reserve_crashkernel[_low]() into crash_core.c
` [PATCH v18 10/17] kdump: Simplify the parameters of __parse_crashkernel()
` [PATCH v18 11/17] kdump: Make parse_crashkernel_{high|low} static
` [PATCH v18 12/17] kdump: Reduce unused parameters of parse_crashkernel_{high|low}
` [PATCH v18 13/17] arm64: kdump: introduce some macros for crash kernel reservation
` [PATCH v18 14/17] arm64: kdump: reimplement crashkernel=X
` [PATCH v18 15/17] of: fdt: Aggregate the processing of "linux, usable-memory-range"
` [PATCH v18 15/17] of: fdt: Aggregate the processing of "linux,usable-memory-range"
` [PATCH v18 16/17] of: fdt: Add memory for devices by DT property "linux, usable-memory-range"
` [PATCH v18 17/17] kdump: update Documentation about crashkernel
[PATCH v3 0/5] Avoid requesting page from DMA zone when no managed pages
2022-01-07 11:56 UTC (20+ messages)
` [PATCH v3 3/5] mm_zone: add function to check if managed dma zone exists
` [PATCH v3 5/5] mm/slub: do not create dma-kmalloc if no managed pages in DMA zone
[PATCH V2] panic: Move panic_print before kmsg dumpers
2022-01-06 21:28 UTC
[PATCH] notifier/panic: Introduce panic_notifier_filter
2022-01-06 20:01 UTC (2+ messages)
[PATCH] panic: Move panic_print before kmsg dumpers
2022-01-04 12:35 UTC (5+ messages)
[PATCH v4 0/3] Handle warning of allocation failure on DMA zone w/o managed pages
2022-01-03 9:34 UTC (12+ messages)
` [PATCH v4 1/3] mm_zone: add function to check if managed dma zone exists
` [PATCH v4 2/3] dma/pool: create dma atomic pool only if dma zone has managed pages
` [PATCH v4 3/3] mm/page_alloc.c: do not warn allocation failure on zone DMA if no "
[PATCH v3 0/3] Convert vmcore to use an iov_iter
2022-01-01 0:36 UTC (12+ 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 v19 00/13] support reserving crashkernel above 4G on arm64 kdump
2021-12-31 12:29 UTC (34+ messages)
` [PATCH v19 01/13] kdump: add helper parse_crashkernel_high_low()
` [PATCH v19 02/13] x86/setup: Use parse_crashkernel_high_low() to simplify code
` [PATCH v19 03/13] kdump: make parse_crashkernel_{high|low}() static
` [PATCH v19 04/13] kdump: reduce unnecessary parameters of parse_crashkernel_{high|low}()
` [PATCH v19 05/13] x86/setup: Add and use CRASH_BASE_ALIGN
` [PATCH v19 06/13] kexec: move crashk[_low]_res to crash_core module
` [PATCH v19 07/13] kdump: Add helper reserve_crashkernel_mem[_low]()
` [PATCH v19 08/13] x86/setup: Move CRASH[_BASE]_ALIGN and CRASH_ADDR_{LOW|HIGH}_MAX to asm/kexec.h
` [PATCH v19 09/13] x86/setup: Use generic reserve_crashkernel_mem[_low]()
` [PATCH v19 10/13] arm64: kdump: introduce some macros for crash kernel reservation
` [PATCH v19 11/13] arm64: kdump: reimplement crashkernel=X
` [PATCH v19 12/13] of: fdt: Add memory for devices by DT property "linux, usable-memory-range"
` [PATCH v19 13/13] kdump: update Documentation about crashkernel
kexec fails with "locate_hole failed"
2021-12-31 9:21 UTC
[PATCH -next] fs/proc/vmcore: Fix vmcore_alloc_buf() kernel-doc comment
2021-12-30 8:17 UTC
[PATCHv3 0/4] arm64: make phys_to_virt() correct
2021-12-28 13:26 UTC (5+ messages)
` [PATCHv3 1/4] arm64: make phys_offset signed
` [PATCHv3 2/4] arm64/crashdump: unify routine to get page_offset
` [PATCHv3 3/4] arm64: read VA_BITS from kcore for 52-bits VA kernel
` [PATCHv3 4/4] arm64: fix PAGE_OFFSET calc for flipped mm
[PATCH kernel-next] kernel: remove redundant result variable
2021-12-27 7:19 UTC (2+ messages)
[PATCH 3/3] panic: Allow printing extra panic information on kdump
2021-12-27 3:14 UTC (6+ messages)
[PATCH 0/4] kdump: add parse_crashkernel_high_low() to replace parse_crashkernel_{high|low}()
2021-12-25 7:23 UTC (5+ messages)
` [PATCH 1/4] kdump: add helper parse_crashkernel_high_low()
` [PATCH 2/4] x86/setup: Use parse_crashkernel_high_low() to simplify code
` [PATCH 3/4] kdump: make parse_crashkernel_{high|low}() static
` [PATCH 4/4] kdump: reduce unnecessary parameters of parse_crashkernel_{high|low}()
[PATCH v17 00/10] support reserving crashkernel above 4G on arm64 kdump
2021-12-21 22:23 UTC (18+ messages)
` [PATCH v17 03/10] x86: kdump: use macro CRASH_ADDR_LOW_MAX in functions reserve_crashkernel()
` [PATCH v17 05/10] x86: kdump: move reserve_crashkernel[_low]() into crash_core.c
[PATCHv2 0/3] arm64: make phys_to_virt() correct
2021-12-17 4:19 UTC (4+ messages)
` [PATCHv2 1/3] arm64: make phys_offset signed
` [PATCHv2 2/3] arm64/crashdump: unify routine to get page_offset
` [PATCHv2 3/3] arm64: read VA_BITS from kcore for 52-bits VA kernel
[PATCH v3 0/5] s390: add support for extended cmdline length
2021-12-16 11:43 UTC (6+ messages)
` [PATCH v3 1/5] s390: add variable command line size
` [PATCH v3 2/5] s390: use KEXEC_ALL_OPTIONS
` [PATCH v3 3/5] add slurp_proc_file()
` [PATCH v3 4/5] use slurp_proc_file() in get_command_line()
` [PATCH v3 5/5] s390: add support for --reuse-cmdline
[PATCH 0/3] arm64: make phys_to_virt() correct
2021-12-16 11:02 UTC (10+ messages)
` [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 0/3] Convert vmcore to use an iov_iter
2021-12-16 9:28 UTC (4+ messages)
` [PATCH 1/3] vmcore: Convert copy_oldmem_page() to take "
[PATCH v2 0/5] s390: add support for extended cmdline length
2021-12-16 7:28 UTC (4+ messages)
` [PATCH v2 3/5] add slurp_proc_file()
[PATCHv2 0/1] s390: handle R_390_PLT32DBL reloc entries in machine_apply_elf_rel()
2021-12-15 17:48 UTC (2+ messages)
` [PATCHv2 1/1] "
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;
as well as URLs for NNTP newsgroup(s).