Kexec Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-03-20 06:09:27 to 2017-04-18 21:22:23 UTC [more...]

[PATCH v5 00/32] x86: Secure Memory Encryption (AMD)
 2017-04-18 21:21 UTC  (30+ messages)
` [PATCH v5 01/32] x86: Documentation for AMD Secure Memory Encryption (SME)
` [PATCH v5 02/32] x86/mm/pat: Set write-protect cache mode for full PAT support
` [PATCH v5 03/32] x86, mpparse, x86/acpi, x86/PCI, SFI: Use memremap for RAM mappings
` [PATCH v5 04/32] x86/CPU/AMD: Add the Secure Memory Encryption CPU feature
` [PATCH v5 05/32] x86/CPU/AMD: Handle SME reduction in physical address size
` [PATCH v5 06/32] x86/mm: Add Secure Memory Encryption (SME) support
` [PATCH v5 07/32] x86/mm: Add support to enable SME in early boot processing
` [PATCH v5 08/32] x86/mm: Simplify p[g4um]d_page() macros
` [PATCH v5 09/32] x86/mm: Provide general kernel support for memory encryption
` [PATCH v5 10/32] x86/mm: Extend early_memremap() support with additional attrs
` [PATCH v5 11/32] x86/mm: Add support for early encrypt/decrypt of memory
` [PATCH v5 12/32] x86/mm: Insure that boot memory areas are mapped properly
` [PATCH v5 13/32] x86/boot/e820: Add support to determine the E820 type of an address
` [PATCH v5 14/32] efi: Add an EFI table address match function
` [PATCH v5 15/32] efi: Update efi_mem_type() to return an error rather than 0
` [PATCH v5 16/32] x86/efi: Update EFI pagetable creation to work with SME
` [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 20/32] x86/mm: Add support for changing the memory encryption attribute
` [PATCH v5 21/32] x86, realmode: Decrypt trampoline area if memory encryption is active
` [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 24/32] iommu/amd: Disable AMD IOMMU if memory encryption is active
` [PATCH v5 25/32] x86, realmode: Check for memory encryption on the APs
` [PATCH v5 26/32] x86, drm, fbdev: Do not specify encrypted memory for video mappings
` [PATCH v5 27/32] kvm: x86: svm: Enable Secure Memory Encryption within KVM
` [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 00/32] x86: Secure Memory Encryption (AMD)
 2017-04-18 21:15 UTC  (7+ messages)
` [PATCH v5 01/32] x86: Documentation for AMD Secure Memory Encryption (SME)
` [PATCH v5 02/32] x86/mm/pat: Set write-protect cache mode for full PAT support
` [PATCH v5 03/32] x86, mpparse, x86/acpi, x86/PCI, SFI: Use memremap for RAM mappings
` [PATCH v5 04/32] x86/CPU/AMD: Add the Secure Memory Encryption CPU feature
` [PATCH v5 05/32] x86/CPU/AMD: Handle SME reduction in physical address size
` [PATCH v5 06/32] x86/mm: Add Secure Memory Encryption (SME) support

[PATCH v34 00/14] arm64: add kdump support
 2017-04-18 14:13 UTC  (40+ messages)
` [PATCH v34 01/14] memblock: add memblock_clear_nomap()
` [PATCH v34 02/14] memblock: add memblock_cap_memory_range()
` [PATCH v34 03/14] arm64: limit memory regions based on DT property, usable-memory-range
` [PATCH v34 04/14] arm64: kdump: reserve memory for crash dump kernel
              ` [PATCH 1/2] arm64: Fix power-of-ten vs. power-of-two prefixes in user-visible messages
              ` [PATCH 2/2] arm64: Fix power-of-ten vs. power-of-two prefixes in comments etc
` [PATCH v34 05/14] arm64: mm: add set_memory_valid()
` [PATCH v34 06/14] arm64: kdump: protect crash dump kernel memory
` [PATCH v34 07/14] arm64: hibernate: preserve kdump image around hibernation
` [PATCH v34 08/14] arm64: kdump: implement machine_crash_shutdown()
` [PATCH v34 09/14] arm64: kdump: add VMCOREINFO's for user-space tools
` [PATCH v34 10/14] arm64: kdump: provide /proc/vmcore file
` [PATCH v34 11/14] arm64: kdump: enable kdump in defconfig
` [PATCH v34 12/14] Documentation: kdump: describe arm64 port
` [PATCH v34 13/14] Documentation: dt: chosen properties for arm64 kdump
` [PATCH v34 14/14] efi/libstub/arm*: Set default address and size cells values for an empty dtb

[PATCH 1/2] kdump-lib-initramfs.sh: ignore the failure of echo
 2017-04-17  7:46 UTC  (3+ messages)
` [PATCH 2/2] kdumpctl: verify the kernel cmdline

Your message to kexec awaits moderator approval
 2017-04-13 12:31 UTC 

Your message to kexec awaits moderator approval
 2017-04-13 12:31 UTC 

Your message to kexec awaits moderator approval
 2017-04-13 12:31 UTC 

