public inbox for kexec@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2013-10-11 18:53:04 to 2013-10-30 00:47:54 UTC [more...]

[PATCH v4 0/3] x86, apic, kexec: Add disable_cpu_apic kernel parameter
 2013-10-30 15:27 UTC  (14+ messages)
` [PATCH v4 1/3] x86, apic: Don't count the CPU with BP flag from MP table as booting-up CPU
` [PATCH v4 2/3] x86, apic: Add disable_cpu_apicid kernel parameter
` [PATCH v4 3/3] Documentation, x86, apic, kexec: "

[patch 0/4] kexec-tools: efi runtime support on kexec kernel
 2013-10-30  0:45 UTC  (38+ messages)
` [patch 1/4] Add function get_bootparam
` [patch 2/4] remove extra acpi_rsdp command line for efi
` [patch 3/4] Add efi_info in x86 setup header
` [patch 4/4] Passing efi related data via setup_data

[patch 0/6] kexec kernel efi runtime support
 2013-10-29 13:43 UTC  (27+ messages)
` [patch 1/6] Add function efi_remap_region for remapping to saved virt address
` [patch 2/6] x86 efi: reserve boot service fix
` [patch 3/6] Cleanup efi_enter_virtual_mode function
` [patch 4/6] export more efi table variable to sysfs
` [patch 5/6] export efi runtime memory mapping "
` [patch 6/6] passing kexec necessary efi data via setup_data

[PATCH] makedumpfile: print spinner in progress information
 2013-10-29  4:50 UTC  (8+ messages)

[PATCH] x86, kdump: crashkernel=X try to reserve below 896M first, then try below 4G, then MAXMEM
 2013-10-28 15:12 UTC  (25+ messages)

query for idea about a kexec regression
 2013-10-27  4:44 UTC  (2+ messages)

[PATCH RFC] kexec/ppc64: bring up new ppc64le architecture
 2013-10-24 10:15 UTC 

[PATCH 0/2] makedumpfile: write out a whole part of the 1st bitmap before entering cyclic process
 2013-10-24  6:52 UTC  (3+ messages)
` [PATCH 1/2] Use memset() to improve the 1st bitmap initialization performance
` [PATCH 2/2] Write out a whole part of the 1st bitmap before entering cyclic process

[PATCH] kexec/ppc64: use common architecture fs2dt.c file
 2013-10-22 15:57 UTC 

[PATCH v2 0/2] x86, apic, kdump: Disable BSP if boot cpu is AP
 2013-10-22 11:02 UTC  (9+ messages)
` [PATCH v2 1/2] x86, apic: Add boot_cpu_is_bsp() to check if boot cpu is BSP
` [PATCH v2 2/2] x86, apic: Disable BSP if boot cpu is AP

[PATCH v2] ARM: head-common.S: relocate atags area if necessary
 2013-10-19 16:19 UTC  (8+ messages)

[PATCH v4] crash utility: fix max_mapnr issue on system has over 44-bit addressing
 2013-10-18 15:10 UTC  (2+ messages)

kexec cannot find text map area if kaslr is enabled
 2013-10-17 19:58 UTC  (3+ messages)

[PATCH] kexec, x86: Fix x86 build warnings
 2013-10-17  6:03 UTC  (3+ messages)

[PATCH v4] makedumpfile: fix max_mapnr issue on system has over 44-bit addressing
 2013-10-17  2:59 UTC  (2+ messages)

[PATCH] kexec/fs2dt: fix endianess conversion
 2013-10-17  1:44 UTC  (5+ messages)

[PATCH v3 0/2] x86, apic, kdump: Disable BSP if boot cpu is AP
 2013-10-16 12:52 UTC  (3+ messages)
` [PATCH v3 1/2] x86, apic: Add boot_cpu_is_bsp() to check if boot cpu is BSP
` [PATCH v3 2/2] x86, apic: Disable BSP if boot cpu is AP

[PATCH v2 0/3] kexec support for Linux/m68k (tools part)
 2013-10-16  7:22 UTC  (5+ messages)
` [PATCH 1/3] kexec: Let slurp_file_len() return the number of bytes read
` [PATCH 2/3] kexec: Extract slurp_fd()
` [PATCH 3/3] kexec: Add m68k support

[PATCH] Remove PACKED macro and use __attribute__((packed)) directly
 2013-10-16  7:17 UTC  (4+ messages)

[PATCH v3] crash utility: fix max_mapnr issue on system has over 44-bit addressing
 2013-10-16  2:31 UTC  (3+ messages)

[PATCH v2] kexec support for Linux/m68k (kernel part)
 2013-10-15 20:03 UTC  (7+ messages)
` [PATCH 1/3] kexec: Add debug printing of kimage table entries
` [PATCH 2/3] m68k: Add kexec support
` [PATCH 3/3] m68k: Add support to export bootinfo in procfs

[PATCH 0/3] procfs, vmcore: fix regression of mmap on /proc/vmcore since v3.12-rc1
 2013-10-15 11:30 UTC  (5+ messages)
` [PATCH 1/3] procfs: fix unintended truncation of returned mapped address
` [PATCH 2/3] procfs: Call default get_unmapped_area on MMU-present architectures
` [PATCH 3/3] procfs: clean up proc_reg_get_unmapped_area for 80-column limit

[PATCH v3] makedumpfile: fix max_mapnr issue on system has over 44-bit addressing
 2013-10-15  8:29 UTC  (6+ messages)

[PATCH] makedumpfile: enhance bitmap writting function in reassemble mode
 2013-10-15  7:52 UTC  (3+ messages)

ARM: Exynos: DTB too large error
 2013-10-15  7:30 UTC 

kexec: Clearing registers just before jumping into purgatory
 2013-10-14 18:24 UTC  (5+ messages)

[PATCH RFC 0/1] ARM: boot: make atags area relocatable
 2013-10-14 13:44 UTC  (2+ messages)
` [PATCH RFC 1/1] ARM: head-common.S: relocate atags area if necessary

[PATCH 0/2] x86, apic: Disable BSP if boot cpu is AP
 2013-10-14  9:03 UTC  (6+ messages)

[PATCH v2] makedumpfile: fix max_mapnr issue on system has over 44-bit addressing
 2013-10-14  7:47 UTC  (3+ messages)

mmap for /proc/vmcore broken since 3.12-rc1
 2013-10-14  4:52 UTC  (7+ messages)

[PATCH v2] crash utility: fix max_mapnr issue on system has over 44-bit addressing
 2013-10-12  1:56 UTC  (3+ messages)

kexec: Clearing registers just before jumping into purgatory
 2013-10-11 20:50 UTC  (13+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox