[PATCH v5 00/36] Compiler-Based Context- and Locking-Analysis
2025-12-19 21:42 UTC (59+ messages)
` [PATCH v5 01/36] compiler_types: Move lock checking attributes to compiler-context-analysis.h
` [PATCH v5 02/36] compiler-context-analysis: Add infrastructure for Context Analysis with Clang
` [PATCH v5 03/36] compiler-context-analysis: Add test stub
` [PATCH v5 04/36] Documentation: Add documentation for Compiler-Based Context Analysis
` [PATCH v5 05/36] checkpatch: Warn about context_unsafe() without comment
` [PATCH v5 06/36] cleanup: Basic compatibility with context analysis
` [PATCH v5 07/36] lockdep: Annotate lockdep assertions for "
` [PATCH v5 08/36] locking/rwlock, spinlock: Support Clang's "
` [PATCH v5 09/36] compiler-context-analysis: Change __cond_acquires to take return value
` [PATCH v5 10/36] locking/mutex: Support Clang's context analysis
` [PATCH v5 11/36] locking/seqlock: "
` [PATCH v5 12/36] bit_spinlock: Include missing <asm/processor.h>
` [PATCH v5 13/36] bit_spinlock: Support Clang's context analysis
` [PATCH v5 14/36] rcu: "
` [PATCH v5 15/36] srcu: "
` [PATCH v5 16/36] kref: Add context-analysis annotations
` [PATCH v5 17/36] locking/rwsem: Support Clang's context analysis
` [PATCH v5 18/36] locking/local_lock: Include missing headers
` [PATCH v5 19/36] locking/local_lock: Support Clang's context analysis
` [PATCH v5 20/36] locking/ww_mutex: "
` [PATCH v5 21/36] debugfs: Make debugfs_cancellation a context lock struct
` [PATCH v5 22/36] um: Fix incorrect __acquires/__releases annotations
` [PATCH v5 23/36] compiler-context-analysis: Remove Sparse support
` [PATCH v5 24/36] compiler-context-analysis: Remove __cond_lock() function-like helper
` [PATCH v5 25/36] compiler-context-analysis: Introduce header suppressions
` [PATCH v5 26/36] compiler: Let data_race() imply disabled context analysis
` [PATCH v5 27/36] MAINTAINERS: Add entry for Context Analysis
` [PATCH v5 28/36] kfence: Enable context analysis
` [PATCH v5 29/36] kcov: "
` [PATCH v5 30/36] kcsan: "
` [PATCH v5 31/36] stackdepot: "
` [PATCH v5 32/36] rhashtable: "
` [PATCH v5 33/36] printk: Move locking annotation to printk.c
` [PATCH v5 34/36] security/tomoyo: Enable context analysis
` [PATCH v5 35/36] crypto: "
` [PATCH v5 36/36] sched: Enable context analysis for core.c and fair.c
[PATCH v2 0/4] mm/hugetlb: fixes for PMD table sharing (incl. using mmu_gather)
2025-12-19 21:37 UTC (11+ messages)
` [PATCH v2 2/4] mm/hugetlb: fix two comments related to huge_pmd_unshare()
` [PATCH v2 4/4] mm/hugetlb: fix excessive IPI broadcasts when unsharing PMD tables using mmu_gather
[PATCH bpf-next v1 0/6] mm: bpf kfuncs to access memcg data
2025-12-19 21:35 UTC (3+ messages)
` [PATCH bpf-next v1 1/6] mm: declare memcg_page_state_output() in memcontrol.h
[PATCH] rust: page: Simplify overflow check using checked_add()
2025-12-19 21:29 UTC
[PATCH v6] page_alloc: allow migration of smaller hugepages during contig_alloc
2025-12-19 20:59 UTC (7+ messages)
[PATCH 0/4] mm: increase lowmem size in linux-7.0
2025-12-19 20:52 UTC (10+ messages)
` [PATCH 1/4] arch/*: increase lowmem size to avoid highmem use
` [PATCH 2/4] ARM: add CONFIG_VMSPLIT_2G_OPT option
` [PATCH 3/4] ARM: remove support for highmem on VIVT
` [PATCH 4/4] mm: remove ARCH_NEEDS_KMAP_HIGH_GET
[PATCH V2] mm/memremap: fix spurious large folio warning for FS-DAX
2025-12-19 20:47 UTC (4+ messages)
[linus:master] [mm/vmalloc] a061578043: BUG:spinlock_trylock_failure_on_UP_on_CPU
2025-12-19 20:26 UTC (2+ messages)
[PATCH v5 00/19] mm, swap: swap table phase II: unify swapin use swap cache and cleanup flags
2025-12-19 20:05 UTC (21+ messages)
` [PATCH v5 01/19] mm, swap: rename __read_swap_cache_async to swap_cache_alloc_folio
` [PATCH v5 02/19] mm, swap: split swap cache preparation loop into a standalone helper
` [PATCH v5 03/19] mm, swap: never bypass the swap cache even for SWP_SYNCHRONOUS_IO
` [PATCH v5 04/19] mm, swap: always try to free swap cache for SWP_SYNCHRONOUS_IO devices
` [PATCH v5 05/19] mm, swap: simplify the code and reduce indention
` [PATCH v5 06/19] mm, swap: free the swap cache after folio is mapped
` [PATCH v5 08/19] mm/shmem, swap: remove SWAP_MAP_SHMEM
` [PATCH v5 09/19] mm, swap: swap entry of a bad slot should not be considered as swapped out
` [PATCH v5 10/19] mm, swap: consolidate cluster reclaim and usability check
` [PATCH v5 11/19] mm, swap: split locked entry duplicating into a standalone helper
` [PATCH v5 12/19] mm, swap: use swap cache as the swap in synchronize layer
` [PATCH v5 13/19] mm, swap: remove workaround for unsynchronized swap map cache state
` [PATCH v5 14/19] mm, swap: cleanup swap entry management workflow
` [PATCH v5 15/19] mm, swap: add folio to swap cache directly on allocation
` [PATCH v5 16/19] mm, swap: check swap table directly for checking cache
` [PATCH v5 17/19] mm, swap: clean up and improve swap entries freeing
` [PATCH v5 18/19] mm, swap: drop the SWAP_HAS_CACHE flag
` [PATCH v5 19/19] mm, swap: remove no longer needed _swap_info_get
` [PATCH v5 07/19] mm/shmem: never bypass the swap cache for SWP_SYNCHRONOUS_IO
[syzbot] [mm?] INFO: rcu detected stall in sys_munmap (2)
2025-12-19 19:37 UTC (2+ messages)
[PATCH] mm/mempolicy: fix mpol_rebind_nodemask() for MPOL_F_NUMA_BALANCING
2025-12-19 19:23 UTC (4+ messages)
[PATCH v2] mm/memory-failure: fix missing ->mf_stats count in hugetlb poison
2025-12-19 19:15 UTC
[RFC PATCH 0/2] mm: improve folio refcount scalability
2025-12-19 19:08 UTC (8+ messages)
` [RFC PATCH 1/2] mm: make ref_unless functions unless_zero only
` [RFC PATCH 2/2] mm: implement page refcount locking via dedicated bit
[PATCH v13 00/22] zswap compression batching with optimized iaa_crypto driver
2025-12-19 19:03 UTC (8+ messages)
` [PATCH v13 22/22] mm: zswap: Batched zswap_compress() with compress batching of large folios
[PATCH v4 00/35] Compiler-Based Context- and Locking-Analysis
2025-12-19 18:59 UTC (10+ messages)
` [PATCH v4 06/35] cleanup: Basic compatibility with context analysis
[PATCH v2 0/3] Only free healthy pages in high-order HWPoison folio
2025-12-19 18:33 UTC (4+ messages)
` [PATCH v2 1/3] mm/memory-failure: set has_hwpoisoned flags on HugeTLB folio
` [PATCH v2 2/3] mm/page_alloc: only free healthy pages in high-order HWPoison folio
` [PATCH v2 3/3] mm/memory-failure: simplify __page_handle_poison
[PATCH 0/8] mm: clean up anon_vma implementation
2025-12-19 18:28 UTC (5+ messages)
` [PATCH 1/8] mm/rmap: improve anon_vma_clone(), unlink_anon_vmas() comments, add asserts
` [PATCH 2/8] mm/rmap: skip unfaulted VMAs on anon_vma clone, unlink
[PATCH v2] mm/memory-failure: teach kill_accessing_process to accept hugetlb tail page pfn
2025-12-19 18:18 UTC (2+ messages)
[PATCH] slab: fix kmalloc_nolock() context check for PREEMPT_RT
2025-12-19 18:02 UTC (7+ messages)
[PATCH bpf v2] lib/buildid: use __kernel_read() for sleepable context
2025-12-19 17:42 UTC (6+ messages)
[PATCH RFC v2 0/3] tweaks for __alloc_pages_slowpath()
2025-12-19 17:38 UTC (4+ messages)
` [PATCH RFC v2 1/3] mm/page_alloc: ignore the exact initial compaction result
` [PATCH RFC v2 2/3] mm/page_alloc: refactor the initial compaction handling
` [PATCH RFC v2 3/3] mm/page_alloc: simplify __alloc_pages_slowpath() flow
[PATCH v4] io: add io_pgtable abstraction
2025-12-19 17:32 UTC (11+ messages)
[PATCH] mm/memory-failure: teach kill_accessing_process to accept hugetlb tail page pfn
2025-12-19 17:29 UTC (3+ messages)
[PATCH v4 00/19] mm, swap: swap table phase II: unify swapin use swap cache and cleanup flags
2025-12-19 17:26 UTC (5+ messages)
` [PATCH v4 11/19] mm, swap: split locked entry duplicating into a standalone helper
[PATCH] mm, page_alloc, thp: prevent reclaim for __GFP_THISNODE THP allocations
2025-12-19 16:33 UTC (2+ messages)
[PATCH] kho: add support for deferred struct page init
2025-12-19 16:28 UTC (7+ messages)
[GIT PULL] slab fix for 6.19-rc2
2025-12-19 16:22 UTC
[PATCH v3 0/5] support batch checking of references and unmapping for large folios
2025-12-19 16:09 UTC (4+ messages)
` [PATCH v3 1/5] mm: rmap: support batched checks of the references "
[linux-next:master] BUILD REGRESSION cc3aa43b44bdb43dfbac0fcb51c56594a11338a8
2025-12-19 16:07 UTC
[PATCH 0/3] mm/khugepaged: minor cleanups
2025-12-19 16:07 UTC (12+ messages)
` [PATCH 1/3] mm/khugepaged: remove unnecessary goto 'skip' label
` [PATCH 2/3] mm/khugepaged: use enum scan_result for result variables
[PATCH v10 2/3] mm: Fix OOM killer inaccuracy on large many-core systems
2025-12-19 16:01 UTC (5+ messages)
[PATCH] dma-buf: system_heap: account for system heap allocation in memcg
2025-12-19 15:58 UTC (10+ messages)
[PATCH v2 0/4] mm/vfio: huge pfnmaps with !MAP_FIXED mappings
2025-12-19 15:53 UTC (14+ messages)
` [PATCH v2 2/4] mm: Add file_operations.get_mapping_order()
[PATCH v2] mm/page_alloc: Report 1 as zone_batchsize for !CONFIG_MMU
2025-12-19 15:51 UTC (3+ messages)
[RFC PATCH v4 0/4] Hazard Pointers
2025-12-19 15:42 UTC (11+ messages)
` [RFC PATCH v4 3/4] hazptr: Implement "
[syzbot] [mm?] INFO: rcu detected stall in sys_io_uring_enter (3)
2025-12-19 15:15 UTC
[PATCH v6 0/2] Optimize zone->contiguous update and issue fix
2025-12-19 14:33 UTC (4+ messages)
` [PATCH v6 2/2] mm/memory hotplug: fix zone->contiguous always false when hotplug
[PATCH] mm/gup: remove no longer used gup_fast_undo_dev_pagemap
2025-12-19 14:27 UTC (2+ messages)
[Patch v2] mm/huge_memory: use end_folio to terminate anonymous folio remapping
2025-12-19 14:26 UTC (7+ messages)
[PATCH v4] mm, hugetlb: implement movable_gigantic_pages sysctl
2025-12-19 14:19 UTC (3+ messages)
[PATCH v3] kho: validate preserved memory map during population
2025-12-19 13:27 UTC (2+ messages)
[PATCH v4 0/3] Generalize vmemmap_populate_hugepages to sparc
2025-12-19 11:58 UTC (4+ messages)
` [PATCH v4 1/3] sparc: Use vmemmap_populate_hugepages for vmemmap_populate
` [PATCH v4 2/3] mm: Convert vmemmap_p?d_populate() to static functions
` [PATCH v4 3/3] sparc: Remove unnecessary whitespace
[PATCH 0/2] mm/damon: export symbols and introduce prdm module
2025-12-19 11:46 UTC (2+ messages)
[PATCH v2] mm: clarify GFP_ATOMIC/GFP_NOWAIT doc-comment
2025-12-19 11:32 UTC
[PATCH 1/2] mm/vmalloc: Add large-order allocation helper
2025-12-19 11:23 UTC (12+ messages)
` [PATCH 2/2] mm/vmalloc: Add attempt_larger_order_alloc parameter
[PATCH v2] sysctl: Remove unused ctl_table forward declarations
2025-12-19 11:03 UTC (3+ messages)
[PATCH v3 0/3] Generalize vmemmap_populate_hugepages to sparc
2025-12-19 9:34 UTC (5+ messages)
` [PATCH v3 1/3] sparc: Use vmemmap_populate_hugepages for vmemmap_populate
` [PATCH v3 2/3] mm: Convert vmemmap_p?d_populate() to static functions
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox