Linux-EFI Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-30 22:16:17 to 2023-07-24 12:16:02 UTC [more...]

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

[PATCH v6 4/4] efivarfs: automatically update super block flag
 2023-07-24 10:21 UTC  (5+ messages)

[PATCH mm-hotfixes] mm/pagewalk: fix EFI_PGT_DUMP of espfix area
 2023-07-24  7:55 UTC  (2+ messages)

[PATCH AUTOSEL 6.4 1/4] efivarfs: expose used and total size
 2023-07-24  7:28 UTC  (2+ messages)

[PATCH AUTOSEL 6.1 1/3] efivarfs: expose used and total size
 2023-07-24  1:31 UTC 

[PATCH v6 0/5] riscv: Introduce KASLR
 2023-07-22 12:38 UTC  (6+ messages)
` [PATCH v6 1/5] riscv: Introduce virtual kernel mapping KASLR
` [PATCH v6 2/5] riscv: Dump out kernel offset information on panic
` [PATCH v6 3/5] arm64: libstub: Move KASLR handling functions to kaslr.c
` [PATCH v6 4/5] libstub: Fix compilation warning for rv32
` [PATCH v6 5/5] riscv: libstub: Implement KASLR by using generic functions

[PATCH v5 0/5] riscv: Introduce KASLR
 2023-07-22  9:13 UTC  (12+ messages)
` [PATCH v5 1/5] riscv: Introduce virtual kernel mapping KASLR
` [PATCH v5 2/5] riscv: Dump out kernel offset information on panic
` [PATCH v5 3/5] arm64: libstub: Move KASLR handling functions to kaslr.c
` [PATCH v5 4/5] libstub: Fix compilation warning for rv32
` [PATCH v5 5/5] riscv: libstub: Implement KASLR by using generic functions

[RFC PATCH v2] x86/boot: add .sbat section to the bzImage
 2023-07-21 15:27 UTC  (25+ messages)

[PATCH 00/12] arch,fbdev: Move screen_info into arch/
 2023-07-18 14:47 UTC  (28+ messages)
` [PATCH 01/12] efi: Do not include <linux/screen_info.h> from EFI header
  ` [01/12] "
` [PATCH 02/12] fbdev/sm712fb: Do not include <linux/screen_info.h>
` [PATCH 03/12] sysfb: Do not include <linux/screen_info.h> from sysfb header
  ` [03/12] "
` [PATCH 04/12] staging/sm750fb: Do not include <linux/screen_info.h>
` [PATCH 05/12] arch: Remove trailing whitespaces
  ` [05/12] "
` [PATCH 07/12] arch/x86: Declare edid_info in <asm/screen_info.h>
` [PATCH 08/12] drivers/firmware: Remove trailing whitespaces
  ` [08/12] "
` [PATCH 10/12] fbdev/core: Use fb_is_primary_device() in fb_firmware_edid()

[PATCH v6 00/21] efi/x86: Avoid bare metal decompressor during EFI boot
 2023-07-18 11:39 UTC  (23+ messages)
` [PATCH v6 01/21] x86/head_64: Store boot_params pointer in callee save register
` [PATCH v6 02/21] x86/efistub: Branch straight to kernel entry point from C code
` [PATCH v6 03/21] x86/efistub: Simplify and clean up handover entry code
` [PATCH v6 04/21] x86/decompressor: Avoid magic offsets for EFI handover entrypoint
` [PATCH v6 05/21] x86/efistub: Clear BSS in EFI handover protocol entrypoint
` [PATCH v6 06/21] x86/decompressor: Use proper sequence to take the address of the GOT
` [PATCH v6 07/21] x86/decompressor: Store boot_params pointer in callee save register
` [PATCH v6 08/21] x86/decompressor: Call trampoline as a normal function
` [PATCH v6 09/21] x86/decompressor: Use standard calling convention for trampoline
` [PATCH v6 10/21] x86/decompressor: Avoid the need for a stack in the 32-bit trampoline
` [PATCH v6 11/21] x86/decompressor: Call trampoline directly from C code
` [PATCH v6 12/21] x86/decompressor: Only call the trampoline when changing paging levels
` [PATCH v6 13/21] x86/decompressor: Merge trampoline cleanup with switching code
` [PATCH v6 14/21] x86/efistub: Perform 4/5 level paging switch from the stub
` [PATCH v6 15/21] x86/efistub: Prefer EFI memory attributes protocol over DXE services
` [PATCH v6 16/21] decompress: Use 8 byte alignment
` [PATCH v6 17/21] x86/decompressor: Move global symbol references to C code
` [PATCH v6 18/21] x86/decompressor: Factor out kernel decompression and relocation
` [PATCH v6 19/21] efi/libstub: Add limit argument to efi_random_alloc()
` [PATCH v6 20/21] x86/efistub: Perform SNP feature test while running in the firmware
` [PATCH v6 21/21] x86/efistub: Avoid legacy decompressor when doing EFI boot

[PATCH v2] x86/kexec: Add EFI config table identity mapping for kexec kernel
 2023-07-17 15:11 UTC  (19+ messages)

[PATCH RESEND v4 0/5] riscv: Introduce KASLR
 2023-07-13 15:08 UTC  (6+ messages)
` [PATCH RESEND v4 1/5] riscv: Introduce virtual kernel mapping KASLR
` [PATCH RESEND v4 2/5] riscv: Dump out kernel offset information on panic
` [PATCH RESEND v4 3/5] arm64: libstub: Move KASLR handling functions to efi-stub-helper.c
` [PATCH RESEND v4 4/5] libstub: Fix compilation warning for rv32
` [PATCH RESEND v4 5/5] riscv: libstub: Implement KASLR by using generic functions

