Kexec Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-08-02 10:14:56 to 2018-09-27 02:07:25 UTC [more...]

[PATCH 0/4 v7] Support kdump for AMD secure memory encryption(SME)
 2018-09-27  2:06 UTC  (12+ messages)
` [PATCH 1/4 v7] x86/ioremap: add a function ioremap_encrypted() to remap kdump old memory
        ` [PATCH 1/4 v8] "
` [PATCH 2/4 v7] kexec: allocate unencrypted control pages for kdump in case SME is enabled
` [PATCH 3/4 v7] amd_iommu: remap the device table of IOMMU with the memory encryption mask for kdump
` [PATCH 4/4 v7] kdump/vmcore: support encrypted old memory with SME enabled

[PATCH] makedumpfile/ppc64: increase MAX_PHYSMEM_BITS to 128TB
 2018-09-26 20:21 UTC  (2+ messages)

[PATCH] makedumpfile/ppc64: increase MAX_PHYSMEM_BITS to > 128TB
 2018-09-26 19:42 UTC  (2+ messages)

[PATCH 0/3 v3] add reserved e820 ranges to the kdump kernel e820 table
 2018-09-26 13:36 UTC  (14+ messages)
` [PATCH 1/3 v3] resource: fix an error which walks through iomem resources
  ` [PATCH 0/3] find_next_iomem_res() fixes
    ` [PATCH 1/3] x86/kexec: Correct KEXEC_BACKUP_SRC_END off-by-one error
    ` [PATCH 2/3] resource: Include resource end in walk_*() interfaces
    ` [PATCH 3/3] resource: Fix find_next_iomem_res() iteration issue
` [PATCH 2/3 v3] x86/kexec_file: add e820 entry in case e820 type string matches to io resource name
` [PATCH 3/3 v3] x86/kexec_file: add reserved e820 ranges to kdump kernel e820 table

[PATCH] x86/boot: Fix kexec booting failure after SEV early boot support
 2018-09-26 13:21 UTC  (9+ messages)

cannot get kdump to work, kexec stops in load_segments()
 2018-09-26  9:43 UTC  (2+ messages)

[PATCH v14 06/16] of/fdt: add helper functions for handling properties
 2018-09-26  8:10 UTC  (18+ messages)
` [PATCH v14 07/16] arm64: add image head flag definitions
` [PATCH v14 08/16] arm64: cpufeature: add MMFR0 helper functions
` [PATCH v14 09/16] arm64: enable KEXEC_FILE config
` [PATCH v14 10/16] arm64: kexec_file: load initrd and device-tree
` [PATCH v14 11/16] arm64: kexec_file: allow for loading Image-format kernel
` [PATCH v14 12/16] arm64: kexec_file: add crash dump support
` [PATCH v14 13/16] arm64: kexec_file: invoke the kernel without purgatory
` [PATCH v14 14/16] include: pe.h: remove message[] from mz header definition
` [PATCH v14 15/16] arm64: kexec_file: add kernel signature verification support
` [PATCH v14 16/16] arm64: kexec_file: add kaslr support

[PATCH 0/3] Add restrictions for kexec/kdump jumping between 5-level and 4-level kernel
 2018-09-26  7:54 UTC  (24+ messages)
` [PATCH 1/3] x86/boot: Add bit fields into xloadflags for 5-level kernel checking
` [PATCH 2/3] x86/kexec/64: Error out if try to jump to old 4-level kernel from 5-level kernel
` [PATCH 3/3] x86/kdump/64: Change the upper limit of crashkernel reservation

[PATCHv2] kernel: kexec_file: remove some duplicated include file
 2018-09-21  5:33 UTC  (5+ messages)

[PATCH] kernel: kexec_file: remove some duplicated include file
 2018-09-21  2:48 UTC  (5+ messages)

[PATCH 0/3 v2] add reserved e820 ranges to the kdump kernel e820 table
 2018-09-20  6:59 UTC  (7+ messages)
` [PATCH 1/3 v2] resource: fix an error which walks through iomem resources
` [PATCH 2/3 v2] x86/kexec_file: add e820 entry in case e820 type string matches to io resource name
` [PATCH 3/3 v2] x86/kexec_file: add reserved e820 ranges to kdump kernel e820 table

[PATCH] multiboot-x86: support for non-elf kernels
 2018-09-11 17:07 UTC 

[PATCH] multiboot-x86: pass framebuffer information when requested
 2018-09-11 12:27 UTC  (2+ messages)

[PATCH] multiboot-x86: pass ACPI reserved memory information in memory map
 2018-09-11 12:15 UTC  (2+ messages)

[PATCH] multiboot-x86: support for non-elf kernels
 2018-09-11 11:53 UTC  (2+ messages)

multiboot-x86
 2018-09-10 22:59 UTC 

[PATCH] arm64: Add a generic method of determining invalid phy-addr for calculating 'info->page_offset'
 2018-09-10 21:03 UTC  (4+ messages)

