linux-efi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-06-08 10:02:58 to 2017-06-23 17:39:37 UTC [more...]

[PATCH v7 00/36] x86: Secure Memory Encryption (AMD)
 2017-06-23 17:39 UTC  (78+ messages)
` [PATCH v7 01/36] x86: Document AMD Secure Memory Encryption (SME)
` [PATCH v7 02/36] x86/mm/pat: Set write-protect cache mode for full PAT support
  ` [PATCH v7 03/36] x86, mpparse, x86/acpi, x86/PCI, x86/dmi, SFI: Use memremap for RAM mappings
  ` [PATCH v7 04/36] x86/CPU/AMD: Add the Secure Memory Encryption CPU feature
  ` [PATCH v7 06/36] x86/mm: Add Secure Memory Encryption (SME) support
  ` [PATCH v7 08/36] x86/mm: Add support to enable SME in early boot processing
  ` [PATCH v7 09/36] x86/mm: Simplify p[gum]d_page() macros
  ` [PATCH v7 10/36] x86/mm: Provide general kernel support for memory encryption
  ` [PATCH v7 13/36] x86/mm: Add support for early encrypt/decrypt of memory
  ` [PATCH v7 14/36] x86/mm: Insure that boot memory areas are mapped properly
  ` [PATCH v7 17/36] efi: Update efi_mem_type() to return an error rather than 0
  ` [PATCH v7 18/36] x86/efi: Update EFI pagetable creation to work with SME
  ` [PATCH v7 19/36] x86/mm: Add support to access boot related data in the clear
  ` [PATCH v7 24/36] x86, swiotlb: Add memory encryption support
  ` [PATCH v7 25/36] swiotlb: Add warnings for use of bounce buffers with SME
  ` [PATCH v7 31/36] x86/mm, kexec: Allow kexec to be used "
  ` [PATCH v7 32/36] xen/x86: Remove SME feature in PV guests
  ` [PATCH v7 33/36] x86/mm: Use proper encryption attributes with /dev/mem
  ` [PATCH v7 34/36] x86/mm: Add support to encrypt the kernel in-place
  ` [PATCH v7 36/36] x86/mm: Add support to make use of Secure Memory Encryption
` [PATCH v7 05/36] x86/CPU/AMD: Handle SME reduction in physical address size
` [PATCH v7 07/36] x86/mm: Don't use phys_to_virt in ioremap() if SME is active
` [PATCH v7 11/36] x86/mm: Add SME support for read_cr3_pa()
` [PATCH v7 12/36] x86/mm: Extend early_memremap() support with additional attrs
` [PATCH v7 15/36] x86/boot/e820: Add support to determine the E820 type of an address
` [PATCH v7 16/36] efi: Add an EFI table address match function
` [PATCH v7 20/36] x86, mpparse: Use memremap to map the mpf and mpc data
` [PATCH v7 21/36] x86/mm: Add support to access persistent memory in the clear
` [PATCH v7 22/36] x86/mm: Add support for changing the memory encryption attribute
` [PATCH v7 23/36] x86, realmode: Decrypt trampoline area if memory encryption is active
` [PATCH v7 26/36] x86/CPU/AMD: Make the microcode level available earlier in the boot
` [PATCH v7 27/36] iommu/amd: Allow the AMD IOMMU to work with memory encryption
` [PATCH v7 28/36] x86, realmode: Check for memory encryption on the APs
` [PATCH v7 29/36] x86, drm, fbdev: Do not specify encrypted memory for video mappings
` [PATCH v7 30/36] kvm: x86: svm: Support Secure Memory Encryption within KVM
` [PATCH v7 35/36] x86/boot: Add early cmdline parsing for options with arguments

[PATCH v2 0/2] xen/efi: Fixes
 2017-06-22 19:25 UTC  (4+ messages)
` [PATCH v2 1/2] efi: Process MEMATTR table only if EFI_MEMMAP
` [PATCH v2 2/2] x86/xen/efi: Init only efi struct members used by Xen

[PATCH v4 2/2] eif/capsule-pstore: Add capsule pstore backend
 2017-06-22 16:35 UTC 

[PATCH v4 1/2] efi: Add 'nr_config_table' variable in efi structure
 2017-06-22 16:34 UTC 

[PATCH v4 0/2] Add EFI capsule pstore backend support
 2017-06-22 16:34 UTC 

[PATCH] efi/reboot: Fall back to original power-off method if EFI_RESET_SHUTDOWN returns
 2017-06-22 10:04 UTC  (4+ messages)
