summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorLines
2020-12-11mm/hugetlb: clear compound_nr before freeing gigantic pagesGerald Schaefer-0/+1
2020-12-11kasan: fix object remaining in offline per-cpu quarantineKuan-Ying Lee-0/+39
2020-12-11revert "mm/filemap: add static for function __add_to_page_cache_locked"Andrew Morton-1/+1
2020-12-08mm/madvise: remove racy mm ownership checkMinchan Kim-2/+1
2020-12-06mm/mmap.c: fix mmap return value when vma is merged after call_mmap()Liu Zixian-14/+12
2020-12-06hugetlb_cgroup: fix offline of hugetlb cgroup with reservationsMike Kravetz-5/+3
2020-12-06mm/filemap: add static for function __add_to_page_cache_lockedAlex Shi-1/+1
2020-12-06mm/swapfile: do not sleep with a spin lock heldQian Cai-1/+3
2020-12-06mm/zsmalloc.c: drop ZSMALLOC_PGTABLE_MAPPINGMinchan Kim-67/+0
2020-12-06mm: list_lru: set shrinker map bit when child nr_items is not zeroYang Shi-5/+5
2020-12-06mm: memcg/slab: fix obj_cgroup_charge() return value handlingRoman Gushchin-16/+24
2020-11-24mm: fix VM_BUG_ON(PageTail) and BUG_ON(PageWriteback)Hugh Dickins-6/+8
2020-11-22mm: fix madvise WILLNEED performance problemMatthew Wilcox (Oracle)-1/+1
2020-11-22mm/userfaultfd: do not access vma->vm_mm after calling handle_userfault()Gerald Schaefer-5/+4
2020-11-22mm: memcg/slab: fix root memcg vmstatsMuchun Song-2/+7
2020-11-22mm: fix phys_to_target_node() and memory_add_physaddr_to_nid() exportsDan Williams-18/+0
2020-11-22mm/madvise: fix memory leak from process_madviseEric Dumazet-2/+0
2020-11-20Merge tag 'io_uring-5.10-2020-11-20' of git://git.kernel.dk/linux-blockLinus Torvalds-4/+14
2020-11-19Merge tag 'net-5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-0/+5
2020-11-18page_frag: Recover from memory pressureDongli Zhang-0/+5
2020-11-16mm: never attempt async page lock if we've transferred data alreadyJens Axboe-4/+14
2020-11-15Merge branch 'for-5.10-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-4/+4
2020-11-14hugetlbfs: fix anon huge page migration raceMike Kravetz-128/+47
2020-11-14mm/gup: use unpin_user_pages() in __gup_longterm_locked()Jason Gunthorpe-4/+10
2020-11-14mm/slub: fix panic in slab_alloc_node()Laurent Dufour-1/+1
2020-11-14mm/vmscan: fix NR_ISOLATED_FILE corruption on 64-bitNicholas Piggin-2/+3
2020-11-14mm/compaction: stop isolation if too many pages are isolated and we have page...Zi Yan-0/+4
2020-11-14mm/compaction: count pages and stop correctly during page isolationZi Yan-4/+4
2020-11-02mm/truncate.c: make __invalidate_mapping_pages() staticJason Yan-1/+1
2020-11-02mm: mempolicy: fix potential pte_unmap_unlock pte errorShijie Luo-3/+3
2020-11-02mm: memcg: link page counters to root if use_hierarchy is falseRoman Gushchin-5/+10
2020-11-02mm: memcontrol: correct the NR_ANON_THPS counter of hierarchical memcgzhongjiang-ali-2/+8
2020-11-02hugetlb_cgroup: fix reservation accountingMike Kravetz-9/+11
2020-11-02mm/mremap_pages: fix static key devmap_managed_key updatesRalph Campbell-23/+16
2020-10-30percpu: convert flexible array initializers to use struct_size()Dennis Zhou-4/+4
2020-10-27mm/process_vm_access: Add missing #include <linux/compat.h>Geert Uytterhoeven-0/+1
2020-10-27Fix compat regression in process_vm_rw()Jens Axboe-1/+2
2020-10-23Merge tag 'vfs-5.10-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds-222/+0
2020-10-20Merge tag 'xarray-5.9' of git://git.infradead.org/users/willy/xarrayLinus Torvalds-11/+2
2020-10-20Merge tag 'io_uring-5.10-2020-10-20' of git://git.kernel.dk/linux-blockLinus Torvalds-6/+22
2020-10-18mm: remove the filename in the top of file comment in vmalloc.cChristoph Hellwig-2/+0
2020-10-18mm: cleanup the gfp_mask handling in __vmalloc_area_nodeChristoph Hellwig-12/+10
2020-10-18mm: remove alloc_vm_areaChristoph Hellwig-55/+0
2020-10-18zsmalloc: switch from alloc_vm_area to get_vm_areaChristoph Hellwig-2/+8
2020-10-18mm: allow a NULL fn callback in apply_to_page_rangeChristoph Hellwig-7/+9
2020-10-18mm: add a vmap_pfn functionChristoph Hellwig-0/+48
2020-10-18mm: add a VM_MAP_PUT_PAGES flag for vmapChristoph Hellwig-2/+7
2020-10-18mm: update the documentation for vfreeMatthew Wilcox (Oracle)-10/+11
2020-10-18mm/madvise: introduce process_madvise() syscall: an external memory hinting APIMinchan Kim-1/+92
2020-10-18mm/madvise: pass mm to do_madviseMinchan Kim-14/+18