summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm: vmscan: reduce throttling due to a failure to make progress -fixMel Gorman2021-12-311-1/+2
* mm: vmscan: Reduce throttling due to a failure to make progressMel Gorman2021-12-311-9/+55
* mm/damon/dbgfs: fix 'struct pid' leaks in 'dbgfs_target_ids_write()'SeongJae Park2021-12-311-2/+7
* mm/hwpoison: clear MF_COUNT_INCREASED before retrying get_any_page()Liu Shixin2021-12-251-0/+1
* mm/damon/dbgfs: protect targets destructions with kdamond_lockSeongJae Park2021-12-251-0/+2
* mm, hwpoison: fix condition in free hugetlb page pathNaoya Horiguchi2021-12-251-9/+4
* mm: mempolicy: fix THP allocations escaping mempolicy restrictionsAndrey Ryabinin2021-12-251-2/+1
* kfence: fix memory leak when cat kfence objectsBaokun Li2021-12-251-0/+1
* Merge branch 'for-5.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-12-111-1/+1
|\
| * percpu: km: ensure it is used with NOMMU (either UP or SMP)Vladimir Murzin2021-12-061-1/+1
* | mm: bdi: initialize bdi_min_ratio when bdi is unregisteredManjong Lee2021-12-101-0/+7
* | hugetlbfs: fix issue of preallocation of gigantic pages can't workZhenguo Yao2021-12-101-1/+1
* | mm/memcg: relocate mod_objcg_mlstate(), get_obj_stock() and put_obj_stock()Waiman Long2021-12-101-53/+53
* | mm/slub: fix endianness bug for alloc/free_traces attributesGerald Schaefer2021-12-101-6/+9
* | mm/damon/vaddr-test: remove unnecessary variablesSeongJae Park2021-12-101-8/+0
* | mm/damon/vaddr-test: split a test function having >1024 bytes frame sizeSeongJae Park2021-12-101-37/+40
* | mm/damon/vaddr: remove an unnecessary warning messageSeongJae Park2021-12-101-1/+0
* | mm/damon/core: remove unnecessary error messagesSeongJae Park2021-12-101-9/+2
* | mm/damon/dbgfs: remove an unnecessary error messageSeongJae Park2021-12-101-3/+1
* | mm/damon/core: use better timer mechanisms selection thresholdSeongJae Park2021-12-101-1/+2
* | mm/damon/core: fix fake load reports due to uninterruptible sleepsSeongJae Park2021-12-101-3/+3
* | filemap: remove PageHWPoison check from next_uptodate_page()Matthew Wilcox (Oracle)2021-12-101-2/+0
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2021-12-083-0/+3
|\ \ | |/ |/|
| * treewide: Add missing includes masked by cgroup -> bpf dependencyJakub Kicinski2021-12-033-0/+3
* | Merge tag 'folio-5.16b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2021-11-254-5/+4
|\ \
| * | mm: Add functions to zero portions of a folioMatthew Wilcox (Oracle)2021-11-181-2/+0
| * | fs: Remove FS_THP_SUPPORTMatthew Wilcox (Oracle)2021-11-171-1/+2
| * | mm: Remove folio_test_singleMatthew Wilcox (Oracle)2021-11-171-1/+1
| * | mm: Rename folio_test_multi to folio_test_largeMatthew Wilcox (Oracle)2021-11-171-1/+1
* | | hugetlbfs: flush before unlock on move_hugetlb_page_tables()Nadav Amit2021-11-221-1/+1
* | | hugetlbfs: flush TLBs correctly after huge_pmd_unshareNadav Amit2021-11-221-4/+19
* | | kmap_local: don't assume kmap PTEs are linear arrays in memoryArd Biesheuvel2021-11-202-11/+24
* | | mm/damon/dbgfs: fix missed use of damon_dbgfs_lockSeongJae Park2021-11-201-3/+9
* | | mm/damon/dbgfs: use '__GFP_NOWARN' for user-specified size buffer allocationSeongJae Park2021-11-201-4/+4
* | | hugetlb, userfaultfd: fix reservation restore on userfaultfd errorMina Almasry2021-11-201-3/+4
* | | hugetlb: fix hugetlb cgroup refcounting during mremapBui Quang Minh2021-11-201-1/+3
* | | mm: kmemleak: slob: respect SLAB_NOLEAKTRACE flagRustam Kovhaev2021-11-201-1/+1
* | | mm: emit the "free" trace report before freeing memory in kmem_cache_free()Yunfeng Ye2021-11-203-5/+3
* | | mm/swap.c:put_pages_list(): reinitialise the page listMatthew Wilcox2021-11-201-0/+1
|/ /
* | Revert "mm: shmem: don't truncate page if memory failure happens"Linus Torvalds2021-11-133-51/+6
* | Merge tag 'netfs-folio-20211111' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-11-131-1/+1
|\ \ | |/ |/|
| * folio: Add a function to get the host inode for a folioDavid Howells2021-11-101-1/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-115-132/+45
|\ \
| * | kasan: add kasan mode messages when kasan initKuan-Ying Lee2021-11-112-2/+14
| * | mm: unexport {,un}lock_page_memcgChristoph Hellwig2021-11-111-2/+0
| * | mm: unexport folio_memcg_{,un}lockChristoph Hellwig2021-11-111-2/+0
| * | mm/migrate.c: remove MIGRATE_PFN_LOCKEDAlistair Popple2021-11-111-117/+28
| * | mm: migrate: simplify the file-backed pages validation when migrating its map...Baolin Wang2021-11-111-6/+0
| * | mm/page_owner.c: modify the type of argument "order" in some functionsYixuan Cao2021-11-111-3/+3
* | | Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-11-111-23/+1
|\ \ \ | |/ / |/| |