summary refs log tree commit diff
path: root/mm
AgeCommit message (Expand)Author
2022-09-11mm: fix dereferencing possible ERR_PTRBinyi Han
2022-09-11vmscan: check folio_test_private(), not folio_get_private()Matthew Wilcox (Oracle)
2022-09-11mm: fix VM_BUG_ON in __delete_from_swap_cache()Matthew Wilcox (Oracle)
2022-09-11mm/damon/dbgfs: fix memory leak when using debugfs_lookup()Greg Kroah-Hartman
2022-09-11mm/migrate_device.c: copy pte dirty bit to pageAlistair Popple
2022-09-11mm/migrate_device.c: add missing flush_cache_page()Alistair Popple
2022-09-11mm/migrate_device.c: flush TLB while holding PTLAlistair Popple
2022-09-11mm/memory-failure: fall back to vma_address() when ->notify_failure() failsDan Williams
2022-09-11mm/memory-failure: fix detection of memory_failure() handlersDan Williams
2022-09-11mm/page_alloc: fix race condition between build_all_zonelists and page alloca...Mel Gorman
2022-09-08mm/slub: fix to return errno if kmalloc() failsChao Yu
2022-09-07freezer,sched: Rewrite core freezer logicPeter Zijlstra
2022-09-03mm: pagewalk: Fix race between unmap and page walkerSteven Price
2022-09-01Merge tag 'slab-for-6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-09-01mm/slab_common: Deleting kobject in kmem_cache_destroy() without holding slab...Waiman Long
2022-09-01mm/sl[au]b: check if large object is valid in __ksize()Hyeonggon Yoo
2022-09-01mm/slab_common: move declaration of __ksize() to mm/slab.hHyeonggon Yoo
2022-09-01mm/slab_common: drop kmem_alloc & avoid dereferencing fields when not usingHyeonggon Yoo
2022-09-01mm/slab_common: unify NUMA and UMA version of tracepointsHyeonggon Yoo
2022-09-01mm/sl[au]b: cleanup kmem_cache_alloc[_node]_trace()Hyeonggon Yoo
2022-09-01mm/sl[au]b: generalize kmalloc subsystemHyeonggon Yoo
2022-08-31mm/rmap: Fix anon_vma->degree ambiguity leading to double-reuseJann Horn
2022-08-28cgroup: Fix build failure when CONFIG_SHRINKER_DEBUGTejun Heo
2022-08-28mm/mprotect: only reference swap pfn page if type matchPeter Xu
2022-08-28mm/damon/dbgfs: avoid duplicate context directory creationBadari Pulavarty
2022-08-28bootmem: remove the vmemmap pages from kmemleak in put_page_bootmemLiu Shixin
2022-08-28mm/zsmalloc: do not attempt to free IS_ERR handleSergey Senozhatsky
2022-08-28writeback: avoid use-after-free after removing deviceKhazhismel Kumykov
2022-08-28shmem: update folio if shmem_replace_page() updates the pageMatthew Wilcox (Oracle)
2022-08-28mm/hugetlb: avoid corrupting page->mapping in hugetlb_mcopy_atomic_pteMiaohe Lin
2022-08-26cgroup: Homogenize cgroup_get_from_id() return valueMichal Koutný
2022-08-25mm/slub: move free_debug_processing() furtherVlastimil Babka
2022-08-24mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses.Yosry Ahmed
2022-08-24mm/sl[au]b: introduce common alloc/free functions without tracepointHyeonggon Yoo
2022-08-24mm/slab: kmalloc: pass requests larger than order-1 page to page allocatorHyeonggon Yoo
2022-08-24mm/slab_common: cleanup kmalloc_large()Hyeonggon Yoo
2022-08-24mm/slab_common: kmalloc_node: pass large requests to page allocatorHyeonggon Yoo
2022-08-24mm/slub: move kmalloc_large_node() to slab_common.cHyeonggon Yoo
2022-08-24mm/slab_common: fold kmalloc_order_trace() into kmalloc_large()Hyeonggon Yoo
2022-08-24mm/sl[au]b: factor out __do_kmalloc_node()Hyeonggon Yoo
2022-08-24mm/slab_common: cleanup kmalloc_track_caller()Hyeonggon Yoo
2022-08-24mm/slab_common: remove CONFIG_NUMA ifdefs for common kmalloc functionsHyeonggon Yoo
2022-08-24mm/slab: cleanup slab_alloc() and slab_alloc_node()Hyeonggon Yoo
2022-08-24mm/slab: move NUMA-related code to __do_cache_alloc()Hyeonggon Yoo
2022-08-23mm/slub: Remove the unneeded result variableye xingchen
2022-08-23mm/slab_common: Remove the unneeded result variableye xingchen
2022-08-20mm/shmem: shmem_replace_page() remember NR_SHMEMHugh Dickins
2022-08-20mm/shmem: tmpfs fallocate use file_modified()Hugh Dickins
2022-08-20mm/shmem: fix chattr fsflags support in tmpfsHugh Dickins
2022-08-20mm/hugetlb: support write-faults in shared mappingsDavid Hildenbrand