messages from 2017-08-24 08:18:26 to 2017-11-01 08:11:12 UTC [more...]
[PATCH 2/2] ARM: read kernel size from zImage
2017-11-01 8:10 UTC (2+ 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
[PATCH 3/3] kdump: round up the total memory size to 128M for crashkernel reservation
2017-11-01 7:21 UTC (4+ messages)
[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 2/3] X86/kdump: crashkernel=X try to reserve below 896M first then below 4G and MAXMEM
2017-10-24 5:31 UTC
[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 (20+ messages)
` [PATCH v5 01/10] include: pe.h: remove message[] from mz header definition
` [PATCH v5 02/10] resource: add walk_system_ram_res_rev()
` [PATCH v5 03/10] kexec_file: factor out arch_kexec_kernel_*() from x86, powerpc
` [PATCH v5 04/10] kexec_file: factor out crashdump elf header function from x86
` [PATCH v5 05/10] asm-generic: add kexec_file_load system call to unistd.h
` [PATCH v5 06/10] arm64: kexec_file: create purgatory
` [PATCH v5 07/10] arm64: kexec_file: load initrd, device-tree and purgatory segments
` [PATCH v5 08/10] arm64: kexec_file: set up for crash dump adding elf core header
` [PATCH v5 09/10] arm64: enable KEXEC_FILE config
` [PATCH v5 10/10] arm64: kexec_file: add Image format support
[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
[PATCH v4 00/10] arm64: kexec: add kexec_file_load() support
2017-10-06 7:11 UTC (19+ messages)
` [PATCH v4 01/10] include: pe.h: remove message[] from mz header definition
` [PATCH v4 02/10] resource: add walk_system_ram_res_rev()
` [PATCH v4 03/10] kexec_file: factor out arch_kexec_kernel_*() from x86, powerpc
` [PATCH v4 04/10] kexec_file: factor out crashdump elf header function from x86
` [PATCH v4 05/10] asm-generic: add kexec_file_load system call to unistd.h
` [PATCH v4 06/10] arm64: kexec_file: create purgatory
` [PATCH v4 07/10] arm64: kexec_file: load initrd, device-tree and purgatory segments
` [PATCH v4 08/10] arm64: kexec_file: set up for crash dump adding elf core header
` [PATCH v4 09/10] arm64: enable KEXEC_FILE config
` [PATCH v4 10/10] arm64: kexec_file: add Image format support
[PATCH v3 00/10] arm64: kexec: add kexec_file_load() support
2017-09-25 18:18 UTC (18+ messages)
` [PATCH v3 01/10] include: pe.h: remove message[] from mz header definition
` [PATCH v3 02/10] resource: add walk_system_ram_res_rev()
` [PATCH v3 03/10] kexec_file: factor out arch_kexec_kernel_*() from x86, powerpc
` [PATCH v3 04/10] kexec_file: factor out crashdump elf header function from x86
` [PATCH v3 05/10] asm-generic: add kexec_file_load system call to unistd.h
` [PATCH v3 06/10] arm64: kexec_file: create purgatory
` [PATCH v3 07/10] arm64: kexec_file: load initrd, device-tree and purgatory segments
` [PATCH v3 08/10] arm64: kexec_file: set up for crash dump adding elf core header
` [PATCH v3 09/10] arm64: enable KEXEC_FILE config
` [PATCH v3 10/10] arm64: kexec_file: add Image format support
[Makedumpfile PATCH v2] book3s/ppc64: Lower the max real address to 53 bits for kernels >= v4.11
2017-09-13 7:29 UTC (2+ messages)
[PATCH 0/9] kexec: add kexec_file_load() support
2017-09-13 0:46 UTC (17+ messages)
` [PATCH 1/9] include: pe.h: remove message[] from mz header definition
` [PATCH 2/9] resource: add walk_system_ram_res_rev()
` [PATCH 3/9] kexec_file: factor out crashdump elf header function from x86
` [PATCH 4/9] asm-generic: add kexec_file_load system call to unistd.h
` [PATCH 5/9] arm64: kexec_file: create purgatory
` [PATCH 6/9] arm64: kexec_file: load initrd, device-tree and purgatory segments
` [PATCH 7/9] arm64: kexec_file: set up for crash dump adding elf core header
` [PATCH 8/9] arm64: enable KEXEC_FILE config
` [PATCH 9/9] arm64: kexec_file: add Image format support
[Makedumpfile PATCH] book3s/ppc64: Lower the max real address to 53 bits for kernels >= v4.11
2017-09-12 19:56 UTC (6+ messages)
Fwd: zImage support for ppc
2017-09-11 12:48 UTC (5+ messages)
[PATCH 00/14] arm64: kexec: add kexec_file_load support
2017-09-08 15:59 UTC (48+ messages)
` [PATCH 02/14] include: pe.h: remove message[] from mz header definition
` [PATCH 03/14] resource: add walk_system_ram_res_rev()
` [PATCH 04/14] kexec_file: factor out vmlinux (elf) parser from powerpc
` [PATCH 05/14] kexec_file: factor out crashdump elf header function from x86
` [PATCH 06/14] kexec_file: add kexec_add_segment()
` [PATCH 07/14] asm-generic: add kexec_file_load system call to unistd.h
` [PATCH 08/14] arm64: kexec_file: create purgatory
` [PATCH 09/14] arm64: kexec_file: add sha256 digest check in purgatory
` [PATCH 10/14] arm64: kexec_file: load initrd, device-tree and purgatory segments
` [PATCH 11/14] arm64: kexec_file: set up for crash dump adding elf core header
` [PATCH 12/14] arm64: enable KEXEC_FILE config
` [PATCH 13/14] arm64: kexec_file: add Image format support
` [PATCH 14/14] arm64: kexec_file: add vmlinux "
[PATCH] kexec-tools: ppc64: fix leak while checking for coherent device memory
2017-08-30 6:39 UTC (2+ messages)
[PATCH] kexec-tools: ppc64: avoid adding coherent memory regions to crash memory ranges
2017-08-29 17:47 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