summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2020-12-02mm: fix VM_BUG_ON(PageTail) and BUG_ON(PageWriteback)Hugh Dickins
2020-11-24mm/userfaultfd: do not access vma->vm_mm after calling handle_userfault()Gerald Schaefer
2020-11-24mm: memcg/slab: fix root memcg vmstatsMuchun Song
2020-11-24mm: never attempt async page lock if we've transferred data alreadyJens Axboe
2020-11-24page_frag: Recover from memory pressureDongli Zhang
2020-11-18hugetlbfs: fix anon huge page migration raceMike Kravetz
2020-11-18mm/gup: use unpin_user_pages() in __gup_longterm_locked()Jason Gunthorpe
2020-11-18mm/vmscan: fix NR_ISOLATED_FILE corruption on 64-bitNicholas Piggin
2020-11-18mm/slub: fix panic in slab_alloc_node()Laurent Dufour
2020-11-18mm/compaction: stop isolation if too many pages are isolated and we have page...Zi Yan
2020-11-18mm/compaction: count pages and stop correctly during page isolationZi Yan
2020-11-18mm: memcontrol: correct the NR_ANON_THPS counter of hierarchical memcgzhongjiang-ali
2020-11-18mm: memcg: link page counters to root if use_hierarchy is falseRoman Gushchin
2020-11-10mm: mempolicy: fix potential pte_unmap_unlock pte errorShijie Luo
2020-11-10hugetlb_cgroup: fix reservation accountingMike Kravetz
2020-11-05mm: memcg/slab: uncharge during kmem_cache_free_bulk()Bharata B Rao
2020-11-01mm: mark async iocb read as NOWAIT once some data has been copiedJens Axboe
2020-10-29mm: fix a race during THP splittingHuang Ying
2020-10-29mm/huge_memory: fix split assumption of page sizeKirill A. Shutemov
2020-10-29mm/page_owner: change split_page_owner to take a countMatthew Wilcox (Oracle)
2020-10-29mm, oom_adj: don't loop through tasks in __set_oom_adj when not necessarySuren Baghdasaryan
2020-10-29mm/page_alloc.c: fix freeing non-compound pagesMatthew Wilcox (Oracle)
2020-10-29mm/mmap.c: replace do_brk with do_brk_flags in comment of insert_vm_struct()Liao Pingfang
2020-10-29mm/memcg: fix device private memcg accountingRalph Campbell
2020-10-29mm: memcg/slab: fix racy access to page->mem_cgroup in mem_cgroup_from_obj()Roman Gushchin
2020-10-29mm/swapfile.c: fix potential memory leak in sys_swaponMiaohe Lin
2020-10-29mm/error_inject: Fix allow_error_inject function signatures.Alexei Starovoitov
2020-10-11mm: khugepaged: recalculate min_free_kbytes after memory hotplug as expected ...Vijay Balakrishna
2020-10-11mm: mmap: Fix general protection fault in unlink_file_vma()Miaohe Lin
2020-10-10mm/khugepaged: fix filemap page_to_pgoff(page) != offsetHugh Dickins
2020-10-08mm: avoid early COW write protect games during fork()Linus Torvalds
2020-10-03mm/page_alloc: handle a missing case for memalloc_nocma_{save/restore} APIsJoonsoo Kim
2020-10-03mm, slub: restore initial kmem_cache flagsEric Farman
2020-10-02Merge tag 'io_uring-5.9-2020-10-02' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-09-29io_uring: fix async buffered reads when readahead is disabledio_uring-5.9-2020-10-02Hao Xu
2020-09-28mm: do not rely on mm == current->mm in __get_user_pages_lockedJason A. Donenfeld
2020-09-27mm/thp: Split huge pmds/puds if they're pinned when fork()Peter Xu
2020-09-27mm: Do early cow for pinned pages during fork() for ptesPeter Xu
2020-09-27mm/fork: Pass new vma pointer into copy_page_range()Peter Xu
2020-09-27mm: Introduce mm_struct.has_pinnedPeter Xu
2020-09-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-09-26mm: validate pmd after splittingMinchan Kim
2020-09-26mm: don't rely on system state to detect hot-plug operationsLaurent Dufour
2020-09-26mm: replace memmap_context by meminit_contextLaurent Dufour
2020-09-26mm/migrate: correct thp migration statsZi Yan
2020-09-26mm/gup: fix gup_fast with dynamic page table foldingVasily Gorbik
2020-09-26mm: memcontrol: fix missing suffix of workingset_restoreMuchun Song
2020-09-26mm, THP, swap: fix allocating cluster for swapfile by mistakeGao Xiang
2020-09-26mm: slab: fix potential double free in ___cache_freeShakeel Butt
2020-09-24mm: fix misplaced unlock_page in do_wp_page()Linus Torvalds