summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* x86/speculation/l1tf: Limit swap file size to MAX_PA/2Andi Kleen2018-08-151-16/+30
* x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappingsAndi Kleen2018-08-152-10/+76
* mm/slub.c: add __printf verification to slab_err()Mathieu Malaterre2018-08-031-1/+1
* mm: vmalloc: avoid racy handling of debugobjects in vunmapChintan Pandya2018-08-031-1/+2
* mm/huge_memory.c: fix data loss when splitting a file pmdHugh Dickins2018-07-251-0/+2
* mm: memcg: fix use after free in mem_cgroup_iter()Jing Xia2018-07-251-1/+1
* bdi: Fix another oops in wb_workfn()Jan Kara2018-07-221-13/+7
* mm: do not bug_on on incorrect length in __mm_populate()Michal Hocko2018-07-172-19/+12
* mm: do not drop unused pages when userfaultd is runningChristian Borntraeger2018-07-171-1/+7
* Revert mm/vmstat.c: fix vmstat_update() preemption BUGSebastian Andrzej Siewior2018-07-111-2/+0
* mm: hwpoison: disable memory error handling on 1GB hugepageNaoya Horiguchi2018-07-111-0/+16
* mm: hugetlb: yield when prepping struct pagesCannon Matthews2018-07-111-0/+1
* slub: fix failure when we delete and create a slab cacheMikulas Patocka2018-07-032-1/+10
* mm/ksm.c: ignore STABLE_FLAG of rmap_item->address in rmap_walk_ksm()Jia He2018-07-031-4/+10
* mm: fix __gup_device_huge vs unmapDan Williams2018-07-031-10/+26
* mm, page_alloc: do not break __GFP_THISNODE by zonelist resetVlastimil Babka2018-06-261-1/+0
* bdi: Move cgroup bdi_writeback to a dedicated low concurrency workqueueTejun Heo2018-06-261-1/+17
* mm: memcg: add __GFP_NOWARN in __memcg_schedule_kmem_cache_create()Minchan Kim2018-06-211-1/+1
* mmap: relax file size limit for regular filesLinus Torvalds2018-06-111-1/+1
* mmap: introduce sane default mmap limitsLinus Torvalds2018-06-111-0/+32
* 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