summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm/huge_memory.c: __split_huge_page() use atomic ClearPageDirty()Hugh Dickins2018-06-051-1/+1
* mm: fix the NULL mapping case in __isolate_lru_page()Hugh Dickins2018-06-051-1/+1
* mm: thp: fix potential clearing to referenced flag in page_idle_clear_pte_ref...Yang Shi2018-05-301-4/+8
* mm: fix races between address_space dereference and free in page_evicatableHuang Ying2018-05-301-1/+7
* mm/ksm: fix interaction with THPClaudio Imbrenda2018-05-301-0/+28
* z3fold: fix memory leakXidong Wang2018-05-301-2/+7
* swap: divide-by-zero when zero length swap file on ssdTom Abraham2018-05-301-0/+4
* mm/kmemleak.c: wait for scan completion before disabling freeVinayak Menon2018-05-301-5/+7
* mm/vmstat.c: fix vmstat_update() preemption BUGSteven J. Hill2018-05-301-0/+2
* mm/page_owner: fix recursion bug after changing skip entriesManinder Singh2018-05-301-3/+3
* mm, slab: memcg_link the SLAB's kmem_cacheShakeel Butt2018-05-301-0/+1
* mm, thp: do not cause memcg oom for thpDavid Rientjes2018-05-302-4/+9
* mm/mempolicy.c: avoid use uninitialized preferred_nodeYisheng Xie2018-05-301-0/+3
* kasan: fix memory hotplug during bootDavid Hildenbrand2018-05-301-1/+1
* kasan: free allocated shadow memory on MEM_CANCEL_ONLINEDavid Hildenbrand2018-05-301-0/+1
* mm/kasan: don't vfree() nonexistent vm_areaAndrey Ryabinin2018-05-301-2/+61
* mm: don't allow deferred pages with NEED_PER_CPU_KMPavel Tatashin2018-05-221-0/+1
* proc: do not access cmdline nor environ from file-backed areasWilly Tarreau2018-05-191-0/+3
* mm, oom: fix concurrent munlock and oom reaper unmap, v3David Rientjes2018-05-162-52/+66
* mm: sections are not offlined during memory hotremovePavel Tatashin2018-05-161-1/+1
* z3fold: fix reclaim lock-upsVitaly Wool2018-05-161-12/+30
* bdi: wake up concurrent wb_shutdown() callers.Tetsuo Handa2018-05-161-1/+1
* memcg: fix per_node_info cleanupMichal Hocko2018-05-161-0/+3
* percpu: include linux/sched.h for cond_resched()Tejun Heo2018-05-091-0/+1
* mm/fadvise: discard partial page if endbyte is also EOFshidao.ytt2018-04-261-1/+9
* mm: pin address_space before dereferencing it while isolating an LRU pageMel Gorman2018-04-261-2/+12
* mm: thp: use down_read_trylock() in khugepaged to avoid long blockYang Shi2018-04-261-4/+8
* mm/mempolicy: add nodes_empty check in SYSC_migrate_pagesYisheng Xie2018-04-261-3/+7
* mm/mempolicy: fix the check of nodemask from userYisheng Xie2018-04-261-3/+20
* writeback: safer lock nestingGreg Thelen2018-04-241-9/+9
* mm/filemap.c: fix NULL pointer in page_cache_tree_insert()Matthew Wilcox2018-04-241-5/+4
* mm, slab: reschedule cache_reap() on the same CPUVlastimil Babka2018-04-241-1/+2
* mm/hmm: hmm_pfns_bad() was accessing wrong structJérôme Glisse2018-04-241-1/+2
* mm/ksm.c: fix inconsistent accounting of zero pagesClaudio Imbrenda2018-04-241-0/+7
* get_user_pages_fast(): return -EFAULT on access_ok failureMichael S. Tsirkin2018-04-191-1/+4
* percpu: add __GFP_NORETRY semantics to the percpu balancing pathDennis Zhou2018-04-083-28/+43
* mm/vmscan: wake up flushers for legacy cgroups tooAndrey Ryabinin2018-03-281-15/+16
* Revert "mm: page_alloc: skip over regions of invalid pfns where possible"Daniel Vacek2018-03-282-38/+1
* mm/shmem: do not wait for lock_page() in shmem_unused_huge_shrink()Kirill A. Shutemov2018-03-281-11/+20
* mm/thp: do not wait for lock_page() in deferred_split_scan()Kirill A. Shutemov2018-03-281-1/+3
* mm/khugepaged.c: convert VM_BUG_ON() to collapse failKirill A. Shutemov2018-03-281-1/+6
* hugetlbfs: check for pgoff value overflowMike Kravetz2018-03-281-0/+7
* lockdep: fix fs_reclaim warningTetsuo Handa2018-03-281-1/+1
* mm/memblock.c: hardcode the end_pfn being -1Daniel Vacek2018-03-151-5/+5
* mm/frame_vector.c: release a semaphore in 'get_vaddr_frames()'Christophe JAILLET2018-03-031-2/+4
* mm, swap, frontswap: fix THP swap if frontswap enabledHuang Ying2018-02-281-0/+6
* vmalloc: fix __GFP_HIGHMEM usage for vmalloc_32 on 32b systemsMichal Hocko2018-02-251-3/+7
* mm/early_ioremap: Fix boot hang with earlyprintk=efi,keepDave Young2018-02-251-1/+1
* mm,vmscan: Make unregister_shrinker() no-op if register_shrinker() failed.Tetsuo Handa2018-02-251-0/+3
* x86/mm, mm/hwpoison: Don't unconditionally unmap kernel 1:1 pagesTony Luck2018-02-221-2/+0