linux-efi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-07-24 19:07:56 to 2017-08-30 12:38:45 UTC [more...]

[PATCH v1 0/6] uuid: Convert rest users to new API
 2017-08-30 12:38 UTC  (20+ messages)
` [PATCH v1 1/6] efi: Switch to use new generic UUID API
` [PATCH v1 3/6] staging: unisys: "
` [PATCH v1 6/6] device property: "

[RFC Part1 PATCH v3 00/17] x86: Secure Encrypted Virtualization (AMD)
 2017-08-29 10:22 UTC  (65+ messages)
` [RFC Part1 PATCH v3 01/17] Documentation/x86: Add AMD Secure Encrypted Virtualization (SEV) descrption
` [RFC Part1 PATCH v3 02/17] x86/CPU/AMD: Add the Secure Encrypted Virtualization CPU feature
` [RFC Part1 PATCH v3 03/17] x86/mm: Secure Encrypted Virtualization (SEV) support
` [RFC Part1 PATCH v3 04/17] x86/mm: Don't attempt to encrypt initrd under SEV
` [RFC Part1 PATCH v3 05/17] x86, realmode: Don't decrypt trampoline area "
` [RFC Part1 PATCH v3 06/17] x86/mm: Use encrypted access of boot related data with SEV
` [RFC Part1 PATCH v3 07/17] x86/mm: Include SEV for encryption memory attribute changes
` [RFC Part1 PATCH v3 08/17] x86/efi: Access EFI data as encrypted when SEV is active
` [RFC Part1 PATCH v3 09/17] resource: Consolidate resource walking code
` [RFC Part1 PATCH v3 10/17] resource: Provide resource struct in resource walk callback
` [RFC Part1 PATCH v3 11/17] x86/mm, resource: Use PAGE_KERNEL protection for ioremap of memory pages
` [RFC Part1 PATCH v3 12/17] x86/mm: DMA support for SEV memory encryption
` [RFC Part1 PATCH v3 13/17] x86/io: Unroll string I/O when SEV is active
` [RFC Part1 PATCH v3 14/17] x86/boot: Add early boot support when running with SEV active
` [RFC Part1 PATCH v3 15/17] x86: Add support for changing memory encryption attribute in early boot
` [RFC Part1 PATCH v3 16/17] X86/KVM: Provide support to create Guest and HV shared per-CPU variables
  ` [RFC Part1 PATCH v3 17/17] X86/KVM: Clear encryption attribute when SEV is active

[PATCH V2 0/3] Use mm_struct and switch_mm() instead of manually
 2017-08-28 23:37 UTC  (4+ messages)
` [PATCH V2 1/3] efi: Use efi_mm in x86 as well as ARM
` [PATCH V2 2/3] x86/efi: Replace efi_pgd with efi_mm.pgd
` [PATCH V2 3/3] x86/efi: Use efi_switch_mm() rather than manually twiddling with %cr3

[GIT PULL 0/5] more EFI changes for v4.14
 2017-08-25 15:50 UTC  (6+ messages)
` [PATCH 1/5] efi/libstub: Enable reset attack mitigation
` [PATCH 2/5] efi/random: Increase size of firmware supplied randomness
` [PATCH 3/5] efi/reboot: Make function pointer orig_pm_power_off static
  ` [PATCH 4/5] efi: move efi_mem_type() to common code
` [PATCH 5/5] efi: bgrt: use efi_mem_type()

[PATCH 0/3] Use mm_struct and switch_mm() instead of manually
 2017-08-25 15:13 UTC  (27+ messages)
` [PATCH 1/3] efi: Use efi_mm in x86 as well as ARM
  ` [PATCH 2/3] x86/efi: Replace efi_pgd with efi_mm.pgd
` [PATCH 3/3] x86/efi: Use efi_switch_mm() rather than manually twiddling with cr3

[RFC 00/11] KVM, EFI, arm64: EFI Runtime Services Sandboxing
 2017-08-25  9:40 UTC  (13+ messages)
` [RFC 01/11] arm64: Add an SMCCC function IDs header
` [RFC 02/11] KVM: arm64: Return an Unknown ID on unhandled HVC
` [RFC 03/11] KVM: Allow VM lifecycle management without userspace
` [RFC 04/11] KVM, arm, arm64: Offer PAs to IPAs idmapping to internal VMs
` [RFC 05/11] KVM: Expose VM/VCPU creation functions
` [RFC 06/11] KVM, arm64: Expose a VCPU initialization function
` [RFC 07/11] KVM: Allow initialization before the module target
` [RFC 08/11] KVM, arm, arm64: Initialize KVM's core earlier
` [RFC 09/11] EFI, arm, arm64: Enable EFI Runtime Services later
` [RFC 10/11] efi, arm64: Sandbox Runtime Services in a VM
` [RFC 11/11] KVM, arm64: Don't trap internal VMs SMC calls

