Linux-EFI Archive mirror
 help / color / mirror / Atom feed
 messages from 2015-07-16 14:25:23 to 2015-08-11 06:16:22 UTC [more...]

[PATCH v2 00/16] Signature verification of hibernate snapshot
 2015-08-11  6:16 UTC  (3+ messages)
` [PATCH v2 01/16] PM / hibernate: define HMAC algorithm and digest size of hibernation
` [PATCH v2 02/16] x86/efi: Add get and set variable to EFI services pointer table

[PATCH v2 00/16] Signature verification of hibernate snapshot
 2015-08-11  6:13 UTC  (3+ messages)
` [PATCH v2 01/16] PM / hibernate: define HMAC algorithm and digest size of hibernation
  ` [PATCH v2 02/16] x86/efi: Add get and set variable to EFI services pointer table

[PATCH 0/3] SysFS driver for QEMU firmware config device (fw_cfg)
 2015-08-10 19:15 UTC  (12+ messages)
` [PATCH 1/3] firmware: introduce sysfs driver for QEMU's fw_cfg device
` [PATCH 2/3] kobject: export kset_find_obj() to be used from modules
` [PATCH 3/3] firmware: fw_cfg: create directory hierarchy for fw_cfg file names

[PATCH V3 request from stable 3.10 to 3.14] efi: fix 32bit kernel boot failed problem using efi
 2015-08-08 22:05 UTC  (4+ messages)
  ` Patch "efi: fix 32bit kernel boot failed problem using efi" has been added to the 3.10-stable tree
` Patch "efi: fix 32bit kernel boot failed problem using efi" has been added to the 3.14-stable tree

[PATCH V11 0/5] map GHES memory region according to EFI memory map
 2015-08-08 17:18 UTC  (3+ messages)
  ` [PATCH V11 1/5] efi: x86: rearrange efi_mem_attributes()
  ` [PATCH V11 2/5] x86: acpi: implement arch_apei_get_mem_attributes()

[GIT PULL] EFI changes for v4.3
 2015-08-08  8:39 UTC  (5+ messages)
    ` [PATCH 7/8] arm64: apei: implement arch_apei_get_mem_attributes()
    ` [PATCH 4/8] efi: x86: rearrange efi_mem_attributes()

[PATCH V9 0/5] map GHES memory region according to EFI memory map
 2015-08-06 13:47 UTC  (14+ messages)
` [PATCH V9 1/5] efi: x86: rearrange efi_mem_attributes()
` [PATCH V9 2/5] x86: acpi: implement arch_apei_get_mem_attributes()

[PATCH V10 0/5] map GHES memory region according to EFI memory map
 2015-08-06 13:40 UTC  (3+ messages)
` [PATCH V10 1/5] efi: x86: rearrange efi_mem_attributes()
` [PATCH V10 2/5] x86: acpi: implement arch_apei_get_mem_attributes()

[PATCH V2] efi: fix 32bit kernel boot failed problem using efi
 2015-08-03 22:15 UTC  (4+ messages)

[PATCH 3.10 ~ 3.14] efi: fix the efi 32bit boot failed problem
 2015-08-03  2:12 UTC  (9+ messages)

[RFC PATCH 00/16] Signature verification of hibernate snapshot
 2015-08-02  0:23 UTC  (52+ messages)
` [RFC PATCH 01/16] PM / hibernate: define HMAC algorithm and digest size of swsusp
` [RFC PATCH 02/16] x86/efi: Add get and set variable to EFI services pointer table
` [RFC PATCH 03/16] x86/boot: Public getting random boot function
` [RFC PATCH 04/16] x86/efi: Generating random number in EFI stub
` [RFC PATCH 05/16] x86/efi: Get entropy through EFI random number generator protocol
` [RFC PATCH 06/16] x86/efi: Generating random HMAC key for siging hibernate image
` [RFC PATCH 07/16] efi: Public the function of transferring EFI status to kernel error
` [RFC PATCH 08/16] x86/efi: Carrying swsusp key by setup data
` [RFC PATCH 10/16] PM / hibernate: Generate and verify signature of hibernate snapshot
` [RFC PATCH 11/16] PM / hibernate: Avoid including swsusp key to hibernate image
` [RFC PATCH 12/16] PM / hibernate: Forward signature verifying result and key to image kernel
` [RFC PATCH 13/16] PM / hibernate: Add configuration to enforce signature verification
` [RFC PATCH 14/16] PM / hibernate: Allow user trigger swsusp key re-generating
  ` [RFC PATCH 09/16] PM / hibernate: Reserve swsusp key and earse footprints
  ` [RFC PATCH 15/16] PM / hibernate: Bypass verification logic on legacy BIOS
` [RFC PATCH 16/16] PM / hibernate: Document signature verification of hibernate snapshot

[GIT PULL] EFI urgent fixes
 2015-07-31  7:56 UTC  (2+ messages)

Klientskie bazi tel +79133913837 Email: nonen22pp-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org Yznaite podrobnee!!!
 2015-07-30 21:34 UTC 

[PATCH] x86/mm, efi: Check for valid image type
 2015-07-30 19:09 UTC  (9+ messages)

[PATCH] x86_64/efi: Mapping Boot and Runtime EFI memory regions to different starting virtual address
 2015-07-30 14:16 UTC  (12+ messages)

[PATCH 0/2] arm64/efi: fix kernel allocation at base of DRAM
 2015-07-30 14:06 UTC  (5+ messages)
  ` [PATCH 1/2] efi: add 'offset' param to efi_low_alloc()
  ` [PATCH 2/2] arm64/efi: use efi_low_alloc() with offset to allocate kernel

[PATCH v2] efi: Check for null efi kernel parameters
 2015-07-30 12:30 UTC  (5+ messages)

[PATCH v3] x86_64/efi: Use all 64 bit of efi_memmap in setup_e820()
 2015-07-30 10:13 UTC  (2+ messages)

[PATCH v2] arm64/efi: prefer AllocatePages() over efi_low_alloc() for vmlinux
 2015-07-29 10:27 UTC  (6+ messages)

[PATCH] [v2] x86_64/efi: Use all 64 bit of efi_memmap in setup_e820()
 2015-07-28 20:42 UTC  (5+ messages)
      `  "

[PATCH] arm64/efi: map the entire UEFI vendor string before reading it
 2015-07-27 12:16 UTC  (3+ messages)

[PATCH V8 0/5] map GHES memory region according to EFI memory map
 2015-07-24 23:51 UTC  (3+ messages)
` [PATCH V8 1/5] efi: x86: rearrange efi_mem_attributes()
` [PATCH V8 2/5] x86: acpi: implement arch_apei_get_mem_attributes()

[PATCH] arm64/efi: prefer AllocatePages() over efi_low_alloc() for vmlinux
 2015-07-24 10:59 UTC  (4+ messages)

[PATCH 31/42] x86, efi: Copy SETUP_EFI data and access directly
 2015-07-24  2:07 UTC  (3+ messages)

[edk2] [PATCH] arm64/efi: prefer AllocatePages() over efi_low_alloc() for vmlinux
 2015-07-24  1:13 UTC  (7+ messages)
  ` [PATCH v2] "
` [edk2] [PATCH v3] "
    `  "

[arch] WARNING: CPU: 0 PID: 0 at kernel/memremap.c:31 memremap()
 2015-07-22 23:56 UTC  (2+ messages)

[PATCH] Don't print an error on unsupported BGRT version
 2015-07-22 22:13 UTC  (8+ messages)

[PATCH 0/2] process vendor proprietary CPER error section
 2015-07-22 18:11 UTC  (6+ messages)
` [PATCH 1/2] efi: parse vendor proprietary CPER section
` [PATCH 2/2] ras: acpi/apei: trace event for "

[PATCH V6 0/4] map GHES memory region according to EFI memory map
 2015-07-22 17:21 UTC  (7+ messages)
` [PATCH V6 1/4] efi: x86: rearrange efi_mem_attributes()
` [PATCH V6 2/4] x86: acpi: implement arch_apei_get_mem_attributes()

[PATCH] x86_64/efi: Use all 64 bit of efi_memmap in setup_e820()
 2015-07-22 15:30 UTC  (3+ messages)

[PATCH V7 0/5] map GHES memory region according to EFI memory map
 2015-07-21 21:59 UTC  (3+ messages)
  ` [PATCH V7 1/5] efi: x86: rearrange efi_mem_attributes()
` [PATCH V7 2/5] x86: acpi: implement arch_apei_get_mem_attributes()

[GIT PULL] EFI urgent fix
 2015-07-21  7:53 UTC  (2+ messages)

[PATCH] efi: Check for null efi kernel parameters
 2015-07-20 10:11 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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).