messages from 2015-06-26 07:31:38 to 2015-08-03 16:40:15 UTC [more...]
[RFC V2 PATCH 0/1] kexec: crash_kexec_post_notifiers boot option related fixes
2015-08-03 16:33 UTC (4+ messages)
` [RFC V2 PATCH 1/1] panic/x86: Replace smp_send_stop() with crash_kexec version
[Patch v2] align crash_notes allocation to make it be inside one physical page
2015-08-03 12:50 UTC
[V2 PATCH 0/3] x86: Fix panic vs. NMI issues
2015-07-31 11:23 UTC (21+ messages)
` [V2 PATCH 2/3] kexec: Fix race between panic() and crash_kexec() called directly
` [V2 PATCH 1/3] x86/panic: Fix re-entrance problem due to panic on NMI
` "
` [V2 PATCH 3/3] x86/apic: Introduce noextnmi boot option
[PATCH v3 00/10] makedumpfile: parallel processing
2015-07-31 9:35 UTC (16+ messages)
` [PATCH v3 01/10] Add readpage_kdump_compressed_parallel
` [PATCH v3 02/10] Add mappage_elf_parallel
` [PATCH v3 03/10] Add readpage_elf_parallel
` [PATCH v3 04/10] Add read_pfn_parallel
` [PATCH v3 05/10] Add function to initial bitmap for parallel use
` [PATCH v3 06/10] Add filter_data_buffer_parallel
` [PATCH v3 07/10] Add write_kdump_pages_parallel to allow parallel process
` [PATCH v3 08/10] Initial and free data used for "
` [PATCH v3 09/10] Make makedumpfile available to read and compress pages parallelly
` [PATCH v3 10/10] Add usage and manual about multiple threads process
[PATCH] align crash_notes allocation to make it be inside one physical page
2015-07-31 8:37 UTC (3+ messages)
[PATCH] makedumpfile: Enable compressed dump formats for Xen
2015-07-29 0:53 UTC (6+ messages)
[REPOST PATCH] kexec: Remove the unnecessary conditional judgement to simplify the code logic
2015-07-28 4:46 UTC
[PATCH] kexec: Remove the unnecessary conditional judgement to simplify the code logic
2015-07-28 4:42 UTC (6+ messages)
kexec, x86: Need a new e820 type support for kexec
2015-07-24 14:37 UTC (5+ messages)
[PATCH 0/3] x86: Fix panic vs. NMI issues
2015-07-23 11:25 UTC (9+ messages)
` [PATCH 1/3] x86/panic: Fix re-entrance problem due to panic on NMI
` [PATCH 2/3] kexec: Fix race between panic() and crash_kexec() directly called
` [PATCH 3/3] x86/apic: Introduce noextnmi boot option
[PATCH V2 0/2] kexec: refactor CONFIG_KEXEC/CONFIG_KEXEC_FILE Kconfig
2015-07-22 2:31 UTC (7+ messages)
` [PATCH V2 1/2] kexec: split kexec_file syscall code to kexec_file.c
` [PATCH V2 2/2] kexec: split kexec_load syscall from kexec core code
` [PATCH V2 2/2 update] "
[RFC PATCH 00/17] powerpc/fsl-book3e-64: kexec/kdump support
2015-07-18 20:08 UTC (18+ messages)
` [RFC PATCH 01/17] powerpc/85xx: Load all early TLB entries at once
` [RFC PATCH 02/17] powerpc/85xx: Don't use generic timebase sync on 64-bit
` [RFC PATCH 03/17] crypto: caam: Blacklist CAAM when kexec is enabled
` [RFC PATCH 04/17] powerpc/fsl-corenet: Disable coreint if "
` [RFC PATCH 05/17] powerpc/fsl-booke-64: Don't limit ppc64_rma_size to one TLB entry
` [RFC PATCH 06/17] powerpc/85xx: Implement 64-bit kexec support
` [RFC PATCH 07/17] powerpc/e6500: kexec: Handle hardware threads
` [RFC PATCH 08/17] powerpc/book3e-64: rename interrupt_end_book3e with __end_interrupts
` [RFC PATCH 09/17] powerpc/booke64: Fix args to copy_and_flush
` [RFC PATCH 10/17] powerpc/book3e: support CONFIG_RELOCATABLE
` [RFC PATCH 11/17] powerpc/book3e/kdump: Enable crash_kexec_wait_realmode
` [RFC PATCH 12/17] powerpc/book3e-64: Don't limit paca to 256 MiB
` [RFC PATCH 13/17] powerpc/book3e-64/kexec: create an identity TLB mapping
` [RFC PATCH 14/17] powerpc/book3e-64/kexec: Enable SMP release
` [RFC PATCH 15/17] powerpc/booke: Only use VIRT_PHYS_OFFSET on booke32
` [RFC PATCH 16/17] powerpc/book3e-64/kexec: Set "r4 = 0" when entering spinloop
` [RFC PATCH 17/17] powerpc/book3e-64: Enable kexec
[PATCH 1/2] ppc64: Fix warnings
2015-07-18 19:57 UTC (2+ messages)
` [PATCH 2/2] ppc64: Add a flag to tell the kernel it's booting from kexec
[PATCH v2] makedumpfile: Fix a bug in generating incomplete kdump core
2015-07-17 6:18 UTC (2+ messages)
[PATCH] kexec, x86: add missing newlines
2015-07-15 18:18 UTC
[PATCH 0/3] kexec: crash_kexec_post_notifiers boot option related fixes
2015-07-15 10:49 UTC (24+ messages)
` [PATCH 3/3] kexec: Change the timing of callbacks related to "crash_kexec_post_notifiers" boot option
` "
` [PATCH 1/3] panic: Disable crash_kexec_post_notifiers if kdump is not available
` "
` [PATCH 2/3] kexec: Pass panic message to crash_kexec()
[PATCH 0/3] kexec: refactor CONFIG_KEXEC/CONFIG_KEXEC_FILE Kconfig
2015-07-15 9:36 UTC (14+ messages)
` [PATCH 1/3] [PATCH 1/3] kexec: split kexec_file syscall code to kexec_file.c
` [PATCH 2/3] [PATCH 2/3] kexec: split kexec_load syscall from kexec core code
` [PATCH 3/3] [PATCH 3/3] kexec-x86-kdebug-h-drop-useless-macro
[PATCH v1 0/4] makedumpfile: optimize the way of generating incomplete kdump core
2015-07-15 3:09 UTC (11+ messages)
` [PATCH v1 1/4] Add write_cd_buf
` [PATCH v1 2/4] Add get_pfn_offset
` [PATCH v1 3/4] Add write_kdump_page
` [PATCH v1 4/4] Use write_kdump_page instead of write_cache in write_kdump_pages_cyclic
[PATCH v4] kexec: Make a pair of map and unmap reserved pages when kdump fails to start
2015-07-14 18:10 UTC (7+ messages)
[PATCH 1/2] use raw i/o and root device to use less memory
2015-07-10 22:02 UTC (5+ messages)
[PATCH v3] kexec: Make a pair of map and unmap reserved pages when kdump fails to start
2015-07-10 8:28 UTC (8+ messages)
[PATCH] makedumpfile: Support ARM64
2015-07-08 23:03 UTC (8+ messages)
[PATCH v2] makedumpfile: Add description of pages lost by ENOSPACE in IMPLEMENTATION
2015-07-08 8:17 UTC (2+ messages)
[PATCH v2 00/10] makedumpfile: parallel processing
2015-07-08 8:10 UTC (9+ messages)
[PATCH v5 0/2] arm64: kvm: reset hyp context for kexec
2015-07-07 7:46 UTC (7+ messages)
` [PATCH v5 1/2] arm64: kvm: allows kvm cpu hotplug
[PATCH 0/6] arm64 kexec kernel patches V8
2015-07-06 17:23 UTC (5+ messages)
Kexec -l works but kexec -p fails
2015-07-02 11:45 UTC
[PATCH 1/2] makedumpfile: Delete useless codes
2015-07-02 2:19 UTC (4+ messages)
[PATCH 1/2] makedumpfile: Add description of pages lost by ENOSPACE in IMPLEMENTATION
2015-07-02 2:19 UTC (6+ messages)
` [PATCH 2/2] makedumpfile: Optimise the function reserve_diskspace
[PATCH v2] kexec: Make a pair of map and unmap reserved pages when kdump fails to start
2015-07-01 15:06 UTC (3+ messages)
[PATCH 2/2] exclude page structures of non-dumped pages
2015-06-29 21:59 UTC
[ANNOUNCE] kexec-tools 2.0.10
2015-06-26 9:44 UTC (3+ 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