summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2018-08-06mm/slub.c: add __printf verification to slab_err()Mathieu Malaterre1-1/+1
2018-08-06mm: vmalloc: avoid racy handling of debugobjects in vunmapChintan Pandya1-1/+2
2018-07-25mm: memcg: fix use after free in mem_cgroup_iter()Jing Xia1-1/+1
2018-07-11mm, page_alloc: do not break __GFP_THISNODE by zonelist resetVlastimil Babka1-2/+0
2018-07-11mm: hugetlb: yield when prepping struct pagesCannon Matthews1-0/+1
2018-06-13mmap: relax file size limit for regular filesLinus Torvalds1-1/+1
2018-06-13mmap: introduce sane default mmap limitsLinus Torvalds1-0/+32
2018-06-06mm: fix the NULL mapping case in __isolate_lru_page()Hugh Dickins1-1/+1
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-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/mempolicy.c: avoid use uninitialized preferred_nodeYisheng Xie1-0/+3
2018-05-30mm: pin address_space before dereferencing it while isolating an LRU pageMel Gorman1-2/+12
2018-05-30mm/mempolicy: add nodes_empty check in SYSC_migrate_pagesYisheng Xie1-3/+7
2018-05-30mm/mempolicy: fix the check of nodemask from userYisheng Xie1-3/+20
2018-05-30kasan: fix memory hotplug during bootDavid Hildenbrand1-1/+1
2018-05-26mm: don't allow deferred pages with NEED_PER_CPU_KMPavel Tatashin1-0/+1
2018-05-26proc read mm's {arg,env}_{start,end} with mmap semaphore taken.Mateusz Guzik1-4/+12
2018-05-26mm: filemap: avoid unnecessary calls to lock_page when waiting for IO to comp...Mel Gorman1-0/+49
2018-05-26mm: filemap: remove redundant code in do_read_cache_pageMel Gorman1-31/+12
2018-05-26vmscan: do not force-scan file lru if its absolute size is smallVladimir Davydov1-3/+9
2018-05-16percpu: include linux/sched.h for cond_resched()Tejun Heo1-0/+1
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: allow GFP_{FS,IO} for page_cache_read page cache allocationMichal Hocko2-5/+21
2018-04-24mm, slab: reschedule cache_reap() on the same CPUVlastimil Babka1-1/+2
2018-04-08writeback: fix the wrong congested state variable definitionKaixu Xia1-2/+2
2018-02-25mm/early_ioremap: Fix boot hang with earlyprintk=efi,keepDave Young1-1/+1
2018-02-25Provide a function to create a NUL-terminated string from unterminated dataDavid Howells1-0/+24
2018-02-25mm,vmscan: Make unregister_shrinker() no-op if register_shrinker() failed.Tetsuo Handa1-0/+3
2018-02-22mm: hide a #warning for COMPILE_TESTArnd Bergmann1-1/+1
2018-02-03kmemleak: add scheduling point to kmemleak_scan()Yisheng Xie1-0/+2
2018-01-31mm, page_alloc: fix potential false positive in __zone_watermark_okVlastimil Babka1-3/+3
2018-01-31cma: fix calculation of aligned offsetDoug Berger1-9/+6
2018-01-31hwpoison, memcg: forcibly uncharge LRU pagesMichal Hocko2-1/+8
2018-01-31mm/mmap.c: do not blow on PROT_NONE MAP_FIXED holes in the stackMichal Hocko1-2/+4
2018-01-17zswap: don't param_set_charp while holding spinlockDan Streetman1-4/+8
2018-01-17mm/zswap: use workqueue to destroy poolDan Streetman1-4/+8
2018-01-17mm/page-writeback: fix dirty_ratelimit calculationAndrey Ryabinin1-5/+6
2018-01-17mm/compaction: pass only pageblock aligned range to pageblock_pfn_to_pageJoonsoo Kim1-11/+30
2018-01-17mm/compaction: fix invalid free_pfn and compact_cached_free_pfnJoonsoo Kim1-4/+5
2018-01-10proc: much faster /proc/vmstatAlexey Dobriyan1-1/+3
2018-01-05kaiser: vmstat show NR_KAISERTABLE as nr_overheadHugh Dickins1-0/+1
2017-12-25mm/mmu_context, sched/core: Fix mmu_context.h assumptionIngo Molnar1-1/+1
2017-12-25mm/rmap: batched invalidations should use existing apiNadav Amit1-21/+7
2017-12-16thp: fix MADV_DONTNEED vs. numa balancing raceKirill A. Shutemov1-1/+33
2017-12-16thp: reduce indentation level in change_huge_pmd()Kirill A. Shutemov1-24/+26
2017-12-05mm/madvise.c: fix madvise() infinite loop under special circumstanceschenjie1-3/+1
2017-12-05mm, thp: Do not make page table dirty unconditionally in touch_p[mu]d()Kirill A. Shutemov1-10/+4