Current Team Memberships

Show patches with: State = Action Required       |    Archived = No       |   247 patches
« 1 2 3 »
Patch Series S/W/F Date Submitter Delegate State
[7/7] Add support for ARM UEFI ("EFI") platforms --- 2013-05-09 Leif Lindholm New
ARM U-Boot BSS zeroing --- 2013-05-13 Leif Lindholm New
[1/2] Documentation: arm: early_ioremap --- 2013-06-25 Leif Lindholm New
[2/2] arm: add early_ioremap support --- 2013-06-25 Leif Lindholm New
[1/4] Documentation: arm: [U]EFI runtime services --- 2013-06-25 Leif Lindholm New
[2/4] x86: efi: break efi_lookup_mapped_addr out to generic code --- 2013-06-25 Leif Lindholm New
[3/4] arm: Add [U]EFI runtime services support --- 2013-06-25 Leif Lindholm New
[4/4] init: efi: arm: enable (U)EFI runtime services on arm --- 2013-06-25 Leif Lindholm New
[1/4] efi: provide a generic efi_config_init() --- 2013-07-30 Leif Lindholm New
[2/4] efi: x86: use common code for (U)EFI configuration scanning --- 2013-07-30 Leif Lindholm New
[3/4] efi: ia64: use common code for (U)EFI configuration scanning --- 2013-07-30 Leif Lindholm New
[4/4] efi: x86: make efi_lookup_mapped_addr() a common function --- 2013-07-30 Leif Lindholm New
[v2,2/5] efi: provide a generic efi_config_init() --- 2013-08-02 Leif Lindholm New
[v2,3/5] efi: x86: use common code for (U)EFI configuration scanning --- 2013-08-02 Leif Lindholm New
[v2,4/5] efi: ia64: use common code for (U)EFI configuration scanning --- 2013-08-02 Leif Lindholm New
[RFC] New port to arm64-efi --- 2013-11-14 Leif Lindholm New
[v3,1/3] Documentation: arm: add UEFI support documentation --- 2013-11-28 Leif Lindholm New
[v3,2/3] arm: Add [U]EFI runtime services support --- 2013-11-28 Leif Lindholm New
[v3,3/3] init: efi: arm: enable (U)EFI runtime services on arm --- 2013-11-28 Leif Lindholm New
[v2,1/2] fdt: additions required for arm64 Linux loader --- 2013-12-19 Leif Lindholm New
[v2,2/2] arm64: add EFI Linux loader --- 2013-12-19 Leif Lindholm New
[v3,2/2] arm64: add EFI Linux loader --- 2013-12-20 Leif Lindholm New
[v4,2/2] arm64: add EFI Linux loader --- 2013-12-22 Leif Lindholm New
[v4,1/5] arm: break part of __soft_restart out into separate function --- 2014-01-11 Leif Lindholm New
[v4,2/5] arm: add new asm macro update_sctlr --- 2014-01-11 Leif Lindholm New
[v4,3/5] Documentation: arm: add UEFI support documentation --- 2014-01-11 Leif Lindholm New
[v4,4/5] arm: Add [U]EFI runtime services support --- 2014-01-11 Leif Lindholm New
[v4,5/5] init: efi: arm: enable (U)EFI runtime services on arm --- 2014-01-11 Leif Lindholm New
efi: x86: make "efi facility" use slightly more generic --- 2014-01-14 Leif Lindholm New
[edk2] edk2/edksetup.sh patch to solve command line parameter --- 2014-01-29 Leif Lindholm New
[edk2] edk2/edksetup.sh patch to solve command line parameter --- 2014-01-30 Leif Lindholm New
[01/22] arm: break part of __soft_restart out into separate function --- 2014-02-05 Leif Lindholm New
[02/22] arm: add new asm macro update_sctlr --- 2014-02-05 Leif Lindholm New
[05/22] Add shared printk wrapper for consistent prefixing --- 2014-02-05 Leif Lindholm New
[06/22] Add helper functions used by arm/arm64 --- 2014-02-05 Leif Lindholm New
[07/22] Add shared FDT related functions for ARM/ARM64 --- 2014-02-05 Leif Lindholm New
[08/22] Add strstr to compressed string.c for ARM. --- 2014-02-05 Leif Lindholm New
[09/22] Add shared arm/arm64 EFI stub --- 2014-02-05 Leif Lindholm New
[10/22] Add EFI stub for ARM --- 2014-02-05 Leif Lindholm New
[11/22] Disable stack protection for decompressor/stub --- 2014-02-05 Leif Lindholm New
[12/22] Documentation: arm: add UEFI support documentation --- 2014-02-05 Leif Lindholm New
[13/22] arm: Add [U]EFI runtime services support --- 2014-02-05 Leif Lindholm New
[14/22] init: efi: arm: enable (U)EFI runtime services on arm --- 2014-02-05 Leif Lindholm New
[16/22] arm64: Add function to create identity mappings --- 2014-02-05 Leif Lindholm New
[17/22] arm64: add EFI stub --- 2014-02-05 Leif Lindholm New
[19/22] arm64: add EFI runtime services --- 2014-02-05 Leif Lindholm New
[20/22] Improve cmdline conversion --- 2014-02-05 Leif Lindholm New
[21/22] arm: efistub: ignore dtb= when UEFI SecureBoot is enabled --- 2014-02-05 Leif Lindholm New
[22/22] arm: update boot/compressed/.gitignore --- 2014-02-05 Leif Lindholm New
[edk2,1/2] ArmPkg CRLF fixup. --- 2014-02-11 Leif Lindholm New
[edk2,2/2] ArmPlatformPkg CRLF fixup. --- 2014-02-11 Leif Lindholm New
[v2,01/15] efi: delete stray ARM ifdef --- 2014-03-13 Leif Lindholm New
[v2,02/15] efi: x86: Improve cmdline conversion --- 2014-03-13 Leif Lindholm New
[v2,07/15] efi: Add shared printk wrapper for consistent prefixing --- 2014-03-13 Leif Lindholm New
[v2,08/15] efi: Add get_dram_base() helper function --- 2014-03-13 Leif Lindholm New
[v2,09/15] efi: Add shared FDT related functions for ARM/ARM64 --- 2014-03-13 Leif Lindholm New
[v2,10/15] arm64: Add function to create identity mappings --- 2014-03-13 Leif Lindholm New
[v2,11/15] arm64: add EFI stub --- 2014-03-13 Leif Lindholm New
[v2,13/15] arm64: add EFI runtime services --- 2014-03-13 Leif Lindholm New
[v2,15/15] efi/arm64: ignore dtb= when UEFI SecureBoot is enabled --- 2014-03-13 Leif Lindholm New
[3/5] efi: x86: Improve cmdline conversion --- 2014-04-04 Leif Lindholm New
[v3,04/10] arm64: Add function to create identity mappings --- 2014-04-04 Leif Lindholm New
[v3,06/10] arm64: efi: add EFI stub --- 2014-04-04 Leif Lindholm New
[v3,08/10] arm64: add EFI runtime services --- 2014-04-04 Leif Lindholm New
[v3,10/10] efi/arm64: ignore dtb= when UEFI SecureBoot is enabled --- 2014-04-04 Leif Lindholm New
[3/3] of: Handle memory@0 node on PPC32 only --- 2014-04-17 Leif Lindholm New
[3/3] of: Handle memory@0 node on PPC32 only --- 2014-04-18 Leif Lindholm New
[v2,06/10] arm64: add EFI runtime services --- 2014-04-25 Leif Lindholm New
EFI_STUB fails to boot non-EFI on arm64 --- 2014-05-23 Leif Lindholm New
efi: arm64: memory node handling cleanup --- 2014-05-23 Leif Lindholm New
arm64: Add flush_cache_vmap call in __early_set_fixmap --- 2014-06-06 Leif Lindholm New
[1/2] arm: use generic fixmap.h --- 2014-07-09 Leif Lindholm New
[2/2] arm: add early_ioremap support --- 2014-07-09 Leif Lindholm New
[2/2] arm: add early_ioremap support --- 2014-07-09 Leif Lindholm New
[edk2] Whitespace fixup for ARM Directories --- 2014-07-09 Leif Lindholm New
[1/7] arm: break part of __soft_restart out into separate function --- 2014-07-18 Leif Lindholm New
[2/7] arm: add new asm macro update_sctlr --- 2014-07-18 Leif Lindholm New
[3/7] arm: add strstr to compressed string.c --- 2014-07-18 Leif Lindholm New
[4/7] arm: Disable stack protection for decompressor/stub --- 2014-07-18 Leif Lindholm New
[5/7] arm: efi: use strcmp instead of strncmp for fdt parsing --- 2014-07-18 Leif Lindholm New
[6/7] arm: add [U]EFI support --- 2014-07-18 Leif Lindholm New
[7/7] init: efi: arm: enable (U)EFI runtime services on arm --- 2014-07-18 Leif Lindholm New
[1/2] arm: use generic fixmap.h --- 2014-07-18 Leif Lindholm New
[RFC] arm: section split in boot/compressed/head.S --- 2014-07-21 Leif Lindholm New
[RFC] arm: section split in boot/compressed/head.S --- 2014-07-22 Leif Lindholm New
[1/2] UEFI arm64: add noefi boot param --- 2014-08-06 Leif Lindholm New
[edk2] Actually plug in BaseTools build on AArch64 --- 2014-08-12 Leif Lindholm New
[edk2] ArmVExpressPkg: enable specifying firmware version string on build --- 2014-10-08 Leif Lindholm New
[edk2] ArmVExpressPkg: enable specifying firmware version string on build --- 2014-10-08 Leif Lindholm New
[edk2] Add .gitignore --- 2014-10-08 Leif Lindholm New
[edk2] Add .gitignore --- 2014-10-09 Leif Lindholm New
[edk2] Add .gitignore --- 2014-10-10 Leif Lindholm New
[edk2] Add .gitignore --- 2014-10-14 Leif Lindholm New
[edk2] ArmVExpressPkg: enable specifying firmware version string on build --- 2014-10-14 Leif Lindholm New
[edk2] GenFw: don't bail out on (certain) relative relocations --- 2014-10-14 Leif Lindholm New
[RFC] make CONFIG_STRICT_DEVMEM a core non-debug feature --- 2014-11-04 Leif Lindholm New
[edk2] Increase more ARM address Pcd entries to 64-bit. --- 2014-11-08 Leif Lindholm New
[edk2] Increase more ARM address Pcd entries to 64-bit. --- 2014-11-08 Leif Lindholm New
[v2,1/2] of: add optional options parameter to of_find_node_by_path() --- 2014-11-26 Leif Lindholm New
[v2,2/2] of: support passing console options with stdout-path --- 2014-11-26 Leif Lindholm New
« 1 2 3 »

Bundling

Create bundle: