messages from 2015-03-04 21:32:53 to 2015-04-16 09:42:31 UTC [more...]
[PATCH v4 0/2] Enable capsule loader interface for efi firmware updating
2015-04-16 9:42 UTC (20+ 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
Problem with parcel shipping, ID:00578442
2015-04-15 23:59 UTC
[PATCH] x86/efi: Store upper bits of command line buffer address in ext_cmd_line_ptr
2015-04-15 23:32 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 1/3] firmware loader: introduce new API - request_firmware_direct_full_path()
` [PATCH v3 2/3] firmware_loader: fix positive return value being treat as error return
` [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 (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 (15+ messages)
` fwupdate
[PATCH v2] efi: stub: retrieve FDT size when loaded from UEFI config table
2015-03-10 14:21 UTC (4+ messages)
[PATCH] efi: Clean up the efi_call_phys_[prolog|epilog]() save/restore interaction
2015-03-10 13:36 UTC (2+ messages)
[PATCH] arch: x86: platform: efi: Disabling interrupt around kmalloc
2015-03-10 13:36 UTC (3+ messages)
` [PATCH] efi: Disable interrupts around EFI calls, not in the epilog/prolog calls
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 (27+ 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 04/15] x86, kaslr: get kaslr_enabled back correctly
[PATCH] arm64/efi: use UEFI ResetSystem() Runtime Service for system reset
2015-03-06 12:14 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).