summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2018-06-20mm: memcg: add __GFP_NOWARN in __memcg_schedule_kmem_cache_create()Minchan Kim1-1/+1
2018-06-11mmap: relax file size limit for regular filesLinus Torvalds1-1/+1
2018-06-11mmap: introduce sane default mmap limitsLinus Torvalds1-0/+32
2018-06-05mm/huge_memory.c: __split_huge_page() use atomic ClearPageDirty()Hugh Dickins1-1/+1
2018-06-05mm: fix the NULL mapping case in __isolate_lru_page()Hugh Dickins1-1/+1
2018-05-30mm: thp: fix potential clearing to referenced flag in page_idle_clear_pte_ref...Yang Shi1-4/+8
2018-05-30mm: fix races between address_space dereference and free in page_evicatableHuang Ying1-1/+7
2018-05-30mm/ksm: fix interaction with THPClaudio Imbrenda1-0/+28
2018-05-30z3fold: fix memory leakXidong Wang1-2/+7
2018-05-30swap: divide-by-zero when zero length swap file on ssdTom Abraham1-0/+4
2018-05-30mm/kmemleak.c: wait for scan completion before disabling freeVinayak Menon1-5/+7
2018-05-30mm/vmstat.c: fix vmstat_update() preemption BUGSteven J. Hill1-0/+2
2018-05-30mm/page_owner: fix recursion bug after changing skip entriesManinder Singh1-3/+3
2018-05-30mm, slab: memcg_link the SLAB's kmem_cacheShakeel Butt1-0/+1
2018-05-30mm, thp: do not cause memcg oom for thpDavid Rientjes2-4/+9
2018-05-30mm/mempolicy.c: avoid use uninitialized preferred_nodeYisheng Xie1-0/+3
2018-05-30kasan: fix memory hotplug during bootDavid Hildenbrand1-1/+1
2018-05-30kasan: free allocated shadow memory on MEM_CANCEL_ONLINEDavid Hildenbrand1-0/+1
2018-05-30mm/kasan: don't vfree() nonexistent vm_areaAndrey Ryabinin1-2/+61
2018-05-22mm: don't allow deferred pages with NEED_PER_CPU_KMPavel Tatashin1-0/+1
2018-05-19proc: do not access cmdline nor environ from file-backed areasWilly Tarreau1-0/+3
2018-05-16mm, oom: fix concurrent munlock and oom reaper unmap, v3David Rientjes2-52/+66
2018-05-16mm: sections are not offlined during memory hotremovePavel Tatashin1-1/+1
2018-05-16z3fold: fix reclaim lock-upsVitaly Wool1-12/+30
2018-05-16bdi: wake up concurrent wb_shutdown() callers.Tetsuo Handa1-1/+1
2018-05-16memcg: fix per_node_info cleanupMichal Hocko1-0/+3
2018-05-09percpu: include linux/sched.h for cond_resched()Tejun Heo1-0/+1
2018-04-26mm/fadvise: discard partial page if endbyte is also EOFshidao.ytt1-1/+9
2018-04-26mm: pin address_space before dereferencing it while isolating an LRU pageMel Gorman1-2/+12
2018-04-26mm: thp: use down_read_trylock() in khugepaged to avoid long blockYang Shi1-4/+8
2018-04-26mm/mempolicy: add nodes_empty check in SYSC_migrate_pagesYisheng Xie1-3/+7
2018-04-26mm/mempolicy: fix the check of nodemask from userYisheng Xie1-3/+20
2018-04-24writeback: safer lock nestingGreg Thelen1-9/+9
2018-04-24mm/filemap.c: fix NULL pointer in page_cache_tree_insert()Matthew Wilcox1-5/+4
2018-04-24mm, slab: reschedule cache_reap() on the same CPUVlastimil Babka1-1/+2
2018-04-24mm/hmm: hmm_pfns_bad() was accessing wrong structJérôme Glisse1-1/+2
2018-04-24mm/ksm.c: fix inconsistent accounting of zero pagesClaudio Imbrenda1-0/+7
2018-04-19get_user_pages_fast(): return -EFAULT on access_ok failureMichael S. Tsirkin1-1/+4
2018-04-08percpu: add __GFP_NORETRY semantics to the percpu balancing pathDennis Zhou3-28/+43
2018-03-28mm/vmscan: wake up flushers for legacy cgroups tooAndrey Ryabinin1-15/+16
2018-03-28Revert "mm: page_alloc: skip over regions of invalid pfns where possible"Daniel Vacek2-38/+1
2018-03-28mm/shmem: do not wait for lock_page() in shmem_unused_huge_shrink()Kirill A. Shutemov1-11/+20
2018-03-28mm/thp: do not wait for lock_page() in deferred_split_scan()Kirill A. Shutemov1-1/+3
2018-03-28mm/khugepaged.c: convert VM_BUG_ON() to collapse failKirill A. Shutemov1-1/+6
2018-03-28hugetlbfs: check for pgoff value overflowMike Kravetz1-0/+7
2018-03-28lockdep: fix fs_reclaim warningTetsuo Handa1-1/+1
2018-03-15mm/memblock.c: hardcode the end_pfn being -1Daniel Vacek1-5/+5
2018-03-03mm/frame_vector.c: release a semaphore in 'get_vaddr_frames()'Christophe JAILLET1-2/+4
2018-02-28mm, swap, frontswap: fix THP swap if frontswap enabledHuang Ying1-0/+6
2018-02-25vmalloc: fix __GFP_HIGHMEM usage for vmalloc_32 on 32b systemsMichal Hocko1-3/+7