linux-efi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-02-03 11:33:10 to 2016-02-17 07:59:18 UTC [more...]

[GIT PULL 0/5] EFI urgent fixes
 2016-02-17  7:59 UTC  (10+ messages)
` [PATCH 2/5] efi: Use ucs2_as_utf8 in efivarfs instead of open coding a bad version
  ` [PATCH 1/5] lib/ucs2_string: Add ucs2 -> utf8 helper functions
  ` [PATCH 3/5] efi: Do variable name validation tests in utf8
` [PATCH 4/5] efi: Make our variable validation list include the guid
` [PATCH 5/5] efi: Make efivarfs entries immutable by default

[PATCH v2 0/2] efi: ARM/arm64: wire up ESRT table
 2016-02-16 20:25 UTC  (7+ messages)
  ` [PATCH v2 1/2] efi: esrt: use memremap not ioremap to access ESRT table in memory
  ` [PATCH v2 2/2] arm64/efi: esrt: add missing call to efi_esrt_init()

[PATCH 0/2] make efivarfs files immutable by default (for stable)
 2016-02-16 16:09 UTC  (3+ messages)
  ` [PATCH 1/2] efi: make our variable validation list include the guid
  ` [PATCH 2/2] efi: Make efivarfs entries immutable by default

[GIT PULL 0/2] EFI urgent fixes
 2016-02-16 15:47 UTC  (4+ messages)
` [PATCH 1/2] efi: Add pstore variables to the deletion whitelist
` [PATCH 2/2] lib/ucs2_string: Correct ucs2 -> utf8 conversion

[PATCH] efi: libstub: add strnlen() implementation
 2016-02-16 15:29 UTC 

[PATCH RFC 1/1] x86: fix bad memory access in fb_is_primary_device()
 2016-02-16 15:18 UTC  (2+ messages)

[PATCH] x86/efi: skip bgrt init for kexec reboot
 2016-02-16 14:48 UTC  (10+ messages)

[PATCH] pstore: add lzo/lz4 compression support
 2016-02-16 13:52 UTC 

efivarfs immutable files patch set
 2016-02-16 12:49 UTC  (27+ messages)
  ` [PATCH 1/5] Add ucs2 -> utf8 helper functions
  ` [PATCH 2/5] efi: use ucs2_as_utf8 in efivarfs instead of open coding a bad version (v2)
  ` [PATCH 3/5] efi: do variable name validation tests in utf8
  ` [PATCH 4/5] efi: make our variable validation list include the guid (v3)
  ` [PATCH 5/5] efi: Make efivarfs entries immutable by default. (v5)
          ` efi: make most efivarfs files immutable by default
            ` [PATCH 3/5] efi: do variable name validation tests in utf8 (v2)
              ` [PATCH 2/5] efi: use ucs2_as_utf8 in efivarfs instead of open coding a bad version (v3)
                  ` [PATCH] efi: minor fixup in efivar_validate() declaration

[PATCH v11 0/1] Enable capsule loader interface for efi firmware updating
 2016-02-15 16:41 UTC  (7+ messages)
` [PATCH v11 1/1] efi: a misc char interface for user to update efi firmware

[PATCH] lib/ucs2_string: Correct ucs2 -> utf8 conversion
 2016-02-15 12:19 UTC  (2+ messages)

КЛИЕНТСКИЕ БАЗЫ! Тел\Viber\Whatsapp: +79139393506 Email: usitnikov94@gmail.com Skype: prodawez389
 2016-02-13  8:46 UTC 

[PATCH v4 00/17] Add ACPI support for Xen Dom0 on ARM64
 2016-02-12 12:57 UTC  (31+ messages)
` [PATCH v4 01/17] Xen: ACPI: Hide UART used by Xen
` [PATCH v4 02/17] xen/grant-table: Move xlated_setup_gnttab_pages to common place
` [PATCH v4 04/17] arm/xen: Use xen_xlate_map_ballooned_pages to setup grant table
` [PATCH v4 05/17] xen: memory : Add new XENMAPSPACE type XENMAPSPACE_dev_mmio
` [PATCH v4 06/17] Xen: ARM: Add support for mapping platform device mmio
` [PATCH v4 07/17] Xen: ARM: Add support for mapping AMBA "
` [PATCH v4 08/17] Xen: public/hvm: sync changes of HVM_PARAM_CALLBACK_VIA ABI from Xen
` [PATCH v4 09/17] xen/hvm/params: Add a new delivery type for event-channel in HVM_PARAM_CALLBACK_IRQ
` [PATCH v4 10/17] arm/xen: Get event-channel irq through HVM_PARAM when booting with ACPI
` [PATCH v4 11/17] ARM: XEN: Move xen_early_init() before efi_init()
` [PATCH v4 12/17] ARM64: ACPI: Check if it runs on Xen to enable or disable ACPI
` [PATCH v4 13/17] ARM: Xen: Document UEFI support on Xen ARM virtual platforms
` [PATCH v4 14/17] XEN: EFI: Move x86 specific codes to architecture directory
  ` [PATCH v4 03/17] Xen: xlate: Use page_to_xen_pfn instead of page_to_pfn
  ` [PATCH v4 15/17] ARM64: XEN: Add a function to initialize Xen specific UEFI runtime services
` [PATCH v4 16/17] FDT: Add a helper to get specified name subnode
` [PATCH v4 17/17] Xen: EFI: Parse DT parameters for Xen specific UEFI

[PATCH V1 0/6] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64
 2016-02-12  9:51 UTC  (16+ messages)
