Kexec Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-11-29 12:00:28 to 2013-12-16 09:31:26 UTC [more...]

[PATCH v6 00/14] kexec kernel efi runtime support
 2013-12-16  9:30 UTC  (2+ messages)
` [PATCH v6 01/14] x86/mm: sparse warning fix for early_memremap

[PATCH] makedumpfile: Add a existence check of symbols for --dump-dmesg
 2013-12-16  6:07 UTC 

[PATCH v5 00/14] kexec kernel efi runtime support
 2013-12-16  6:02 UTC  (59+ messages)
` [PATCH v5 01/14] x86/mm: sparse warning fix for early_memremap
` [PATCH v5 02/14] efi: use early_memremap and early_memunmap
` [PATCH v5 03/14] efi: remove unused variables in __map_region
` [PATCH v5 04/14] efi: add a wrapper function efi_map_region_fixed
` [PATCH v5 05/14] efi: reserve boot service fix
` [PATCH v5 06/14] efi: cleanup efi_enter_virtual_mode function
` [PATCH v5 07/14] efi: export more efi table variable to sysfs
` [PATCH v5 08/14] efi: export efi runtime memory mapping "
` [PATCH v5 09/14] efi: passing kexec necessary efi data via setup_data
` [PATCH v5 10/14] efi: only print saved efi runtime maps instead of all memmap ranges for kexec
` [PATCH v5 11/14] x86: add xloadflags bit for efi runtime support on kexec
` [PATCH v5 12/14] x86: export x86 boot_params to sysfs
` [PATCH v5 13/14] x86: reserve setup_data ranges late after parsing memmap cmdline
` [PATCH v5 14/14] x86: kdebugfs do not use __va for getting setup_data virt addr

[PATCH v2 0/3] kexec support for Linux/m68k (tools part)
 2013-12-14  0:31 UTC  (9+ messages)

[PATCH v10] x86, apic, kexec, Documentation: Add disable_cpu_apic kernel parameter
 2013-12-13 21:08 UTC  (4+ messages)

[PATCH v2 0/4] makedumpfile: Xen fixes and cleanups
 2013-12-13  6:59 UTC  (10+ messages)
` [PATCH v2 1/4] makedumpfile/xen: Add cache_init() call to initial_xen()
` [PATCH v2 2/4] makedumpfile/xen: Disable cyclic mode for every Xen crash dump
` [PATCH v2 3/4] makedumpfile/xen: Fail immediately on every architecture if dump level is invalid
` [PATCH v2 4/4] makedumpfile/xen: Move cyclic mode check from initial() to initial_xen()

[PATCH v2] vmcore: copy fractional pages into buffers in the kdump 2nd kernel
 2013-12-13  1:42 UTC  (4+ messages)

[PATCH 0/4] Minor fixes and improvements for kexec
 2013-12-12 19:51 UTC  (12+ messages)
` [PATCH 2/4] kexec: Add IND_FLAGS macro
` [PATCH 1/4] kexec: Simplify conditional
` [PATCH 4/4] sh/kexec: Fix kexec build warning
` [PATCH 3/4] powerpc/kexec: Use global IND_FLAGS macro
` [PATCH v2 4/4] sh/kexec: Fix kexec build warning

[PATCH v3] kexec: add sysctl to disable kexec_load
 2013-12-12 18:11 UTC  (3+ messages)

[PATCH v2] kexec: add sysctl to disable kexec
 2013-12-12  1:14 UTC  (15+ messages)

[PATCH] kexec: add sysctl to disable kexec
 2013-12-10  0:19 UTC  (4+ messages)

[PATCH v9] x86, apic, kexec, Documentation: Add disable_cpu_apic kernel parameter
 2013-12-09 10:52 UTC  (8+ messages)

[PATCH v4 00/12] kexec kernel efi runtime support
 2013-12-09  2:23 UTC  (45+ messages)
` [PATCH v4 06/12] efi: export efi runtime memory mapping to sysfs
` [PATCH v4 07/12] efi: passing kexec necessary efi data via setup_data
` [PATCH v4 08/12] efi: only print saved efi runtime maps instead of all memmap ranges for kexec
` [PATCH v4 11/12] x86: reserve setup_data ranges late after parsing memmap cmdline

[PATCH v2] PCI: Clear Bus Master bit only on kexec reboot
 2013-12-07 21:30 UTC  (2+ messages)

[PATCH] kexec: Fix add_usable_memory to use buf of type uint64_t
 2013-12-06  9:25 UTC  (2+ messages)

[PATCH 0/6] kexec: A new system call to allow in kernel loading
 2013-12-05  4:10 UTC  (28+ messages)
` [PATCH 4/6] kexec: A new system call, kexec_file_load, for in kernel kexec
` [PATCH 5/6] kexec-bzImage: Support for loading bzImage using 64bit entry
` [PATCH 6/6] kexec: Support for Kexec on panic using new system call

[PATCH] vmcore: call remap_pfn_range() separately for respective partial pages
 2013-12-04  9:05 UTC  (7+ messages)

[PATCH 0/3] makedumpfile: hugepage filtering for vmcore dump
 2013-12-04  6:08 UTC  (3+ messages)

[PATCH 0/6] Crashdump Accepting Active IOMMU
 2013-12-03 20:00 UTC  (8+ messages)
  ` [PATCH 1/6] Crashdump-Accepting-Active-IOMMU-Flags-and-Prototypes
  ` [PATCH 2/6] Crashdump-Accepting-Active-IOMMU-Utility-functions
  ` [PATCH 3/6] Crashdump-Accepting-Active-IOMMU-Domain-Interfaces
  ` [PATCH 4/6] Crashdump-Accepting-Active-IOMMU-Copy-Translations
  ` [PATCH 5/6] Crashdump-Accepting-Active-IOMMU-Debug-Print-IOMMU
  ` [PATCH 6/6] Crashdump-Accepting-Active-IOMMU-Call-From-Mainline

[PATCH] kexec/xen: Fix typo in __i386__ preprocessor identifier
 2013-12-03 12:28 UTC  (4+ messages)
  ` [PATCH] kexec-tools/xen: "

[PATCH 0/2] kexec-tools: Minor Xen fixes and cleanups
 2013-12-03  4:13 UTC  (4+ messages)
` [PATCH 1/2] kexec-tools/xen: Do not call xc_interface_close() if xc_interface_open() failed
` [PATCH 2/2] kexec-tools/xen: Remove redundant include

[PATCH v8] x86, apic, kexec, Documentation: Add disable_cpu_apic kernel parameter
 2013-12-02 14:56 UTC  (2+ messages)

[PATCH v2] makedumpfile: add parameters to update_cyclic_region
 2013-12-02  8:43 UTC  (7+ messages)

[PATCH v3 0/2] kexec support for Linux/m68k (kernel part)
 2013-12-01 11:30 UTC  (3+ messages)
` [PATCH v3 1/2] m68k: Add kexec support
` [PATCH v3 2/2] m68k: Add support to export bootinfo in procfs


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