public inbox for linux-efi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-26 12:02:59 to 2026-04-27 10:47:47 UTC [more...]

[PATCH 0/3] LoongArch: Move KASLR to EFI stub to avoid initrd overlap
 2026-04-27 10:47 UTC  (4+ messages)
` [PATCH 1/3] LoongArch: Allow rdtime_h() and rdtime_l() in 64-bit builds
` [PATCH 2/3] efi/loongarch: Randomize kernel preferred address for KASLR
` [PATCH 3/3] LoongArch: Skip relocation-time KASLR if it has already been applied

[PATCH v6 0/3] riscv32 library enhancements and build fixes
 2026-04-27 10:30 UTC  (8+ messages)
` [PATCH v6 3/3] riscv: fix building compressed EFI image

[PATCH v3 00/19] Prepare to lift lookup out of exclusive lock for directory ops
 2026-04-27 10:10 UTC  (28+ messages)
` [PATCH v3 01/19] VFS: fix various typos in documentation for start_creating start_removing etc
` [PATCH v3 02/19] VFS: enhance d_splice_alias() to handle in-lookup dentries
` [PATCH v3 03/19] VFS: allow d_alloc_name() to be used with ->d_hash
` [PATCH v3 04/19] VFS: use wait_var_event for waiting in d_alloc_parallel()
` [PATCH v3 05/19] VFS: introduce d_alloc_noblock()
` [PATCH v3 06/19] VFS: add d_duplicate()
` [PATCH v3 07/19] VFS: Add LOOKUP_SHARED flag
` [PATCH v3 08/19] VFS/xfs/ntfs: drop parent lock across d_alloc_parallel() in d_add_ci()
` [PATCH v3 09/19] ovl: stop using lookup_one() in iterate_shared() handling
` [PATCH v3 10/19] VFS/ovl: add d_alloc_noblock_return()
` [PATCH v3 11/19] efivarfs: use d_alloc_name()
` [PATCH v3 12/19] shmem: use d_duplicate()
` [PATCH v3 13/19] nfs: remove d_drop()/d_alloc_parallel() from nfs_atomic_open()
` [PATCH v3 14/19] nfs: use d_splice_alias() in nfs_link()
` [PATCH v3 15/19] nfs: don't d_drop() before d_splice_alias()
` [PATCH v3 16/19] nfs: don't d_drop() before d_splice_alias() in atomic_create
` [PATCH v3 17/19] nfs: Use d_alloc_noblock() in nfs_prime_dcache()
` [PATCH v3 18/19] nfs: use d_alloc_noblock() in silly-rename
` [PATCH v3 19/19] nfs: use d_duplicate()
` [syzbot ci] Re: Prepare to lift lookup out of exclusive lock for directory ops

[PATCH v7 0/3] riscv32 library enhancements and build fixes
 2026-04-27  9:01 UTC  (4+ messages)
` [PATCH v7 1/3] riscv: add platform-specific double word shifts for riscv32
` [PATCH v7 2/3] lib: kunit: add tests for __ashldi3(), __ashrdi3(), and __lshrdi3()
` [PATCH v7 3/3] riscv: fix building compressed EFI image

[RESEND PATCH v2 0/2] efi/libstub: Ensure instruction cache coherency after kernel relocation
 2026-04-27  8:47 UTC  (3+ messages)
` [RESEND PATCH v2 1/2] efi/loongarch: Implement efi_cache_sync_image()
` [RESEND PATCH v2 2/2] efi/libstub: Synchronize instruction cache after kernel relocation

[PATCH v2 00/19] Prepare to lift lookup out of exclusive lock for directory ops
 2026-04-27  8:41 UTC  (22+ messages)
` [PATCH v2 01/19] VFS: fix various typos in documentation for start_creating start_removing etc
` [PATCH v2 02/19] VFS: enhance d_splice_alias() to handle in-lookup dentries
` [PATCH v2 03/19] VFS: allow d_alloc_name() to be used with ->d_hash
` [PATCH v2 04/19] VFS: use wait_var_event for waiting in d_alloc_parallel()
` [PATCH v2 05/19] VFS: introduce d_alloc_noblock()
` [PATCH v2 06/19] VFS: add d_duplicate()
` [PATCH v2 07/19] VFS: Add LOOKUP_SHARED flag
` [PATCH v2 08/19] VFS/xfs/ntfs: drop parent lock across d_alloc_parallel() in d_add_ci()
` [PATCH v2 09/19] ovl: stop using lookup_one() in iterate_shared() handling
` [PATCH v2 10/19] VFS/ovl: add d_alloc_noblock_return()
` [PATCH v2 11/19] efivarfs: use d_alloc_name()
` [PATCH v2 12/19] shmem: use d_duplicate()
` [PATCH v2 13/19] nfs: remove d_drop()/d_alloc_parallel() from nfs_atomic_open()
` [PATCH v2 14/19] nfs: use d_splice_alias() in nfs_link()
` [PATCH v2 15/19] nfs: don't d_drop() before d_splice_alias()
` [PATCH v2 16/19] nfs: don't d_drop() before d_splice_alias() in atomic_create
` [PATCH v2 17/19] nfs: Use d_alloc_noblock() in nfs_prime_dcache()
` [PATCH v2 18/19] nfs: use d_alloc_noblock() in silly-rename
` [PATCH v2 19/19] nfs: use d_duplicate()
` [syzbot ci] Re: Prepare to lift lookup out of exclusive lock for directory ops

[PATCH v2 0/2] efi/libstub: Ensure instruction cache coherency after kernel relocation
 2026-04-27  8:39 UTC  (3+ messages)
` [PATCH v2 1/2] efi/loongarch: Implement efi_cache_sync_image
` [PATCH v2 2/2] efi/libstub: Synchronize instruction cache after kernel relocation

[PATCH 0/2] efi/libstub: Ensure instruction cache coherency after kernel relocation
 2026-04-27  8:09 UTC  (5+ messages)
` [PATCH 1/2] efi/loongarch: Implement efi_cache_sync_image
` [PATCH 2/2] efi/libstub: Synchronize instruction cache after kernel relocation

[RFC PATCH 2/3] efi/loongarch: Randomize kernel preferred address for KASLR
 2026-04-27  7:49 UTC  (3+ messages)

[RFC PATCH 0/3] LoongArch: Move KASLR to EFI stub to avoid initrd overlap
 2026-04-26 12:02 UTC  (2+ messages)
` [RFC PATCH 3/3] LoongArch: Remove KASLR handling from relocate_kernel


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox