Kexec Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-05-15 14:08:01 to 2017-06-07 19:17:24 UTC [more...]

[PATCH v6 00/34] x86: Secure Memory Encryption (AMD)
 2017-06-07 19:17 UTC  (23+ messages)
` [PATCH v6 01/34] x86: Document AMD Secure Memory Encryption (SME)
` [PATCH v6 02/34] x86/mm/pat: Set write-protect cache mode for full PAT support
` [PATCH v6 03/34] x86, mpparse, x86/acpi, x86/PCI, x86/dmi, SFI: Use memremap for RAM mappings
` [PATCH v6 04/34] x86/CPU/AMD: Add the Secure Memory Encryption CPU feature
` [PATCH v6 05/34] x86/CPU/AMD: Handle SME reduction in physical address size
` [PATCH v6 06/34] x86/mm: Add Secure Memory Encryption (SME) support
` [PATCH v6 07/34] x86/mm: Don't use phys_to_virt in ioremap() if SME is active
` [PATCH v6 08/34] x86/mm: Add support to enable SME in early boot processing
` [PATCH v6 09/34] x86/mm: Simplify p[gum]d_page() macros
` [PATCH v6 10/34] x86, x86/mm, x86/xen, olpc: Use __va() against just the physical address in cr3
` [PATCH v6 11/34] x86/mm: Provide general kernel support for memory encryption
` [PATCH v6 12/34] x86/mm: Extend early_memremap() support with additional attrs
` [PATCH v6 13/34] x86/mm: Add support for early encrypt/decrypt of memory
` [PATCH v6 14/34] x86/mm: Insure that boot memory areas are mapped properly
` [PATCH v6 15/34] x86/boot/e820: Add support to determine the E820 type of an address
` [PATCH v6 16/34] efi: Add an EFI table address match function
` [PATCH v6 17/34] efi: Update efi_mem_type() to return an error rather than 0
` [PATCH v6 18/34] x86/efi: Update EFI pagetable creation to work with SME
` [PATCH v6 19/34] x86/mm: Add support to access boot related data in the clear
` [PATCH v6 20/34] x86, mpparse: Use memremap to map the mpf and mpc data
` [PATCH v6 21/34] x86/mm: Add support to access persistent memory in the clear
` [PATCH v6 23/34] x86, realmode: Decrypt trampoline area if memory encryption is active

crash_kexec in oops_end() and panic()
 2017-06-07 17:38 UTC  (5+ messages)

makedumpfile: support for newer kernels [v4.9 onwards]
 2017-06-07 14:27 UTC 

[makedumpfile PATCHv2 1/2] fold the calc of time delta into a func
 2017-06-07  8:09 UTC  (2+ messages)
` [makedumpfile PATCHv2 2/2] print_info: show the remaining time of dump progress

[makedumpfile PATCH 1/2] fold the calc of time delta into a func
 2017-06-07  7:19 UTC  (4+ messages)
` [makedumpfile PATCH 2/2] print_info: show the remaining time of dump progress

crash kernel not booting
 2017-06-03 13:41 UTC 

[PATCH v3 0/2] kexec-tools: arm64: Enable D-cache in purgatory
 2017-06-02 16:36 UTC  (13+ messages)
` [PATCH v3 1/2] kexec: arm64: create identity page table to be used "
` [PATCH v3 2/2] arm64: enable d-cache support during purgatory sha verification

[ptesarik@suse.cz: [makedumpfile PATCH] Fix the use of Xen physical and machine addresses]
 2017-06-02  3:04 UTC  (7+ messages)
` makedumpfile PATCH] Fix the use of Xen physical and machine addresses

[PATCH v5 00/32] x86: Secure Memory Encryption (AMD)
 2017-05-31 15:48 UTC  (78+ messages)
` [PATCH v5 06/32] x86/mm: Add Secure Memory Encryption (SME) support
` [PATCH v5 14/32] efi: Add an EFI table address match function
` [PATCH v5 17/32] x86/mm: Add support to access boot related data in the clear
` [PATCH v5 18/32] x86, mpparse: Use memremap to map the mpf and mpc data
` [PATCH v5 19/32] x86/mm: Add support to access persistent memory in the clear
` [PATCH v5 22/32] x86, swiotlb: DMA support for memory encryption
` [PATCH v5 23/32] swiotlb: Add warnings for use of bounce buffers with SME
` [PATCH v5 26/32] x86, drm, fbdev: Do not specify encrypted memory for video mappings
` [PATCH v5 28/32] x86/mm, kexec: Allow kexec to be used with SME
` [PATCH v5 29/32] x86/mm: Add support to encrypt the kernel in-place
` [PATCH v5 31/32] x86: Add sysfs support for Secure Memory Encryption
` [PATCH v5 32/32] x86/mm: Add support to make use of "

[Makedumpfile PATCH V3] elf_info: fix file_size if segment is excluded
 2017-05-31  1:12 UTC  (5+ messages)

[Crash-utility] [PATCH] xen: Add support for domU with Linux kernel 3.19 and newer
 2017-05-29 11:38 UTC  (4+ messages)

[PATCH 1/2] sadump: set info->page_size before cache_init()
 2017-05-26  7:46 UTC  (3+ messages)

[Makedumpfile PATCH v4 0/2] Fix refiltering when kaslr enabled
 2017-05-26  7:45 UTC  (4+ messages)
` [Makedumpfile PATCH v4 1/2] makedumpfile: add runtime kaslr offset if it exists
` [Makedumpfile PATCH v4 2/2] x86_64: calculate page_offset in case of re-filtering/sadump/virsh dump

[Makedumpfile PATCH v3 0/2] Fix refiltering when kaslr enabled
 2017-05-26  2:49 UTC  (7+ messages)
` [Makedumpfile PATCH v3 1/2] makedumpfile: add runtime kaslr offset if it exists
` [Makedumpfile PATCH v3 2/2] x86_64: calculate page_offset in case of re-filtering/sadump/virsh dump

[Makedumpfile Patch] Fix get_kcore_dump_loads() error case
 2017-05-26  1:48 UTC  (2+ messages)

[PATCH 2/2] Revert "[PATCH V2 1/4] x86_64: Calculate page_offset from pt_load"
 2017-05-25  1:11 UTC  (9+ messages)

[Makedumpfile PATCH 0/2] Fix refiltering when kaslr enabled
 2017-05-24  6:28 UTC  (11+ messages)

[PATCH] Handle additional e820 memmap type strings
 2017-05-23 14:08 UTC  (6+ messages)

[makedumpfile PATCH] Fix the use of Xen physical and machine addresses
 2017-05-23  5:46 UTC 

[PATCH 0/2] makedumpfile: Fix regression issues on sadump vmcores
 2017-05-23  2:49 UTC 

[ANNOUNCE] kexec-tools v2.0.15 preparation
 2017-05-22 11:48 UTC 

[PATCH v2] kexec/kdump: Minor Documentation updates for arm64 and Image
 2017-05-22 11:46 UTC  (3+ messages)

[PATCH v7 00/10] (kexec-tools) arm64: add kdump support
 2017-05-22 11:41 UTC  (15+ messages)
` [PATCH v7 01/10] kexec: exntend the semantics of kexec_iomem_for_each_line
` [PATCH v7 02/10] kexec: generalize and rename get_kernel_stext_sym()
` [PATCH v7 03/10] arm64: identify PHYS_OFFSET correctly
` [PATCH v7 04/10] arm64: change return values on error to negative
` [PATCH v7 05/10] arm64: kdump: identify memory regions
` [PATCH v7 06/10] arm64: kdump: add elf core header segment
` [PATCH v7 07/10] arm64: kdump: set up kernel image segment
` [PATCH v7 08/10] arm64: kdump: set up other segments
` [PATCH v7 09/10] arm64: kdump: add DT properties to crash dump kernel's dtb
` [PATCH v7 10/10] arm64: kdump: Add support for binary image files

[PATCH] kexec/kdump: Minor Documentation updates for arm64 and Image
 2017-05-22  7:05 UTC  (8+ messages)

[PATCH] makedumpfile: Error on re-filtering the dump file with no free pages
 2017-05-19  7:27 UTC  (5+ messages)

Help regarding renaming of vmcore-incomplete to vmcore
 2017-05-18  7:58 UTC  (4+ messages)

Your message to kexec awaits moderator approval
 2017-05-17 23:37 UTC 

[PATCH] sparc64: Add initial sparc64 support
 2017-05-16 13:33 UTC  (5+ messages)


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