linux-efi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-09-18 20:32:46 to 2023-10-19 09:06:58 UTC [more...]

[PATCH 0/5] riscv: Use READ_ONCE()/WRITE_ONCE() for pte accesses
 2023-10-19  9:06 UTC  (13+ messages)
` [PATCH 1/5] riscv: Use WRITE_ONCE() when setting page table entries
` [PATCH 2/5] mm: Introduce pudp/p4dp/pgdp_get() functions
` [PATCH 3/5] riscv: mm: Only compile pgtable.c if MMU
` [PATCH 4/5] riscv: Suffix all page table entry pointers with 'p'
` [PATCH 5/5] riscv: Use accessors to page table entries instead of direct dereference

[REGRESSION] boot fails for EFI boot stub loaded by u-boot
 2023-10-19  7:21 UTC  (6+ messages)

[PATCHv2] efi/unaccepted: Fix soft lockups caused by parallel memory acceptance
 2023-10-18 18:56 UTC 

[PATCH 0/3] efi/cper, cxl: Decode CXL Component Events CPER
 2023-10-18 18:48 UTC  (10+ messages)
` [PATCH 1/3] efi/cper, cxl: Decode CXL Component Events General Media Event Record
` [PATCH 2/3] efi/cper, cxl: Decode CXL Component Events DRAM "
` [PATCH 3/3] efi/cper, cxl: Decode CXL Component Events Memory Module "

[PATCH v2 0/2] x86/boot: Fix boot_params init in EFI stub
 2023-10-18 12:57 UTC  (7+ messages)
` [PATCH v2 1/2] x86/boot: Rename conflicting boot_params pointer to boot_params_p
` [PATCH v2 2/2] x86/boot: efistub: Assign global boot_params variable

[PATCH v9 1/6] efi: expose efivar generic ops register function
 2023-10-18 11:51 UTC  (8+ messages)
` [PATCH v9 2/6] efi: Add EFI_ACCESS_DENIED status code
` [PATCH v9 3/6] efi: Add tee-based EFI variable driver
` [PATCH v9 4/6] efivarfs: automatically update super block flag
` [PATCH v9 5/6] efivarfs: force RO when remounting if SetVariable is not supported
` [PATCH v9 6/6] tee: optee: restore efivars ops when tee-supplicant stops

[PATCH RFC 0/2] efi/cxl-cper: Report CPER CXL component events through trace events
 2023-10-18  2:43 UTC  (6+ messages)
` [PATCH RFC 1/2] firmware/efi: Process CXL Component Events
` [PATCH RFC 2/2] cxl/memdev: Register for and process CPER events

[efi:urgent] BUILD SUCCESS db7724134c26fdf16886a560646d02292563f5a4
 2023-10-17 20:06 UTC 

[PATCHv2] efi/unaccepted: Fix soft lockups caused by parallel memory acceptance
 2023-10-17 15:36 UTC  (11+ messages)

[PATCH] x86/boot: efistub: Assign global boot_params variable
 2023-10-17 13:06 UTC  (5+ messages)

[PATCH v8 4/5] efivarfs: automatically update super block flag
 2023-10-17 12:55 UTC  (7+ messages)

[efi:urgent] BUILD SUCCESS 84c3aabfc824f15e8fa11450827ff8d9988f4625
 2023-10-17  5:41 UTC 

[PATCH] efi/unaccepted: Fix soft lockups caused by parallel memory acceptance
 2023-10-16 16:11 UTC  (6+ messages)

Zapytanie ofertowe
 2023-10-16  7:30 UTC 

[efi:urgent] BUILD SUCCESS 0d3ad1917996839a5042d18f04e41915cfa1b74a
 2023-10-14 11:02 UTC 

[PATCHv14 0/9] mm, x86/cc, efi: Implement support for unaccepted memory
 2023-10-13 21:54 UTC  (10+ messages)
` [PATCHv14 5/9] efi: Add unaccepted memory support

[PATCH] efi: fix memory leak in krealloc failure handling
 2023-10-13 10:32 UTC  (2+ messages)

[PATCH] x86/efistub: Don't try to print after ExitBootService()
 2023-10-13 10:28 UTC  (8+ messages)

[Report] !!!! Can't find image information. !!!!
 2023-10-13  9:47 UTC 

[PATCH v3 0/9] video: screen_info cleanups
 2023-10-10 12:20 UTC  (14+ messages)
` [PATCH v3 1/9] vgacon: rework Kconfig dependencies
` [PATCH v3 2/9] vgacon: rework screen_info #ifdef checks
` [PATCH v3 3/9] dummycon: limit Arm console size hack to footbridge
` [PATCH v3 4/9] vgacon, arch/*: remove unused screen_info definitions
` [PATCH v3 5/9] vgacon: remove screen_info dependency
` [PATCH v3 6/9] vgacon: clean up global screen_info instances
` [PATCH v3 7/9] vga16fb: drop powerpc support
` [PATCH v3 8/9] hyperv: avoid dependency on screen_info
` [PATCH v3 9/9] efi: move screen_info into efi init code

[PATCH v2 00/89] fs: new accessor methods for inode atime and mtime
 2023-10-09 16:09 UTC  (5+ messages)
  ` [PATCH v2 30/89] efivarfs: convert to new timestamp accessors
` [PATCH v2 01/89] fs: new accessor methods for atime and mtime
  ` [PATCH v2 02/89] fs: convert core infrastructure to new timestamp accessors

[RFC PATCH v2 0/9] Use ERST for persistent storage of MCE and APEI errors
 2023-10-07  7:15 UTC  (14+ messages)
` [RFC PATCH v2 1/9] pstore: move pstore creator id, section type and record struct to common header
` [RFC PATCH v2 2/9] ACPI: APEI: Use common ERST struct to read/write serialized MCE record
` [RFC PATCH v2 3/9] ACPI: APEI: ERST: Emit the mce_record tracepoint
` [RFC PATCH v2 4/9] ACPI: tables: change section_type of generic error data as guid_t
` [RFC PATCH v2 5/9] ACPI: APEI: GHES: Use ERST to serialize APEI generic error before panic
` [RFC PATCH v2 6/9] ACPI: APEI: GHES: export ghes_report_chain
` [RFC PATCH v2 7/9] ACPI: APEI: ESRT: kick ghes_report_chain notifier to report serialized memory errors
` [RFC PATCH v2 8/9] ACPI: APEI: ESRT: print AER to report serialized PCIe errors
` [RFC PATCH v2 9/9] ACPI: APEI: ESRT: log ARM processor error

[PATCH v2 87/89] fs: rename inode i_atime and i_mtime fields
 2023-10-04 18:55 UTC  (3+ messages)
` [PATCH v2 88/89] fs: switch timespec64 fields in inode to discrete integers
` [PATCH v2 89/89] fs: move i_generation into new hole created after timestamp conversion

Rozszerzenie Programu Mój Prąd 5.0
 2023-10-04  7:50 UTC 

[PATCH v2 00/15] x86/boot: Rework PE header generation
 2023-10-03  2:02 UTC  (2+ messages)

[PATCH 85/87] fs: rename i_atime and i_mtime fields to __i_atime and __i_mtime
 2023-10-01  5:01 UTC  (24+ messages)
` [PATCH 86/87] fs: switch timespec64 fields in inode to discrete integers
              ` [OT] "
` [PATCH 87/87] fs: move i_blocks up a few places in struct inode

[PATCH 00/87] fs: new accessor methods for atime and mtime
 2023-09-28 11:03 UTC  (3+ messages)
  ` [PATCH 29/87] fs/efivarfs: convert to new inode {a,m}time accessors
` [PATCH 01/87] fs: new accessor methods for atime and mtime

[PATCH 0/2] Sign the Image which is zboot's payload
 2023-09-27 23:46 UTC  (9+ messages)
` [PATCH 1/2] zboot: Signing the payload
` [PATCH 2/2] arm64: Enable signing on the kernel image loaded by kexec file load

[PATCH v3 0/2] riscv: Optimize bitops with Zbb extension
 2023-09-26  9:46 UTC  (3+ messages)
` [PATCH v3 1/2] riscv: Rearrange hwcap.h and cpufeature.h
` [PATCH v3 2/2] riscv: Optimize bitops with Zbb extension

[PATCH v2 0/2] riscv: Optimize bitops with Zbb extension
 2023-09-26  8:39 UTC  (6+ messages)
` [PATCH v2 1/2] riscv: Rearrange hwcap.h and cpufeature.h
` [PATCH v2 2/2] riscv: Optimize bitops with Zbb extension

[GIT PULL] EFI fixes for v6.6 (#2)
 2023-09-22 16:43 UTC  (2+ messages)

[PATCH] Documentation efi-stub.rst: fix arm64 EFI source location
 2023-09-22 11:29 UTC  (2+ messages)

[PATCH v5 RESEND] efivarfs: Add uid/gid mount options
 2023-09-21 20:39 UTC 

[PATCH v6 00/14] x86: Trenchboot secure dynamic launch Linux kernel support
 2023-09-20 21:40 UTC  (4+ messages)
` [PATCH v6 07/14] x86: Secure Launch kernel early boot stub

Poptávka
 2023-09-20  7:46 UTC 

[efi:urgent] BUILD SUCCESS 8dbe33956d96c9d066ef15ca933ede30748198b2
 2023-09-20  4:53 UTC 

[PATCH] efi/unaccepted: Use ACPI reclaim memory for unaccepted memory table
 2023-09-19 15:08 UTC  (7+ messages)

Pytanie o samochód
 2023-09-19  7:30 UTC 

[efi:urgent] BUILD SUCCESS 52c34f16245f6e12c6880e7aeaf14e410f7047b6
 2023-09-18 20:32 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).