linux-efi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-03-02 12:29:55 to 2015-03-31 08:57:18 UTC [more...]

[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 

[PATCH v5 00/19] x86, boot: kaslr cleanup and 64bit kaslr support
 2015-03-23  7:12 UTC  (22+ 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 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 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 19/19] x86, kaslr: Allow random address could be below loaded address

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  (52+ 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
` [PATCH v3 4/7] x86, kaslr: Access the correct kaslr_enabled variable
` [PATCH v3 6/7] x86, boot: Split kernel_ident_mapping_init to another file
` [PATCH v3 7/7] x86, kaslr, 64bit: Set new or extra ident_mapping
  ` [PATCH v3 5/7] x86, kaslr: Consolidate mem_avoid array filling

Re: [PATCH v2 3/3] efi: Capsule update with user helper interface
 2015-03-16 15:35 UTC  (14+ 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 

Re: [PATCH v2 3/3] efi: Capsule update with user helper interface
 2015-03-10 15:27 UTC  (17+ messages)
                            ` fwupdate

[PATCH v2] efi: stub: retrieve FDT size when loaded from UEFI config table
 2015-03-10 14:21 UTC  (4+ messages)

[PATCH] arch: x86: platform: efi: Disabling interrupt around kmalloc
 2015-03-10 13:36 UTC  (5+ messages)
` [PATCH] efi: Disable interrupts around EFI calls, not in the epilog/prolog calls
    ` [PATCH] efi: Clean up the efi_call_phys_[prolog|epilog]() save/restore interaction

OVMF whitepaper released
 2015-03-10  0:42 UTC 

[PATCH v3 0/8] x86, boot: clean up setup_data handling
 2015-03-09  0:18 UTC  (12+ messages)
` [PATCH v3 1/8] x86: Kill E820_RESERVED_KERN
` [PATCH v3 2/8] x86, efi: Copy SETUP_EFI data and access directly
` [PATCH v3 3/8] x86, of: Let add_dtb reserve setup_data locally
` [PATCH v3 4/8] x86, boot: Add add_pci handler for SETUP_PCI
` [PATCH v3 5/8] x86: Kill not used setup_data handling code
  ` [PATCH v3 6/8] x86, boot, PCI: Convert SETUP_PCI data to list
` [PATCH v3 7/8] x86, boot, PCI: Copy SETUP_PCI rom to kernel space
` [PATCH v3 8/8] x86, boot, PCI: Export SETUP_PCI data via sysfs

[PATCH v3 0/8] x86, boot: clean up setup_data handling
 2015-03-08  0:50 UTC  (3+ messages)
` [PATCH v3 1/8] x86: Kill E820_RESERVED_KERN
` [PATCH v3 2/8] x86, efi: Copy SETUP_EFI data and access directly

[PATCH v2 00/15] x86, boot: clean up kasl and setup_data handling
 2015-03-07 21:11 UTC  (41+ messages)
` [PATCH v2 01/15] x86, kaslr: Use init_size instead of run_size
` [PATCH v2 02/15] x86, boot: move ZO to end of buffer
` [PATCH v2 03/15] x86, boot: keep data from ZO boot stage to VO kernel stage
` [PATCH v2 06/15] x86, boot: split kernel_ident_mapping_init into another file
` [PATCH v2 07/15] x86, kaslr, 64bit: set new or extra ident_mapping
` [PATCH v2 10/15] x86, of: let add_dtb reserve by itself
` [PATCH v2 11/15] x86, boot: Add add_pci handler for SETUP_PCI
  ` [PATCH v2 04/15] x86, kaslr: get kaslr_enabled back correctly
  ` [PATCH v2 05/15] x86, kaslr: consolidate the mem_avoid filling
  ` [PATCH v2 08/15] x86: Kill E820_RESERVED_KERN
  ` [PATCH v2 09/15] x86, efi: copy SETUP_EFI data and access directly
  ` [PATCH v2 12/15] x86: kill not used setup_data handling code
` [PATCH v2 13/15] x86, pci: convert SETUP_PCI data to list
` [PATCH v2 14/15] x86, boot: copy rom to kernel space
` [PATCH v2 15/15] x86, pci: export SETUP_PCI data via sysfs

[PATCH] arm64/efi: use UEFI ResetSystem() Runtime Service for system reset
 2015-03-06 12:14 UTC  (3+ messages)

[PATCH] efi: stub: retrieve FDT size when loaded from UEFI config table
 2015-03-04 11:28 UTC  (3+ messages)

[PATCH 1/8] x86, kaslr: get kaslr_enabled back correctly
 2015-03-02 22:10 UTC  (14+ messages)

[GIT PULL] EFI urgent fixes
 2015-03-02 13:35 UTC  (3+ messages)

[PATCH 0/8] x86, boot: clean up setup_data handling
 2015-03-02 13:13 UTC  (3+ messages)
` [PATCH 1/8] x86, kaslr: get kaslr_enabled back correctly


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