`  "

[PATCH v3 2/2] eif/capsule-pstore: Add capsule pstore backend
 2017-06-22  8:47 UTC  (5+ messages)

[PATCH v3 1/2] efi: Add 'nr_config_table' variable in efi structure
 2017-06-22  8:42 UTC  (5+ messages)

[PATCH v6 00/34] x86: Secure Memory Encryption (AMD)
 2017-06-21 18:40 UTC  (72+ messages)
` [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 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
              ` [Xen-devel] "
` [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 18/34] x86/efi: Update EFI pagetable creation to work with SME
` [PATCH v6 20/34] x86, mpparse: Use memremap to map the mpf and mpc data
` [PATCH v6 22/34] x86/mm: Add support for changing the memory encryption attribute
` [PATCH v6 23/34] x86, realmode: Decrypt trampoline area if memory encryption is active
` [PATCH v6 24/34] x86, swiotlb: Add memory encryption support
` [PATCH v6 25/34] swiotlb: Add warnings for use of bounce buffers with SME
` [PATCH v6 26/34] iommu/amd: Allow the AMD IOMMU to work with memory encryption
` [PATCH v6 29/34] kvm: x86: svm: Support Secure Memory Encryption within KVM
` [PATCH v6 30/34] x86/mm, kexec: Allow kexec to be used with SME

[PATCH V17 00/11] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64
 2017-06-21 13:10 UTC  (6+ messages)

Problem with new X.509 is_hash_blacklisted() interface
 2017-06-21 13:07 UTC  (5+ messages)

[PATCH 0/7] ARM: efi: PE/COFF cleanup/hardening
 2017-06-21 12:20 UTC  (2+ messages)

[PATCH 0/2] xen/efi: Fixes
 2017-06-21  9:32 UTC  (9+ messages)
` [PATCH 1/2] efi: Process MEMATTR table only if EFI_MEMMAP
` [PATCH 2/2] x86/xen/efi: Init only efi struct members used by Xen
  ` [Xen-devel] "

[PATCH v2 18/31] efi-stub.txt: standardize document format
 2017-06-20  7:02 UTC  (2+ messages)

[PATCH v3 0/2] Add EFI capsule pstore backend support
 2017-06-19 17:54 UTC 

[PATCH 4.11 05/13] efi: Fix boot panic because of invalid BGRT image address
 2017-06-15 17:54 UTC 

[PATCH 4.11 048/150] efi: Dont issue error message when booted under Xen
 2017-06-15  7:17 UTC  (4+ messages)
` [PATCH 4.11 049/150] efi/bgrt: Skip efi_bgrt_init() in case of non-EFI boot

[PATCH v6 23/34] x86, realmode: Decrypt trampoline area if memory encryption is active
 2017-06-14 16:39 UTC 

[PATCH 4.9 034/119] efi: Dont issue error message when booted under Xen
 2017-06-12 15:24 UTC 

I Would love to discuse something with you
 2017-06-12 14:51 UTC 

(unknown),
 2017-06-10 13:33 UTC 

[GIT PULL] EFI fix
 2017-06-10  8:31 UTC 

[PATCH 0/5] security, efi: Set lockdown if in secure boot mode
 2017-06-09 19:22 UTC  (7+ messages)

[PATCH 0/3] efi: arm64: use -fpie for building the stub
 2017-06-09  9:02 UTC  (10+ messages)
` [PATCH 1/3] efi/libstub: arm64: use hidden attribute for struct screen_info reference
` [PATCH 2/3] efi/libstub: arm64: force 'hidden' visibility for section markers
` [PATCH 3/3] efi/libstub: arm64: set -fpie when building the EFI stub

[PATCH] efi: arm: Don't mark ACPI reclaim memory as MEMBLOCK_NOMAP
 2017-06-09  9:01 UTC  (3+ messages)

[GIT PULL] Another EFI BGRT fix for v4.12
 2017-06-09  8:45 UTC  (2+ messages)
` [PATCH] efi: fix boot panic because of invalid bgrt image address

[PATCH v2] efi: fix boot panic because of invalid bgrt image address
 2017-06-09  8:35 UTC  (2+ messages)

[PATCH] x86/efi: fix boot panic because of invalid bgrt image address
 2017-06-09  2:52 UTC  (9+ messages)

[PATCH v6 25/34] swiotlb: Add warnings for use of bounce buffers with SME
 2017-06-08 21:09 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;
as well as URLs for NNTP newsgroup(s).