messages from 2017-10-13 08:44:59 to 2018-01-12 00:56:17 UTC [more...]
[PATCH 4.14 023/159] mm/sparsemem: Allocate mem_section at runtime for CONFIG_SPARSEMEM_EXTREME=y
2018-01-12 0:55 UTC (10+ messages)
[PATCH] arm64: kdump: retain reserved memory regions
2018-01-11 11:38 UTC (5+ messages)
arm64 crashkernel fails to boot on acpi-only machines due to ACPI regions being no longer mapped as NOMAP
2018-01-09 11:46 UTC (27+ messages)
[PATCH v2] x86/kexec: Exclude GART aperture from vmcore
2018-01-09 6:19 UTC (10+ messages)
[PATCH] handle renamed init_level4_pgt -> init_top_pgt
2018-01-09 5:33 UTC (15+ messages)
` makedumpfile saving vmcore fails with dynamically allocated mem_section (was: Re: [PATCH] handle renamed init_level4_pgt -> init_top_pgt)
makedumpfile saving vmcore fails with dynamically allocated mem_section (was: Re: [PATCH] handle renamed init_level4_pgt -> init_top_pgt)
2018-01-08 8:40 UTC (7+ messages)
[PATCH][v2] arm64: Allocate elfcorehdr & crashkernel mem before any reservation
2018-01-08 4:31 UTC
[PATCH] arm64: Set -fno-PIC along with -mcmodel=large
2018-01-07 16:26 UTC
Regression: kexec/kdump boot hangs with x86/vector commits
2018-01-04 3:15 UTC (4+ messages)
[PATCH v2] kexec-tools: Perform run-time linking of libxenctrl.so
2017-12-18 13:43 UTC (2+ messages)
[PATCH] certs: always use secondary keyring first if possible
2017-12-14 10:25 UTC (3+ messages)
[PATCH v1] kexec-tools: Perform run-time linking of libxenctrl.so
2017-12-06 19:01 UTC (3+ messages)
kdump issues with 4.11 kernel
2017-12-04 19:59 UTC (9+ messages)
[PATCH v7 00/11] arm64: kexec: add kexec_file_load() support
2017-12-04 2:58 UTC (12+ messages)
` [PATCH v7 01/11] resource: add walk_system_ram_res_rev()
` [PATCH v7 02/11] kexec_file: factor out arch_kexec_kernel_*() from x86, powerpc
` [PATCH v7 03/11] kexec_file: factor out crashdump elf header function from x86
` [PATCH v7 04/11] asm-generic: add kexec_file_load system call to unistd.h
` [PATCH v7 05/11] arm64: kexec_file: create purgatory
` [PATCH v7 06/11] arm64: kexec_file: load initrd, device-tree and purgatory segments
` [PATCH v7 07/11] arm64: kexec_file: set up for crash dump adding elf core header
` [PATCH v7 08/11] arm64: kexec_file: enable KEXEC_FILE config
` [PATCH v7 09/11] arm64: kexec_file: add Image format support
` [PATCH v7 10/11] include: pe.h: remove message[] from mz header definition
` [PATCH v7 11/11] arm64: kexec_file: enable KEXEC_VERIFY_SIG for Image
[PATCH] x86/kexec: Exclude GART aperture from vmcore
2017-11-29 12:27 UTC (13+ messages)
[ANNOUNCE] kexec-tools 2.0.16
2017-11-20 9:36 UTC
[makedumpfile PATCH 1/2] Fix compilation warnings on ppc64/ppc64le platforms
2017-11-20 0:19 UTC (3+ messages)
` [makedumpfile PATCH 2/2] Fix 'kernel_version' variable being uninitialized & introduce minor reorganization
[PATCH 2/3] X86/kdump: crashkernel=X try to reserve below 896M first then below 4G and MAXMEM
2017-11-15 6:56 UTC (4+ messages)
[PATCH V2] kdump: print a message in case parse_crashkernel_mem resulted in zero bytes
2017-11-14 8:01 UTC
[PATCH v6 4/5] crash: export paddr_vmcoreinfo_note()
2017-11-14 6:39 UTC
[makedumpfile PATCH] ppc64: update hash page table geometry
2017-11-13 9:14 UTC (2+ messages)
[PATCH] kdump: print a message in case crashkernel size parsing resulted in zero bytes
2017-11-13 8:49 UTC (2+ messages)
About command line for kdump on ARM64
2017-11-10 11:25 UTC (2+ messages)
[ANNOUNCE] kexec-tools 2.0.16-rc1
2017-11-09 1:30 UTC
[Patch resend] vmcore-dmesg: avoid allocating large memory chunk for log buf
2017-11-09 1:20 UTC (2+ messages)
[PATCH] handle renamed init_level4_pgt -> init_top_pgt
2017-11-07 2:52 UTC
[PATCH 3/3] kdump: round up the total memory size to 128M for crashkernel reservation
2017-11-03 2:46 UTC (5+ messages)
` [PATCH 3/3 update] "
[PATCH 2/2] ARM: read kernel size from zImage
2017-11-01 10:56 UTC (3+ messages)
[PATCH 1/2] ARM: cleanup initrd and dtb handing
2017-11-01 8:10 UTC (2+ messages)
[ANNOUNCE] kexec-tools v2.0.16 preparation
2017-11-01 8:08 UTC
[makedumpfile PATCH v3 0/4] Fix KASLR problem on sadump
2017-10-30 6:19 UTC (6+ messages)
` [makedumpfile PATCH v3 1/4] Support symbol __cpu_online_mask
` [makedumpfile PATCH v3 2/4] Introduce vtop4_x86_64_pagetable
` [makedumpfile PATCH v3 3/4] sadump: Fix a KASLR problem of sadump
` [makedumpfile PATCH v3 4/4] sadump: Fix a KASLR problem of sadump while kdump is working
[makedumpfile PATCH v2 0/3] Fix KASLR problem on sadump
2017-10-26 1:19 UTC (7+ messages)
` [makedumpfile PATCH v2 1/3] Support symbol __cpu_online_mask
` [makedumpfile PATCH v2 2/3] Introduce vtop4_x86_64_pagetable
` [makedumpfile PATCH v2 3/3] sadump: Fix a KASLR problem of sadump
[PATCH v6 00/10] arm64: kexec: add kexec_file_load() support
2017-10-24 6:23 UTC (11+ messages)
` [PATCH v6 01/10] include: pe.h: remove message[] from mz header definition
` [PATCH v6 02/10] resource: add walk_system_ram_res_rev()
` [PATCH v6 03/10] kexec_file: factor out arch_kexec_kernel_*() from x86, powerpc
` [PATCH v6 04/10] kexec_file: factor out crashdump elf header function from x86
` [PATCH v6 05/10] asm-generic: add kexec_file_load system call to unistd.h
` [PATCH v6 06/10] arm64: kexec_file: create purgatory
` [PATCH v6 07/10] arm64: kexec_file: load initrd, device-tree and purgatory segments
` [PATCH v6 08/10] arm64: kexec_file: set up for crash dump adding elf core header
` [PATCH v6 09/10] arm64: enable KEXEC_FILE config
` [PATCH v6 10/10] arm64: kexec_file: add Image format support
[PATCH 1/3] kdump: extend crashkernel=range:size to dynamically increase reservation size
2017-10-24 6:06 UTC (3+ messages)
[PATCH 0/3] kdump: crashkernel parameter improvement
2017-10-24 5:31 UTC
x86/kdump: crashkernel=X try to reserve below 896M first then below 4G and MAXMEM
2017-10-24 5:27 UTC (4+ messages)
[PATCH v5 00/10] arm64: kexec: add kexec_file_load() support
2017-10-19 4:36 UTC (9+ messages)
` [PATCH v5 03/10] kexec_file: factor out arch_kexec_kernel_*() from x86, powerpc
[PATCH 0/4] kexec-tools: mips: Fixes for 64-bit and OCTEON
2017-10-18 5:16 UTC (13+ messages)
` [PATCH 1/4] kexec-tools: mips: Merge adjacent memory ranges
` [PATCH 2/4] kexec-tools: mips: Don't set lowmem_limit to 2G for 64-bit systems
` [PATCH 3/4] kexec-tools: mips: Use proper page_offset for OCTEON CPUs
` [PATCH 4/4] kexec-tools: mips: Try to include bss in kernel vmcore file
[PATCH 0/3] Fix KASLR problem on sadump
2017-10-13 12:05 UTC (7+ messages)
` [PATCH 1/3] Support symbol __cpu_online_mask
` [PATCH 2/3] makedumpfile: Introduce vtop4_x86_64_pagetable
` [PATCH 3/3] makedumpfile: sadump: Fix a KASLR problem of sadump
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