[PATCH v26 00/28] riscv control-flow integrity for usermode
2025-12-11 17:20 UTC (15+ messages)
` [PATCH v26 01/28] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v26 02/28] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v26 03/28] riscv: zicfiss / zicfilp enumeration
` [PATCH v26 04/28] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v26 05/28] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v26 06/28] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v26 07/28] riscv/mm: manufacture shadow stack pte
` [PATCH v26 08/28] riscv/mm: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v26 09/28] riscv/mm: write protect and shadow stack
` [PATCH v26 10/28] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v26 11/28] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v26 13/28] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v26 16/28] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v26 17/28] riscv/signal: save and restore of shadow stack for signal
[PATCH v25 00/28] riscv control-flow integrity for usermode
2025-12-11 17:13 UTC (4+ messages)
` [PATCH v25 06/28] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
[PATCH] mm: zswap: delete unused acomp->is_sleepable
2025-12-11 17:11 UTC (4+ messages)
[PATCH] mm/vmalloc: request large order pages from buddy allocator
2025-12-11 16:24 UTC (9+ messages)
[PATCH 00/11] mm/hugetlb: Eliminate fake head pages from vmemmap optimization
2025-12-11 15:08 UTC (8+ messages)
[RFC PATCH 0/4] SEV-SNP Unaccepted Memory Hotplug
2025-12-11 15:00 UTC (8+ messages)
` [RFC PATCH 2/4] mm: Add support for unaccepted memory hotplug
[linus:master] [mm/hmm/test] fe9d31fd1a: WARNING:at_drivers/base/core.c:#device_release
2025-12-11 14:42 UTC
[PATCH v6 5/5] coccinelle: Add kmalloc_objs conversion script
2025-12-11 14:15 UTC (2+ messages)
[PATCH v3 00/22] riscv: Memory type control for platforms with physical memory aliases
2025-12-11 13:59 UTC (11+ messages)
` [PATCH v3 07/22] checkpatch: Warn on page table access without accessors
` [PATCH v3 08/22] mm: Allow page table accessors to be non-idempotent
[PATCH v4 00/35] Compiler-Based Context- and Locking-Analysis
2025-12-11 13:54 UTC (24+ messages)
` [PATCH v4 02/35] compiler-context-analysis: Add infrastructure for Context Analysis with Clang
` [PATCH v4 06/35] cleanup: Basic compatibility with context analysis
` [PATCH v4 07/35] lockdep: Annotate lockdep assertions for "
` [PATCH v4 08/35] locking/rwlock, spinlock: Support Clang's "
` [PATCH v4 14/35] rcu: "
` [PATCH v4 16/35] kref: Add context-analysis annotations
[linus:master] [mm/vmalloc] a061578043: BUG:spinlock_trylock_failure_on_UP_on_CPU
2025-12-11 13:53 UTC (5+ messages)
fs/dax.c:1891:16: sparse: sparse: incorrect type in return expression (different base types)
2025-12-11 13:00 UTC
[PATCH v4 0/4] iommu: Add IOMMU_DEBUG_PAGEALLOC sanitizer
2025-12-11 12:59 UTC (5+ messages)
` [PATCH v4 1/4] iommu: Add page_ext for IOMMU_DEBUG_PAGEALLOC
` [PATCH v4 2/4] iommu: Add calls "
` [PATCH v4 3/4] iommu: debug-pagealloc: Track IOMMU pages
` [PATCH v4 4/4] iommu: debug-pagealloc: Check mapped/unmapped kernel memory
[PATCH] mm/damon: add loadable module support for sample modules
2025-12-11 12:56 UTC
[PATCH v2 0/3] support batch checking of references and unmapping for large folios
2025-12-11 12:36 UTC (5+ messages)
` [PATCH v2 1/3] arm64: mm: support batch clearing of the young flag "
` [PATCH v2 2/3] mm: rmap: support batched checks of the references "
` [PATCH v2 3/3] mm: rmap: support batched unmapping for file "
[GIT PULL] MM updates for 6.19-rc1
2025-12-11 11:12 UTC (2+ messages)
[PATCH -next v3 0/2] memcg cleanups
2025-12-11 10:48 UTC (5+ messages)
` [PATCH -next v3 1/2] memcg: move mem_cgroup_usage memcontrol-v1.c
` [PATCH -next v3 2/2] memcg: remove mem_cgroup_size()
[PATCH v5 0/4] Add ARRAY_END(), and use it to fix off-by-one bugs
2025-12-11 10:44 UTC (13+ messages)
` [PATCH v5 1/4] array_size.h: Add ARRAY_END()
` [PATCH v5 2/4] mm: Fix benign off-by-one bugs
` [PATCH v5 3/4] kernel: Fix off-by-one benign bugs
` [PATCH v5 4/4] mm: Use ARRAY_END() instead of open-coding it
` [PATCH v6 0/4] Add ARRAY_END(), and use it to fix off-by-one bugs
` [PATCH v6 1/4] array_size.h: Add ARRAY_END()
` [PATCH v6 2/4] mm: Fix benign off-by-one bugs
` [PATCH v6 3/4] kernel: Fix off-by-one benign bugs
` [PATCH v6 4/4] mm: Use ARRAY_END() instead of open-coding it
[RFC PATCH] mm/page_alloc: ?nommu? Deadlock in drain_pages_zone()?
2025-12-11 10:26 UTC
[PATCH] mm/gfp: cast GFP_ZONE_TABLE entries to long to avoid shift overflow
2025-12-11 10:24 UTC
[PATCH 0/2] mm: Always use set_pXX() helpers to write page tables
2025-12-11 9:43 UTC (5+ messages)
` [PATCH 1/2] mm/debug_vm_pgtable: Use set_pXd() "
` [PATCH 2/2] mm/madvise: Use set_pte() "
[PATCH] mm: memcontrol: rename mem_cgroup_from_slab_obj()
2025-12-11 9:36 UTC (4+ messages)
[PATCH] pagemap: Add alert to mapping_set_release_always() for mapping with no release_folio
2025-12-11 9:23 UTC (3+ messages)
[PATCH] mm/damon: modified damon_call_control from static to kmalloc
2025-12-11 8:13 UTC (7+ messages)
[RFC v2 0/3] Decoupling large folios dependency on THP
2025-12-11 7:37 UTC (9+ messages)
` [RFC v2 1/3] filemap: set max order to be min order if THP is disabled
[PATCH v1 0/3] mm: fixup pfnmap memory failure handling
2025-12-11 7:06 UTC (4+ messages)
` [PATCH v1 1/3] mm: fixup pfnmap memory failure handling to use pgoff
` [PATCH v1 2/3] mm: add stubs for PFNMAP memory failure registration functions
` [PATCH v1 3/3] vfio/nvgrace-gpu: register device memory for poison handling
[RFC LPC2025 PATCH 0/4] Deprecate zone_reclaim_mode
2025-12-11 6:37 UTC (3+ messages)
[PATCH v3] mm/damon/sysfs-schemes: Remove outdated TODO in target_nid_store()
2025-12-11 6:05 UTC (2+ messages)
[PATCH v1 0/4] mm/hugetlb: fixes for PMD table sharing (incl. using mmu_gather)
2025-12-11 5:42 UTC (16+ messages)
` [PATCH v1 1/4] mm/hugetlb: fix hugetlb_pmd_shared()
` [PATCH v1 2/4] mm/hugetlb: fix two comments related to huge_pmd_unshare()
` [PATCH v1 3/4] mm/rmap: "
` [PATCH v1 4/4] mm/hugetlb: fix excessive IPI broadcasts when unsharing PMD tables using mmu_gather
[PATCH v5 0/2] Optimize zone->contiguous update and issue fix
2025-12-11 5:16 UTC (5+ messages)
` [PATCH v5 1/2] mm/memory hotplug/unplug: Optimize zone->contiguous update when changes pfn range
` [PATCH v5 2/2] mm/memory hotplug: fix zone->contiguous always false when hotplug
[RFC PATCH] liveupdate: list all file handler versions in vmlinux section
2025-12-11 4:26 UTC
[PATCH v4 00/19] mm, swap: swap table phase II: unify swapin use swap cache and cleanup flags
2025-12-11 4:21 UTC (5+ messages)
` [PATCH v4 01/19] mm, swap: rename __read_swap_cache_async to swap_cache_alloc_folio
` [PATCH v4 06/19] mm, swap: free the swap cache after folio is mapped
[PATCH] mm/damon/sysfs: check for online node in target_nid_store
2025-12-11 3:07 UTC (4+ messages)
` [PATCH v2] mm/damon/sysfs-schemes: Remove outdated TODO in target_nid_store()
[PATCH v8 00/17] kexec: introduce Kexec HandOver (KHO)
2025-12-11 3:00 UTC (3+ messages)
` [PATCH v8 17/17] Documentation: KHO: Add memblock bindings
[linux-next:master] [mm/hugetlb] 0e1ad0324a: WARNING:at_mm/mmu_gather.c:#tlb_finish_mmu
2025-12-11 0:55 UTC (3+ messages)
[PATCH -next v2 0/2] memcg cleanups
2025-12-11 0:43 UTC (11+ messages)
` [PATCH -next v2 1/2] memcg: move mem_cgroup_usage memcontrol-v1.c
` [PATCH -next v2 2/2] memcg: remove mem_cgroup_size()
[GIT PULL] slab fix for 6.19-rc1
2025-12-11 0:09 UTC (2+ messages)
net/ipv6/seg6.c:430:24: sparse: sparse: incorrect type in assignment (different address spaces)
2025-12-10 23:38 UTC
[RFC LPC2026 PATCH v2 00/11] Specific Purpose Memory NUMA Nodes
2025-12-10 23:29 UTC (4+ messages)
[PATCH] mm: avoid use of BIT() macro for initialising VMA flags
2025-12-10 22:44 UTC (10+ messages)
[PATCH v2 0/4] mm/vfio: huge pfnmaps with !MAP_FIXED mappings
2025-12-10 20:43 UTC (10+ messages)
` [PATCH v2 2/4] mm: Add file_operations.get_mapping_order()
` [PATCH v2 4/4] vfio-pci: Best-effort huge pfnmaps with !MAP_FIXED mappings
[PATCH] selftests/mm: Fix thread state check in uffd-unit-tests
2025-12-10 19:51 UTC (2+ messages)
[PATCH v13 22/22] mm: zswap: Batched zswap_compress() with compress batching of large folios
2025-12-10 18:47 UTC (16+ messages)
[PATCH v7 00/15] kasan: x86: arm64: KASAN tag-based mode for x86
2025-12-10 17:30 UTC (6+ messages)
` [PATCH v7 01/15] kasan: sw_tags: Use arithmetic shift for shadow computation
` [PATCH v7 02/15] kasan: arm64: x86: Make special tags arch specific
` [PATCH v7 04/15] x86/kasan: Add arch specific kasan functions
` [PATCH v7 06/15] mm/execmem: Untag addresses in EXECMEM_ROX related pointer arithmetic
` [PATCH v7 14/15] x86/kasan: Logical bit shift for kasan_mem_to_shadow
fs/dax.c:728:39: sparse: sparse: incorrect type in argument 1 (different base types)
2025-12-10 15:50 UTC
[PATCH] of: reserved_mem: Allow reserved_mem framework detect "cma=" kernel param
2025-12-10 14:07 UTC (2+ messages)
[PATCH] mm/slub: reset KASAN tag in defer_free() before accessing freed memory
2025-12-10 12:58 UTC (3+ messages)
[PATCH] mm/damon/core: fix wasteful CPU calls by skipping non-existent targets
2025-12-10 9:15 UTC (2+ messages)
[linus:master] [memcg] 7e44d00a13: will-it-scale.per_thread_ops 2.6% regression
2025-12-10 6:15 UTC
[PATCH v2] tmpfs: enforce the immutable flag on open files
2025-12-10 5:59 UTC (4+ messages)
Plumbers Memory Management Microconference Tomorrow
2025-12-10 3:45 UTC
[linux-next:master] BUILD REGRESSION c75caf76ed86bbc15a72808f48f8df1608a0886c
2025-12-10 3:32 UTC
[PATCH v2] tools/mm/slabinfo: Fix --partial long option mapping
2025-12-10 3:17 UTC (2+ messages)
[PATCH 0/2] mm: vmscan: add PID and cgroup ID to vmscan tracepoints
2025-12-10 3:09 UTC (3+ messages)
` [PATCH 2/2] mm: vmscan: add PIDs "
[PATCH -next 2/2] memcg: remove mem_cgroup_size()
2025-12-10 3:06 UTC (4+ messages)
[PATCH 3/3] KVM: guest_memfd: GUP source pages prior to populating guest memory
2025-12-10 1:30 UTC (5+ messages)
[PATCH v2] slub: keep empty main sheaf as spare in __pcs_replace_empty_main()
2025-12-10 0:26 UTC
[PATCH] mm/damon/vaddr: fix missing pte_unmap_unlock in damos_va_migrate_pmd_entry()
2025-12-09 21:45 UTC (2+ messages)
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