linux-efi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-13 17:42:29 to 2022-10-28 02:19:02 UTC [more...]

[PATCH V2] arm64/mm: Fix __enable_mmu() for new TGRAN range values
 2022-10-28  2:18 UTC  (3+ messages)

[PATCH v9 0/9] x86: Show in sysfs if a memory node is able to do encryption
 2022-10-27 15:33 UTC  (7+ messages)

[PATCH] efi: efivars: Fix variable writes with unsupported query_variable_store()
 2022-10-27 13:57 UTC 

[REGRESSION] Failure to write the NVRAM variables starting from kernel 6.0 on T2 Macs
 2022-10-27  4:33 UTC  (6+ messages)

[PATCH v10 0/7] Make ghes_edac a proper module
 2022-10-26  1:06 UTC  (17+ messages)
` [PATCH v10 1/7] efi/cper: export several helpers for ghes_edac to use
` [PATCH v10 2/7] EDAC/ghes: Add a notifier for reporting memory errors
` [PATCH v10 3/7] EDAC/ghes: Prepare to make ghes_edac a proper module
` [PATCH v10 4/7] EDAC/ghes: Make ghes_edac a proper module to remove the dependency on ghes
` [PATCH v10 5/7] EDAC: Add the ghes_get_devices() check for chipset-specific edac drivers
` [PATCH v10 6/7] apei/ghes: Use xchg_release() for updating new cache slot instead of cmpxchg()
        ` [PATCH] "
` [PATCH v10 7/7] EDAC/igen6: Return consistent errno when another edac driver is enabled

[PATCH v2 00/23] x86_64: Improvements at compressed kernel stage
 2022-10-25 14:13 UTC  (24+ messages)
` [PATCH v2 01/23] x86/boot: Align vmlinuz sections on page size
` [PATCH v2 02/23] x86/build: Remove RWX sections and align on 4KB
` [PATCH v2 03/23] x86/boot: Set cr0 to known state in trampoline
` [PATCH v2 04/23] x86/boot: Increase boot page table size
` [PATCH v2 05/23] x86/boot: Support 4KB pages for identity mapping
` [PATCH v2 06/23] x86/boot: Setup memory protection for bzImage code
` [PATCH v2 07/23] x86/build: Check W^X of vmlinux during build
` [PATCH v2 08/23] x86/boot: Map memory explicitly
` [PATCH v2 09/23] x86/boot: Remove mapping from page fault handler
` [PATCH v2 10/23] efi/libstub: Move helper function to related file
` [PATCH v2 11/23] x86/boot: Make console interface more abstract
` [PATCH v2 12/23] x86/boot: Make kernel_add_identity_map() a pointer
` [PATCH v2 13/23] x86/boot: Split trampoline and pt init code
` [PATCH v2 14/23] x86/boot: Add EFI kernel extraction interface
` [PATCH v2 15/23] efi/x86: Support extracting kernel from libstub
` [PATCH v2 16/23] x86/boot: Reduce lower limit of physical KASLR
` [PATCH v2 17/23] x86/boot: Reduce size of the DOS stub
` [PATCH v2 18/23] tools/include: Add simplified version of pe.h
` [PATCH v2 19/23] x86/build: Cleanup tools/build.c
` [PATCH v2 20/23] x86/build: Make generated PE more spec compliant
` [PATCH v2 21/23] efi/x86: Explicitly set sections memory attributes
` [PATCH v2 22/23] efi/libstub: Add memory attribute protocol definitions
` [PATCH v2 23/23] efi/libstub: Use memory attribute protocol

[efi:urgent] BUILD SUCCESS 7d866e38c7e9ece8a096d0d098fa9d92b9d4f97e
 2022-10-24 20:40 UTC 

[PATCH] efi/tpm: Pass correct address to memblock_reserve
 2022-10-24  6:04 UTC  (3+ messages)

[PATCH] efi/libstub: arm64: avoid SetVirtualAddressMap() when possible
 2022-10-23 14:58 UTC  (6+ messages)
    ` [PATCH] efi/libstub: arm64: avoid SetVirtualAddressMap() when possible #forregzbot

