linux-efi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-16 21:44:39 to 2022-12-05 20:05:16 UTC [more...]

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

[PATCH v3 0/14] Zbb string optimizations and call support in alternatives
 2022-12-05 15:30 UTC  (33+ 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 v8 0/3] ASoC: SOF: Fix deadlock when shutdown a frozen userspace
 2022-12-05 12:05 UTC  (11+ 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

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

[PATCH v2 0/2] efi: Add generic magic number in header
 2022-12-01 19:25 UTC  (8+ 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

[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  (7+ messages)

[PATCH v3 0/5] Use EFI variables for random seed
 2022-11-28  1:35 UTC  (11+ 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 v3 3/5] random: add back async readiness notifier
` [PATCH v3 4/5] vsprintf: initialize siphash key using notifier
` [PATCH v3 5/5] efi: random: refresh non-volatile random seed when RNG is initialized

[PATCH RFC v1 0/6] Use EFI variables for random seed
 2022-11-27 21:36 UTC  (9+ messages)
` [PATCH RFC v1 2/6] vsprintf: initialize siphash key using notifier
` [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 0/4] powerpc/pseries: expose firmware security variables via filesystem
 2022-11-23 18:57 UTC  (22+ messages)
` [PATCH 2/4] fs: define a firmware security filesystem named fwsecurityfs

[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  (4+ 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  (7+ messages)
` [PATCH v2 1/5] efi: vars: prohibit reading random seed variables
` [PATCH v2 2/5] efi: stub: use random seed from EFI variable
` [PATCH v2 3/5] random: add back async readiness notifier
` [PATCH v2 4/5] vsprintf: initialize siphash key using notifier
` [PATCH v2 5/5] efi: random: refresh non-volatile random seed when RNG is initialized

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

Silikonmischungen
 2022-11-22  9:10 UTC 

[PATCH v2 00/23] x86_64: Improvements at compressed kernel stage
 2022-11-21  9:42 UTC  (4+ messages)

[PATCH v2 0/6] efi/x86: Avoid corrupted config tables under Xen
 2022-11-19  1:10 UTC  (8+ messages)
` [PATCH v2 5/6] efi: xen: Implement memory descriptor lookup based on hypercall

[PATCH v2 00/16] x86: head_64.S spring cleaning
 2022-11-18 23:31 UTC  (9+ messages)
` [PATCH v2 04/16] x86/compressed: efi-mixed: move efi32_pe_entry into .text section
` [PATCH v2 11/16] x86/compressed: move startup32_load_idt() "

Efi-stub-kernel with embedded initramfs does not boot
 2022-11-18  9:50 UTC 

[PATCH] efi: random: zero out secret after use and do not take minimum
 2022-11-18  8:39 UTC  (5+ messages)
    ` [PATCH v2] "

[PATCH] efi: random: remove extraneous dmesg notice
 2022-11-17 15:00 UTC 

[PATCH v4 0/3] generic and PowerPC SED Opal keystore
 2022-11-16 23:44 UTC  (7+ messages)
` [PATCH v4 2/3] powerpc/pseries: PLPKS SED Opal keystore support
` [PATCH v4 3/3] block: sed-opal: keystore access for SED Opal keys


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