messages from 2026-02-25 06:56:02 to 2026-03-23 07:49:57 UTC [more...]
[PATCH v2 0/9] memblock: improve late freeing of reserved memory
2026-03-23 7:48 UTC (7+ messages)
` [PATCH v2 1/9] memblock: reserve_mem: fix end caclulation in reserve_mem_release_by_name()
` [PATCH v2 2/9] powerpc: fadump: pair alloc_pages_exact() with free_pages_exact()
` [PATCH v2 3/9] powerpc: opal-core: "
` [PATCH v2 4/9] mm: move free_reserved_area() to mm/memblock.c
` [PATCH v2 5/9] memblock: make free_reserved_area() more robust
` [PATCH v2 6/9] memblock: extract page freeing from free_reserved_area() into a helper
[PATCH] block: partitions: Replace pp_buf with struct seq_buf
2026-03-21 15:24 UTC (6+ messages)
[efi:urgent] BUILD SUCCESS 217c0a5c177a3d4f7c8497950cbf5c36756e8bbb
2026-03-21 11:12 UTC
[PATCH v2] x86/efi: defer freeing of boot services memory
2026-03-20 14:53 UTC (11+ messages)
[PATCH v2 00/19] efi/x86: Avoid the need to mangle the EFI memory map
2026-03-19 9:05 UTC (20+ messages)
` [PATCH v2 01/19] memblock: Permit existing reserved regions to be marked RSRV_KERN
` [PATCH v2 02/19] efi: Tag memblock reservations of boot services regions as RSRV_KERN
` [PATCH v2 03/19] x86/efi: Unmap kernel-reserved boot regions from EFI page tables
` [PATCH v2 04/19] x86/efi: Drop EFI_MEMORY_RUNTIME check from __ioremap_check_other()
` [PATCH v2 05/19] x86/efi: Omit RSRV_KERN memblock reservations when freeing boot regions
` [PATCH v2 06/19] x86/efi: Defer sub-1M check from unmap to free stage
` [PATCH v2 07/19] x86/efi: Simplify real mode trampoline allocation quirk
` [PATCH v2 08/19] x86/efi: Omit redundant kernel image overlap check
` [PATCH v2 09/19] x86/efi: Drop redundant EFI_PARAVIRT check
` [PATCH v2 10/19] x86/efi: Do not rely on EFI_MEMORY_RUNTIME bit and avoid entry splitting
` [PATCH v2 11/19] efi: Use nr_map not map_end to find the last valid memory map entry
` [PATCH v2 12/19] x86/efi: Only merge EFI memory map entries on 32-bit systems
` [PATCH v2 13/19] x86/efi: Clean the memory map using iterator and filter API
` [PATCH v2 14/19] x86/efi: Update the runtime map in place
` [PATCH v2 15/19] x86/efi: Use iterator API when mapping EFI regions for runtime
` [PATCH v2 16/19] x86/efi: Reuse memory map instead of reallocating it
` [PATCH v2 17/19] x86/efi: Defer compaction of the EFI memory map
` [PATCH v2 18/19] x86/efi: Do not abuse RUNTIME bit to mark boot regions as reserved
` [PATCH v2 19/19] x86/efi: Free unused tail of the EFI memory map
[RFC PATCH 0/1] lib/vsnprintf: Limit the returning size to INT_MAX
2026-03-19 0:07 UTC (6+ messages)
` [RFC PATCH 1/1] lib/vsprintf: "
[PATCH 0/8] memblock: improve late freeing of reserved memory
2026-03-18 20:52 UTC (11+ messages)
` [PATCH 1/8] powerpc: fadump: pair alloc_pages_exact() with free_pages_exact()
` [PATCH 2/8] powerpc: opal-core: "
` [PATCH 3/8] mm: move free_reserved_area() to mm/memblock.c
` [PATCH 4/8] memblock: make free_reserved_area() more robust
` [PATCH 5/8] memblock: extract page freeing from free_reserved_area() into a helper
` [PATCH 6/8] memblock: make free_reserved_area() update memblock if ARCH_KEEP_MEMBLOCK=y
` [PATCH 7/8] memblock, treewide: make memblock_free() handle late freeing
` [PATCH 8/8] memblock: warn when freeing reserved memory before memory map is initialized
` [PATCH 9/8] memblock tests: add stubs required for free_reserved_area()
[PATCH v6 0/4] apei/ghes: don't OOPS with bad ARM error CPER records
2026-03-17 17:14 UTC (3+ messages)
` [PATCH v6 1/4] apei/ghes: ARM processor Error: don't go past allocated memory
[PATCH RFC 00/53] lift lookup out of exclive lock for dir ops
2026-03-17 10:00 UTC (61+ messages)
` [PATCH 01/53] VFS: fix various typos in documentation for start_creating start_removing etc
` [PATCH 02/53] VFS: enhance d_splice_alias() to handle in-lookup dentries
` [PATCH 03/53] VFS: allow d_alloc_name() to be used with ->d_hash
` [PATCH 04/53] VFS: use global wait-queue table for d_alloc_parallel()
` [PATCH 05/53] VFS: introduce d_alloc_noblock()
` [PATCH 06/53] VFS: add d_duplicate()
` [PATCH 07/53] VFS: Add LOOKUP_SHARED flag
` [PATCH 08/53] VFS/xfs: drop parent lock across d_alloc_parallel() in d_add_ci()
` [PATCH 09/53] nfs: remove d_drop()/d_alloc_parallel() from nfs_atomic_open()
` [PATCH 10/53] nfs: use d_splice_alias() in nfs_link()
` [PATCH 11/53] nfs: don't d_drop() before d_splice_alias()
` [PATCH 12/53] nfs: don't d_drop() before d_splice_alias() in atomic_create
` [PATCH 13/53] nfs: Use d_alloc_noblock() in nfs_prime_dcache()
` [PATCH 14/53] nfs: use d_alloc_noblock() in silly-rename
` [PATCH 15/53] nfs: use d_duplicate()
` [PATCH 16/53] ovl: drop dir lock for lookups in impure readdir
` [PATCH 17/53] coda: don't d_drop() early
` [PATCH 18/53] shmem: use d_duplicate()
` [PATCH 19/53] afs: use d_time instead of d_fsdata
` [PATCH 20/53] afs: don't unhash/rehash dentries during unlink/rename
` [PATCH 21/53] afs: use d_splice_alias() in afs_vnode_new_inode()
` [PATCH 22/53] afs: use d_alloc_nonblock in afs_sillyrename()
` [PATCH 23/53] afs: lookup_atsys to drop and reclaim lock
` [PATCH 24/53] afs: use d_duplicate()
` [PATCH 25/53] smb/client: use d_time to store a timestamp in dentry, not d_fsdata
` [PATCH 26/53] smb/client: don't unhashed and rehash to prevent new opens
` [PATCH 27/53] smb/client: use d_splice_alias() in atomic_open
` [PATCH 28/53] smb/client: Use d_alloc_noblock() in cifs_prime_dcache()
` [PATCH 29/53] exfat: simplify exfat_lookup()
` [PATCH 30/53] configfs: remove d_add() calls before configfs_attach_group()
` [PATCH 31/53] configfs: stop using d_add()
` [PATCH 32/53] ext4: move dcache modifying code out of __ext4_link()
` [PATCH 33/53] ext4: use on-stack dentries in ext4_fc_replay_link_internal()
` [PATCH 34/53] tracefs: stop using d_add()
` [PATCH 35/53] cephfs: "
` [PATCH 36/53] cephfs: remove d_alloc from CEPH_MDS_OP_LOOKUPNAME handling in ceph_fill_trace()
` [PATCH 37/53] cephfs: Use d_alloc_noblock() in ceph_readdir_prepopulate()
` [PATCH 38/53] cephfs: Don't d_drop() before d_splice_alias()
` [PATCH 39/53] ecryptfs: stop using d_add()
` [PATCH 40/53] gfs2: "
` [PATCH 41/53] libfs: "
` [PATCH 42/53] fuse: don't d_drop() before d_splice_alias()
` [PATCH 43/53] fuse: Use d_alloc_noblock() in fuse_direntplus_link()
` [PATCH 44/53] hostfs: don't d_drop() before d_splice_alias() in hostfs_mkdir()
` [PATCH 45/53] efivarfs: use d_alloc_name()
` [PATCH 46/53] Remove references to d_add() in documentation and comments
` [PATCH 47/53] VFS: make d_alloc() local to VFS
` [PATCH 48/53] VFS: remove d_add()
` [PATCH 49/53] VFS: remove d_rehash()
` [PATCH 50/53] VFS: remove lookup_one() and lookup_noperm()
` [PATCH 51/53] VFS: use d_alloc_parallel() in lookup_one_qstr_excl()
` [PATCH 52/53] VFS: lift d_alloc_parallel above inode_lock
` [PATCH 53/53] VFS: remove LOOKUP_SHARED
[PATCH v4 0/2] Save Brightness on Macs
2026-03-17 9:52 UTC (5+ messages)
` [PATCH v4 1/2] efi: Save Brightness using EFI "
` [PATCH v4 2/2] platform/apple-gmux: use apple_brightness to save brightness to EFI
[PATCH v3 0/2] Save Brightness on Macs
2026-03-16 10:16 UTC (5+ messages)
` [PATCH v3 1/2] efi: Save Brightness using EFI "
` [PATCH v3 2/2] platform/apple-gmux: use apple_brightness to save brightness to EFI
[RFC PATCH 0/9] efi/x86: Avoid the need to mangle the EFI memory map
2026-03-16 6:55 UTC (14+ messages)
` [RFC PATCH 1/9] memblock: Permit existing reserved regions to be marked RSRV_KERN
` [RFC PATCH 2/9] efi: Tag memblock reservations of boot services regions as RSRV_KERN
` [RFC PATCH 3/9] x86/efi: Omit RSRV_KERN memblock reservations when freeing boot regions
` [RFC PATCH 4/9] x86/efi: Defer sub-1M check from unmap to free stage
` [PATCH 4/4] x86/efi: Omit kernel reservations of boot services memory from memmap
` [RFC PATCH 5/9] x86/efi: Unmap kernel-reserved boot regions from EFI page tables
` [RFC PATCH 6/9] x86/efi: Do not rely on EFI_MEMORY_RUNTIME bit and avoid entry splitting
` [RFC PATCH 7/9] x86/efi: Reuse memory map instead of reallocating it
` [RFC PATCH 8/9] x86/efi: Defer compaction of the EFI memory map
` [RFC PATCH 9/9] x86/efi: Free unused tail "
[PATCH v2 0/2] Save Brightness on Macs
2026-03-15 21:52 UTC (3+ messages)
` [PATCH v2 1/2] efi: Save Brightness using EFI "
` [PATCH v2 2/2] platform/apple-gmux: use apple_brightness to save brightness to EFI
[PATCH v2 0/4] Enable measuring the kernel's Source-based Code Coverage and MC/DC with Clang
2026-03-15 14:15 UTC (6+ messages)
` [RFC PATCH 0/4] Enable Clang's Source-based Code Coverage and MC/DC for x86-64
[ardb:x86-efi-memmap-cleanup-v2] [x86/efi] 28d319c685: RIP:__early_ioremap
2026-03-13 10:08 UTC
[efi:next] BUILD SUCCESS 56e2ef8f5f9161d08d45656d373da83d4a789be1
2026-03-12 19:17 UTC
[PATCH 0/2] kbuild: Switch from '-fms-extensions' to '-fms-anonymous-structs' when available
2026-03-12 12:08 UTC (10+ messages)
` [PATCH 1/2] kbuild: Consolidate C dialect options
` [PATCH 2/2] kbuild: Use '-fms-anonymous-structs' if it is available
[PATCH] efi: Drop unused efi_range_is_wc() function
2026-03-11 16:10 UTC (2+ messages)
Subject: x86/msr + lockdown: allow access to **documented** RAPL/TCC controls under Secure Boot
2026-03-11 12:18 UTC (3+ messages)
[efi:next] BUILD SUCCESS 5ff90186de7118e174d8658164cbe23825e3a8bb
2026-03-11 9:20 UTC
[PATCH] efi: fix type in efi_mem_type()
2026-03-10 20:58 UTC (2+ messages)
[efi:next 1/4] drivers/firmware/efi/efi.c:1009:37: error: passing 'const efi_memory_desc_t *' to parameter of type 'efi_memory_desc_t *' discards qualifiers
2026-03-10 20:54 UTC
[efi:next 1/4] drivers/firmware/efi/efi.c:1009:37: error: passing 'const efi_memory_desc_t *' to parameter of type 'efi_memory_desc_t *' discards qualifiers
2026-03-10 17:38 UTC
[efi:next 1/4] drivers/firmware/efi/efi.c:1009:44: warning: passing argument 2 of 'efi_mem_desc_lookup' discards 'const' qualifier from pointer target type
2026-03-10 17:17 UTC
[PATCH] efi: libstub: fix type of fdt 32 and 64bit variables
2026-03-10 14:38 UTC (2+ messages)
[PATCH 0/2] Allow using BGRT table under Xen dom0
2026-03-09 12:51 UTC (4+ messages)
` [PATCH 1/2] efi: make efi_mem_type() and efi_mem_attributes() work on Xen PV
` [PATCH 2/2] efi: Enable BGRT loading under Xen
[GIT PULL] EFI fixes for v7.0 #2
2026-03-08 23:57 UTC (2+ messages)
[PATCH v3 1/3] integrity: Make arch_ima_get_secureboot integrity-wide
2026-03-06 21:16 UTC (5+ messages)
` [PATCH 1/1] s390/ipl: Fix missing arch_get_secureboot() prototype warning
[PATCH] x86/kexec: Copy ACPI root pointer address from config table
2026-03-06 5:42 UTC (2+ messages)
[efi:urgent] BUILD SUCCESS a4b0bf6a40f3c107c67a24fbc614510ef5719980
2026-03-06 0:00 UTC
[PATCH v2 0/3] x86: Extend LASS support to EFI configurations
2026-03-03 17:42 UTC (6+ messages)
` [PATCH v2 1/3] x86/cpu: Defer LASS enabling until userspace comes up
[PATCH v2 0/2] efi: Expose the runtime-services workqueue via sysfs
2026-02-27 19:10 UTC (9+ messages)
` [PATCH v2 1/2] workqueue: Allow to expose ordered workqueues "
` [PATCH v2 2/2] efi: Allow to expose the workqueue "
[PATCH v15 00/28] x86: Secure Launch support for Intel TXT
2026-02-26 22:33 UTC (7+ messages)
[PATCH 1/3] integrity: Make arch_ima_get_secureboot integrity-wide
2026-02-26 10:23 UTC (12+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox