[PATCH v2 00/13] arch, mm: reduce code duplication in mem_init()
2025-05-19 17:19 UTC (6+ messages)
` [PATCH v2 10/13] arch, mm: set high_memory in free_area_init()
[PATCH] mm/cma: make detection of highmem_start more robust
2025-05-19 17:18 UTC
[PATCH v4 0/4] Make MIGRATE_ISOLATE a standalone bit
2025-05-19 17:15 UTC (19+ messages)
` [PATCH v4 1/4] mm/page_isolation: make page isolation "
` [PATCH v4 2/4] mm/page_isolation: remove migratetype from move_freepages_block_isolate()
` [PATCH v4 4/4] mm/page_isolation: remove migratetype parameter from more functions
[PATCH 3/5] KVM: gmem: Hold filemap invalidate lock while allocating/preparing folios
2025-05-19 17:04 UTC (2+ messages)
[RFC PATCH 0/3] mm/damon: introduce DAMON_STAT for access monitoring that just works
2025-05-19 16:44 UTC (4+ messages)
` [RFC PATCH 1/3] mm/damon: introduce DAMON_STAT module
` [RFC PATCH 2/3] mm/damon/stat: calculate and expose estimated memory bandwidth
` [RFC PATCH 3/3] mm/damon/stat: calculate and expose idle time percentiles
Memory allocation profiling warnings in memory bound systems
2025-05-19 16:42 UTC (5+ messages)
BUG: unable to handle page fault for address
2025-05-19 16:00 UTC (12+ messages)
[BUG] RCU Detected Stall in sys_process_vm_writev
2025-05-19 15:42 UTC (3+ messages)
[PATCH 00/12] sysctl: Move sysctls to their respective subsystems (second batch)
2025-05-19 15:20 UTC (6+ messages)
` [PATCH 01/12] module: Move modprobe_path and modules_disabled ctl_tables into the module subsys
[PATCH v7 0/2] ACPI: Add support for ACPI RAS2 feature table
2025-05-19 15:11 UTC (3+ messages)
` [PATCH v7 1/2] ACPI:RAS2: Add ACPI RAS2 driver
` [PATCH v7 2/2] ras: mem: Add memory "
[RESEND PATCH] KVM: s390: rename PROT_NONE to PROT_TYPE_DUMMY
2025-05-19 14:56 UTC
[PATCH] selftests/mm: Fix test result reporting in gup_longterm
2025-05-19 14:55 UTC (9+ messages)
[Hypervisor Live Update] Notes from May 5, 2025
2025-05-19 14:53 UTC (2+ messages)
[PATCH 0/2] mm: madvise: make MADV_NOHUGEPAGE a no-op if !THP
2025-05-19 14:43 UTC (2+ messages)
[PATCH v1 0/2] mm/memory_hotplug: introduce and use PG_offline_skippable
2025-05-19 14:39 UTC (6+ messages)
` [PATCH v1 1/2] mm/memory_hotplug: PG_offline_skippable for offlining memory blocks with PageOffline pages
mlock ulimits for SHM_HUGETLB
2025-05-19 14:02 UTC (9+ messages)
[PATCH 0/4] selftests/mm/uffd: refactor global variables
2025-05-19 13:50 UTC (4+ messages)
` [PATCH v3 1/1] selftests/mm/uffd: Refactor non-composite global vars into struct
[PATCH 0/4] mm: ksm: prevent KSM from entirely breaking VMA merging
2025-05-19 13:36 UTC (11+ messages)
` [PATCH 1/4] mm: ksm: have KSM VMA checks not require a VMA pointer
` [PATCH 2/4] mm: ksm: refer to special VMAs via VM_SPECIAL in ksm_compatible()
` [PATCH 3/4] mm: prevent KSM from completely breaking VMA merging
` [PATCH 4/4] tools/testing/selftests: add VMA merge tests for KSM merge
[syzbot] [mm?] WARNING in folio_large_mapcount
2025-05-19 13:26 UTC (2+ messages)
[RFC next v2 0/2] ucounts: turn the atomic rlimit to percpu_counter
2025-05-19 13:11 UTC (3+ messages)
` [RFC next v2 1/2] ucounts: free ucount only count and rlimit are zero
` [RFC next v2 2/2] ucounts: turn the atomic rlimit to percpu_counter
[PATCH v15 00/27] riscv control-flow integrity for usermode
2025-05-19 12:39 UTC (7+ messages)
` [PATCH v15 05/27] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
[PATCH v6 0/2] ACPI: Add support for ACPI RAS2 feature table
2025-05-19 12:12 UTC (4+ messages)
` [PATCH v6 1/2] ACPI:RAS2: Add ACPI RAS2 driver
[PATCH 0/2] KHO Fixes
2025-05-19 12:10 UTC (6+ messages)
` [PATCH 1/2] memblock: show a warning if allocation in KHO scratch fails
` [PATCH 2/2] KHO: init new_physxa->phys_bits to fix lockdep
[PATCH 0/2] zram: support algorithm-specific parameters
2025-05-19 12:09 UTC (10+ messages)
` [PATCH 2/2] zram: support deflate-specific params
[PATCH 11/28] mm, swap: clean up and consolidate helper for mTHP swapin check
2025-05-19 11:57 UTC (4+ messages)
[PATCH v16 00/42] DEPT(DEPendency Tracker)
2025-05-19 9:18 UTC (43+ messages)
` [PATCH v16 01/42] llist: move llist_{head,node} definition to types.h
` [PATCH v16 02/42] dept: implement DEPT(DEPendency Tracker)
` [PATCH v16 03/42] dept: add single event dependency tracker APIs
` [PATCH v16 04/42] dept: add lock "
` [PATCH v16 05/42] dept: tie to lockdep and IRQ tracing
` [PATCH v16 06/42] dept: add proc knobs to show stats and dependency graph
` [PATCH v16 07/42] dept: distinguish each kernel context from another
` [PATCH v16 08/42] x86_64, dept: add support CONFIG_ARCH_HAS_DEPT_SUPPORT to x86_64
` [PATCH v16 09/42] arm64, dept: add support CONFIG_ARCH_HAS_DEPT_SUPPORT to arm64
` [PATCH v16 10/42] dept: distinguish each work from another
` [PATCH v16 11/42] dept: add a mechanism to refill the internal memory pools on running out
` [PATCH v16 12/42] dept: record the latest one out of consecutive waits of the same class
` [PATCH v16 13/42] dept: apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [PATCH v16 14/42] dept: apply sdt_might_sleep_{start,end}() to swait
` [PATCH v16 15/42] dept: apply sdt_might_sleep_{start,end}() to waitqueue wait
` [PATCH v16 16/42] dept: apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [PATCH v16 17/42] dept: apply sdt_might_sleep_{start,end}() to dma fence
` [PATCH v16 18/42] dept: track timeout waits separately with a new Kconfig
` [PATCH v16 19/42] dept: apply timeout consideration to wait_for_completion()/complete()
` [PATCH v16 20/42] dept: apply timeout consideration to swait
` [PATCH v16 21/42] dept: apply timeout consideration to waitqueue wait
` [PATCH v16 22/42] dept: apply timeout consideration to hashed-waitqueue wait
` [PATCH v16 23/42] dept: apply timeout consideration to dma fence wait
` [PATCH v16 24/42] dept: make dept able to work with an external wgen
` [PATCH v16 25/42] dept: track PG_locked with dept
` [PATCH v16 26/42] dept: print staged wait's stacktrace on report
` [PATCH v16 27/42] locking/lockdep: prevent various lockdep assertions when lockdep_off()'ed
` [PATCH v16 28/42] dept: add documentation for dept
` [PATCH v16 29/42] cpu/hotplug: use a weaker annotation in AP thread
` [PATCH v16 30/42] fs/jbd2: use a weaker annotation in journal handling
` [PATCH v16 31/42] dept: assign dept map to mmu notifier invalidation synchronization
` [PATCH v16 32/42] dept: assign unique dept_key to each distinct dma fence caller
` [PATCH v16 33/42] dept: make dept aware of lockdep_set_lock_cmp_fn() annotation
` [PATCH v16 34/42] dept: make dept stop from working on debug_locks_off()
` [PATCH v16 35/42] i2c: rename wait_for_completion callback to wait_for_completion_cb
` [PATCH v16 36/42] dept: assign unique dept_key to each distinct wait_for_completion() caller
` [PATCH v16 37/42] completion, dept: introduce init_completion_dmap() API
` [PATCH v16 38/42] dept: introduce a new type of dependency tracking between multi event sites
` [PATCH v16 39/42] dept: add module support for struct dept_event_site and dept_event_site_dep
` [PATCH v16 40/42] dept: introduce event_site() to disable event tracking if it's recoverable
` [PATCH v16 41/42] dept: implement a basic unit test for dept
` [PATCH v16 42/42] dept: call dept_hardirqs_off() in local_irq_*() regardless of irq state
[PATCH] mm: Rename try_alloc_pages() to alloc_pages_nolock()
2025-05-19 9:06 UTC (4+ messages)
[PATCH v2 0/2] Optimize mremap() for large folios
2025-05-19 9:04 UTC (5+ messages)
` [PATCH v2 2/2] mm: Optimize mremap() by PTE batching
[PATCH v3 0/5] Optimize mprotect() for large folios
2025-05-19 8:18 UTC (7+ messages)
` [PATCH v3 1/5] mm: Optimize mprotect() by batch-skipping PTEs
` [PATCH v3 2/5] mm: Add batched versions of ptep_modify_prot_start/commit
` [PATCH v3 3/5] mm: Optimize mprotect() by PTE batching
` [PATCH v3 4/5] arm64: Add batched version of ptep_modify_prot_start
` [PATCH v3 5/5] arm64: Add batched version of ptep_modify_prot_commit
Question: a module for wiping userspace RAM before shutdown/reboot/halt
2025-05-19 7:43 UTC (3+ messages)
[linus:master] [mm] 90abee6d78: vm-scalability.throughput 208.7% improvement
2025-05-19 7:05 UTC
[PATCH v4 0/5] memcg: nmi-safe kmem charging
2025-05-19 6:46 UTC (7+ messages)
` [PATCH v4 1/5] memcg: disable kmem charging in nmi for unsupported arch
` [PATCH v4 2/5] memcg: nmi safe memcg stats for specific archs
` [PATCH v4 3/5] memcg: add nmi-safe update for MEMCG_KMEM
` [PATCH v4 4/5] memcg: nmi-safe slab stats updates
` [PATCH v4 5/5] memcg: make memcg_rstat_updated nmi safe
[PATCH 06/28] mm, swap: rearrange swap cluster definition and helpers
2025-05-19 6:26 UTC (2+ messages)
[RFC] shrinking struct page (part of page pool)
2025-05-19 5:38 UTC (6+ messages)
[BUG] INFO: rcu detected stall in sys_io_submit
2025-05-19 4:39 UTC
[PATCH 05/28] mm, swap: sanitize swap cache lookup convention
2025-05-19 4:38 UTC (2+ messages)
[PATCH] mm: vmscan: apply proportional reclaim pressure for memcg when MGLRU is enabled
2025-05-19 4:06 UTC (3+ messages)
[RFC PATCH v6.6] maple_tree: Fix MA_STATE_PREALLOC flag in mas_preallocate()
2025-05-19 3:24 UTC (4+ messages)
seeking beginner-friendly mm bugs to work on
2025-05-19 3:09 UTC (5+ messages)
[PATCH v8] mm/mempolicy: Weighted Interleave Auto-tuning
2025-05-19 1:56 UTC (2+ messages)
[PATCH v2 next 2/4] lib: mul_u64_u64_div_u64() Use BUG_ON() for divide by zero
2025-05-18 21:50 UTC (2+ messages)
[RESEND PATCH v9 00/19] zswap compression batching
2025-05-18 20:41 UTC (6+ messages)
` [PATCH v9 10/19] crypto: acomp - New interfaces to facilitate batching support in acomp & drivers
[PATCH v9 07/17] KVM: guest_memfd: Allow host to map guest_memfd() pages
2025-05-18 15:17 UTC (4+ messages)
[PATCH] selftests/mm: Deduplicate second mmap() of 5*PAGE_SIZE at base
2025-05-18 14:04 UTC
[PATCH 1/3] mm/filemap: initialize fsdata with iocb->ki_flags
2025-05-18 14:01 UTC (2+ messages)
[PATCH v5] mm: Add CONFIG_PAGE_BLOCK_ORDER to select page block order
2025-05-18 11:05 UTC (4+ messages)
[PATCH v2 0/2] UFFDIO_API.2const: Two man page updates
2025-05-18 8:19 UTC (5+ messages)
` [PATCH v2 1/2] UFFDIO_API.2const: Update userfaultfd handshake and feature probe
` [PATCH v2 2/2] UFFDIO_API.2const: Add an entry for UFFDIO_FEATURE_MOVE
[PATCH v4 0/5] KVM: arm64: Map GPU device memory as cacheable
2025-05-18 5:47 UTC (6+ messages)
` [PATCH v4 1/5] KVM: arm64: Block cacheable PFNMAP mapping
` [PATCH v4 2/5] KVM: arm64: Make stage2_has_fwb global scope
` [PATCH v4 3/5] kvm: arm64: New memslot flag to indicate cacheable mapping
` [PATCH v4 4/5] KVM: arm64: Allow cacheable stage 2 mapping using VMA flags
` [PATCH v4 5/5] KVM: arm64: Expose new KVM cap for cacheable PFNMAP
[PATCH v7 00/12] khugepaged: mTHP support
2025-05-18 3:04 UTC (5+ messages)
` [PATCH v7 06/12] khugepaged: introduce khugepaged_scan_bitmap for "
[PATCH 1/6] prctl: introduce PR_THP_POLICY_DEFAULT_HUGE for the process
2025-05-17 20:25 UTC (14+ messages)
` Is number of process_madvise()-able ranges limited to 8? (was Re: [PATCH 1/6] prctl: introduce PR_THP_POLICY_DEFAULT_HUGE for the process)
[GIT PULL] hotfixes for 6.15-rc7
2025-05-17 19:58 UTC (2+ messages)
[RFC PATCH v2 0/4] mm/madvise: remove redundant mmap_lock operations from process_madvise()
2025-05-17 19:28 UTC (7+ messages)
` [RFC PATCH v2 4/4] "
[PATCH v4] mm: Add CONFIG_PAGE_BLOCK_ORDER to select page block order
2025-05-17 18:51 UTC (2+ messages)
[PATCH] mm/damon/core: avoid destroyed target reference from DAMOS quota
2025-05-17 15:56 UTC (2+ messages)
[PATCH v3 0/5] memcg: nmi-safe kmem charging
2025-05-17 15:50 UTC (4+ messages)
` [PATCH v3 1/5] memcg: disable kmem charging in nmi for unsupported arch
[PATCH v9 0/1] kasan: Avoid sleepable page allocation from atomic context
2025-05-17 11:18 UTC (3+ messages)
` [PATCH v9 1/1] "
[PATCHv3 0/4] x86: Make 5-level paging support unconditional for x86-64
2025-05-17 9:59 UTC
[PATCHv2 3/3] x86/64/mm: Make 5-level paging support unconditional
2025-05-17 8:44 UTC (4+ messages)
[PATCH v8] mm/mempolicy: Weighted Interleave Auto-tuning
2025-05-17 8:26 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