[efi:next] BUILD SUCCESS 32d3f1d8ba584936cce0e874f6df0177f2169a37
 2022-10-22  3:20 UTC 

TiGr Lock Japan タイガーロックジャパン お問い合わせありがとうございます
 2022-10-22  2:33 UTC 

[GIT PULL] EFI fixes for v6.1 #1
 2022-10-22  1:28 UTC  (2+ messages)

[efi:urgent] BUILD SUCCESS 37926f96302d8b6c2bc97990d33e316a3ed6d67f
 2022-10-21 22:20 UTC 

[PATCH printk v2 00/38] reduce console_lock scope
 2022-10-21 12:53 UTC  (4+ messages)
` [PATCH printk v2 08/38] efi: earlycon: use console_is_enabled()

[PATCH v3 0/3] efi: consume random seed provided by loader
 2022-10-21  8:38 UTC  (14+ messages)
` [PATCH v3 1/3] efi: random: reduce seed size to 32 bytes
` [PATCH v3 2/3] efi: random: Use 'ACPI reclaim' memory for random seed
` [PATCH v3 3/3] efi: random: combine bootloader provided RNG seed with RNG protocol output

[efi:urgent] BUILD SUCCESS 83f923d99cdf079f66fc5fac7d1634a03f229036
 2022-10-21  7:29 UTC 

[PATCH] efi: runtime: Don't assume virtual mappings are missing if VA == PA == 0
 2022-10-20 18:54 UTC 

[PATCH 00/16] x86_64: Improvements at compressed kernel stage
 2022-10-20 16:51 UTC  (49+ messages)
` [PATCH 01/16] x86/boot: Align vmlinuz sections on page size
` [PATCH 02/16] x86/build: Remove RWX sections and align on 4KB
` [PATCH 03/16] x86/boot: Set cr0 to known state in trampoline
` [PATCH 04/16] x86/boot: Increase boot page table size
` [PATCH 05/16] x86/boot: Support 4KB pages for identity mapping
` [PATCH 06/16] x86/boot: Setup memory protection for bzImage code
` [PATCH 08/16] x86/boot: Remove mapping from page fault handler
` [PATCH 09/16] efi/libstub: Move helper function to related file
` [PATCH 10/16] x86/boot: Make console interface more abstract
` [PATCH 12/16] x86/boot: Add EFI kernel extraction interface
` [PATCH 13/16] efi/x86: Support extracting kernel from libstub
` [PATCH 14/16] x86/build: Make generated PE more spec compliant
` [PATCH 15/16] efi/libstub: Add memory attribute protocol definitions
` [PATCH 16/16] efi/libstub: Use memory attribute protocol
  ` [PATCH] efi/libstub: make memory protection warnings include newlines

[PATCH] efi: libstub: Fix incorrect payload size in zboot header
 2022-10-20  9:29 UTC 

[PATCH] efi: efivars: Fix variable writes without query_variable_store()
 2022-10-19 21:58 UTC 

[PATCH for-stable] efi: libstub: drop pointless get_memory_map() call
 2022-10-19  6:54 UTC  (2+ messages)

[efi:next] BUILD SUCCESS d005710d183ce611beabf04e30b3eeee02470cc9
 2022-10-18 20:48 UTC 

[efi:urgent] BUILD SUCCESS 46a904dc27c826846cba6200b076514379802447
 2022-10-18 20:45 UTC 

[PATCH 00/21] efi: Combine stub functionality with zboot decompressor
 2022-10-18 11:59 UTC  (28+ messages)
` [PATCH 01/21] arm64: efi: Move dcache cleaning of loaded image out of efi_enter_kernel()
` [PATCH 02/21] arm64: efi: Avoid dcache_clean_poc() altogether in efi_enter_kernel()
` [PATCH 03/21] arm64: efi: Move efi-entry.S into the libstub source directory
` [PATCH 04/21] efi: libstub: Remove zboot signing from build options
` [PATCH 05/21] efi: libstub: Drop randomization of runtime memory map
` [PATCH 06/21] efi: libstub: Drop handling of EFI properties table
` [PATCH 07/21] efi: libstub: Deduplicate ftrace command line argument filtering
` [PATCH 08/21] efi: libstub: Use local strncmp() implementation unconditionally
` [PATCH 09/21] efi: libstub: Clone memcmp() into the stub
` [PATCH 10/21] efi: libstub: Enable efi_printk() in zboot decompressor
` [PATCH 11/21] efi: loongarch: Drop exports of unused string routines
` [PATCH 12/21] efi: libstub: Move screen_info handling to common code
` [PATCH 13/21] efi: libstub: Provide local implementations of strrchr() and memchr()
` [PATCH 14/21] efi: libstub: Factor out EFI stub entrypoint into separate file
` [PATCH 15/21] efi: libstub: Add image code and data size to the zimage metadata
` [PATCH 16/21] efi: libstub: Factor out min alignment and preferred kernel load address
` [PATCH 17/21] efi/riscv: libstub: Split off kernel image relocation for builtin stub
` [PATCH 18/21] efi/arm64: "
` [PATCH 19/21] efi/loongarch: Don't jump to kernel entry via the old image
` [PATCH 20/21] efi/loongarch: libstub: Split off kernel image relocation for builtin stub
` [PATCH 21/21] efi: libstub: Merge zboot decompressor with the ordinary stub

