Kexec Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-07-24 06:58:47 to 2018-09-10 21:04:31 UTC [more...]

[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 v14 06/16] of/fdt: add helper functions for handling properties
 2018-09-10  2:38 UTC  (13+ 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 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 0/4 v7] Support kdump for AMD secure memory encryption(SME)
 2018-09-07  8:18 UTC  (5+ messages)
` [PATCH 1/4 v7] x86/ioremap: add a function ioremap_encrypted() to remap kdump old memory
` [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 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 0/3] Add restrictions for kexec/kdump jumping between 5-level and 4-level kernel
 2018-09-05  8:02 UTC  (23+ 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

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

(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 

[PATCH] multiboot-x86: pass framebuffer information when requested
 2018-08-02 14:05 UTC 

[PATCH] multiboot-x86: pass ACPI reserved memory information in memory map
 2018-08-02 14:05 UTC 

[PATCH] multiboot-x86: support for non-elf kernels
 2018-08-02 14:04 UTC 

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

[PATCH v12 00/16] arm64: kexec: add kexec_file_load() support
 2018-08-01  7:57 UTC  (27+ messages)
` [PATCH v12 01/16] asm-generic: add kexec_file_load system call to unistd.h
` [PATCH v12 03/16] s390, kexec_file: drop arch_kexec_mem_walk()
` [PATCH v12 04/16] powerpc, kexec_file: factor out memblock-based arch_kexec_walk_mem()
` [PATCH v12 10/16] arm64: kexec_file: load initrd and device-tree
` [PATCH v12 11/16] arm64: kexec_file: allow for loading Image-format kernel
` [PATCH v12 12/16] arm64: kexec_file: add crash dump support
` [PATCH v12 13/16] arm64: kexec_file: invoke the kernel without purgatory
` [PATCH v12 14/16] include: pe.h: remove message[] from mz header definition
` [PATCH v12 15/16] arm64: kexec_file: add kernel signature verification support
` [PATCH v12 16/16] arm64: kexec_file: add kaslr support

[PATCH v2] arm64, kaslr: export offset in VMCOREINFO ELF notes
 2018-07-31 10:15 UTC  (4+ messages)

multiboot non-elf and framebuffer support for kexec-tools
 2018-07-28 16:18 UTC 

[PATCH 0/3] arm64: add support for loading kernel from FITimage
 2018-07-27  8:17 UTC  (4+ messages)

[PATCH v7 4/4] kexec_file: Load kernel at top of system RAM if required
 2018-07-26 15:10 UTC  (14+ messages)

[PATCH] arm64, kaslr: export offset in VMCOREINFO ELF notes
 2018-07-25 19:57 UTC  (5+ messages)

[PATCH v4 0/2] Add capability to dump fdt blob for arm64 platforms
 2018-07-25  0:32 UTC  (5+ messages)

non-elf multiboot image support on x86
 2018-07-24 23:46 UTC 


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