messages from 2016-08-25 14:07:32 to 2016-09-20 15:20:17 UTC [more...]
[GIT PULL 0/2] EFI urgent fixes
2016-09-20 15:20 UTC (5+ messages)
` [PATCH 1/2] x86/mm/pat: Prevent hang during boot when mapping pages
` [PATCH 2/2] x86/efi: Only map RAM into EFI page tables if in mixed-mode
[GIT PULL] EFI fix for v4.9 queue
2016-09-20 14:59 UTC (3+ messages)
` [PATCH] x86/efi: Round EFI memmap reservations to EFI_PAGE_SIZE
[PATCH -next v2] arm*/efi: efi_init error handling fix
2016-09-20 11:39 UTC
[PATCH] x86/efi: Add necessary checks before iterating over efi.memmap
2016-09-20 9:56 UTC (5+ messages)
[PATCH] arm64/efi: efi_init error handling fix
2016-09-19 12:29 UTC (6+ messages)
Cannot load linux after recent efi-related changes
2016-09-19 11:41 UTC (5+ messages)
[tip regression] efi: Allow drivers to reserve boot services forever == toxic
2016-09-19 11:15 UTC (10+ messages)
[PATCH 1/2] efi: don't call the system table version the runtime services version
2016-09-16 14:42 UTC (23+ messages)
` [PATCH 2/2] efi: add firmware version information to sysfs
` [PATCH 1/3] efi: don't call the system table version the runtime services version
` [PATCH 2/3] efi: add firmware version information to sysfs
` [PATCH 3/3] efi: Format EFI version prints the way the standard says
[RFC PATCH v2 00/20] x86: Secure Memory Encryption (AMD)
2016-09-16 7:11 UTC (77+ messages)
` [RFC PATCH v2 01/20] x86: Documentation for AMD Secure Memory Encryption (SME)
` [RFC PATCH v2 03/20] x86: Secure Memory Encryption (SME) build enablement
` [RFC PATCH v2 04/20] x86: Secure Memory Encryption (SME) support
` [RFC PATCH v2 05/20] x86: Add the Secure Memory Encryption cpu feature
` [RFC PATCH v2 07/20] x86: Provide general kernel support for memory encryption
` [RFC PATCH v2 09/20] x86: Add support for early encryption/decryption of memory
` [RFC PATCH v2 10/20] x86: Insure that memory areas are encrypted when possible
` [RFC PATCH v2 11/20] mm: Access BOOT related data in the clear
` [RFC PATCH v2 12/20] x86: Add support for changing memory encryption attribute
` [RFC PATCH v2 13/20] x86: Decrypt trampoline area if memory encryption is active
` [RFC PATCH v2 14/20] x86: DMA support for memory encryption
` [RFC PATCH v2 15/20] iommu/amd: AMD IOMMU "
` [RFC PATCH v2 16/20] x86: Check for memory encryption on the APs
` [RFC PATCH v2 18/20] x86/kvm: Enable Secure Memory Encryption of nested page tables
` [RFC PATCH v2 19/20] x86: Access the setup data through debugfs un-encrypted
` [RFC PATCH v2 20/20] x86: Add support to make use of Secure Memory Encryption
[PATCH -next] efi: Remove unused including <linux/version.h>
2016-09-16 1:50 UTC
[GIT PULL 00/29] EFI changes for v4.9
2016-09-13 18:32 UTC (33+ messages)
` [PATCH 01/29] x86/efi: Test for EFI_MEMMAP functionality when iterating EFI memmap
` [PATCH 03/29] efi: Refactor efi_memmap_init_early() into arch-neutral code
` [PATCH 05/29] efi/fake_mem: Refactor main two code chunks into functions
` [PATCH 06/29] efi: Split out EFI memory map functions into new file
` [PATCH 08/29] efi: Allow drivers to reserve boot services forever
` [PATCH 09/29] efi/runtime-map: Use efi.memmap directly instead of a copy
` [PATCH 11/29] x86/efi-bgrt: Use efi_mem_reserve() to avoid copying image data
` [PATCH 14/29] efi: Use a file local lock for efivars
` [PATCH 16/29] efi: Replace runtime services spinlock with semaphore
` [PATCH 17/29] x86/efi: Initialize status to ensure garbage is not returned on small size
` [PATCH 02/29] x86/efi: Consolidate region mapping logic
` [PATCH 04/29] efi: Add efi_memmap_init_late() for permanent EFI memmap
` [PATCH 07/29] efi: Add efi_memmap_install() for installing new EFI memory maps
` [PATCH 10/29] efi/esrt: Use efi_mem_reserve() and avoid a kmalloc()
` [PATCH 12/29] efi/esrt: Use memremap not ioremap to access ESRT table in memory
` [PATCH 13/29] efi/arm*: esrt: Add missing call to efi_esrt_init()
` [PATCH 15/29] efi: Don't use spinlocks for efi vars
` [PATCH 18/29] firmware-gsmi: Delete an unnecessary check before the function call "dma_pool_destroy"
` [PATCH 20/29] x86/efi: Map in physical addresses in efi_map_region_fixed
` [PATCH 24/29] x86/efi: Defer efi_esrt_init until after memblock_x86_fill
` [PATCH 26/29] efi/arm64: Treat regions with WT/WC set but WB cleared as memory
` [PATCH 28/29] x86/efi: Optimize away setup_gop32/64 if unused
` [PATCH 19/29] lib/ucs2_string: Speed up ucs2_utf8size()
` [PATCH 21/29] fs/efivarfs: Fix double kfree() in error path
` [PATCH 22/29] x86/efi: Remove unused find_bits() function
` [PATCH 23/29] efi/arm64: Add debugfs node to dump UEFI runtime page tables
` [PATCH 25/29] efi: Add efi_test driver for exporting UEFI runtime service interfaces
` [PATCH 27/29] x86/efi: Use kmalloc_array() in efi_call_phys_prolog()
` [PATCH 29/29] x86/efi: Allow invocation of arbitrary boot services
[PATCH v2 0/4] Apple device properties
2016-09-13 11:29 UTC (6+ messages)
` [PATCH v2 2/4] efi: Add device path parser
` [PATCH v2 1/4] ACPI / bus: Make acpi_get_first_physical_node() public
` [PATCH v2 4/4] thunderbolt: Use Device ROM retrieved from EFI
` [PATCH v2 3/4] x86/efi: Retrieve and assign Apple device properties
[RFC PATCH v1 00/28] x86: Secure Encrypted Virtualization (AMD)
2016-09-13 9:56 UTC (3+ messages)
` [RFC PATCH v1 01/28] kvm: svm: Add support for additional SVM NPF error codes
[PATCH 0/6] Apple device properties
2016-09-12 22:03 UTC (8+ messages)
` [PATCH 4/6] driver core: Don't leak secondary fwnode on device removal
` [PATCH 2/6] ACPI / bus: Make acpi_get_first_physical_node() public
[PATCH] efi: Use LocateHandleBuffer instead of LocateHandle
2016-09-09 11:59 UTC (3+ messages)
[PATCH 1/2] x86/efi: Optimize away setup_gop32/64 if unused
2016-09-06 11:08 UTC (8+ messages)
` [PATCH 2/2] x86/efi: Allow invocation of arbitrary boot services
` [PATCH v2] x86/efi: Optimize away setup_gop32/64 if unused
[efi:next 25/27] drivers/firmware/efi/test/efi_test.c:269:8-15: WARNING opportunity for memdup_user
2016-09-05 18:18 UTC (2+ messages)
` [PATCH] efi: fix memdup_user.cocci warnings
[PATCH 4.7 003/143] x86/platform/uv: Skip UV runtime services mapping in the efi_runtime_disabled case
2016-09-05 16:43 UTC (2+ messages)
` [PATCH 4.7 011/143] efi/capsule: Allocate whole capsule into virtual memory
[GIT PULL v2 0/6] EFI urgent fixes
2016-09-05 14:42 UTC (7+ messages)
` [PATCH 3/6] efi/libstub: Allocate headspace in efi_get_memory_map()
` [PATCH 1/6] efi: Make for_each_efi_memory_desc_in_map() cope with running on Xen
` [PATCH 2/6] efi: Fix handling error value in fdt_find_uefi_params
` [PATCH 4/6] efi/libstub: Introduce ExitBootServices helper
` [PATCH 5/6] efi/libstub: Use efi_exit_boot_services() in FDT
` [PATCH 6/6] x86/efi: Use efi_exit_boot_services()
[PATCH] x86/efi: Use kmalloc_array() in efi_call_phys_prolog()
2016-09-05 13:47 UTC (2+ messages)
[PATCH v2] efi: arm64: treat regions with WT/WC set but WB cleared as memory
2016-09-05 13:35 UTC (6+ messages)
[PATCH V4] efi: add efi_test driver for exporting UEFI runtime service interfaces
2016-09-05 13:30 UTC (2+ messages)
[PATCH V5 0/4] Handle EFI_INVALID_PARAMETER from ExitBootServices
2016-09-05 11:49 UTC (6+ messages)
` [PATCH V5 1/4] efi/libstub: Allocate headspace in efi_get_memory_map()
` [PATCH V5 2/4] efi/libstub: Introduce ExitBootServices helper
` [PATCH V5 3/4] efi/libstub: Use efi_exit_boot_services() in FDT
` [PATCH V5 4/4] x86/efi: Use efi_exit_boot_services()
[GIT PULL 0/6] EFI urgent fixes
2016-09-05 10:27 UTC (6+ messages)
` [PATCH 6/6] efi/fdt: Fix handling error value in fdt_find_uefi_params
` [PATCH v2] efi: fix "
Cannot get EFI Pstore to work but there is no indication of what is wrong
2016-09-03 18:56 UTC
业界最豪华电子游戏套餐,全网电子游艺最佳投注平台!
2016-09-01 11:36 UTC
小伙伴们!一起来战斗吧!超高福利哦!(AD)
2016-08-29 4:57 UTC
[PATCH] efi: arm64: treat regions with WT/WC set but WB cleared as memory
2016-08-25 14:55 UTC (4+ 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).