` [PATCH V1 1/6] acpi: apei: read ack upon ghes record consumption
` [PATCH V1 3/6] efi: parse ARMv8 processor error
  ` [PATCH V1 2/6] ras: acpi/apei: cper: generic error data entry v3 per ACPI 6.1
  ` [PATCH V1 4/6] arm64: exception: handle Synchronous External Abort
  ` [PATCH V1 5/6] arm64: exception: handle instruction abort at current EL
` [PATCH V1 6/6] acpi: apei: handle SEA notification type for ARMv8

[PATCH v2 0/7] ARM/efi minor fixes + stub pre-boot compat checks
 2016-02-11 16:32 UTC  (13+ messages)
  ` [PATCH v2 1/7] arm64: efistub: drop __init annotation from handle_kernel_image()
  ` [PATCH v2 2/7] arm64: vmlinux.lds.S: handle .init.rodata.xxx and .init.bss sections
  ` [PATCH v2 3/7] efi: efistub: prevent __init annotations from being used
  ` [PATCH v2 4/7] efi: arm-init: use read-only early mappings
  ` [PATCH v2 5/7] ARM: efistub: check for LPAE support before booting a LPAE kernel
  ` [PATCH v2 6/7] arm64: efistub: check for h/w support before booting a >4 KB granule kernel
  ` [PATCH v2 7/7] ARM/arm64: efistub: perform hardware compatibility check

[GIT PULL 00/14] EFI changes for v4.6
 2016-02-11 16:04 UTC  (22+ messages)
` [PATCH 07/14] efi: runtime-wrappers: Run UEFI Runtime Services with interrupts enabled
        ` [PATCH] efi: runtime-wrappers: run "
` [PATCH 14/14] x86/efi: Print size in binary units in efi_print_memmap

[PATCH] x86/efi: Only map kernel text for EFI mixed mode
 2016-02-11 15:15 UTC  (2+ messages)

[PATCH 0/2] x86/efi: Enable restrictive mapping of EFI runtime
 2016-02-11 14:57 UTC  (6+ messages)
` [PATCH 1/2] x86/mm/pageattr: Don't implicitly allow _PAGE_RW in kernel_map_pages_in_pgd()
` [PATCH 2/2] x86/efi: Map EFI_MEMORY_{XP,RO} memory region bits to EFI page tables

[PATCH v4 0/6] arm64 UEFI early FDT handling
 2016-02-11 14:26 UTC  (12+ messages)
` [PATCH v4 1/6] of/fdt: make generic early_init_dt_add_memory_arch() a weak alias
` [PATCH v4 2/6] arm64: override generic version of early_init_dt_add_memory_arch()
` [PATCH v4 3/6] efi: move FDT handling to separate object file
` [PATCH v4 4/6] arm64/efi: move EFI /chosen node parsing before early FDT processing
` [PATCH v4 5/6] arm64/efi: ignore DT memory nodes instead of removing them
` [PATCH v4 6/6] arm64/efi: ignore DT memreserve entries "

[PATCH v2 0/3] efi interruptible runtime services
 2016-02-11 14:23 UTC  (10+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/3] efi: use a file local lock for efivars
  ` [PATCH v3 2/3] efi: don't use spinlocks for efi vars
  ` [PATCH v3 3/3] efi: implement interruptible runtime services

Business Partnership
 2016-02-11  1:30 UTC 

Business Partnership
 2016-02-11  1:02 UTC 

[PATCH v5sub3 0/4] arm64: KASLR: EFI stub part
 2016-02-10 17:55 UTC  (5+ messages)
  ` [PATCH v5sub3 1/4] efi: stub: implement efi_get_random_bytes() based on EFI_RNG_PROTOCOL
  ` [PATCH v5sub3 2/4] efi: stub: add implementation of efi_random_alloc()
  ` [PATCH v5sub3 3/4] efi: stub: use high allocation for converted command line
  ` [PATCH v5sub3 4/4] arm64: efi: invoke EFI_RNG_PROTOCOL to supply KASLR randomness

Контент для сайта
 2016-02-07 16:02 UTC 

memcpy freeze in __setup_efi_pci64 on HP X2 210 tablet
 2016-02-04 11:05 UTC 

[PATCH 1/5] Add ucs2 -> utf8 helper functions
 2016-02-04  3:40 UTC  (10+ messages)
  ` [PATCH 2/5] efi: use ucs2_as_utf8 in efivarfs instead of open coding a bad version
  ` [PATCH 3/5] efi: do variable name validation tests in utf8
  ` [PATCH 4/5] efi: make our variable validation list include the guid (v2)
  ` [PATCH 5/5] efi: Make efivarfs entries immutable by default. (v3)

[PATCH 1/5] Add ucs2 -> utf8 helper functions
 2016-02-03 16:55 UTC  (12+ messages)
  ` [PATCH 2/5] efi: use ucs2_as_utf8 in efivarfs instead of open coding a bad version
          ` [PATCH] efi: use ucs2_as_utf8 in efivarfs instead of open coding a bad version (v2)
  ` [PATCH 3/5] efi: do variable name validation tests in utf8
  ` [PATCH 4/5] efi: make our variable validation list include the guid
  ` [PATCH 5/5] efi: Make efivarfs entries immutable by default

[PATCH 1/3] arm64: efistub: drop __init annotation from handle_kernel_image()
 2016-02-03 15:21 UTC  (8+ messages)

Preventing "rm -rf /sys/firmware/efi/efivars/" from damage
 2016-02-03 13:16 UTC  (3+ messages)
` [PATCH 5/5] efi: Make efivarfs entries immutable by default


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