messages from 2021-12-28 13:26:08 to 2022-01-24 21:05:38 UTC [more...]
[PATCH 0/3] usable memory range fixes (arm64/fdt/efi)
2022-01-24 21:05 UTC (12+ 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
[PATCH V4] panic: Move panic_print before kmsg dumpers
2022-01-24 20:31 UTC
[PATCH V3] panic: Move panic_print before kmsg dumpers
2022-01-24 16:57 UTC (21+ messages)
[PATCH V4] notifier/panic: Introduce panic_notifier_filter
2022-01-24 14:48 UTC (13+ messages)
[PATCHv4 0/4] arm64: make phys_to_virt() correct
2022-01-24 9:53 UTC (14+ messages)
` [PATCHv4 1/4] arm64: make phys_offset signed
` [PATCHv4 2/4] arm64/crashdump: unify routine to get page_offset
` [PATCHv4 3/4] arm64: read VA_BITS from kcore for 52-bits VA kernel
` [PATCHv4 4/4] arm64: fix PAGE_OFFSET calc for flipped mm
[PATCH v20 0/5] support reserving crashkernel above 4G on arm64 kdump
2022-01-24 8:47 UTC (6+ messages)
` [PATCH v20 1/5] arm64: Use insert_resource() to simplify code
` [PATCH v20 2/5] arm64: kdump: introduce some macros for crash kernel reservation
` [PATCH v20 3/5] arm64: kdump: reimplement crashkernel=X
` [PATCH v20 4/5] of: fdt: Add memory for devices by DT property "linux, usable-memory-range"
` [PATCH v20 5/5] kdump: update Documentation about crashkernel
[PATCH v3 0/6] crash: Kernel handling of CPU and memory hot un/plug
2022-01-21 14:06 UTC (11+ 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 v2 0/5] kexec: use IS_ENABLED(CONFIG_KEXEC_CORE) instead of #ifdef
2022-01-20 9:50 UTC (9+ messages)
[PATCH v2] proc/vmcore: fix possible deadlock on concurrent mmap and read
2022-01-19 19:34 UTC
[PATCH v1] proc/vmcore: fix false positive lockdep warning
2022-01-19 15:19 UTC (4+ messages)
[RFC v2 0/6] crash: Kernel handling of CPU and memory hot un/plug
2022-01-19 8:25 UTC (7+ messages)
` [RFC v2 3/6] crash hp: definitions and prototype changes
[PATCHv3 0/4] arm64: make phys_to_virt() correct
2022-01-18 1:52 UTC (10+ 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 v3 0/5] s390: add support for extended cmdline length
2022-01-14 15:05 UTC (2+ messages)
[PATCH v5] arm64: support more than one crash kernel regions
2022-01-14 14:56 UTC (2+ messages)
[PATCH 1/1] s390: handle R_390_PLT32DBL reloc entries in machine_apply_elf_rel()
2022-01-14 14:55 UTC (7+ messages)
[PATCHv2 0/1] s390: handle R_390_PLT32DBL reloc entries in machine_apply_elf_rel()
2022-01-14 14:55 UTC (3+ messages)
` [PATCHv2 1/1] "
[PATCH V2] panic: Move panic_print before kmsg dumpers
2022-01-14 12:32 UTC (7+ messages)
[PATCH v19 00/13] support reserving crashkernel above 4G on arm64 kdump
2022-01-13 1:17 UTC (40+ 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 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
[PATCH v4 0/3] Handle warning of allocation failure on DMA zone w/o managed pages
2022-01-12 16:25 UTC (4+ messages)
` [PATCH v4 2/3] dma/pool: create dma atomic pool only if dma zone has "
[PATCH v2 2/5] riscv: mm: init: use IS_ENABLED(CONFIG_KEXEC_CORE) instead of #ifdef
2022-01-11 17:29 UTC (2+ messages)
[PATCH v5 0/6] KEXEC_SIG with appended signature
2022-01-11 11:37 UTC (7+ messages)
` [PATCH v5 1/6] s390/kexec_file: Don't opencode appended signature check
` [PATCH v5 2/6] powerpc/kexec_file: Add KEXEC_SIG support
` [PATCH v5 3/6] kexec_file: Don't opencode appended signature verification
` [PATCH v5 4/6] module: strip the signature marker in the verification function
` [PATCH v5 5/6] module: Use key_being_used_for for log messages in verify_appended_signature
` [PATCH v5 6/6] module: Move duplicate mod_check_sig users code to mod_parse_sig
[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 V3] notifier/panic: Introduce panic_notifier_filter
2022-01-08 15:36 UTC (2+ messages)
` [PATCH] "
[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 (7+ messages)
` [PATCH v18 02/17] x86/setup: Move xen_pv_domain() check and insert_resource() to setup_arch()
[PATCH v3 0/5] Avoid requesting page from DMA zone when no managed pages
2022-01-07 11:56 UTC (9+ messages)
` [PATCH v3 5/5] mm/slub: do not create dma-kmalloc if no managed pages in DMA zone
[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 v3 0/3] Convert vmcore to use an iov_iter
2022-01-01 0:36 UTC (2+ messages)
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
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).