Kexec Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-07-18 05:37:18 to 2018-08-31 08:20:40 UTC [more...]

[PATCH 0/5 V6] Support kdump for AMD secure memory encryption(SME)
 2018-08-31  8:19 UTC  (6+ 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-08-30 15:01 UTC  (11+ 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 0/5 V5] Support kdump for AMD secure memory encryption(SME)
 2018-08-23 15:21 UTC  (18+ messages)
` [PATCH 1/5 V5] Add a function(ioremap_encrypted) for kdump when AMD sme enabled

[PATCH v4 0/5] arm64: kexec, kdump: fix boot failures on acpi-only system
 2018-08-23 12:35 UTC  (12+ messages)
` [PATCH v4 1/5] arm64: export memblock_reserve()d regions via /proc/iomem
` [PATCH v4 2/5] drivers: acpi: add dependency of EFI for arm64
` [PATCH v4 3/5] efi/arm: preserve early mapping of UEFI memory map longer for BGRT
` [PATCH v4 4/5] efi/arm: map UEFI memory map even w/o runtime services enabled
` [PATCH v4 5/5] arm64: acpi: fix alignment fault in accessing ACPI

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

[PATCH] arm64: Add a generic method of determining invalid phy-addr for calculating 'info->page_offset'
 2018-08-21 15:27 UTC  (2+ messages)

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

[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  (33+ messages)
` [PATCH v12 01/16] asm-generic: add kexec_file_load system call to unistd.h
` [PATCH v12 02/16] kexec_file: make kexec_image_post_load_cleanup_default() global
` [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 05/16] kexec_file: kexec_walk_memblock() only walks a dedicated region at kdump
` [PATCH v12 06/16] of/fdt: add helper functions for handling properties
` [PATCH v12 07/16] arm64: add image head flag definitions
` [PATCH v12 08/16] arm64: cpufeature: add MMFR0 helper functions
` [PATCH v12 09/16] arm64: enable KEXEC_FILE config
` [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 

kexec support for plan9 on x86
 2018-07-24  6:29 UTC  (2+ messages)

[PATCH v3.1 0/4] arm64: kexec, kdump: fix boot failures on acpi-only system
 2018-07-24  5:19 UTC  (7+ messages)
` [PATCH v3.1 0/4] arm64: kexec,kdump: "

[PATCH v11 00/15] subject: arm64: kexec: add kexec_file_load() support
 2018-07-23 17:04 UTC  (27+ messages)
` [PATCH v11 03/15] powerpc, kexec_file: factor out memblock-based arch_kexec_walk_mem()
` [PATCH v11 09/15] arm64: kexec_file: load initrd and device-tree
` [PATCH v11 10/15] arm64: kexec_file: allow for loading Image-format kernel
` [PATCH v11 11/15] arm64: kexec_file: add crash dump support

mail with .c files in attachment held in moderation
 2018-07-22 21:46 UTC 

kexec support for plan9 continued
 2018-07-22 21:30 UTC 

why's svgadrmfb not exposing linear phys framebuffer address?
 2018-07-21 20:48 UTC 


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