[PATCH 2/2] EFI/BGRT: use efi_mem_type()
 2017-08-25  9:24 UTC  (3+ messages)
` [PATCH v2 "

[PATCH 1/2] EFI: move efi_mem_type() to common code
 2017-08-25  9:24 UTC  (9+ messages)
` [PATCH v2 "

[PATCH 1/2] x86_32: boot, extract efi_pe_entry from startup_32
 2017-08-24  7:33 UTC  (2+ messages)
` [PATCH 2/2] x86_64: boot, extract efi_pe_entry from startup_64

[efi:next 2/3] drivers/firmware/efi/libstub/random.c:163:21: error: 'RANDOM_SEED_SIZE' undeclared
 2017-08-22 19:44 UTC 

[PATCH][next] efi/reboot: make function pointer orig_pm_power_off static
 2017-08-22 16:32 UTC  (2+ messages)

[GIT PULL 00/14] EFI changes for v4.14
 2017-08-21  9:34 UTC  (16+ messages)
` [PATCH 01/14] efi: arm: Don't mark ACPI reclaim memory as MEMBLOCK_NOMAP
` [PATCH 02/14] efi/libstub: arm64: use hidden attribute for struct screen_info reference
` [PATCH 04/14] efi/libstub: arm64: set -fpie when building the EFI stub
` [PATCH 05/14] efi: arm/arm64: Add missing assignment of efi.config_table
` [PATCH 07/14] drivers/fbdev: efifb: allow BAR to be moved instead of claiming it
  ` [PATCH 03/14] efi/libstub: arm64: force 'hidden' visibility for section markers
  ` [PATCH 06/14] efi/reboot: Fall back to original power-off method if EFI_RESET_SHUTDOWN returns
  ` [PATCH 08/14] arm: efi: remove forbidden values from the PE/COFF header
  ` [PATCH 09/14] arm: efi: remove pointless dummy .reloc section
  ` [PATCH 11/14] arm: efi: split zImage code and data into separate PE/COFF sections
  ` [PATCH 13/14] firmware: efi: constify attribute_group structures
` [PATCH 10/14] arm: efi: replace open coded constants with symbolic ones
` [PATCH 12/14] firmware: dcdbas: constify attribute_group structures
` [PATCH 14/14] firmware: efi: esrt: "

Thinkpad e545 woes
 2017-08-21  9:25 UTC 

[PATCH] efi: random: increase size of firmware supplied randomness
 2017-08-19 17:19 UTC 

[RFC PATCH 1/2] efi: import USB I/O related declarations from the UEFI spec
 2017-08-19 15:17 UTC  (2+ messages)
  ` [RFC PATCH 2/2] efi: libstub: add support for the Chaoskey RNG USB stick to the stub

[PATCH v9 0/2] x86/boot/KASLR: Restrict kernel to be randomized in mirror regions
 2017-08-19  1:22 UTC  (9+ messages)
` [PATCH v9 1/2] efi: Introduce efi_early_memdesc_ptr to get pointer to memmap descriptor
  ` [PATCH v10 "
` [PATCH v9 2/2] x86/boot/KASLR: Restrict kernel to be randomized in mirror regions

[PATCH] Enable reset attack mitigation
 2017-08-18 20:37 UTC  (12+ messages)

[PATCH 0/3] constify firmware attribute_group structures
 2017-08-18 14:36 UTC  (5+ messages)
` [PATCH 1/3] firmware: dcdbas: constify "
` [PATCH 2/3] firmware: efi: "
` [PATCH 3/3] firmware: efi: esrt: "

[PATCH v5 0/2] Add EFI capsule pstore backend support
 2017-08-17 16:20 UTC  (3+ messages)

[PATCH V15 00/11] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64
 2017-08-14  7:55 UTC  (3+ messages)
` [PATCH V15 06/11] acpi: apei: handle SEA notification type for ARMv8

[PATCH] x86/efi: page align EFI ROM image ranges
 2017-08-11 12:54 UTC  (6+ messages)
        ` [PATCH v2] "

(unknown),
 2017-08-10  9:38 UTC 

[PATCH v6 RESEND] x86/boot/KASLR: Restrict kernel to be randomized in mirror regions
 2017-08-04 12:02 UTC  (4+ messages)

[PATCH v8 0/2] x86/boot/KASLR: Restrict kernel to be randomized in mirror regions
 2017-08-04 10:43 UTC  (8+ messages)
` [PATCH v8 1/2] efi: Introduce efi_memdesc_ptr to get pointer to memmap descriptor
` [PATCH v8 2/2] x86/boot/KASLR: Restrict kernel to be randomized in mirror regions

[PATCH] x86/efi: page align EFI ROM image ranges
 2017-08-02 16:28 UTC 


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).