summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm: fix a race during THP splittingHuang Ying2020-10-291-6/+7
* mm/huge_memory: fix split assumption of page sizeKirill A. Shutemov2020-10-291-7/+8
* mm/page_owner: change split_page_owner to take a countMatthew Wilcox (Oracle)2020-10-293-4/+4
* mm, oom_adj: don't loop through tasks in __set_oom_adj when not necessarySuren Baghdasaryan2020-10-291-0/+2
* mm/page_alloc.c: fix freeing non-compound pagesMatthew Wilcox (Oracle)2020-10-291-0/+3
* mm/mmap.c: replace do_brk with do_brk_flags in comment of insert_vm_struct()Liao Pingfang2020-10-291-1/+1
* mm/memcg: fix device private memcg accountingRalph Campbell2020-10-291-1/+4
* mm: memcg/slab: fix racy access to page->mem_cgroup in mem_cgroup_from_obj()Roman Gushchin2020-10-291-0/+11
* mm/swapfile.c: fix potential memory leak in sys_swaponMiaohe Lin2020-10-291-1/+3
* mm/error_inject: Fix allow_error_inject function signatures.Alexei Starovoitov2020-10-292-5/+5
* mm: khugepaged: recalculate min_free_kbytes after memory hotplug as expected ...Vijay Balakrishna2020-10-112-2/+14
* mm: mmap: Fix general protection fault in unlink_file_vma()Miaohe Lin2020-10-111-1/+5
* mm/khugepaged: fix filemap page_to_pgoff(page) != offsetHugh Dickins2020-10-101-0/+12
* mm: avoid early COW write protect games during fork()Linus Torvalds2020-10-081-37/+4
* mm/page_alloc: handle a missing case for memalloc_nocma_{save/restore} APIsJoonsoo Kim2020-10-031-3/+16
* mm, slub: restore initial kmem_cache flagsEric Farman2020-10-031-5/+1
* Merge tag 'io_uring-5.9-2020-10-02' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-021-1/+5
|\
| * io_uring: fix async buffered reads when readahead is disabledHao Xu2020-09-291-1/+5
* | mm: do not rely on mm == current->mm in __get_user_pages_lockedJason A. Donenfeld2020-09-281-1/+1
* | mm/thp: Split huge pmds/puds if they're pinned when fork()Peter Xu2020-09-271-0/+28
* | mm: Do early cow for pinned pages during fork() for ptesPeter Xu2020-09-271-16/+189
* | mm/fork: Pass new vma pointer into copy_page_range()Peter Xu2020-09-271-5/+9
* | mm: Introduce mm_struct.has_pinnedPeter Xu2020-09-271-0/+6
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-09-266-23/+23
|\ \
| * | mm: don't rely on system state to detect hot-plug operationsLaurent Dufour2020-09-261-1/+2
| * | mm: replace memmap_context by meminit_contextLaurent Dufour2020-09-262-6/+6
| * | mm/migrate: correct thp migration statsZi Yan2020-09-261-4/+3
| * | mm/gup: fix gup_fast with dynamic page table foldingVasily Gorbik2020-09-261-9/+9
| * | mm: memcontrol: fix missing suffix of workingset_restoreMuchun Song2020-09-261-2/+2
| * | mm, THP, swap: fix allocating cluster for swapfile by mistakeGao Xiang2020-09-261-1/+1
* | | mm: validate pmd after splittingMinchan Kim2020-09-261-1/+1
* | | mm: slab: fix potential double free in ___cache_freeShakeel Butt2020-09-261-2/+6
|/ /
* | mm: fix misplaced unlock_page in do_wp_page()Linus Torvalds2020-09-241-1/+1
* | mm: move the copy_one_pte() pte_present check into the callerLinus Torvalds2020-09-231-12/+12
* | mm: split out the non-present case from copy_one_pte()Linus Torvalds2020-09-231-67/+79
* | mm: fix wake_page_function() comment typosLinus Torvalds2020-09-201-2/+2
* | mm/memory_hotplug: drain per-cpu pages again during memory offlinePavel Tatashin2020-09-192-0/+22
* | mm/thp: fix __split_huge_pmd_locked() for migration PMDRalph Campbell2020-09-191-19/+23
* | tmpfs: restore functionality of nr_inodes=0Byron Stanoszek2020-09-191-4/+6
* | mlock: fix unevictable_pgs event counts on THPHugh Dickins2020-09-192-12/+18
* | mm: fix check_move_unevictable_pages() on THPHugh Dickins2020-09-191-2/+8
* | mm: migration of hugetlbfs page skip memcgHugh Dickins2020-09-191-1/+2
* | ksm: reinstate memcg charge on copied pagesHugh Dickins2020-09-191-0/+4
* | Merge branch 'for-5.9-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-09-171-1/+1
|\ \
| * | percpu: fix first chunk size calculation for populated bitmapSunghyun Jin2020-09-171-1/+1
* | | mm: allow a controlled amount of unfairness in the page lockLinus Torvalds2020-09-171-31/+129
* | | Merge tag 'for-linus-5.9-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-09-061-1/+1
|\ \ \
| * | | memremap: rename MEMORY_DEVICE_DEVDAX to MEMORY_DEVICE_GENERICRoger Pau Monne2020-09-041-1/+1
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-09-059-46/+108
|\ \ \ \
| * | | | mm/khugepaged.c: fix khugepaged's request size in collapse_fileDavid Howells2020-09-051-1/+1