summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2018-07-11mm, page_alloc: do not break __GFP_THISNODE by zonelist resetVlastimil Babka
2018-07-11mm: hugetlb: yield when prepping struct pagesCannon Matthews
2018-06-13mmap: relax file size limit for regular filesLinus Torvalds
2018-06-13mmap: introduce sane default mmap limitsLinus Torvalds
2018-06-06mm: fix the NULL mapping case in __isolate_lru_page()Hugh Dickins
2018-05-30mm: fix races between address_space dereference and free in page_evicatableHuang Ying
2018-05-30mm/ksm: fix interaction with THPClaudio Imbrenda
2018-05-30swap: divide-by-zero when zero length swap file on ssdTom Abraham
2018-05-30mm/kmemleak.c: wait for scan completion before disabling freeVinayak Menon
2018-05-30mm/mempolicy.c: avoid use uninitialized preferred_nodeYisheng Xie
2018-05-30mm: pin address_space before dereferencing it while isolating an LRU pageMel Gorman
2018-05-30mm/mempolicy: add nodes_empty check in SYSC_migrate_pagesYisheng Xie
2018-05-30mm/mempolicy: fix the check of nodemask from userYisheng Xie
2018-05-30kasan: fix memory hotplug during bootDavid Hildenbrand
2018-05-26mm: don't allow deferred pages with NEED_PER_CPU_KMPavel Tatashin
2018-05-26proc read mm's {arg,env}_{start,end} with mmap semaphore taken.Mateusz Guzik
2018-05-26mm: filemap: avoid unnecessary calls to lock_page when waiting for IO to comp...Mel Gorman
2018-05-26mm: filemap: remove redundant code in do_read_cache_pageMel Gorman
2018-05-26vmscan: do not force-scan file lru if its absolute size is smallVladimir Davydov
2018-05-16percpu: include linux/sched.h for cond_resched()Tejun Heo
2018-04-24writeback: safer lock nestingGreg Thelen
2018-04-24mm/filemap.c: fix NULL pointer in page_cache_tree_insert()Matthew Wilcox
2018-04-24mm: allow GFP_{FS,IO} for page_cache_read page cache allocationMichal Hocko
2018-04-24mm, slab: reschedule cache_reap() on the same CPUVlastimil Babka
2018-04-08writeback: fix the wrong congested state variable definitionKaixu Xia
2018-02-25mm/early_ioremap: Fix boot hang with earlyprintk=efi,keepDave Young
2018-02-25Provide a function to create a NUL-terminated string from unterminated dataDavid Howells
2018-02-25mm,vmscan: Make unregister_shrinker() no-op if register_shrinker() failed.Tetsuo Handa
2018-02-22mm: hide a #warning for COMPILE_TESTArnd Bergmann
2018-02-03kmemleak: add scheduling point to kmemleak_scan()Yisheng Xie
2018-01-31mm, page_alloc: fix potential false positive in __zone_watermark_okVlastimil Babka
2018-01-31cma: fix calculation of aligned offsetDoug Berger
2018-01-31hwpoison, memcg: forcibly uncharge LRU pagesMichal Hocko
2018-01-31mm/mmap.c: do not blow on PROT_NONE MAP_FIXED holes in the stackMichal Hocko
2018-01-17zswap: don't param_set_charp while holding spinlockDan Streetman
2018-01-17mm/zswap: use workqueue to destroy poolDan Streetman
2018-01-17mm/page-writeback: fix dirty_ratelimit calculationAndrey Ryabinin
2018-01-17mm/compaction: pass only pageblock aligned range to pageblock_pfn_to_pageJoonsoo Kim
2018-01-17mm/compaction: fix invalid free_pfn and compact_cached_free_pfnJoonsoo Kim
2018-01-10proc: much faster /proc/vmstatAlexey Dobriyan
2018-01-05kaiser: vmstat show NR_KAISERTABLE as nr_overheadHugh Dickins
2017-12-25mm/mmu_context, sched/core: Fix mmu_context.h assumptionIngo Molnar
2017-12-25mm/rmap: batched invalidations should use existing apiNadav Amit
2017-12-16thp: fix MADV_DONTNEED vs. numa balancing raceKirill A. Shutemov
2017-12-16thp: reduce indentation level in change_huge_pmd()Kirill A. Shutemov
2017-12-05mm/madvise.c: fix madvise() infinite loop under special circumstanceschenjie
2017-12-05mm, thp: Do not make page table dirty unconditionally in touch_p[mu]d()Kirill A. Shutemov
2017-11-24mm, hwpoison: fixup "mm: check the return value of lookup_page_ext for all ca...Michal Hocko
2017-11-24mm/pagewalk.c: report holes in hugetlb rangesJann Horn
2017-11-24mm/page_ext.c: check if page_ext is not preparedJaewon Kim