Kexec
[Prev Page][Next Page]
- [PATCH v9 04/38] x86/CPU/AMD: Add the Secure Memory Encryption CPU feature, (continued)
- [PATCH v9 05/38] x86/CPU/AMD: Handle SME reduction in physical address size,
Tom Lendacky
- [PATCH v9 06/38] x86/mm: Add Secure Memory Encryption (SME) support,
Tom Lendacky
- [PATCH v9 07/38] x86/mm: Remove phys_to_virt() usage in ioremap(),
Tom Lendacky
- [PATCH v9 08/38] x86/mm: Add support to enable SME in early boot processing,
Tom Lendacky
- [PATCH v9 09/38] x86/mm: Simplify p[g4um]d_page() macros,
Tom Lendacky
- [PATCH v9 10/38] x86/mm: Provide general kernel support for memory encryption,
Tom Lendacky
- [PATCH v9 11/38] x86/mm: Add SME support for read_cr3_pa(),
Tom Lendacky
- [PATCH v9 12/38] x86/mm: Extend early_memremap() support with additional attrs,
Tom Lendacky
- [PATCH v9 13/38] x86/mm: Add support for early encrypt/decrypt of memory,
Tom Lendacky
- [PATCH v9 14/38] x86/mm: Insure that boot memory areas are mapped properly,
Tom Lendacky
- [PATCH v9 15/38] x86/boot/e820: Add support to determine the E820 type of an address,
Tom Lendacky
- [PATCH v9 16/38] efi: Add an EFI table address match function,
Tom Lendacky
- [PATCH v9 17/38] efi: Update efi_mem_type() to return an error rather than 0,
Tom Lendacky
- [PATCH v9 18/38] x86/efi: Update EFI pagetable creation to work with SME,
Tom Lendacky
- [PATCH v9 19/38] x86/mm: Add support to access boot related data in the clear,
Tom Lendacky
- [PATCH v9 20/38] x86, mpparse: Use memremap to map the mpf and mpc data,
Tom Lendacky
- [PATCH v9 21/38] x86/mm: Add support to access persistent memory in the clear,
Tom Lendacky
- [PATCH v9 22/38] x86/mm: Add support for changing the memory encryption attribute,
Tom Lendacky
- [PATCH v9 23/38] x86/realmode: Decrypt trampoline area if memory encryption is active,
Tom Lendacky
- [PATCH v9 24/38] x86, swiotlb: Add memory encryption support,
Tom Lendacky
- [PATCH v9 25/38] swiotlb: Add warnings for use of bounce buffers with SME,
Tom Lendacky
- [PATCH v9 26/38] x86/CPU/AMD: Make the microcode level available earlier in the boot,
Tom Lendacky
- [PATCH v9 27/38] iommu/amd: Allow the AMD IOMMU to work with memory encryption,
Tom Lendacky
- [PATCH v9 28/38] x86, realmode: Check for memory encryption on the APs,
Tom Lendacky
- [PATCH v9 29/38] x86, drm, fbdev: Do not specify encrypted memory for video mappings,
Tom Lendacky
- [PATCH v9 30/38] kvm: x86: svm: Support Secure Memory Encryption within KVM,
Tom Lendacky
- [PATCH v9 31/38] x86/mm, kexec: Allow kexec to be used with SME,
Tom Lendacky
- [PATCH v9 32/38] xen/x86: Remove SME feature in PV guests,
Tom Lendacky
- [PATCH v9 33/38] x86/mm: Use proper encryption attributes with /dev/mem,
Tom Lendacky
- [PATCH v9 34/38] x86/mm: Create native_make_p4d() for PGTABLE_LEVELS <= 4,
Tom Lendacky
- [PATCH v9 35/38] x86/mm: Add support to encrypt the kernel in-place,
Tom Lendacky
- [PATCH v9 36/38] x86/boot: Add early cmdline parsing for options with arguments,
Tom Lendacky
- [PATCH v9 37/38] compiler-gcc.h: Introduce __nostackp function attribute,
Tom Lendacky
- [PATCH v9 38/38] x86/mm: Add support to make use of Secure Memory Encryption,
Tom Lendacky
- [PATCH v9 00/38] x86: Secure Memory Encryption (AMD),
Ingo Molnar
- [makedumpfile PATCH] Allow PFN_EXCLUDED to be tunable via command line option --exclude-threshold,
Eric DeVolder
- [makedumpfile PATCH v3] Prevent data loss in last page of ELF core dumpfile,
Eric DeVolder
- [Patch v2] vmcore-dmesg: avoid allocating large memory chunk for log buf,
Cong Wang
- [makedumpfile PATCH v2] Prevent data loss in last page of ELF core dumpfile,
Eric DeVolder
- [makedumpfile PATCH] Prevent data loss in last page of ELF core dumpfile,
Eric DeVolder
- [PATCHv3] kexec-tools:arm: support zImage with appended device tree,
Hoeun Ryu
- [PATCHv2] kexec-tools:arm: support zImage with appended device tree,
Hoeun Ryu
- Possible makedumpfile ELF issues,
Eric DeVolder
- [PATCH v8 RESEND 00/38] x86: Secure Memory Encryption (AMD),
Tom Lendacky
- [PATCH v8 RESEND 01/38] x86: Document AMD Secure Memory Encryption (SME),
Tom Lendacky
- [PATCH v8 RESEND 02/38] x86/mm/pat: Set write-protect cache mode for full PAT support,
Tom Lendacky
- [PATCH v8 RESEND 03/38] x86, mpparse, x86/acpi, x86/PCI, x86/dmi, SFI: Use memremap for RAM mappings,
Tom Lendacky
- [PATCH v8 RESEND 04/38] x86/CPU/AMD: Add the Secure Memory Encryption CPU feature,
Tom Lendacky
- [PATCH v8 RESEND 05/38] x86/CPU/AMD: Handle SME reduction in physical address size,
Tom Lendacky
- [PATCH v8 RESEND 06/38] x86/mm: Add Secure Memory Encryption (SME) support,
Tom Lendacky
- [PATCH v8 RESEND 07/38] x86/mm: Remove phys_to_virt() usage in ioremap(),
Tom Lendacky
- [PATCH v8 RESEND 08/38] x86/mm: Add support to enable SME in early boot processing,
Tom Lendacky
- [PATCH v8 RESEND 09/38] x86/mm: Simplify p[g4um]d_page() macros,
Tom Lendacky
- [PATCH v8 RESEND 10/38] x86/mm: Provide general kernel support for memory encryption,
Tom Lendacky
- [PATCH v8 RESEND 11/38] x86/mm: Add SME support for read_cr3_pa(),
Tom Lendacky
- [PATCH v8 RESEND 12/38] x86/mm: Extend early_memremap() support with additional attrs,
Tom Lendacky
- [PATCH v8 RESEND 13/38] x86/mm: Add support for early encrypt/decrypt of memory,
Tom Lendacky
- [PATCH v8 RESEND 14/38] x86/mm: Insure that boot memory areas are mapped properly,
Tom Lendacky
- [PATCH v8 RESEND 15/38] x86/boot/e820: Add support to determine the E820 type of an address,
Tom Lendacky
- [PATCH v8 RESEND 16/38] efi: Add an EFI table address match function,
Tom Lendacky
- [PATCH v8 RESEND 17/38] efi: Update efi_mem_type() to return an error rather than 0,
Tom Lendacky
- [PATCH v8 RESEND 18/38] x86/efi: Update EFI pagetable creation to work with SME,
Tom Lendacky
- [PATCH v8 RESEND 19/38] x86/mm: Add support to access boot related data in the clear,
Tom Lendacky
- [PATCH v8 RESEND 20/38] x86, mpparse: Use memremap to map the mpf and mpc data,
Tom Lendacky
- [PATCH v8 RESEND 21/38] x86/mm: Add support to access persistent memory in the clear,
Tom Lendacky
- [PATCH v8 RESEND 22/38] x86/mm: Add support for changing the memory encryption attribute,
Tom Lendacky
- [PATCH v8 RESEND 23/38] x86/realmode: Decrypt trampoline area if memory encryption is active,
Tom Lendacky
- [PATCH v8 RESEND 24/38] x86, swiotlb: Add memory encryption support,
Tom Lendacky
- [PATCH v8 RESEND 25/38] swiotlb: Add warnings for use of bounce buffers with SME,
Tom Lendacky
- [PATCH v8 RESEND 26/38] x86/CPU/AMD: Make the microcode level available earlier in the boot,
Tom Lendacky
- [PATCH v8 RESEND 27/38] iommu/amd: Allow the AMD IOMMU to work with memory encryption,
Tom Lendacky
- [PATCH v8 RESEND 28/38] x86, realmode: Check for memory encryption on the APs,
Tom Lendacky
- [PATCH v8 RESEND 29/38] x86, drm, fbdev: Do not specify encrypted memory for video mappings,
Tom Lendacky
- [PATCH v8 RESEND 30/38] kvm: x86: svm: Support Secure Memory Encryption within KVM,
Tom Lendacky
- [PATCH v8 RESEND 31/38] x86/mm, kexec: Allow kexec to be used with SME,
Tom Lendacky
- [PATCH v8 RESEND 32/38] xen/x86: Remove SME feature in PV guests,
Tom Lendacky
- [PATCH v8 RESEND 33/38] x86/mm: Use proper encryption attributes with /dev/mem,
Tom Lendacky
- [PATCH v8 RESEND 34/38] x86/mm: Create native_make_p4d() for PGTABLE_LEVELS <= 4,
Tom Lendacky
- [PATCH v8 RESEND 35/38] x86/mm: Add support to encrypt the kernel in-place,
Tom Lendacky
- [PATCH v8 RESEND 36/38] x86/boot: Add early cmdline parsing for options with arguments,
Tom Lendacky
- [PATCH v8 RESEND 37/38] compiler-gcc.h: Introduce __nostackp function attribute,
Tom Lendacky
- [PATCH v8 RESEND 38/38] x86/mm: Add support to make use of Secure Memory Encryption,
Tom Lendacky
[PATCH v8 00/38] x86: Secure Memory Encryption (AMD),
Tom Lendacky
- [PATCH v8 01/38] x86: Document AMD Secure Memory Encryption (SME),
Tom Lendacky
- [PATCH v8 02/38] x86/mm/pat: Set write-protect cache mode for full PAT support,
Tom Lendacky
- [PATCH v8 03/38] x86, mpparse, x86/acpi, x86/PCI, x86/dmi, SFI: Use memremap for RAM mappings,
Tom Lendacky
- [PATCH v8 04/38] x86/CPU/AMD: Add the Secure Memory Encryption CPU feature,
Tom Lendacky
- [PATCH v8 05/38] x86/CPU/AMD: Handle SME reduction in physical address size,
Tom Lendacky
- [PATCH v8 06/38] x86/mm: Add Secure Memory Encryption (SME) support,
Tom Lendacky
- [PATCH v8 07/38] x86/mm: Remove phys_to_virt() usage in ioremap(),
Tom Lendacky
- [PATCH v8 08/38] x86/mm: Add support to enable SME in early boot processing,
Tom Lendacky
- [PATCH v8 09/38] x86/mm: Simplify p[g4um]d_page() macros,
Tom Lendacky
- [PATCH v8 10/38] x86/mm: Provide general kernel support for memory encryption,
Tom Lendacky
- [PATCH v8 11/38] x86/mm: Add SME support for read_cr3_pa(),
Tom Lendacky
- [PATCH v8 12/38] x86/mm: Extend early_memremap() support with additional attrs,
Tom Lendacky
- [PATCH v8 13/38] x86/mm: Add support for early encrypt/decrypt of memory,
Tom Lendacky
- [PATCH v8 14/38] x86/mm: Insure that boot memory areas are mapped properly,
Tom Lendacky
- [PATCH v8 15/38] x86/boot/e820: Add support to determine the E820 type of an address,
Tom Lendacky
- [PATCH v8 16/38] efi: Add an EFI table address match function,
Tom Lendacky
- [PATCH v8 17/38] efi: Update efi_mem_type() to return an error rather than 0,
Tom Lendacky
- [PATCH v8 18/38] x86/efi: Update EFI pagetable creation to work with SME,
Tom Lendacky
- [PATCH v8 19/38] x86/mm: Add support to access boot related data in the clear,
Tom Lendacky
- [PATCH v8 20/38] x86, mpparse: Use memremap to map the mpf and mpc data,
Tom Lendacky
- [PATCH v8 21/38] x86/mm: Add support to access persistent memory in the clear,
Tom Lendacky
- [PATCH v8 22/38] x86/mm: Add support for changing the memory encryption attribute,
Tom Lendacky
- [PATCH v8 23/38] x86/realmode: Decrypt trampoline area if memory encryption is active,
Tom Lendacky
- [PATCH v8 24/38] x86, swiotlb: Add memory encryption support,
Tom Lendacky
- [PATCH v8 25/38] swiotlb: Add warnings for use of bounce buffers with SME,
Tom Lendacky
- [PATCH v8 26/38] x86/CPU/AMD: Make the microcode level available earlier in the boot,
Tom Lendacky
- [PATCH v8 27/38] iommu/amd: Allow the AMD IOMMU to work with memory encryption,
Tom Lendacky
- [PATCH v8 28/38] x86, realmode: Check for memory encryption on the APs,
Tom Lendacky
- [PATCH v8 29/38] x86, drm, fbdev: Do not specify encrypted memory for video mappings,
Tom Lendacky
- [PATCH v8 30/38] kvm: x86: svm: Support Secure Memory Encryption within KVM,
Tom Lendacky
[PATCH] kexec:arm: support zImage with appended device tree,
Hoeun Ryu
[PATCH] vmcore-dmesg: avoid allocating large memory chunk for log buf,
Cong Wang
[PATCH v7 00/36] x86: Secure Memory Encryption (AMD),
Tom Lendacky
- [PATCH v7 01/36] x86: Document AMD Secure Memory Encryption (SME),
Tom Lendacky
- [PATCH v7 02/36] x86/mm/pat: Set write-protect cache mode for full PAT support,
Tom Lendacky
- [PATCH v7 03/36] x86, mpparse, x86/acpi, x86/PCI, x86/dmi, SFI: Use memremap for RAM mappings,
Tom Lendacky
- [PATCH v7 04/36] x86/CPU/AMD: Add the Secure Memory Encryption CPU feature,
Tom Lendacky
- [PATCH v7 05/36] x86/CPU/AMD: Handle SME reduction in physical address size,
Tom Lendacky
- [PATCH v7 06/36] x86/mm: Add Secure Memory Encryption (SME) support,
Tom Lendacky
- [PATCH v7 07/36] x86/mm: Don't use phys_to_virt in ioremap() if SME is active,
Tom Lendacky
- [PATCH v7 08/36] x86/mm: Add support to enable SME in early boot processing,
Tom Lendacky
- [PATCH v7 09/36] x86/mm: Simplify p[gum]d_page() macros,
Tom Lendacky
- [PATCH v7 10/36] x86/mm: Provide general kernel support for memory encryption,
Tom Lendacky
- [PATCH v7 11/36] x86/mm: Add SME support for read_cr3_pa(),
Tom Lendacky
- [PATCH v7 12/36] x86/mm: Extend early_memremap() support with additional attrs,
Tom Lendacky
- [PATCH v7 13/36] x86/mm: Add support for early encrypt/decrypt of memory,
Tom Lendacky
- [PATCH v7 14/36] x86/mm: Insure that boot memory areas are mapped properly,
Tom Lendacky
- [PATCH v7 15/36] x86/boot/e820: Add support to determine the E820 type of an address,
Tom Lendacky
- [PATCH v7 16/36] efi: Add an EFI table address match function,
Tom Lendacky
- [PATCH v7 17/36] efi: Update efi_mem_type() to return an error rather than 0,
Tom Lendacky
- [PATCH v7 18/36] x86/efi: Update EFI pagetable creation to work with SME,
Tom Lendacky
- [PATCH v7 19/36] x86/mm: Add support to access boot related data in the clear,
Tom Lendacky
- [PATCH v7 20/36] x86, mpparse: Use memremap to map the mpf and mpc data,
Tom Lendacky
- [PATCH v7 21/36] x86/mm: Add support to access persistent memory in the clear,
Tom Lendacky
- [PATCH v7 22/36] x86/mm: Add support for changing the memory encryption attribute,
Tom Lendacky
- [PATCH v7 23/36] x86, realmode: Decrypt trampoline area if memory encryption is active,
Tom Lendacky
- [PATCH v7 24/36] x86, swiotlb: Add memory encryption support,
Tom Lendacky
- [PATCH v7 25/36] swiotlb: Add warnings for use of bounce buffers with SME,
Tom Lendacky
- [PATCH v7 26/36] x86/CPU/AMD: Make the microcode level available earlier in the boot,
Tom Lendacky
- [PATCH v7 27/36] iommu/amd: Allow the AMD IOMMU to work with memory encryption,
Tom Lendacky
- [PATCH v7 28/36] x86, realmode: Check for memory encryption on the APs,
Tom Lendacky
- [PATCH v7 29/36] x86, drm, fbdev: Do not specify encrypted memory for video mappings,
Tom Lendacky
- [PATCH v7 30/36] kvm: x86: svm: Support Secure Memory Encryption within KVM,
Tom Lendacky
- [PATCH v7 31/36] x86/mm, kexec: Allow kexec to be used with SME,
Tom Lendacky
- [PATCH v7 32/36] xen/x86: Remove SME feature in PV guests,
Tom Lendacky
- [PATCH v7 33/36] x86/mm: Use proper encryption attributes with /dev/mem,
Tom Lendacky
- [PATCH v7 34/36] x86/mm: Add support to encrypt the kernel in-place,
Tom Lendacky
- [PATCH v7 35/36] x86/boot: Add early cmdline parsing for options with arguments,
Tom Lendacky
- [PATCH v7 36/36] x86/mm: Add support to make use of Secure Memory Encryption,
Tom Lendacky
[ANNOUNCE] kexec-tools 2.0.15,
Simon Horman
[PATCH v6 23/34] x86, realmode: Decrypt trampoline area if memory encryption is active,
Borislav Petkov
[makedumpfile PATCHv3 1/2] fold the calc of time delta into a func,
Pingfan Liu
[PATCH] Add the --partial-dmesg option to dump only non-cleared dmesg,
Ivan Delalande
[ANNOUNCE] kexec-tools 2.0.15-rc1,
Simon Horman
[PATCH] s390/crash: Fix KEXEC_NOTE_BYTES definition,
Xunlei Pang
[PATCH v6 00/34] x86: Secure Memory Encryption (AMD),
Tom Lendacky
- [PATCH v6 01/34] x86: Document AMD Secure Memory Encryption (SME),
Tom Lendacky
- [PATCH v6 02/34] x86/mm/pat: Set write-protect cache mode for full PAT support,
Tom Lendacky
- [PATCH v6 03/34] x86, mpparse, x86/acpi, x86/PCI, x86/dmi, SFI: Use memremap for RAM mappings,
Tom Lendacky
- [PATCH v6 04/34] x86/CPU/AMD: Add the Secure Memory Encryption CPU feature,
Tom Lendacky
- [PATCH v6 05/34] x86/CPU/AMD: Handle SME reduction in physical address size,
Tom Lendacky
- [PATCH v6 06/34] x86/mm: Add Secure Memory Encryption (SME) support,
Tom Lendacky
- [PATCH v6 07/34] x86/mm: Don't use phys_to_virt in ioremap() if SME is active,
Tom Lendacky
- [PATCH v6 08/34] x86/mm: Add support to enable SME in early boot processing,
Tom Lendacky
- [PATCH v6 09/34] x86/mm: Simplify p[gum]d_page() macros,
Tom Lendacky
- [PATCH v6 10/34] x86, x86/mm, x86/xen, olpc: Use __va() against just the physical address in cr3,
Tom Lendacky
- [PATCH v6 10/34] x86, x86/mm, x86/xen, olpc: Use __va() against just the physical address in cr3,
Boris Ostrovsky
- [PATCH v6 10/34] x86, x86/mm, x86/xen, olpc: Use __va() against just the physical address in cr3,
Andy Lutomirski
- [PATCH v6 10/34] x86, x86/mm, x86/xen, olpc: Use __va() against just the physical address in cr3,
kbuild test robot
- [PATCH v6 11/34] x86/mm: Provide general kernel support for memory encryption,
Tom Lendacky
- [PATCH v6 12/34] x86/mm: Extend early_memremap() support with additional attrs,
Tom Lendacky
- [PATCH v6 13/34] x86/mm: Add support for early encrypt/decrypt of memory,
Tom Lendacky
- [PATCH v6 14/34] x86/mm: Insure that boot memory areas are mapped properly,
Tom Lendacky
- [PATCH v6 15/34] x86/boot/e820: Add support to determine the E820 type of an address,
Tom Lendacky
- [PATCH v6 16/34] efi: Add an EFI table address match function,
Tom Lendacky
- [PATCH v6 17/34] efi: Update efi_mem_type() to return an error rather than 0,
Tom Lendacky
- [PATCH v6 18/34] x86/efi: Update EFI pagetable creation to work with SME,
Tom Lendacky
- [PATCH v6 19/34] x86/mm: Add support to access boot related data in the clear,
Tom Lendacky
- [PATCH v6 20/34] x86, mpparse: Use memremap to map the mpf and mpc data,
Tom Lendacky
- [PATCH v6 21/34] x86/mm: Add support to access persistent memory in the clear,
Tom Lendacky
- [PATCH v6 22/34] x86/mm: Add support for changing the memory encryption attribute,
Tom Lendacky
- [PATCH v6 23/34] x86, realmode: Decrypt trampoline area if memory encryption is active,
Tom Lendacky
- [PATCH v6 24/34] x86, swiotlb: Add memory encryption support,
Tom Lendacky
- [PATCH v6 25/34] swiotlb: Add warnings for use of bounce buffers with SME,
Tom Lendacky
- [PATCH v6 26/34] iommu/amd: Allow the AMD IOMMU to work with memory encryption,
Tom Lendacky
[PATCH v6 27/34] x86, realmode: Check for memory encryption on the APs,
Tom Lendacky
[PATCH v6 28/34] x86, drm, fbdev: Do not specify encrypted memory for video mappings,
Tom Lendacky
[PATCH v6 29/34] kvm: x86: svm: Support Secure Memory Encryption within KVM,
Tom Lendacky
[PATCH v6 30/34] x86/mm, kexec: Allow kexec to be used with SME,
Tom Lendacky
[PATCH v6 31/34] x86/mm: Use proper encryption attributes with /dev/mem,
Tom Lendacky
[PATCH v6 32/34] x86/mm: Add support to encrypt the kernel in-place,
Tom Lendacky
[PATCH v6 33/34] x86/boot: Add early cmdline parsing for options with arguments,
Tom Lendacky
[PATCH v6 34/34] x86/mm: Add support to make use of Secure Memory Encryption,
Tom Lendacky
[PATCH v6 00/34] x86: Secure Memory Encryption (AMD),
Nick Sarnie
crash_kexec in oops_end() and panic(),
Daniel Walker
makedumpfile: support for newer kernels [v4.9 onwards],
Abhishek Shah
[makedumpfile PATCHv2 1/2] fold the calc of time delta into a func,
Pingfan Liu
[makedumpfile PATCH 1/2] fold the calc of time delta into a func,
Pingfan Liu
crash kernel not booting,
Mahesh V
[Makedumpfile PATCH v4 0/2] Fix refiltering when kaslr enabled,
Pratyush Anand
[Makedumpfile Patch] Fix get_kcore_dump_loads() error case,
Pratyush Anand
[Makedumpfile PATCH v3 0/2] Fix refiltering when kaslr enabled,
Pratyush Anand
[Crash-utility] [PATCH] xen: Add support for domU with Linux kernel 3.19 and newer,
Honglei Wang
[ptesarik@xxxxxxx: [makedumpfile PATCH] Fix the use of Xen physical and machine addresses],
Daniel Kiper
[makedumpfile PATCH] Fix the use of Xen physical and machine addresses,
Petr Tesarik
[PATCH v3 0/2] kexec-tools: arm64: Enable D-cache in purgatory,
Pratyush Anand
[PATCH 2/2] Revert "[PATCH V2 1/4] x86_64: Calculate page_offset from pt_load",
Hatayama, Daisuke
[PATCH 1/2] sadump: set info->page_size before cache_init(),
Hatayama, Daisuke
[PATCH 0/2] makedumpfile: Fix regression issues on sadump vmcores,
Hatayama, Daisuke
[ANNOUNCE] kexec-tools v2.0.15 preparation,
Simon Horman
[PATCH v2] kexec/kdump: Minor Documentation updates for arm64 and Image,
Bharat Bhushan
[PATCH] kexec/kdump: Minor Documentation updates for arm64 and Image,
Bharat Bhushan
[PATCH v7 00/10] (kexec-tools) arm64: add kdump support,
AKASHI Takahiro
- [PATCH v7 01/10] kexec: exntend the semantics of kexec_iomem_for_each_line,
AKASHI Takahiro
- [PATCH v7 02/10] kexec: generalize and rename get_kernel_stext_sym(),
AKASHI Takahiro
- [PATCH v7 03/10] arm64: identify PHYS_OFFSET correctly,
AKASHI Takahiro
- [PATCH v7 04/10] arm64: change return values on error to negative,
AKASHI Takahiro
- [PATCH v7 05/10] arm64: kdump: identify memory regions,
AKASHI Takahiro
- [PATCH v7 06/10] arm64: kdump: add elf core header segment,
AKASHI Takahiro
- [PATCH v7 07/10] arm64: kdump: set up kernel image segment,
AKASHI Takahiro
- [PATCH v7 08/10] arm64: kdump: set up other segments,
AKASHI Takahiro
- [PATCH v7 09/10] arm64: kdump: add DT properties to crash dump kernel's dtb,
AKASHI Takahiro
- [PATCH v7 10/10] arm64: kdump: Add support for binary image files,
AKASHI Takahiro
- [PATCH v7 00/10] (kexec-tools) arm64: add kdump support,
Pratyush Anand
[PATCH] makedumpfile: Error on re-filtering the dump file with no free pages,
root
[PATCH] dracut-module-setup: Fix test for inclusion of DRM modules,
Benjamin Berg
[Makedumpfile PATCH v2 0/2] Fix refiltering when kaslr enabled,
Pratyush Anand
[PATCH v2] kexec_file: Adjust declaration of kexec_purgatory,
Kees Cook
[PATCH] Handle additional e820 memmap type strings,
Eric DeVolder
[Makedumpfile PATCH V3] elf_info: fix file_size if segment is excluded,
Pratyush Anand
[PATCH] kexec_file: Adjust type of kexec_purgatory,
Kees Cook
[PATCH] sparc64: Add initial sparc64 support,
Tom Hromatka
[Makedumpfile PATCH V2] elf_info: fix file_size if segment is excluded,
Pratyush Anand
[Makedumpfile PATCH] elf_info: fix file_size if segment is excluded,
Pratyush Anand
[PATCH v3 1/2] x86/mm/ident_map: Add PUD level 1GB page support,
Xunlei Pang
Help regarding renaming of vmcore-incomplete to vmcore,
Dumslicer Halo
Running kexec, kernel gets stuck at "Starting new kernel",
Rudici Cazeao
[PATCH v5 1/3] kexec: Move vmcoreinfo out of the kernel's .bss section,
Xunlei Pang
[Makedumpfile PATCH 0/2] Fix refiltering when kaslr enabled,
Pratyush Anand
[PATCH] kexec: allocate buffer in top-down, if specified, correctly,
AKASHI Takahiro
[PATCH v2 1/2] x86/mm/ident_map: Add PUD level 1GB page support,
Xunlei Pang
[PATCH] memmap: Parse "Reserved" together with "reserved",
Yinghai Lu
[tip:x86/boot] x86/boot/e820: Basic cleanup of e820.c,
Yinghai Lu
[PATCH 1/2] x86/mm/ident_map: Add PUD level 1GB page support,
Xunlei Pang
ARM lockup during Kexec operation,
Rudici Cazeao
[PATCH v4 1/3] kexec: Move vmcoreinfo out of the kernel's .bss section,
Xunlei Pang
[PATCH v5 00/32] x86: Secure Memory Encryption (AMD),
Tom Lendacky
- [PATCH v5 01/32] x86: Documentation for AMD Secure Memory Encryption (SME),
Tom Lendacky
- [PATCH v5 02/32] x86/mm/pat: Set write-protect cache mode for full PAT support,
Tom Lendacky
- [PATCH v5 03/32] x86, mpparse, x86/acpi, x86/PCI, SFI: Use memremap for RAM mappings,
Tom Lendacky
- [PATCH v5 04/32] x86/CPU/AMD: Add the Secure Memory Encryption CPU feature,
Tom Lendacky
- [PATCH v5 05/32] x86/CPU/AMD: Handle SME reduction in physical address size,
Tom Lendacky
- [PATCH v5 06/32] x86/mm: Add Secure Memory Encryption (SME) support,
Tom Lendacky
- <Possible follow-ups>
- [PATCH v5 00/32] x86: Secure Memory Encryption (AMD),
Tom Lendacky
- [PATCH v5 01/32] x86: Documentation for AMD Secure Memory Encryption (SME),
Tom Lendacky
- [PATCH v5 02/32] x86/mm/pat: Set write-protect cache mode for full PAT support,
Tom Lendacky
- [PATCH v5 03/32] x86, mpparse, x86/acpi, x86/PCI, SFI: Use memremap for RAM mappings,
Tom Lendacky
- [PATCH v5 04/32] x86/CPU/AMD: Add the Secure Memory Encryption CPU feature,
Tom Lendacky
- [PATCH v5 05/32] x86/CPU/AMD: Handle SME reduction in physical address size,
Tom Lendacky
- [PATCH v5 06/32] x86/mm: Add Secure Memory Encryption (SME) support,
Tom Lendacky
- [PATCH v5 07/32] x86/mm: Add support to enable SME in early boot processing,
Tom Lendacky
- [PATCH v5 08/32] x86/mm: Simplify p[g4um]d_page() macros,
Tom Lendacky
- [PATCH v5 09/32] x86/mm: Provide general kernel support for memory encryption,
Tom Lendacky
- [PATCH v5 10/32] x86/mm: Extend early_memremap() support with additional attrs,
Tom Lendacky
- [PATCH v5 11/32] x86/mm: Add support for early encrypt/decrypt of memory,
Tom Lendacky
- [PATCH v5 12/32] x86/mm: Insure that boot memory areas are mapped properly,
Tom Lendacky
- [PATCH v5 13/32] x86/boot/e820: Add support to determine the E820 type of an address,
Tom Lendacky
- [PATCH v5 14/32] efi: Add an EFI table address match function,
Tom Lendacky
- [PATCH v5 15/32] efi: Update efi_mem_type() to return an error rather than 0,
Tom Lendacky
- [PATCH v5 16/32] x86/efi: Update EFI pagetable creation to work with SME,
Tom Lendacky
- [PATCH v5 17/32] x86/mm: Add support to access boot related data in the clear,
Tom Lendacky
- [PATCH v5 18/32] x86, mpparse: Use memremap to map the mpf and mpc data,
Tom Lendacky
- [PATCH v5 19/32] x86/mm: Add support to access persistent memory in the clear,
Tom Lendacky
- [PATCH v5 20/32] x86/mm: Add support for changing the memory encryption attribute,
Tom Lendacky
- [PATCH v5 21/32] x86, realmode: Decrypt trampoline area if memory encryption is active,
Tom Lendacky
- [PATCH v5 22/32] x86, swiotlb: DMA support for memory encryption,
Tom Lendacky
- [PATCH v5 23/32] swiotlb: Add warnings for use of bounce buffers with SME,
Tom Lendacky
[Archive Index]
[LM Sensors]
[Linux Audio Users]
[ALSA Devel]
[Fedora]
[Kernel]
[Video 4 Linux]