public inbox for kexec@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2012-11-14 20:15:41 to 2012-11-23 09:52:50 UTC [more...]

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

[PATCH v2 0/7] makedumpfile security key filtering with eppic
 2012-11-22 17:14 UTC  (24+ messages)
` [PATCH v2 1/7] Initialize and setup eppic

[PATCH v2] makedumpfile: request the kernel do page scans
 2012-11-22 14:07 UTC  (3+ messages)

[PATCH v3 0/4] kexec: put bzImage and ramdisk above 4G for x86 64bit
 2012-11-22 11:39 UTC  (25+ messages)
` [PATCH v3 1/4] kexec, x86: add boot header member for version 2.12
` [PATCH v3 2/4] kexec, x86: put ramdisk high for 64bit bzImage
` [PATCH v3 3/4] kexec, x86: set ext_cmd_line_ptr when boot_param is above 4g
` [PATCH v3 4/4] kexec, x86_64: Load bzImage64 above 4G

[PATCH v5 0/2] x86: vmclear vmcss on all cpus when doing kdump if necessary
 2012-11-22  8:04 UTC  (9+ messages)
` [PATCH v5 1/2] x86/kexec: VMCLEAR vmcss on all cpus "
` [PATCH v5 2/2] KVM-INTEL: add a notifier and a bitmap to support VMCLEAR in kdump

[PATCH v8 0/2] x86: vmclear vmcss on all cpus when doing kdump if necessary
 2012-11-22  8:25 UTC  (3+ messages)
` [PATCH v8 1/2] x86/kexec: add a new atomic notifier list for kdump
` [PATCH v8 2/2] KVM-INTEL: add a notifier and a bitmap to support VMCLEAR in kdump

[PATCH] makedumpfile: fix to exclude_unnecessary_pages_cyclic
 2012-11-22  7:30 UTC  (2+ messages)

[PATCH v7 0/2] x86: vmclear vmcss on all cpus when doing kdump if necessary
 2012-11-22  2:34 UTC  (3+ messages)
` [PATCH v7 1/2] x86/kexec: VMCLEAR vmcss on all cpus "
` [PATCH v7 2/2] KVM-INTEL: add a notifier and a bitmap to support VMCLEAR in kdump

[PATCH v6 0/2] x86: vmclear vmcss on all cpus when doing kdump if necessary
 2012-11-22  1:18 UTC  (5+ messages)
` [PATCH v6 1/2] x86/kexec: VMCLEAR vmcss on all cpus "
` [PATCH v6 2/2] KVM-INTEL: add a notifier and a bitmap to support VMCLEAR in kdump

[RFC] makedumpfile-1.5.1 RC
 2012-11-22  0:49 UTC  (8+ messages)

[PATCH] scan page tables for makedumpfile, 3.0.13 kernel
 2012-11-21 20:07 UTC 

[PATCH] Add the values related to buddy system for filtering free pages
 2012-11-21  8:02 UTC 

[ANNOUNCE] kexec-tools 2.0.4-rc1
 2012-11-21  0:57 UTC 

[PATCH] kexec x86_64: Make purgatory relocatable anywhere in the 64bit address space
 2012-11-21  0:16 UTC  (2+ messages)

Kexec on Macbook Pro 8,1
 2012-11-20 18:19 UTC 

[PATCH v4 0/2] x86: clear vmcss on all cpus when doing kdump if necessary
 2012-11-20  9:56 UTC  (4+ messages)

[PATCH] makedumpfile: s390x: Allow HW Change-bit override for page table entries
 2012-11-20  3:55 UTC  (2+ messages)

[PATCH 0/8] kexec: put bzImage and ramdisk above 4G for x86 64bit
 2012-11-19 22:34 UTC  (60+ messages)
` [PATCH 1/8] Add min/max macro
` [PATCH 2/8] x86: add boot header member for version 2.12
` [PATCH 3/8] add mem64_min/max control
                                      ` [PATCH 0/6] kexec: put bzImage and ramdisk above 4G for x86 64bit
                                        ` [PATCH 1/6] kexec, x86: add boot header member for version 2.12
                                        ` [PATCH 2/6] kexec: don't die during buffer finding
                                        ` [PATCH 3/6] kexec, x86: put ramdisk high for 64bit bzImage
                                        ` [PATCH 4/6] kexec, x86: set ext_cmd_line_ptr when boot_param is put high
                                        ` [PATCH 5/6] kexec, x86: Make x64_64 purgatory relocatable above 4G
                                        ` [PATCH 6/6] kexec, x86_64: put 64bit bzImage high
                                      ` [PATCH v2 0/6] kexec: put bzImage and ramdisk above 4G for x86 64bit
                                        ` [PATCH v2 1/6] kexec, x86: add boot header member for version 2.12
                                        ` [PATCH v2 2/6] kexec: don't die during buffer finding
                                        ` [PATCH v2 3/6] kexec, x86: put ramdisk high for 64bit bzImage
                                        ` [PATCH v2 4/6] kexec, x86: set ext_cmd_line_ptr when boot_param is put high
                                        ` [PATCH v2 5/6] kexec, x86: Make x64_64 purgatory relocatable above 4G
                                        ` [PATCH v2 6/6] kexec, x86_64: put 64bit bzImage high
` [PATCH 4/8] Move out mem_min/max checking in locate_hole
` [PATCH 5/8] seperate checking 64bit mem range
` [PATCH 6/8] debug print out for add_buf
` [PATCH 7/8] x86: put ramdisk high for 64bit bzImage
` [PATCH 8/8] x86: put 64bit bzImage high

[PATCH] makedumpfile: request the kernel do page scans
 2012-11-19 18:07 UTC  (3+ messages)

[PATCH v2 00/10] Support free page filtering looking up mem_map array
 2012-11-16  7:05 UTC  (12+ messages)
` [PATCH v2 01/10] Move page flags setup for old kernels after debuginfo initialization
` [PATCH v2 02/10] Add debuginfo interface for enum type size
` [PATCH v2 03/10] Add new parameters to various tables
` [PATCH v2 04/10] Add debuginfo-related processing for VMCOREINFO/VMLINUX
` [PATCH v2 05/10] Add hardcoded page flag values
` [PATCH v2 06/10] Exclude free pages by looking up mem_map array
` [PATCH v2 07/10] Add page_is_buddy for recent kernels
` [PATCH v2 08/10] Add page_is_buddy for PG_buddy
` [PATCH v2 09/10] Add page_is_buddy for old kernels
` [PATCH v2 10/10] Warn cyclic buffer overrun and correct it if possible

[PATCH] scan page tables for makedumpfile
 2012-11-15 22:52 UTC 

Kdump with signed images
 2012-11-15 12:56 UTC  (13+ messages)

[PATCH 0/5] crash: Bundle of fixes for Xen
 2012-11-15  9:29 UTC 

[PATCH 00/10] Support free page filtering looking up mem_map array
 2012-11-15  7:47 UTC  (9+ messages)

[PATCH 0/5] crash: Bundle of fixes for Xen
 2012-11-15  0:16 UTC  (2+ messages)

[PATCH][V2] vmcore-dmesg: Determine correct machine pointer size
 2012-11-14 23:19 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