public inbox for kexec@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2012-11-30 00:12:44 to 2012-12-28 12:59:35 UTC [more...]

[PATCH v3 02/11] x86/kexec: Add extra pointers to transition page table PGD, PUD, PMD and PTE
 2012-12-28 12:59 UTC  (2+ messages)

[PATCH v3 06/11] x86/xen: Add i386 kexec/kdump implementation
 2012-12-28  3:16 UTC  (3+ messages)

[PATCH v3 01/11] kexec: introduce kexec firmware support
 2012-12-28  3:06 UTC  (2+ messages)

[PATCH v3 00/11] xen: Initial kexec/kdump implementation
 2012-12-28  0:53 UTC 

[PATCH v3 00/11] xen: Initial kexec/kdump implementation
 2012-12-27 23:40 UTC 

[PATCH v3 00/11] xen: Initial kexec/kdump implementation
 2012-12-27 18:53 UTC  (20+ messages)
` [PATCH v3 01/11] kexec: introduce kexec firmware support
  ` [PATCH v3 02/11] x86/kexec: Add extra pointers to transition page table PGD, PUD, PMD and PTE
    ` [PATCH v3 03/11] xen: Introduce architecture independent data for kexec/kdump
      ` [PATCH v3 04/11] x86/xen: Introduce architecture dependent "
        ` [PATCH v3 05/11] x86/xen: Register resources required by kexec-tools
          ` [PATCH v3 06/11] x86/xen: Add i386 kexec/kdump implementation
            ` [PATCH v3 07/11] x86/xen: Add x86_64 "
              ` [PATCH v3 08/11] x86/xen: Add kexec/kdump Kconfig and makefile rules
                ` [PATCH v3 09/11] x86/xen/enlighten: Add init and crash kexec/kdump hooks
                  ` [PATCH v3 10/11] drivers/xen: Export vmcoreinfo through sysfs
                    ` [PATCH v3 11/11] x86: Add Xen kexec control code size check to linker script

[PATCH v3 0/7] makedumpfile security key filtering with eppic
 2012-12-27  9:19 UTC  (12+ messages)
` [PATCH v3 1/7] Initialize and setup eppic
` [PATCH v3 2/7] makedumpfile and eppic interface layer
` [PATCH v3 3/7] Eppic call back functions to query a dump image
` [PATCH v3 4/7] Implement apigetctype call back function
` [PATCH v3 5/7] Implement apimember and apigetrtype call back functions
` [PATCH v3 6/7] Extend eppic built-in functions to include memset function
` [PATCH v3 7/7] Support fully typed symbol access mode

[PATCH v2] Add the values related to buddy system for filtering free pages
 2012-12-27  8:35 UTC  (11+ messages)

[PATCH] kexec: use dbgprintf instead of #if 0 for debug printing
 2012-12-25  9:35 UTC 

[PATCH] kexec,x86: code optimization and adjustment for add_memmap and delete_memmap
 2012-12-25  8:31 UTC 

[PATCH] kexec: fix some compiler warnings
 2012-12-25  8:30 UTC 

[PATCH] kexec: disable non-boot CPUs
 2012-12-23 11:06 UTC  (8+ messages)

Build Cleanup and Fixes
 2012-12-23  7:19 UTC  (4+ messages)
` [PATCH 1/3] die: Use const for fmt
` [PATCH 2/3] build: Use cross compiler's strip if available
` [PATCH 3/3] build: Restrict scope of per-arch compiler flags

[PATCH] kexec-zImage-arm: simply cmdline-related DTB resizing
 2012-12-23  7:14 UTC  (3+ messages)

[PATCH v7 0/5] Reset PCIe devices to address DMA problem on kdump with iommu
 2012-12-21 16:19 UTC  (5+ messages)

[RFC] makedumpfile-1.5.1 RC
 2012-12-21  6:19 UTC  (8+ messages)

[PATCH] makedumpfile: request the kernel do page scans
 2012-12-21  1:35 UTC  (11+ messages)

[PATCH] kexec-elf-ppc: Fix crashkernel region overflow check
 2012-12-17 23:58 UTC  (2+ messages)

KEXEC on ARM Cortex-A15 versatile express V2P
 2012-12-14 21:04 UTC  (3+ messages)

(no subject)
 2012-12-14 14:35 UTC  (4+ messages)
` 

[PATCH] kexec-zImage-arm: add code to support --command-line along with --dtb
 2012-12-14 13:33 UTC  (3+ messages)

[PATCH 1/5] Fix xen_cpuid() inline asm to not clobber stack's red zone
 2012-12-14 13:31 UTC  (6+ messages)
