Kexec Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-07-08 13:15:58 to 2014-08-21 19:17:11 UTC [more...]

kexec fails to boot kernels where CONFIG_RANDOMIZE_BASE=y is set
 2014-08-21 19:16 UTC  (8+ messages)

[Patch v3 0/7] add a new interface to show the memory usage of 1st kernel
 2014-08-21 10:31 UTC  (24+ messages)
` [Patch v3 1/7] initialize pfn_memhole in get_num_dumpable_cyclic
` [Patch v3 2/7] functions to get crashkernel memory range
` [Patch v3 3/7] preparation functions for parsing vmcoreinfo
` [Patch v3 4/7] set vmcoreinfo for kcore
` [Patch v3 5/7] prepare the dump loads for kcore analysis
` [Patch v3 6/7] implement a function to print the memory usage
` [Patch v3 7/7] add a new interface to show the memory usage of 1st kernel

[PATCH 0/9] Remote kernel crash dump for Debian and Ubuntu
 2014-08-20 11:11 UTC  (10+ messages)
` [PATCH 1/9] Add SSH remote dump collection mechanism
` [PATCH 2/9] Implement propagate to send ssh key file to remote server
` [PATCH 3/9] Add comments to default/kdump-tools to outline functionality
` [PATCH 4/9] Add a prefix to the timestamped directory
` [PATCH 5/9] Add remote dump information to kdump-config show
` [PATCH 6/9] Add NFS remote dump collection
` [PATCH 7/9] Add NFS info to kdump-config show
` [PATCH 8/9] Reformat of the kdump-tools file
` [PATCH 9/9] Add check to avoid SSH and NFS being set together

makedumpfile: regenerate the incomplete vmcore generated by ENOSPC error
 2014-08-20  8:54 UTC 

[PATCH v4] makedumpfile: Exclude unnecessary hugepages
 2014-08-20  7:43 UTC  (2+ messages)

[PATCH V2] kexec: Provide an option to use new kexec system call
 2014-08-19  9:15 UTC  (2+ messages)

[PATCH] kexec: usage printing when specify "-u -p"
 2014-08-19  9:05 UTC  (2+ messages)

[PATCH v3] makedumpfile: Exclude unnecessary hugepages
 2014-08-19  6:53 UTC  (5+ messages)

[PATCH v3] Add arm description to Documentation/kdump/kdump.txt
 2014-08-18 17:20 UTC  (2+ messages)

[PATCH] kexec: Provide an option to use new kexec system call
 2014-08-18 14:53 UTC  (3+ messages)

[PATCH 0/2] kexec: Introduce CONFIG_KEXEC_FILE for new syscall
 2014-08-14 18:37 UTC  (4+ messages)
` [PATCH 1/2] kexec: Create a new config option "
` [PATCH 2/2] kexec: Remove CONFIG_KEXEC dependency on crypto

[PATCH v3 0/2] PPC64: Add virtual to physical address translation support for vmalloc region
 2014-08-13 10:29 UTC  (4+ messages)
` [PATCH v3 1/2] makedumpfile: Initialize for vmalloc address translation support in PPC64 arch
` [PATCH v3 2/2] makedumpfile: vtop address translation support for vmalloc region "

[PATCH 00/15][V4] kexec: A new system call to allow in kernel loading
 2014-08-11 20:23 UTC  (8+ messages)
` [PATCH 11/15] purgatory: Core purgatory functionality

[PATCH V2] Add arm description to Documentation/kdump/kdump.txt
 2014-08-11 16:36 UTC  (2+ messages)

[PATCH 0/5] fix error return code
 2014-08-07 12:49 UTC  (2+ messages)
` [PATCH 5/5] kexec: "

[PATCH v2 0/2] PPC64: Add virtual to physical address translation support for vmalloc region
 2014-08-06 23:50 UTC  (4+ messages)
` [PATCH v2 1/2] makedumpfile: Initialize for vmalloc address translation support in PPC64 arch
` [PATCH v2 2/2] makedumpfile: vtop address translation support for vmalloc region "

Fwd: Re: [PATCH] ARM: Add arm description to Documentation/kdump/kdump.txt
 2014-08-06  2:06 UTC 

[PATCH 2/5] kexec: Export kexec_in_progress
 2014-08-04 14:21 UTC  (2+ messages)

[PATCH] PKCS#7: issuer and subject are mandatory fields in the ASN.1
 2014-08-01 16:03 UTC  (2+ messages)

[PATCH] ARM: Add arm description to Documentation/kdump/kdump.txt
 2014-07-31 12:39 UTC  (2+ messages)

Can't load bzImage crashkernel on xen system with 32 bit kernel
 2014-07-30  9:52 UTC  (9+ messages)

