aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2022-07-03mm/damon/reclaim: deduplicate 'commit_inputs' handlingSeongJae Park
2022-07-03mm/damon/{dbgfs,sysfs}: move target_has_pid() from dbgfs to damon.hSeongJae Park
2022-07-03mm/migration: fix potential pte_unmap on an not mapped pteMiaohe Lin
2022-07-03mm/migration: return errno when isolate_huge_page failedMiaohe Lin
2022-07-03mm/migration: remove unneeded lock page and PageMovable checkMiaohe Lin
2022-07-03mm/page_vma_mapped.c: check possible huge PMD map with transhuge_vma_suitable()Yang Shi
2022-06-27docs: rename Documentation/vm to Documentation/mmMike Rapoport
2022-06-27Merge branch 'master' into mm-stableakpm
2022-06-26Merge tag 'mm-hotfixes-stable-2022-06-26' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-06-23filemap: Fix serialization adding transparent huge pages to page cacheAlistair Popple
2022-06-23mm: Clear page->private when splitting or migrating a pageMatthew Wilcox (Oracle)
2022-06-20filemap: Handle sibling entries in filemap_get_read_batch()Matthew Wilcox (Oracle)
2022-06-20filemap: Correct the conditions for marking a folio as accessedMatthew Wilcox (Oracle)
2022-06-20Merge tag 'slab-for-5.19-fixup' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-06-17Merge tag 'fs_for_v5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-06-16mm/kmemleak: prevent soft lockup in first object iteration loop of kmemleak_s...Waiman Long
2022-06-16mm/kmemleak: skip unlikely objects in kmemleak_scan() without taking lockWaiman Long
2022-06-16mm/kmemleak: use _irq lock/unlock variants in kmemleak_scan/_clear()Waiman Long
2022-06-16mm/sparse-vmemmap.c: remove unwanted initialization in vmemmap_populate_compo...Gautam Menghani
2022-06-16mm: kmem: make mem_cgroup_from_obj() vmalloc()-safeRoman Gushchin
2022-06-16mm/memremap: fix memunmap_pages() race with get_dev_pagemap()Miaohe Lin
2022-06-16mm: kmemleak: check physical address when scanPatrick Wang
2022-06-16mm: kmemleak: add rbtree and store physical address for objects allocated wit...Patrick Wang
2022-06-16mm: kmemleak: add OBJECT_PHYS flag for objects allocated with physical addressPatrick Wang
2022-06-16mm: kmemleak: remove kmemleak_not_leak_phys() and the min_count argument to k...Patrick Wang
2022-06-16mm/memremap: fix wrong function name above memremap_pages()Miaohe Lin
2022-06-16mm/mempool: use might_alloc()Daniel Vetter
2022-06-16mm/slab: delete cache_alloc_debugcheck_before()Daniel Vetter
2022-06-16mm/page_alloc: use might_alloc()Daniel Vetter
2022-06-16mm: memcontrol: add {pgscan,pgsteal}_{kswapd,direct} items in memory.stat of ...Qi Zheng
2022-06-16mm/vmalloc: add code comment for find_vmap_area_exceed_addr()Baoquan He
2022-06-16mm/vmalloc: fix typo in local variable nameBaoquan He
2022-06-16mm/vmalloc: remove the redundant boundary checkBaoquan He
2022-06-16mm/vmalloc: invoke classify_va_fit_type() in adjust_va_to_fit_type()Baoquan He
2022-06-16mm/memory_hotplug: drop 'reason' argument from check_pfn_span()Anshuman Khandual
2022-06-16mm/shmem.c: clean up comment of shmem_swapin_folioMiaohe Lin
2022-06-16mm: avoid unnecessary page fault retires on shared memory typesPeter Xu
2022-06-16mm: use PAGE_ALIGNED instead of IS_ALIGNEDFanjun Kong
2022-06-16mm/memory-failure: disable unpoison once hw error happenszhenwei pi
2022-06-16mm: memcontrol: reference to tools/cgroup/memcg_slabinfo.pyYang Yang
2022-06-16mm/kfence: select random number before taking raw lockJason A. Donenfeld
2022-06-16mm/damon/reclaim: schedule 'damon_reclaim_timer' only after 'system_wq' is in...SeongJae Park
2022-06-16mm: lru_cache_disable: use synchronize_rcu_expeditedMarcelo Tosatti
2022-06-16mm/page_isolation.c: fix one kernel-doc commentYang Li
2022-06-16init: Initialize noop_backing_dev_info earlyJan Kara
2022-06-13usercopy: Make usercopy resilient against ridiculously large copiesMatthew Wilcox (Oracle)
2022-06-13usercopy: Cast pointer to an integer onceMatthew Wilcox (Oracle)
2022-06-13usercopy: Handle vm_map_ram() areasMatthew Wilcox (Oracle)
2022-06-13mm/slub: add missing TID updates on slab deactivationJann Horn
2022-06-13mm/slub: Move the stackdepot related allocation out of IRQ-off section.Sebastian Andrzej Siewior