summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2025-03-05userfaultfd: do not block on locking a large folio with raised refcountSuren Baghdasaryan
2025-03-05mm: zswap: use ATOMIC_LONG_INIT to initialize zswap_stored_pagesSun YangKai
2025-03-05mm: shmem: fix potential data corruption during shmem swapinBaolin Wang
2025-03-05mm: fix kernel BUG when userfaultfd_move encounters swapcacheBarry Song
2025-03-05NFS: fix nfs_release_folio() to not deadlock via kcompactd writebackMike Snitzer
2025-03-05mm, swap: avoid BUG_ON in relocate_cluster()Kemeng Shi
2025-03-05mm: swap: use correct step in loop to wait all clusters in wait_for_allocation()Kemeng Shi
2025-03-05mm: swap: add back full cluster when no entry is reclaimedKemeng Shi
2025-03-05mm: abort vma_modify() on merge out of memory failureLorenzo Stoakes
2025-03-05mm/hugetlb: wait for hugetlb folios to be freedGe Yang
2025-03-05mm: fix possible NULL pointer dereference in __swap_duplicategao xu
2025-03-05dma: kmsan: export kmsan_handle_dma() for modulesSebastian Andrzej Siewior
2025-03-05hwpoison, memory_hotplug: lock folio before unmap hwpoisoned folioMa Wupeng
2025-03-05mm: memory-hotplug: check folio ref count first in do_migrate_rangeMa Wupeng
2025-03-05mm: memory-failure: update ttu flag inside unmap_poisoned_folioMa Wupeng
2025-03-04mm: Remove wait_on_page_locked()Matthew Wilcox (Oracle)
2025-03-04mm: Remove grab_cache_page_write_begin()Matthew Wilcox (Oracle)
2025-03-04mm: Remove wait_for_stable_page()Matthew Wilcox (Oracle)
2025-03-04Merge branch 'x86/cpu' into x86/asm, to pick up dependent commitsIngo Molnar
2025-03-04Merge branch 'x86/urgent' into x86/cpu, to pick up dependent commitsIngo Molnar
2025-03-04slab: Mark large folios for debugging purposesMatthew Wilcox (Oracle)
2025-03-04mm, slab: cleanup slab_bug() parametersVlastimil Babka
2025-03-04mm: slub: call WARN() when detecting a slab corruptionHyesoo Yu
2025-03-04mm: slub: Print the broken data before restoring themHyesoo Yu
2025-03-04slab: Achieve better kmalloc caches randomization in kvmallocGONG Ruiqi
2025-03-04slab: Adjust placement of __kvmalloc_node_noprofGONG Ruiqi
2025-03-04mm/slab: simplify SLAB_* flag handlingKevin Brodsky
2025-03-04mm/slab/kvfree_rcu: Switch to WQ_MEM_RECLAIM wqUladzislau Rezki (Sony)
2025-03-01Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2025-03-01lockdep/mm: Fix might_fault() lockdep check of current->mm->mmap_lockPeter Zijlstra
2025-02-28mm: security: Check early if HARDENED_USERCOPY is enabledMel Gorman
2025-02-28mm: security: Allow default HARDENED_USERCOPY to be set at compile timeMel Gorman
2025-02-28uaccess: Introduce ucopysize.hKees Cook
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown
2025-02-27mm: Provide address mask in struct follow_pfnmap_argsAlex Williamson
2025-02-27mm: hugetlb: Add huge page size param to huge_ptep_get_and_clear()Ryan Roberts
2025-02-27mm, bpf: Use memcg in try_alloc_pages().Alexei Starovoitov
2025-02-27memcg: Use trylock to access memcg stock_lock.Alexei Starovoitov
2025-02-27mm, bpf: Introduce free_pages_nolock()Alexei Starovoitov
2025-02-27mm, bpf: Introduce try_alloc_pages() for opportunistic page allocationAlexei Starovoitov
2025-02-25Merge tag 'vfs-6.14-rc5.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-02-21mm/truncate: don't skip dirty page in folio_unmap_invalidate()Jingbo Xu
2025-02-21mm/filemap: fix miscalculated file range for filemap_fdatawrite_range_kick()Jingbo Xu
2025-02-21fs: avoid mmap sem relocks when coredumping with many missing pagesMateusz Guzik
2025-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf bpf-6.14-rc4Alexei Starovoitov
2025-02-19mm: Add copy_remote_vm_str() for readng C strings from remote VMJordan Rome
2025-02-18mm/slab: Switch to use hrtimer_setup()Nam Cao
2025-02-18percpu: Remove __per_cpu_loadBrian Gerst
2025-02-17kasan: don't call find_vm_area() in a PREEMPT_RT kernelWaiman Long
2025-02-17mm: hugetlb: avoid fallback for specific node allocation of 1G pagesLuiz Capitulino