summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm/hugetlb: clear compound_nr before freeing gigantic pagesGerald Schaefer2020-12-161-0/+1
* mm/mmap.c: fix mmap return value when vma is merged after call_mmap()Liu Zixian2020-12-161-14/+12
* mm/zsmalloc.c: drop ZSMALLOC_PGTABLE_MAPPINGMinchan Kim2020-12-162-61/+0
* mm: memcg/slab: fix obj_cgroup_charge() return value handlingRoman Gushchin2020-12-111-17/+25
* hugetlb_cgroup: fix offline of hugetlb cgroup with reservationsMike Kravetz2020-12-111-5/+3
* mm/swapfile: do not sleep with a spin lock heldQian Cai2020-12-111-1/+3
* mm: list_lru: set shrinker map bit when child nr_items is not zeroYang Shi2020-12-111-5/+5
* mm: fix VM_BUG_ON(PageTail) and BUG_ON(PageWriteback)Hugh Dickins2020-12-022-6/+8
* mm/userfaultfd: do not access vma->vm_mm after calling handle_userfault()Gerald Schaefer2020-11-241-5/+4
* mm: memcg/slab: fix root memcg vmstatsMuchun Song2020-11-241-2/+7
* mm: never attempt async page lock if we've transferred data alreadyJens Axboe2020-11-241-4/+14
* page_frag: Recover from memory pressureDongli Zhang2020-11-241-0/+5
* hugetlbfs: fix anon huge page migration raceMike Kravetz2020-11-184-128/+47
* mm/gup: use unpin_user_pages() in __gup_longterm_locked()Jason Gunthorpe2020-11-181-4/+10
* mm/vmscan: fix NR_ISOLATED_FILE corruption on 64-bitNicholas Piggin2020-11-181-2/+3
* mm/slub: fix panic in slab_alloc_node()Laurent Dufour2020-11-181-1/+1
* mm/compaction: stop isolation if too many pages are isolated and we have page...Zi Yan2020-11-181-0/+4
* mm/compaction: count pages and stop correctly during page isolationZi Yan2020-11-181-4/+4
* mm: memcontrol: correct the NR_ANON_THPS counter of hierarchical memcgzhongjiang-ali2020-11-181-2/+8
* mm: memcg: link page counters to root if use_hierarchy is falseRoman Gushchin2020-11-181-6/+12
* mm: mempolicy: fix potential pte_unmap_unlock pte errorShijie Luo2020-11-101-3/+3
* hugetlb_cgroup: fix reservation accountingMike Kravetz2020-11-101-9/+11
* mm: memcg/slab: uncharge during kmem_cache_free_bulk()Bharata B Rao2020-11-053-17/+30
* mm: mark async iocb read as NOWAIT once some data has been copiedJens Axboe2020-11-011-0/+8
* 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