linux-efi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-22 11:18:47 to 2022-12-15 12:39:01 UTC [more...]

[PATCH v4 00/26] x86_64: Improvements at compressed kernel stage
 2022-12-15 12:37 UTC  (5+ messages)
` [PATCH v4 01/26] x86/boot: Align vmlinuz sections on page size
` [PATCH v4 02/26] x86/build: Remove RWX sections and align on 4KB
` [PATCH v4 03/26] x86/boot: Set cr0 to known state in trampoline
` [PATCH v4 04/26] x86/boot: Increase boot page table size

Słowa kluczowe do wypozycjonowania
 2022-12-15  9:00 UTC 

[PATCH] efitools: Include <strings.h> for the strcasecmp function
 2022-12-14 21:43 UTC  (2+ messages)

[PATCH] Define _GNU_SOURCE for a declaration of strptime
 2022-12-14 21:32 UTC 

[PATCH v3 00/24] x86_64: Improvements at compressed kernel stage
 2022-12-14 11:49 UTC  (14+ messages)
` [PATCH v3 19/24] x86/build: Cleanup tools/build.c
` [PATCH v3 20/24] x86/build: Make generated PE more spec compliant
` [PATCH v3 21/24] efi/x86: Explicitly set sections memory attributes
` [PATCH v3 22/24] efi/libstub: Add memory attribute protocol definitions
` [PATCH v3 23/24] efi/libstub: Use memory attribute protocol
` [PATCH v3 24/24] efi/libstub: Make memory protection warnings include newlines
  ` [PATCH 1/2] efi/x86: don't set unsupported memory attributes
    ` [PATCH 2/2] efi/x86: don't try to set page attributes on 0-sized regions

[GIT PULL] EFI updates for v6.2
 2022-12-13 22:35 UTC  (2+ messages)

[PATCH] drivers: correct parameters passed to strncmp
 2022-12-13  1:36 UTC 

[PATCH 0/4] powerpc/pseries: expose firmware security variables via filesystem
 2022-12-12  6:11 UTC  (11+ messages)
` [PATCH 2/4] fs: define a firmware security filesystem named fwsecurityfs

[efi:next] BUILD SUCCESS c2530a04a73e6b75ed71ed14d09d7b42d6300013
 2022-12-10  2:59 UTC 

[PATCHv8 00/14] mm, x86/cc: Implement support for unaccepted memory
 2022-12-09 22:23 UTC  (18+ messages)
` [PATCHv8 01/14] x86/boot: Centralize __pa()/__va() definitions
` [PATCHv8 02/14] mm: Add support for unaccepted memory
` [PATCHv8 03/14] mm: Report unaccepted memory in meminfo
` [PATCHv8 04/14] efi/x86: Get full memory map in allocate_e820()
` [PATCHv8 05/14] x86/boot: Add infrastructure required for unaccepted memory support
` [PATCHv8 06/14] efi/x86: Implement support for unaccepted memory
` [PATCHv8 07/14] x86/boot/compressed: Handle "
` [PATCHv8 08/14] x86/mm: Reserve unaccepted memory bitmap
` [PATCHv8 09/14] x86/mm: Provide helpers for unaccepted memory
` [PATCHv8 10/14] x86/mm: Avoid load_unaligned_zeropad() stepping into "
` [PATCHv8 11/14] x86: Disable kexec if system has "
` [PATCHv8 12/14] x86/tdx: Make _tdx_hypercall() and __tdx_module_call() available in boot stub
` [PATCHv8 13/14] x86/tdx: Refactor try_accept_one()
` [PATCHv8 14/14] x86/tdx: Add unaccepted memory support

[PATCH] arm64: efi: Account for the EFI runtime stack in stack unwinder
 2022-12-09 15:10 UTC  (5+ messages)

[PATCH v8 0/3] ASoC: SOF: Fix deadlock when shutdown a frozen userspace
 2022-12-09 11:53 UTC  (12+ messages)
` [PATCH v8 1/3] kexec: Refactor kexec_in_progress into a function
` [PATCH v8 2/3] freezer: refactor pm_freezing "
` [PATCH v8 3/3] ASoC: SOF: Fix deadlock when shutdown a frozen userspace

