linux-efi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-06-09 18:33:30 to 2016-07-01 20:19:12 UTC [more...]

[PATCH v5 0/8] ACPI overlays
 2016-07-01 20:19 UTC  (9+ messages)
  ` [PATCH v5 1/8] Documentation: acpi: add SSDT overlays documentation
  ` [PATCH v5 5/8] spi: add support for ACPI reconfigure notifications
  ` [PATCH v5 6/8] efi: load SSTDs from EFI variables
` [PATCH v5 2/8] acpi: fix enumeration (visited) flags for bus rescans
` [PATCH v5 3/8] acpi: add support for ACPI reconfiguration notifiers
` [PATCH v5 4/8] i2c: add support for ACPI reconfigure notifications
` [PATCH v5 7/8] acpi: add support for configfs
` [PATCH v5 8/8] acpi: add support for loading SSDTs via configfs

[PATCH 1/2] efi: arm64: abort boot on pending SError
 2016-07-01 15:46 UTC  (7+ messages)
  ` [PATCH 2/2] arm64: document that pending SErrors are not allowed at kernel entry

[PATCH] efi: arm64: add debugfs node to dump UEFI runtime page tables
 2016-07-01 13:18 UTC  (3+ messages)

[RFC PATCH] efi/libstub: Retry ExitBootServices if map key is invalid
 2016-07-01 10:00 UTC  (7+ messages)

[PATCH 0/5] arm64: avoid block entries that we need to split later
 2016-06-30 16:16 UTC  (16+ messages)
  ` [PATCH 1/5] arm64: mm: add param to force create_pgd_mapping() to use page mappings
  ` [PATCH 2/5] arm64: efi: always map runtime services code and data regions down to pages
  ` [PATCH 3/5] arm64: efi: avoid block mappings for unaligned UEFI memory regions
  ` [PATCH 4/5] arm64: mm: Remove split_p*d() functions
  ` [PATCH 5/5] arm64: mm: fold init_pgd() into __create_pgd_mapping()

[PATCH 00/11] efi: Permanent runtime EFI memmap support
 2016-06-30 14:41 UTC  (16+ messages)
` [PATCH 01/11] x86/efi: Test for EFI_MEMMAP functionality when iterating EFI memmap
` [PATCH 02/11] x86/efi: Consolidate region mapping logic
` [PATCH 04/11] efi: Add efi_memmap_init_late() for permanent EFI memmap
` [PATCH 05/11] efi/fake_mem: Refactor main two code chunks into functions
` [PATCH 08/11] efi: Allow drivers to reserve boot services forever
` [PATCH 10/11] efi/esrt: Use efi_mem_reserve() and avoid a kmalloc()
` [PATCH 11/11] x86/efi-bgrt: Use efi_mem_reserve() to avoid copying image data
  ` [PATCH 03/11] efi: Refactor efi_memmap_init_early() into arch-neutral code
  ` [PATCH 06/11] efi: Split out EFI memory map functions into new file
  ` [PATCH 07/11] efi: Add efi_memmap_install() for installing new EFI memory maps
  ` [PATCH 09/11] efi/runtime-map: Use efi.memmap directly instead of a copy

[PATCH v4 0/8]
 2016-06-30 11:56 UTC  (13+ messages)
` [PATCH v4 1/8] Documentation: acpi: add SSDT overlays documentation
` [PATCH v4 2/8] acpi: fix enumeration (visited) flags for bus rescans
` [PATCH v4 3/8] acpi: add support for ACPI reconfiguration notifiers
` [PATCH v4 4/8] i2c: add support for ACPI reconfigure notifications
` [PATCH v4 5/8] spi: "
` [PATCH v4 6/8] efi: load SSTDs from EFI variables
  ` [PATCH v4 7/8] acpi: add support for configfs
` [PATCH v4 8/8] acpi: add support for loading SSDTs via configfs

[PATCH 0/3] arm64: Avoid overlapping EFI regions
 2016-06-29 12:03 UTC  (13+ messages)
` [PATCH 2/3] arm64: efi: Ensure efi_create_mapping() does not map overlapping regions