A small problem about useless initramfs of kdump should be removed
 2018-09-10  7:40 UTC 

[PATCH 4.9 42/63] Fix kexec forbidding kernels signed with keys in the secondary keyring to boot
 2018-09-07 21:10 UTC 

[PATCH 4.14 17/89] Fix kexec forbidding kernels signed with keys in the secondary keyring to boot
 2018-09-07 21:09 UTC 

[PATCH 4.18 025/145] Fix kexec forbidding kernels signed with keys in the secondary keyring to boot
 2018-09-07 21:08 UTC 

Patch "Fix kexec forbidding kernels signed with keys in the secondary keyring to boot" has been added to the 4.9-stable tree
 2018-09-07 11:22 UTC 

Patch "Fix kexec forbidding kernels signed with keys in the secondary keyring to boot" has been added to the 4.14-stable tree
 2018-09-07 10:19 UTC 

Patch "Fix kexec forbidding kernels signed with keys in the secondary keyring to boot" has been added to the 4.18-stable tree
 2018-09-07  9:31 UTC 

[PATCH v14 00/16] subject: arm64: kexec: add kexec_file_load() support
 2018-09-07  7:56 UTC  (6+ messages)
` [PATCH v14 01/16] asm-generic: add kexec_file_load system call to unistd.h
` [PATCH v14 02/16] kexec_file: make kexec_image_post_load_cleanup_default() global
` [PATCH v14 03/16] s390, kexec_file: drop arch_kexec_mem_walk()
` [PATCH v14 04/16] powerpc, kexec_file: factor out memblock-based arch_kexec_walk_mem()
` [PATCH v14 05/16] kexec_file: kexec_walk_memblock() only walks a dedicated region at kdump

[PATCH v2] kdump: fix an error that can not parse the e820 reserved region
 2018-09-07  1:05 UTC  (2+ messages)

[PATCH] kdump: fix an error that can not parse the e820 reserved region
 2018-09-06  5:20 UTC  (3+ messages)

[PATCH 0/5 V6] Support kdump for AMD secure memory encryption(SME)
 2018-09-05 14:04 UTC  (15+ messages)
` [PATCH 1/5 V6] x86/ioremap: add a function ioremap_encrypted() to remap kdump old memroy
` [PATCH 2/5 V6] x86/ioremap: strengthen the logic in early_memremap_pgprot_adjust() to adjust encryption mask
` [PATCH 3/5 V6] kexec: allocate unencrypted control pages for kdump in case SME is enabled
` [PATCH 4/5 V6] iommu/amd_iommu: remap the device table of IOMMU with the memory encryption mask for kdump
` [PATCH 5/5 V6] kdump/vmcore: support encrypted old memory with SME enabled

[PATCH v13 00/16] subject: arm64: kexec: add kexec_file_load() support
 2018-08-29  0:28 UTC  (10+ messages)
` [PATCH v13 03/16] s390, kexec_file: drop arch_kexec_mem_walk()

(Possible) fix for "Unhandled rela relocation: R_X86_64_PLT32" error
 2018-08-24 15:08 UTC  (11+ messages)
  ` kexec: "

[PATCH] x86, kdump: Fix efi=noruntime NULL pointer dereference
 2018-08-24  6:49 UTC  (10+ messages)

[PATCH 1/5 V5] Add a function(ioremap_encrypted) for kdump when AMD sme enabled
 2018-08-23 15:21 UTC  (15+ messages)

[PATCH v4 0/5] arm64: kexec, kdump: fix boot failures on acpi-only system
 2018-08-23 12:35 UTC  (8+ messages)
` [PATCH v4 1/5] arm64: export memblock_reserve()d regions via /proc/iomem

[PATCH] x86/kexec: prefer _THIS_IP_ to current_text_addr
 2018-08-21 16:26 UTC  (6+ messages)

[PATCH 0/2] arm64, makedumpfile: A couple of KASLR related fixes
 2018-08-20 19:50 UTC  (9+ messages)
` [PATCH 1/2] arm64: Get 'info->page_offset' from PT_LOAD segments to support KASLR boot cases

[PATCH 2/2] Fix kexec forbidding kernels signed with keys in the secondary keyring to boot
 2018-08-16 13:05 UTC 

[PATCHv3] makedumpfile: when using refiltering, initialize refiltered bitmap2 from the kdump file's bitmap2
 2018-08-08 14:13 UTC  (2+ messages)

[PATCHv2] makedumpfile: when using refiltering, initialize refiltered bitmap2 from the kdump file's bitmap2
 2018-08-07  7:09 UTC  (3+ messages)

panic kexec broken on ARM64?
 2018-08-03  6:06 UTC  (13+ messages)

[PATCH] makedumpfile: when using refiltering, initialize bitmap1 from the kdump file's bitmap2
 2018-08-03  3:08 UTC  (5+ messages)

Your message to kexec awaits moderator approval
 2018-08-02 15:50 UTC 

multiboot non-elf and framebuffer support for kexec-tools
 2018-08-02 10:14 UTC 


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