Testing kexec/kdump on ls2085ardb (arm64)
 2017-04-13 10:37 UTC  (6+ messages)
  ` Testing kexec/kdump on ls2085ardb (arm64) (Pratyush Anand)

No man page for kdump (yet?)
 2017-04-13  1:52 UTC  (3+ messages)

KASLR causes intermittent boot failures on some systems
 2017-04-12 12:52 UTC  (4+ messages)

[PATCH 07/24] kexec: Disable at runtime if the kernel is locked down
 2017-04-10 13:19 UTC  (18+ messages)
` [PATCH 08/24] Copy secure_boot flag in boot params across kexec reboot
` [PATCH 09/24] kexec_file: Disable at runtime if securelevel has been set

Testing kexec/kdump on ls2085ardb (arm64)
 2017-04-10  6:37 UTC 

[PATCH v0] Fix broken Xen support in configure.ac
 2017-04-08 13:02 UTC  (3+ messages)

Kexec on ARM - memory detection
 2017-04-06 16:17 UTC 

[PATCH v35 00/14] arm64: add kdump support
 2017-04-05 17:20 UTC  (18+ messages)
` [PATCH v35 01/14] memblock: add memblock_clear_nomap()
` [PATCH v35 02/14] memblock: add memblock_cap_memory_range()
` [PATCH v35 03/14] arm64: limit memory regions based on DT property, usable-memory-range
` [PATCH v35 04/14] arm64: kdump: reserve memory for crash dump kernel
` [PATCH v35 05/14] arm64: mm: add set_memory_valid()
` [PATCH v35 06/14] arm64: kdump: protect crash dump kernel memory
` [PATCH v35 07/14] arm64: hibernate: preserve kdump image around hibernation
` [PATCH v35 08/14] arm64: kdump: implement machine_crash_shutdown()
` [PATCH v35 09/14] arm64: kdump: add VMCOREINFO's for user-space tools
` [PATCH v35 10/14] arm64: kdump: provide /proc/vmcore file
` [PATCH v35 11/14] arm64: kdump: enable kdump in defconfig
` [PATCH v35 12/14] Documentation: kdump: describe arm64 port
` [PATCH v35 13/14] Documentation: dt: chosen properties for arm64 kdump
` [PATCH v35 14/14] efi/libstub/arm*: Set default address and size cells values for an empty dtb

kexec regression since 4.9 caused by efi
 2017-04-05  1:23 UTC  (14+ messages)

Your message to kexec awaits moderator approval
 2017-04-04  7:44 UTC 

Your message to kexec awaits moderator approval
 2017-04-03  9:35 UTC 

Your message to kexec awaits moderator approval
 2017-04-03  8:44 UTC 

[RFC PATCH] x86_64/mm/boot: Fix kernel_ident_mapping_init() failure for kexec
 2017-03-30 12:43 UTC  (4+ messages)

[PATCH v33 00/14] add kdump support
 2017-03-27 13:49 UTC  (20+ messages)
` [PATCH v33 05/14] arm64: mm: allow for unmapping part of kernel mapping
` [PATCH v33 07/14] arm64: hibernate: preserve kdump image around hibernation

[RESEND PATCH v4 0/5] kexec/fadump: remove dependency with CONFIG_KEXEC and reuse crashkernel parameter for fadump
 2017-03-27 10:46 UTC  (9+ messages)
` [RESEND PATCH v4 1/5] crash: move crashkernel parsing and vmcore related code under CONFIG_CRASH_CORE
` [RESEND PATCH v4 2/5] ia64: reuse append_elf_note() and final_note() functions
` [RESEND PATCH v4 3/5] powerpc/fadump: remove dependency with CONFIG_KEXEC
` [RESEND PATCH v4 4/5] powerpc/fadump: reuse crashkernel parameter for fadump memory reservation
` [RESEND PATCH v4 5/5] powerpc/fadump: update documentation about crashkernel parameter reuse

[PATCH v3 1/3] kexec: Move vmcoreinfo out of the kernel's .bss section
 2017-03-24 11:03 UTC  (16+ messages)

[PATCH] x86: Support large number of memory ranges
 2017-03-24  6:44 UTC  (3+ messages)

[PATCH v4 0/5] kexec/fadump: remove dependency with CONFIG_KEXEC and reuse crashkernel parameter for fadump
 2017-03-23 15:54 UTC  (3+ messages)
` [PATCH v4 1/5] crash: move crashkernel parsing and vmcore related code under CONFIG_CRASH_CORE

[RFC][PATCH 3/4] kernel, power: disable printk_kthread in unsafe places
 2017-03-22 15:38 UTC 

[PATCH] elf_info.c: fix memory leak in get_kcore_dump_loads()
 2017-03-22  7:18 UTC  (3+ messages)

Your message to kexec awaits moderator approval
 2017-03-21  9:48 UTC 

[PATCH] kexec: Update vmcoreinfo after crash happened
 2017-03-21  2:05 UTC  (10+ messages)

[PATCH] crashdump: Remove stray get_crashkernel_region() declaration
 2017-03-20  8:15 UTC  (2+ messages)

[PATCH][kexec-tools] ppc: Fix format warning with die()
 2017-03-20  8:14 UTC  (2+ messages)


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