[PATCH v5 1/3] mm: memblock enhence the memblock debugfs output
 2016-06-29  0:57 UTC  (3+ messages)
` [PATCH v5 2/3] mm: memblock Add some new functions to address the mem limit issue
  ` [PATCH v5 3/3] arm64:acpi Fix the acpi alignment exeception when 'mem=' specified

[PATCH v4 1/3] mm: memblock enhence the memblock debugfs output
 2016-06-28 10:14 UTC  (3+ messages)
` [PATCH v4 2/3] mm: memblock Add some new functions to address the mem limit issue

[PATCH v4 3/3] arm64:acpi Fix the acpi alignment exeception when 'mem=' specified
 2016-06-28  9:48 UTC 

[PATCH v3 1/2] mm: memblock Add some new functions to address the mem limit issue
 2016-06-28  2:55 UTC  (4+ messages)
` [PATCH v3 2/2] arm64:acpi Fix the acpi alignment exeception when 'mem=' specified

[PATCH v2 1/2] mm: memblock Add some new functions to address the mem limit issue
 2016-06-28  2:20 UTC  (8+ messages)
  ` [PATCH v2 2/2] arm64:acpi Fix the acpi alignment exeception when 'mem=' specified

[PATCH] arm64:acpi fix the acpi alignment exception when 'mem=' specified
 2016-06-27 21:02 UTC  (4+ messages)

[PATCH v2 1/3] block: provide helpers for reading block count
 2016-06-27 16:30 UTC  (6+ messages)
` [PATCH v2 2/3] partition/efi: use bdev_logical_block_count()
` [PATCH v2 3/3] target/iblock: "

[GIT PULL 0/7] EFI changes for v4.8
 2016-06-27 11:22 UTC  (12+ messages)
` [PATCH 1/7] efibc: Report more information in the error messages
  ` [PATCH 2/7] efi: Document #define FOO_PROTOCOL_GUID layout
  ` [PATCH 3/7] x86/efi: Remove unused variable efi
  ` [PATCH 4/7] efi: Convert efi_call_virt to efi_call_virt_pointer
  ` [PATCH 5/7] x86/uv: Update uv_bios_call to use efi_call_virt_pointer
  ` [PATCH 7/7] x86/efi: Remove unused efi_get_time function
` [PATCH 6/7] x86/efi: Update efi_thunk to use the the arch_efi_call_virt* macros

[PATCH v4 05/29] x86/mm: Remove kernel_unmap_pages_in_pgd() and efi_cleanup_page_tables()
 2016-06-27  7:19 UTC  (2+ messages)

[PATCH v4 05/16] x86/mm: Remove kernel_unmap_pages_in_pgd() and efi_cleanup_page_tables()
 2016-06-24  4:23 UTC 

[PATCH 1/2] mm: memblock Add some new functions to address the mem limit issue
 2016-06-24  2:31 UTC  (7+ messages)
` [PATCH 2/2] arm64:acpi Fix the acpi alignment exeception when 'mem=' specified

[PATCH] x86: fix unused efi_get_time function
 2016-06-23 13:32 UTC  (2+ messages)

[PATCH] arm64/efi: remove spurious WARN_ON for !4K kernels
 2016-06-23 13:17 UTC  (5+ messages)

[PATCHv2 0/3] x86/UV, x86/efi: Re-factor efi_call_virt for general use
 2016-06-23 12:44 UTC  (5+ messages)
` [PATCH 1/3] Convert efi_call_virt to efi_call_virt_pointer
` [PATCH 2/3] Update uv_bios_call to use efi_call_virt_pointer
  ` [PATCH 3/3] Update efi_thunk to use the the arch_efi_call_virt* macros

BGRT warns again on my system
 2016-06-23 12:01 UTC  (10+ messages)

[PATCH] partition/efi: use ilog2 to compute block size
 2016-06-22 12:58 UTC 