` [PATCH 2/5] fixed strncat size argument on ppc64
` [PATCH 3/5] fix message and indenting in putnode in ppc64
` [PATCH 4/5] fix comment typo in do_bzImage_load on x86
` [PATCH 5/5] fix comment typo in locate_hole

[PATCH v6 0/6] kexec: put bzImage and ramdisk above 4G for x86 64bit
 2012-12-14  0:47 UTC  (11+ messages)
` [PATCH v6 1/6] kexec, x86: add boot header member for version 2.12
` [PATCH v6 2/6] kexec, x86: clean boot_params area for entry-32bit path
` [PATCH v6 3/6] kexec, x86: Fix bzImage real-mode booting
` [PATCH v6 4/6] kexec, x86: put ramdisk/cmd_line above 4G for 64bit bzImage
` [PATCH v6 5/6] kexec, x86_64: Load bzImage64 above 4G
` [PATCH v6 6/6] kexec, x86: handle Crash low kernel range

kexec: ppc exec stack fix
 2012-12-13  0:15 UTC  (2+ messages)

[RFC PATCH 0/8] remove vm_struct list management
 2012-12-12 14:10 UTC  (27+ messages)
` [RFC PATCH 1/8] mm, vmalloc: change iterating a vmlist to find_vm_area()
` [RFC PATCH 2/8] mm, vmalloc: move get_vmalloc_info() to vmalloc.c
` [RFC PATCH 3/8] mm, vmalloc: protect va->vm by vmap_area_lock
` [RFC PATCH 4/8] mm, vmalloc: iterate vmap_area_list, instead of vmlist in vread/vwrite()
` [RFC PATCH 5/8] mm, vmalloc: iterate vmap_area_list in get_vmalloc_info()
` [RFC PATCH 6/8] mm, vmalloc: iterate vmap_area_list, instead of vmlist, in vmallocinfo()
` [RFC PATCH 7/8] mm, vmalloc: makes vmlist only for kexec
` [RFC PATCH 8/8] mm, vmalloc: remove list management operation after initializing vmalloc

[PATCH] x86/kexec: crash_vmclear_local_vmcss needs __rcu
 2012-12-11 21:55 UTC  (7+ messages)
` [PATCH] [RESEND] "

[PATCH v2 0/7] makedumpfile security key filtering with eppic
 2012-12-10 11:35 UTC  (22+ messages)

[PATCH] Add the values related to buddy system for filtering free pages
 2012-12-10  2:42 UTC  (3+ messages)

makedumpfile-1.5.1: Improve performance for cyclic mode
 2012-12-07  6:03 UTC  (4+ messages)

[PATCH v11 0/2] x86: vmclear vmcss on all cpus when doing kdump if necessary
 2012-12-06 16:28 UTC  (4+ messages)
` [PATCH v11 1/2] x86/kexec: VMCLEAR VMCSs loaded on all cpus "
` [PATCH v11 2/2] KVM-INTEL: provide the vmclear function and a bitmap to support VMCLEAR in kdump

[PATCH v10 0/2] x86: vmclear vmcss on all cpus when doing kdump if necessary
 2012-12-06  9:39 UTC  (5+ messages)
` [PATCH v10 1/2] x86/kexec: VMCLEAR VMCSs loaded on all cpus "
` [PATCH v10 2/2] KVM-INTEL: provide the vmclear function and a bitmap to support VMCLEAR in kdump

[PATCH v9 0/2] x86: vmclear vmcss on all cpus when doing kdump if necessary
 2012-12-05  7:55 UTC  (6+ messages)
` [PATCH v9 1/2] x86/kexec: VMCLEAR VMCSs loaded on all cpus "

[PATCHv3 5/9] Initialize phys_start during early Xen setup
 2012-12-04  8:36 UTC  (5+ messages)

[PATCH v5 0/5] kexec: put bzImage and ramdisk above 4G for x86 64bit
 2012-12-04  7:42 UTC  (4+ messages)

[PATCH] kexec x86_64: Make purgatory relocatable anywhere in the 64bit address space
 2012-12-04  1:29 UTC  (8+ messages)
  ` [PATCH] kexec: Teach configure to find the strip binary

[PATCH] kexec: Fix compile errors in crashdump-mips.c
 2012-12-03  7:59 UTC  (4+ messages)

[ANNOUNCE] makedumpfile: Postpone the release of 1.5.1
 2012-12-03  6:28 UTC  (2+ messages)

[PATCH 0/2] kexec: Limit the crash memory ranges according to first kernel's memory limit
 2012-11-30  3:08 UTC  (3+ messages)


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