[PATCH 0/2] arm64: efi: Robustify EFI runtime wrapper code
 2022-12-09 10:53 UTC  (5+ messages)
` [PATCH 1/2] arm64: efi: Execute runtime services from a dedicated stack
` [PATCH 2/2] arm64: efi: Recover from synchronous exceptions occurring in firmware

[efi:next] BUILD SUCCESS e8dfdf3162eb549d064b8c10b1564f7e8ee82591
 2022-12-09  5:59 UTC 

[PATCH v4 3/5] partitions/efi: add support for uImage.FIT sub-partitions
 2022-12-09  1:45 UTC  (2+ messages)

[PATCH v1 1/2] efi/earlycon: Replace open coded strnchrnul()
 2022-12-08 22:12 UTC  (2+ messages)
` [PATCH v1 2/2] efi/earlycon: Speed up scrolling by skiping moving empty space

[PATCH v2 0/2] efi: Add generic magic number in header
 2022-12-07 14:06 UTC  (13+ messages)
` [PATCH v2 1/2] efi: libstub: Always enable initrd command line loader and bump version
` [PATCH v2 2/2] efi: Put Linux specific magic number in the DOS header

[PATCH v3 0/14] Zbb string optimizations and call support in alternatives
 2022-12-07 11:32 UTC  (40+ messages)
` [PATCH v3 01/14] RISC-V: fix funct4 definition for c.jalr in parse_asm.h
` [PATCH v3 02/14] RISC-V: add prefix to all constants/macros "
` [PATCH v3 03/14] RISC-V: detach funct-values from their offset
` [PATCH v3 04/14] RISC-V: add ebreak instructions to definitions
` [PATCH v3 05/14] RISC-V: add auipc elements to parse_asm header
` [PATCH v3 06/14] RISC-V: Move riscv_insn_is_* macros into a common header
` [PATCH v3 07/14] RISC-V: rename parse_asm.h to insn.h
` [PATCH v3 08/14] RISC-V: kprobes: use central defined funct3 constants
` [PATCH v3 09/14] RISC-V: add U-type imm parsing to insn.h header
` [PATCH v3 10/14] RISC-V: add rd reg "
` [PATCH v3 11/14] RISC-V: fix auipc-jalr addresses in patched alternatives
` [PATCH v3 12/14] efi/riscv: libstub: mark when compiling libstub
` [PATCH v3 13/14] RISC-V: add infrastructure to allow different str* implementations
` [PATCH v3 14/14] RISC-V: add zbb support to string functions

[PATCH v2 0/6] efi/x86: Avoid corrupted config tables under Xen
 2022-12-06 23:19 UTC  (3+ messages)
` [PATCH v2 6/6] efi: Apply allowlist to EFI configuration tables when running "

[PATCH] x86/boot: Check if the input parameter (buffer) of the function is a null pointer
 2022-12-06 12:59 UTC 

[PATCH] arm64: efi: Limit allocations to 48-bit addressable physical region
 2022-12-05 20:05 UTC 

[efi:next] BUILD SUCCESS 6736ebb6e18898978f8e49d6ee9662e34993e176
 2022-12-03  5:54 UTC 

[efi:urgent] BUILD SUCCESS 7572ac3c979d4d0fb42d73a72d2608656516ff4f
 2022-12-02  6:11 UTC 

[efi:next] BUILD SUCCESS 327b555ed078dde9e119fee497d7ae60b5b1dd62
 2022-12-02  4:53 UTC 

[PATCH] arm64: efi: Make runtime service wrapper more robust
 2022-12-01 23:52 UTC  (4+ messages)