[PATCH v4 0/6] arm64: efi: leave MMU and caches on at boot
 2022-10-18 11:04 UTC  (7+ messages)
` [PATCH v4 1/6] arm64: lds: reduce effective minimum image alignment to 64k
` [PATCH v4 2/6] arm64: kernel: move identity map out of .text mapping
` [PATCH v4 3/6] arm64: head: record the MMU state at primary entry
` [PATCH v4 4/6] arm64: head: avoid cache invalidation when entering with the MMU on
` [PATCH v4 5/6] arm64: head: clean the ID map page to the PoC
` [PATCH v4 6/6] arm64: efi/libstub: enter with the MMU on

Wycena paneli fotowoltaicznych
 2022-10-18  7:31 UTC 

[PATCH AUTOSEL 5.15 15/21] kmsan: disable instrumentation of unsupported common kernel code
 2022-10-18  0:09 UTC 

[PATCH AUTOSEL 5.19 20/29] kmsan: disable instrumentation of unsupported common kernel code
 2022-10-18  0:08 UTC 

[PATCH AUTOSEL 6.0 22/32] kmsan: disable instrumentation of unsupported common kernel code
 2022-10-18  0:07 UTC 

[PATCH v9 0/7] Make ghes_edac a proper module
 2022-10-17 14:39 UTC  (9+ messages)
` [PATCH v9 1/7] efi/cper: export several helpers for ghes_edac to use
` [PATCH v9 2/7] EDAC/ghes: Add a notifier for reporting memory errors
` [PATCH v9 3/7] EDAC/ghes: Prepare to make ghes_edac a proper module
` [PATCH v9 4/7] EDAC/ghes: Make ghes_edac a proper module to remove the dependency on ghes
` [PATCH v9 5/7] EDAC: Add the ghes_get_devices() check for chipset-specific edac drivers
` [PATCH v9 6/7] apei/ghes: Use xchg_release() for updating new cache slot instead of cmpxchg()
` [PATCH v9 7/7] EDAC/igen6: Return consistent errno when another edac driver is enabled

[PATCH v8 0/7] Make ghes_edac a proper module
 2022-10-17 11:57 UTC  (19+ messages)
` [PATCH v8 6/7] apei/ghes: Use unrcu_pointer for cmpxchg

[PATCH V2 0/3] Some pstore improvements V2
 2022-10-14 17:42 UTC  (11+ messages)
` [PATCH V2 1/3] pstore: Alert on backend write error
  ` (subset) "
` [PATCH V2 2/3] efi: pstore: Follow convention for the efi-pstore backend name
` [PATCH V2 3/3] efi: pstore: Add module parameter for setting the record size

[PATCH 0/8] Some pstore improvements
 2022-10-14 17:41 UTC  (3+ messages)
` [PATCH 7/8] efi: pstore: Follow convention for the efi-pstore backend name
  ` (subset) "

[PATCH] efi: ssdt: Don't free memory if ACPI table was loaded successfully
 2022-10-14 10:31 UTC 


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