messages from 2015-07-14 14:42:48 to 2015-08-18 11:42:44 UTC [more...]
[PATCH] Add persistent memory support
2015-08-18 11:42 UTC (4+ messages)
` [PATCH v2] "
kexec, x86: Need a new e820 type support for kexec
2015-08-18 8:53 UTC (9+ messages)
[RFC PATCH 00/17] powerpc/fsl-book3e-64: kexec/kdump support
2015-08-18 5:09 UTC (20+ 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,14/17] "
` [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-08-18 3:53 UTC (6+ messages)
` [PATCH 2/2] ppc64: Add a flag to tell the kernel it's booting from kexec
[REPOST PATCH] kexec: Remove the unnecessary conditional judgement to simplify the code logic
2015-08-13 20:43 UTC (5+ messages)
[Patch v3 RESEND] kexec: export KERNEL_IMAGE_SIZE to vmcoreinfo
2015-08-13 8:57 UTC
[PATCH] kexec: use _DEFAULT_SOURCE instead to remove compiling warning
2015-08-13 0:57 UTC (2+ messages)
[Patch v3] align crash_notes allocation to make it be inside one physical page
2015-08-12 2:10 UTC
[Patch v2] align crash_notes allocation to make it be inside one physical page
2015-08-11 8:42 UTC (6+ messages)
[PATCH v5 00/10] makedumpfile: parallel processing
2015-08-11 7:51 UTC (12+ messages)
` [PATCH v5 01/10] Add readpage_kdump_compressed_parallel
` [PATCH v5 02/10] Add mappage_elf_parallel
` [PATCH v5 03/10] Add readpage_elf_parallel
` [PATCH v5 04/10] Add read_pfn_parallel
` [PATCH v5 05/10] Add function to initial bitmap for parallel use
` [PATCH v5 06/10] Add filter_data_buffer_parallel
` [PATCH v5 07/10] Add write_kdump_pages_parallel to allow parallel process
` [PATCH v5 08/10] Initial and free data used for "
` [PATCH v5 09/10] Make makedumpfile available to read and compress pages parallelly
` [PATCH v5 10/10] Add usage and manual about multiple threads process
[PATCH] kexec: override GFP flag for the control page allocation
2015-04-21 12:06 UTC (2+ messages)
` [PATCH] kexec: allocate the kexec control page with KEXEC_CONTROL_MEMORY_GFP
[V3 PATCH 0/4] Fix race issues among panic, NMI and crash_kexec
2015-08-07 14:38 UTC (6+ messages)
` [V3 PATCH 3/4] kexec: Fix race between panic() and crash_kexec() called directly
` [V3 PATCH 4/4] x86/apic: Introduce noextnmi boot option
` [V3 PATCH 2/4] panic/x86: Allow cpus to save registers even if they are looping in NMI context
` [V3 PATCH 1/4] panic/x86: Fix re-entrance problem due to panic on NMI
[v2 0/5] arm64: add kdump support
2015-08-07 4:24 UTC (7+ messages)
` [v2 2/5] arm64: kdump: implement machine_crash_shutdown()
[PATCH v4 00/10] makedumpfile: parallel processing
2015-08-07 1:42 UTC (12+ messages)
` [PATCH v4 01/10] Add readpage_kdump_compressed_parallel
` [PATCH v4 02/10] Add mappage_elf_parallel
` [PATCH v4 03/10] Add readpage_elf_parallel
` [PATCH v4 04/10] Add read_pfn_parallel
` [PATCH v4 05/10] Add function to initial bitmap for parallel use
` [PATCH v4 06/10] Add filter_data_buffer_parallel
` [PATCH v4 07/10] Add write_kdump_pages_parallel to allow parallel process
` [PATCH v4 08/10] Initial and free data used for "
` [PATCH v4 09/10] Make makedumpfile available to read and compress pages parallelly
` [PATCH v4 10/10] Add usage and manual about multiple threads process
[RFC V2 PATCH 0/1] kexec: crash_kexec_post_notifiers boot option related fixes
2015-08-07 1:38 UTC (7+ messages)
` [RFC V2 PATCH 1/1] panic/x86: Replace smp_send_stop() with crash_kexec version
[PATCH v3 00/10] makedumpfile: parallel processing
2015-08-06 2:46 UTC (18+ 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
kexec of FIT image hangs, however kexec of zImage and DTB succeeds
2015-08-05 17:22 UTC
kexec of FIT image hangs, however kexec of zImage and DTB succeeds
2015-08-05 17:18 UTC
[RFC] perf: Clear MSRs on kexec
2015-08-04 13:57 UTC (5+ messages)
[V2 PATCH 0/3] x86: Fix panic vs. NMI issues
2015-08-04 11:53 UTC (23+ messages)
` [V2 PATCH 1/3] x86/panic: Fix re-entrance problem due to panic on NMI
` "
` [V2 PATCH 2/3] kexec: Fix race between panic() and crash_kexec() called directly
` [V2 PATCH 3/3] x86/apic: Introduce noextnmi boot option
[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)
[PATCH] kexec: Remove the unnecessary conditional judgement to simplify the code logic
2015-07-28 4:42 UTC (6+ 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] "
[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 (21+ 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 0/3] kexec: refactor CONFIG_KEXEC/CONFIG_KEXEC_FILE Kconfig
2015-07-15 9:36 UTC (12+ messages)
` [PATCH 2/3] [PATCH 2/3] kexec: split kexec_load syscall from kexec core code
[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 (6+ 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