[GIT PULL] EFI fix for v6.1 (#4)
 2022-12-01 19:37 UTC  (2+ messages)

[PATCHv7 00/14] mm, x86/cc: Implement support for unaccepted memory
 2022-12-01 13:47 UTC  (6+ messages)
` [PATCHv7 08/14] x86/mm: Reserve unaccepted memory bitmap

[efi:urgent] BUILD SUCCESS 1feda1dfb58149bd8a90b1c1fabb18e7c8af0c65
 2022-12-01  6:16 UTC 

[PATCH] arm64: efi: Move runtime services asm wrapper out of .text
 2022-11-30 18:05 UTC 

[efi:urgent] BUILD SUCCESS be2cf04496bb8a608e54d8259531ccdf72123dbc
 2022-11-30 14:03 UTC 

Wycena paneli fotowoltaicznych
 2022-11-30  8:50 UTC 

[PATCH] riscv: Sync efi page table's kernel mappings before switching
 2022-11-29  0:50 UTC  (5+ messages)

[PATCH v3 0/5] Use EFI variables for random seed
 2022-11-28  1:35 UTC  (8+ messages)
` [PATCH v3 1/5] efi: vars: prohibit reading random seed variables
` [PATCH v3 2/5] efi: stub: use random seed from EFI variable

[PATCH RFC v1 0/6] Use EFI variables for random seed
 2022-11-27 21:36 UTC  (6+ messages)
` [PATCH RFC v1 5/6] efi: efivarfs: prohibit reading random seed variables

HARD HAT
 2022-11-27 19:54 UTC 

[PATCH v5 0/7] arm64: efi: leave MMU and caches on at boot
 2022-11-26 14:17 UTC  (7+ messages)

[PATCH v3 00/17] x86: head_64.S spring cleaning
 2022-11-23 14:33 UTC  (33+ messages)
` [PATCH v3 01/17] x86/compressed: efi-mixed: rename efi_thunk_64.S to efi-mixed.S
` [PATCH v3 02/17] x86/compressed: efi-mixed: move 32-bit entrypoint code into .text section
` [PATCH v3 03/17] x86/compressed: efi-mixed: move bootargs parsing out of 32-bit startup code
` [PATCH v3 04/17] x86/compressed: efi-mixed: move efi32_pe_entry into .text section
` [PATCH v3 05/17] x86/compressed: efi-mixed: move efi32_entry out of head_64.S
` [PATCH v3 06/17] x86/compressed: efi-mixed: move efi32_pe_entry() "
` [PATCH v3 07/17] x86/compressed: efi: merge multiple definitions of image_offset into one
` [PATCH v3 08/17] x86/compressed: efi-mixed: simplify IDT/GDT preserve/restore
` [PATCH v3 09/17] x86/compressed: avoid touching ECX in startup32_set_idt_entry()
` [PATCH v3 10/17] x86/compressed: pull global variable ref up into startup32_load_idt()
` [PATCH v3 11/17] x86/compressed: move startup32_load_idt() into .text section
` [PATCH v3 12/17] x86/compressed: move startup32_load_idt() out of head_64.S
` [PATCH v3 13/17] x86/compressed: move startup32_check_sev_cbit() into .text
` [PATCH v3 14/17] x86/compressed: move startup32_check_sev_cbit() out of head_64.S
` [PATCH v3 15/17] x86/compressed: adhere to calling convention in get_sev_encryption_bit()
` [PATCH v3 16/17] x86/compressed: only build mem_encrypt.S if AMD_MEM_ENCRYPT=y
` [PATCH v3 17/17] efi: x86: Make the deprecated EFI handover protocol optional

[PATCH 0/4] firmware: Add support for Qualcomm UEFI Secure Application
 2022-11-23 12:05 UTC  (5+ messages)

[PATCH printk v5 00/40] reduce console_lock scope
 2022-11-22 16:43 UTC  (2+ messages)

[PATCH v2 0/3] x86/realmode: use a dummy trampoline for Xen PV guests
 2022-11-22 16:38 UTC  (2+ messages)
` [PATCH v2 1/3] x86/realmode: test real_mode_header outside of real_mode_size_needed()

[PATCH v2 0/5] Use EFI variables for random seed
 2022-11-22 13:39 UTC  (3+ messages)
` [PATCH v2 5/5] efi: random: refresh non-volatile random seed when RNG is initialized


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