linux-efi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-03-10 15:48:28 to 2015-06-01 09:55:38 UTC [more...]

[PATCH 0/8] arm64 UEFI early FDT handling
 2015-06-01  9:55 UTC  (16+ messages)
  ` [PATCH 1/8] of/fdt: split off FDT self reservation from memreserve processing
  ` [PATCH 2/8] arm64: use fixmap region for permanent FDT mapping
  ` [PATCH 3/8] arm64: override early_init_dt_add_memory_arch()
  ` [PATCH 4/8] efi: move FDT handling to separate object file
  ` [PATCH 5/8] arm64/efi: move EFI init before early FDT processing
  ` [PATCH 6/8] arm64/efi: ignore DT memory nodes instead of removing them
  ` [PATCH 7/8] arm64/efi: ignore DT memreserve entries "
  ` [PATCH 8/8] arm64/efi: adapt to relaxed FDT placement requirements

[GIT PULL] EFI changes for v4.2
 2015-05-31 16:25 UTC 

[PATCH 0/2] map GHES memory region with EFI memory map
 2015-05-27 19:35 UTC  (4+ messages)
  ` [PATCH 1/2] efi: arch, x86: arch, ia64: rearrange EFI memmap related functions

Capsule patches
 2015-05-27 17:58 UTC 

[PATCH v2] efi: dmi: List SMBIOS3 table before SMBIOS table
 2015-05-27 14:33 UTC  (8+ messages)

[GIT PULL] EFI urgent fixes
 2015-05-06  6:31 UTC  (2+ messages)

[PATCH v4 0/2] Enable capsule loader interface for efi firmware updating
 2015-04-30 17:55 UTC  (62+ messages)
  ` [PATCH v4 1/2] firmware_loader: introduce new API - request_firmware_direct_full_path()
  ` [PATCH v4 2/2] efi: an sysfs interface for user to update efi firmware

[RFC 0/3] Add capsule update using error on close semantics
 2015-04-30 14:52 UTC  (12+ messages)
  ` [RFC 1/3] sysfs,kernfs: add flush operation
  ` [RFC 2/3] firmware_class: split out transaction helpers
` [RFC 3/3] efi: add capsule update capability via sysfs

[PATCH] efi: ESRT: fix some compile warnings
 2015-04-30 14:49 UTC 

[PATCH] efi: dmi: List SMBIOS3 table before SMBIOS table
 2015-04-30 11:09 UTC  (3+ messages)

ESRT support
 2015-04-30 10:42 UTC  (3+ messages)
  ` [PATCH] efi: Add esrt support

[patch] efi: fix error handling in add_sysfs_runtime_map_entry()
 2015-04-27 20:31 UTC  (2+ messages)

[patch] efi: efivar_create_sysfs_entry() should return negative error codes
 2015-04-27 16:31 UTC  (2+ messages)

[PATCH] x86/efi: fix potential NULL pointer dereference
 2015-04-25  7:15 UTC  (4+ messages)

[PATCH] x86/efi: Store upper bits of command line buffer address in ext_cmd_line_ptr
 2015-04-17 14:40 UTC  (2+ messages)

Пишу уникальные тексты для сайтов
 2015-04-16 18:49 UTC 

Problem with parcel shipping, ID:00578442
 2015-04-15 23:59 UTC 

[PATCH] x86_64/efi: enforce 32 bit address for command line buffer
 2015-04-15 20:06 UTC  (4+ messages)

[PATCH] efi: stub: use a pool allocation for the cmdline
 2015-04-15 10:01 UTC  (6+ messages)

[PATCH v3 0/3] Enable a capsule loader interface for user to update
 2015-04-12  8:38 UTC  (6+ messages)
  ` [PATCH v3 2/3] firmware_loader: fix positive return value being treat as error return
` [PATCH v3 1/3] firmware loader: introduce new API - request_firmware_direct_full_path()
` [PATCH v3 3/3] efi: an sysfs interface for user to update efi firmware

[PATCH RESEND] efivarfs: Ensure VariableName is NUL-terminated
 2015-04-06 18:39 UTC  (3+ messages)

[PATCH v5 00/19] x86, boot: kaslr cleanup and 64bit kaslr support
 2015-04-05  1:25 UTC  (23+ messages)
` [PATCH v5 01/19] x86, boot: Make data from decompress_kernel stage live longer
` [PATCH v5 02/19] x86, kaslr: Propagate base load address calculation v2
` [PATCH v5 03/19] x86, boot: Simplify run_size calculation
` [PATCH v5 04/19] x86, kaslr: Kill not used run_size related code
` [PATCH v5 05/19] x86, kaslr: Use output_run_size
` [PATCH v5 06/19] x86, kaslr: Consolidate mem_avoid array filling
` [PATCH v5 07/19] x86, boot: Move z_extract_offset calculation to header.S
` [PATCH v5 08/19] x86, kaslr: Get correct max_addr for relocs pointer
` [PATCH v5 10/19] x86, 64bit: Set ident_mapping for kaslr
` [PATCH v5 12/19] x86, kaslr: Fix a bug that relocation can not be handled when kernel is loaded above 2G
` [PATCH v5 14/19] x86, kaslr: Add two functions which will be used later
` [PATCH v5 17/19] x86, kaslr: Add support of kernel physical address randomization above 4G
  ` [PATCH v5 09/19] x86, boot: Split kernel_ident_mapping_init to another file
  ` [PATCH v5 11/19] x86, boot: Add checking for memcpy
  ` [PATCH v5 13/19] x86, kaslr: Introduce struct slot_area to manage randomization slot info
  ` [PATCH v5 15/19] x86, kaslr: Introduce fetch_random_virt_offset to randomize the kernel text mapping address
  ` [PATCH v5 16/19] x86, kaslr: Randomize physical and virtual address of kernel separately
  ` [PATCH v5 18/19] x86, kaslr: Remove useless codes
` [PATCH v5 19/19] x86, kaslr: Allow random address could be below loaded address

[GIT PULL v2] EFI changes for v4.1
 2015-04-01 13:11 UTC  (2+ messages)

[GIT PULL] EFI changes for v4.1
 2015-03-31  8:57 UTC  (2+ messages)

[GIT PULL] EFI urgent fix
 2015-03-27 19:18 UTC 

efivarfs and writev() support
 2015-03-17 16:03 UTC  (9+ messages)

[PATCH v3 0/7] x86, boot: clean up kasl
 2015-03-17  8:14 UTC  (22+ messages)
` [PATCH v3 1/7] x86, kaslr: Use init_size instead of run_size
                  ` [PATCH] Revert "x86/mm/ASLR: Propagate base load address calculation"
` [PATCH v3 2/7] x86, boot: Move ZO to end of buffer
` [PATCH v3 3/7] x86, boot: Don't overlap VO with ZO data

Re: [PATCH v2 3/3] efi: Capsule update with user helper interface
 2015-03-16 15:35 UTC  (12+ messages)

[PATCH v2] efi/arm64: use UEFI for system reset and poweroff
 2015-03-14 11:00 UTC  (3+ messages)

[PATCH] x86, boot: Move z_extract_offset calculation to header.S
 2015-03-13  2:12 UTC 

[PATCH] efivarfs: Ensure VariableName is NULL-terminated
 2015-03-11 12:00 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).