[efi:efi/memmap 7/12] arch/x86/platform/efi/efi.c:954:5: warning: cast to pointer from integer of different size
 2016-06-21 20:58 UTC 

[efi:efi/memmap 10/12] include/linux/kern_levels.h:4:18: warning: format '%p' expects argument of type 'void *', but argument 2 has type 'phys_addr_t {aka long long unsigned int}'
 2016-06-21 14:07 UTC 

[efi:efi/memmap 10/12] include/linux/kern_levels.h:4:18: warning: format '%p' expects argument of type 'void *', but argument 2 has type 'phys_addr_t {aka unsigned int}'
 2016-06-21 13:48 UTC 

[PATCH v3 03/13] x86/mm: Remove kernel_unmap_pages_in_pgd() and efi_cleanup_page_tables()
 2016-06-21  9:53 UTC  (2+ messages)

[efi:efi/memmap 11/12] kexec-bzimage64.c:undefined reference to `efi'
 2016-06-20 22:46 UTC 

[efi:efi/memmap 10/12] arch/x86/platform/efi/quirks.c:224:3: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'phys_addr_t'
 2016-06-20 22:08 UTC 

[efi:efi/memmap 10/12] arch/x86/platform/efi/quirks.c:224:3: note: in expansion of macro 'pr_err'
 2016-06-20 21:48 UTC 

[PATCH v2 1/2] efi: esrt: use memremap not ioremap to access ESRT table in memory
 2016-06-20 11:49 UTC  (13+ messages)

[RFC] x86/mm: only allow memmap=XX!YY over existing RAM
 2016-06-20  7:33 UTC  (3+ messages)

[PATCH v2 03/13] x86/cpa: Warn if kernel_unmap_pages_in_pgd is used inappropriately
 2016-06-18 10:37 UTC  (2+ messages)

[PATCH] ia64: efi: use timespec64 for persistent clock
 2016-06-17 21:39 UTC  (2+ messages)

[RFC PATCH] x86/efi: Auto enable EFI memmap on SGI UV systems
 2016-06-17 20:57 UTC  (7+ messages)
` [PATCH] "

[RFC PATCH v1 00/18] x86: Secure Memory Encryption (AMD)
 2016-06-17 15:51 UTC  (19+ messages)
` [RFC PATCH v1 10/18] x86/efi: Access EFI related tables in the clear

[PATCH] x86: remove unused efi_get_time function
 2016-06-17 14:59 UTC  (2+ messages)

[PATCH v3 0/8] ACPI overlays
 2016-06-15 21:02 UTC  (15+ messages)
` [PATCH v3 1/8] Documentation: acpi: add SSDT overlays documentation
  ` [PATCH v3 2/8] acpi: fix enumeration (visited) flags for bus rescans
  ` [PATCH v3 5/8] spi: add support for ACPI reconfigure notifications
` [PATCH v3 3/8] acpi: add support for ACPI reconfiguration notifiers
` [PATCH v3 4/8] i2c: add support for ACPI reconfigure notifications
` [PATCH v3 6/8] efi: load SSTDs from EFI variables
` [PATCH v3 7/8] acpi: add support for configfs
` [PATCH v3 8/8] acpi: add support for loading SSDTs via configfs

[PATCH 3.16 074/114] x86/sysfb_efi: Fix valid BAR address range check
 2016-06-13 18:36 UTC  (2+ messages)
  ` [PATCH 3.16 071/114] MAINTAINERS: Remove asterisk from EFI directory names

[PATCH 00/21] Delete CURRENT_TIME and CURRENT_TIME_SEC macros
 2016-06-10 22:23 UTC  (6+ messages)
` [PATCH 04/21] fs: Replace CURRENT_TIME with current_fs_time() for inode timestamps

[PATCH] efi: kernel param for legacy NVDIMM support
 2016-06-10 14:46 UTC  (2+ messages)

[PATCH] efi: kernel param for legacy NVDIMM support
 2016-06-10  8:48 UTC  (3+ messages)


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