[PATCH v4 0/5] riscv: Introduce KASLR
 2023-07-13 15:06 UTC  (6+ messages)
` [PATCH v4 1/5] riscv: Introduce virtual kernel mapping KASLR
` [PATCH v4 2/5] riscv: Dump out kernel offset information on panic
` [PATCH v4 3/5] arm64: libstub: Move KASLR handling functions to efi-stub-helper.c

[PATCH 00/79] fs: new accessors for inode->i_ctime
 2023-07-12 15:31 UTC  (3+ messages)
  ` [PATCH 01/79] fs: add ctime accessors infrastructure

[PATCHv14 0/9] mm, x86/cc, efi: Implement support for unaccepted memory
 2023-07-12  9:18 UTC  (5+ messages)
` [PATCHv14 5/9] efi: Add unaccepted memory support

Słowa kluczowe do wypozycjonowania
 2023-07-12  8:05 UTC 

[PATCH v5 00/20] efi/x86: Avoid bare metal decompressor during EFI boot
 2023-07-11  7:57 UTC  (9+ messages)
` [PATCH v5 05/20] x86/decompressor: Use proper sequence to take the address of the GOT
` [PATCH v5 06/20] x86/decompressor: Store boot_params pointer in callee save register

[PATCH] fbdev/hyperv_fb: Include <linux/screen_info.h>
 2023-07-10 20:14 UTC  (3+ messages)

[PATCH v2 00/89] fs: new accessors for inode->i_ctime
 2023-07-10 13:32 UTC  (19+ messages)
` [PATCH v2 07/92] fs: add ctime accessors infrastructure
` [PATCH v2 08/92] fs: new helper: simple_rename_timestamp
      ` [apparmor] "
` [PATCH v2 92/92] fs: rename i_ctime field to __i_ctime
` [PATCH v2 00/92] fs: new accessors for inode->i_ctime

[PATCH v6 00/14] x86: Trenchboot secure dynamic launch Linux kernel support
 2023-07-07 19:31 UTC  (10+ messages)
` [PATCH v6 04/14] x86: Secure Launch Resource Table header file

[RFC PATCH 0/1] zboot: Garbage collect unused functions
 2023-07-07  9:06 UTC  (5+ messages)
` [RFC PATCH 1/1] libstub: zboot: Use -ffunction-sections + --gc-sections

[PATCH v2 0/4] Remove unnecessary includes of <linux/screen_info.h>
 2023-07-07  5:59 UTC  (9+ messages)
` [PATCH v2 1/4] efi: Do not include <linux/screen_info.h> from EFI header
` [PATCH v2 2/4] fbdev/sm712fb: Do not include <linux/screen_info.h>
` [PATCH v2 3/4] sysfb: Do not include <linux/screen_info.h> from sysfb header
` [PATCH v2 4/4] staging/sm750fb: Do not include <linux/screen_info.h>

[PATCH v2 03/92] efivarfs: update ctime when mtime changes on a write
 2023-07-06 10:57 UTC  (3+ messages)
  ` [PATCH v2 37/92] efivarfs: convert to ctime accessor functions

[PATCH 0/9] fs: add some missing ctime updates
 2023-07-05 23:19 UTC  (7+ messages)
` [PATCH 7/9] gfs2: update ctime when quota is updated

[PATCH 06/12] arch: Declare screen_info in <asm/screen_info.h>
 2023-07-05  8:02 UTC  (3+ messages)
` [06/12] "

[PATCH 11/12] fbdev/core: Protect edid_info with CONFIG_ARCH_HAS_EDID_INFO
 2023-07-05  1:43 UTC  (2+ messages)
` [11/12] "

[GIT PULL] EFI updates for v6.5
 2023-07-01  5:05 UTC  (2+ messages)


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 read-only IMAP folder(s) and NNTP newsgroup(s).