Kexec Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-08-21 06:07:28 to 2018-09-28 06:50:24 UTC [more...]

[PATCH v15 00/16] arm64: kexec: add kexec_file_load() support
 2018-09-28  6:48 UTC  (14+ messages)
` [PATCH v15 01/16] asm-generic: add kexec_file_load system call to unistd.h
` [PATCH v15 02/16] kexec_file: make kexec_image_post_load_cleanup_default() global
` [PATCH v15 03/16] s390, kexec_file: drop arch_kexec_mem_walk()
` [PATCH v15 04/16] powerpc, kexec_file: factor out memblock-based arch_kexec_walk_mem()
` [PATCH v15 05/16] kexec_file: kexec_walk_memblock() only walks a dedicated region at kdump
` [PATCH v15 06/16] of/fdt: add helper functions for handling properties
` [PATCH v15 07/16] arm64: add image head flag definitions
` [PATCH v15 08/16] arm64: cpufeature: add MMFR0 helper functions
` [PATCH v15 09/16] arm64: enable KEXEC_FILE config
` [PATCH v15 10/16] arm64: kexec_file: load initrd and device-tree
` [PATCH v15 11/16] arm64: kexec_file: allow for loading Image-format kernel
` [PATCH v15 12/16] arm64: kexec_file: add crash dump support
` [PATCH v15 13/16] arm64: kexec_file: invoke the kernel without purgatory

[PATCH 0/3 v3] add reserved e820 ranges to the kdump kernel e820 table
 2018-09-28  5:09 UTC  (17+ 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 v7 RESEND 0/4] Support kdump for AMD secure memory encryption(SME)
 2018-09-28  3:52 UTC  (11+ messages)
` [PATCH v7 RESEND 1/4] x86/ioremap: add a function ioremap_encrypted() to remap kdump old memory
` [PATCH v7 RESEND 2/4] kexec: allocate unencrypted control pages for kdump in case SME is enabled
` [PATCH v7 RESEND 3/4] iommu/amd: Remap the device table of IOMMU with the memory encryption mask for kdump
` [PATCH v7 RESEND 4/4] kdump/vmcore: support encrypted old memory with SME enabled

[PATCH 0/3] find_next_iomem_res() fixes
 2018-09-27 14:22 UTC  (4+ messages)
` [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] x86/boot: Fix kexec booting failure after SEV early boot support
 2018-09-27 13:16 UTC  (2+ messages)

[PATCH v4 1/6] x86/ima: define arch_ima_get_secureboot
 2018-09-27 11:33 UTC  (2+ messages)
  ` [PATCH v4 2/6] ima: prevent kexec_load syscall based on runtime secureboot flag

[PATCH 0/4 v7] Support kdump for AMD secure memory encryption(SME)
 2018-09-27  5:12 UTC  (14+ 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] 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  (10+ messages)
  ` kexec: "

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

[PATCH 1/5 V5] Add a function(ioremap_encrypted) for kdump when AMD sme enabled
 2018-08-23 15:21 UTC  (11+ 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)


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