[PATCH] kexec: Fix callback parameter types
 2014-07-29 17:18 UTC  (2+ messages)

[PATCH] ppc64/kdump: Fix ELF header endianess
 2014-07-29  6:33 UTC  (2+ messages)

[PATCH 3/5]: ipr: kexec boot speed improvements
 2014-07-28 20:29 UTC 

[PATCH 0/1] kexec: verify bzImage signature
 2014-07-24 22:07 UTC  (4+ messages)
` [PATCH 1/1] kexec: Verify the signature of signed PE bzImage

[PATCH] kexec: Export free_huge_page to VMCOREINFO
 2014-07-24  9:30 UTC  (3+ messages)

[PATCH] kexec: align the extended size of dtb
 2014-07-24  8:12 UTC  (2+ messages)

kexec/kdump fails to load in ELF symbol relocation on ppc64 arch
 2014-07-24  6:15 UTC  (6+ messages)
` [PATCH] kexec/ppc64: disabling exception handling when building the purgatory

[PATCH 0/2] PPC64: Add virtual to physical address translation support for vmalloc region
 2014-07-23 11:07 UTC  (5+ messages)
` [PATCH 1/2] makedumpfile: Initialize for vmalloc address translation support in PPC64 arch
` [PATCH 2/2] makedumpfile: vtop address translation support for vmalloc region "

[PATCH 1/7] initialize pfn_memhole in get_num_dumpable_cyclic
 2014-07-23  8:02 UTC  (22+ messages)
` [PATCH 2/7] functions to get crashkernel memory range
` [PATCH 3/7] preparation functions for parsing vmcoreinfo
` [PATCH 4/7] set vmcoreinfo for kcore
` [PATCH 5/7] prepare the dump loads for kcore analysis
` [PATCH 6/7] implement a function to print the memory usage
` [PATCH 7/7] add a new interface to show the memory usage of 1st kernel
  ` [PATCH v2] "

[PATCH v2] makedumpfile: Exclude unnecessary hugepages
 2014-07-18 10:34 UTC  (11+ messages)

Kexec on arm64
 2014-07-15 15:28 UTC  (12+ messages)

kexec for aarch64_be
 2014-07-12  0:03 UTC  (6+ messages)

[PATCH 0/8] iommu/vt-d: Fix crash dump failure caused by legacy DMA/IO
 2014-07-11 16:27 UTC  (4+ messages)

[PATCH] Makedumpfile: vmcore size estimate
 2014-07-11 13:51 UTC  (10+ messages)

[PATCH 0/8] arm64 kexec kernel patches
 2014-07-11  9:47 UTC  (4+ messages)
` [PATCH 7/8] arm64/kexec: Add core kexec support

[PATCH 00/17] KEYS: PKCS#7 and PE file signature checking for kexec
 2014-07-10 20:37 UTC  (23+ messages)
` [PATCH01/17] X.509: Add bits needed for PKCS#7
` [PATCH02/17] X.509: Export certificate parse and free functions
` [PATCH03/17] PKCS#7: Implement a parser [RFC 2315]
` [PATCH04/17] PKCS#7: Digest the data in a signed-data message
` [PATCH05/17] PKCS#7: Find the right key in the PKCS#7 key list and verify the signature
` [PATCH06/17] PKCS#7: Verify internal certificate chain
` [PATCH07/17] PKCS#7: Find intersection between PKCS#7 message and known, trusted keys
` [PATCH08/17] PKCS#7: Provide a key type for testing PKCS#7
` [PATCH09/17] KEYS: X.509: Fix a spelling mistake
` [PATCH10/17] Provide PE binary definitions
` [PATCH11/17] pefile: Parse a PE binary to find a key and a signature contained therein
` [PATCH12/17] pefile: Strip the wrapper off of the cert data block
` [PATCH13/17] pefile: Parse the presumed PKCS#7 content of the certificate blob
` [PATCH14/17] pefile: Parse the "Microsoft individual code signing" data blob
` [PATCH15/17] pefile: Handle pesign using the wrong OID
` [PATCH16/17] pefile: Digest the PE binary and compare to the PKCS#7 data
` [PATCH17/17] pefile: Validate PKCS#7 trust chain

[PATCH 0/7] KEYS: PKCS#7 asymmetric key parser
 2014-07-08 13:15 UTC  (5+ messages)
` [PATCH4/7] PKCS#7: Find the right key in the PKCS#7 key list and verify the signature
` [PATCH5/7] PKCS#7: Verify internal certificate chain
` [PATCH6/7] PKCS#7: Find intersection between PKCS#7 message and known, trusted keys
` [PATCH7/7] PKCS#7: Provide a key type for testing PKCS#7


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