public inbox for kexec@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2012-11-18 10:38:48 to 2012-12-03 19:28:08 UTC [more...]

[PATCH v2 0/7] makedumpfile security key filtering with eppic
 2012-12-03 18:40 UTC  (14+ messages)

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

[PATCHv3 5/9] Initialize phys_start during early Xen setup
 2012-12-03 10:10 UTC  (4+ messages)

[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  (4+ messages)

[PATCH v7 0/5] Reset PCIe devices to address DMA problem on kdump with iommu
 2012-11-30 15:49 UTC  (7+ messages)
` [PATCH v7 1/5] x86, pci: add dummy pci device for early stage
` [PATCH v7 2/5] PCI: Define the maximum number of PCI function
` [PATCH v7 3/5] Make reset_devices available at early stage
` [PATCH v7 4/5] x86, pci: Reset PCIe devices at boot time
` [PATCH v7 5/5] x86, pci: Enable PCI INTx when MSI is disabled

(no subject)
 2012-11-30 14:27 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)

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

Save PG_compound or PG_head value in VMCOREINFO
 2012-11-28  9:50 UTC  (3+ messages)

kexec 2.0.4-rc1 won't work on an ARM kernel without device-tree
 2012-11-28  8:42 UTC  (2+ messages)

[PATCH v2 00/10] Support free page filtering looking up mem_map array
 2012-11-28  7:42 UTC  (6+ messages)
` [PATCH v2 08/10] Add page_is_buddy for PG_buddy

[PATCH 1/2] fs2dt: fix basename string compares
 2012-11-27  2:30 UTC  (4+ messages)
` [PATCH 2/2] fs2dt: check for initrd_size != 0 when adding initrd entries

[PATCH v8 0/2] x86: vmclear vmcss on all cpus when doing kdump if necessary
 2012-11-27  1:53 UTC  (14+ 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

[RFC] makedumpfile-1.5.1 RC
 2012-11-26 16:02 UTC  (9+ messages)

[PATCH v4 0/6] kexec: put bzImage and ramdisk above 4G for x86 64bit
 2012-11-25  0:42 UTC  (10+ messages)
` [PATCH v4 1/6] kexec, x86: clean boot_params area for entry-32bit path
` [PATCH v4 2/6] kexec, x86: Fix bzImage real-mode booting
` [PATCH v4 3/6] kexec, x86: add boot header member for version 2.12
` [PATCH v4 4/6] kexec, x86: put ramdisk high for 64bit bzImage
` [PATCH v4 5/6] kexec, x86: set ext_cmd_line_ptr when boot_param is above 4g
` [PATCH v4 6/6] kexec, x86_64: Load bzImage64 above 4G

[PATCH v2 00/11] xen: Initial kexec/kdump implementation
 2012-11-23 20:24 UTC  (35+ 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
            ` [Xen-devel] [PATCH v2 01/11] kexec: introduce kexec_ops struct

[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] 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

[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  (41+ messages)
` [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] makedumpfile: request the kernel do page scans
 2012-11-19 18:07 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