Age | Commit message (Expand) | Author |
2018-05-30 | mm: fix races between address_space dereference and free in page_evicatable | Huang Ying |
2018-05-30 | mm/ksm: fix interaction with THP | Claudio Imbrenda |
2018-05-30 | swap: divide-by-zero when zero length swap file on ssd | Tom Abraham |
2018-05-30 | mm/kmemleak.c: wait for scan completion before disabling free | Vinayak Menon |
2018-05-30 | mm/mempolicy.c: avoid use uninitialized preferred_node | Yisheng Xie |
2018-05-30 | mm: pin address_space before dereferencing it while isolating an LRU page | Mel Gorman |
2018-05-30 | mm/mempolicy: add nodes_empty check in SYSC_migrate_pages | Yisheng Xie |
2018-05-30 | mm/mempolicy: fix the check of nodemask from user | Yisheng Xie |
2018-05-30 | kasan: fix memory hotplug during boot | David Hildenbrand |
2018-05-26 | mm: don't allow deferred pages with NEED_PER_CPU_KM | Pavel Tatashin |
2018-05-26 | proc read mm's {arg,env}_{start,end} with mmap semaphore taken. | Mateusz Guzik |
2018-05-26 | mm: filemap: avoid unnecessary calls to lock_page when waiting for IO to comp... | Mel Gorman |
2018-05-26 | mm: filemap: remove redundant code in do_read_cache_page | Mel Gorman |
2018-05-26 | vmscan: do not force-scan file lru if its absolute size is small | Vladimir Davydov |
2018-05-16 | percpu: include linux/sched.h for cond_resched() | Tejun Heo |
2018-04-24 | writeback: safer lock nesting | Greg Thelen |
2018-04-24 | mm/filemap.c: fix NULL pointer in page_cache_tree_insert() | Matthew Wilcox |
2018-04-24 | mm: allow GFP_{FS,IO} for page_cache_read page cache allocation | Michal Hocko |
2018-04-24 | mm, slab: reschedule cache_reap() on the same CPU | Vlastimil Babka |
2018-04-08 | writeback: fix the wrong congested state variable definition | Kaixu Xia |
2018-02-25 | mm/early_ioremap: Fix boot hang with earlyprintk=efi,keep | Dave Young |
2018-02-25 | Provide a function to create a NUL-terminated string from unterminated data | David Howells |
2018-02-25 | mm,vmscan: Make unregister_shrinker() no-op if register_shrinker() failed. | Tetsuo Handa |
2018-02-22 | mm: hide a #warning for COMPILE_TEST | Arnd Bergmann |
2018-02-03 | kmemleak: add scheduling point to kmemleak_scan() | Yisheng Xie |
2018-01-31 | mm, page_alloc: fix potential false positive in __zone_watermark_ok | Vlastimil Babka |
2018-01-31 | cma: fix calculation of aligned offset | Doug Berger |
2018-01-31 | hwpoison, memcg: forcibly uncharge LRU pages | Michal Hocko |
2018-01-31 | mm/mmap.c: do not blow on PROT_NONE MAP_FIXED holes in the stack | Michal Hocko |
2018-01-17 | zswap: don't param_set_charp while holding spinlock | Dan Streetman |
2018-01-17 | mm/zswap: use workqueue to destroy pool | Dan Streetman |
2018-01-17 | mm/page-writeback: fix dirty_ratelimit calculation | Andrey Ryabinin |
2018-01-17 | mm/compaction: pass only pageblock aligned range to pageblock_pfn_to_page | Joonsoo Kim |
2018-01-17 | mm/compaction: fix invalid free_pfn and compact_cached_free_pfn | Joonsoo Kim |
2018-01-10 | proc: much faster /proc/vmstat | Alexey Dobriyan |
2018-01-05 | kaiser: vmstat show NR_KAISERTABLE as nr_overhead | Hugh Dickins |
2017-12-25 | mm/mmu_context, sched/core: Fix mmu_context.h assumption | Ingo Molnar |
2017-12-25 | mm/rmap: batched invalidations should use existing api | Nadav Amit |
2017-12-16 | thp: fix MADV_DONTNEED vs. numa balancing race | Kirill A. Shutemov |
2017-12-16 | thp: reduce indentation level in change_huge_pmd() | Kirill A. Shutemov |
2017-12-05 | mm/madvise.c: fix madvise() infinite loop under special circumstances | chenjie |
2017-12-05 | mm, thp: Do not make page table dirty unconditionally in touch_p[mu]d() | Kirill A. Shutemov |
2017-11-24 | mm, hwpoison: fixup "mm: check the return value of lookup_page_ext for all ca... | Michal Hocko |
2017-11-24 | mm/pagewalk.c: report holes in hugetlb ranges | Jann Horn |
2017-11-24 | mm/page_ext.c: check if page_ext is not prepared | Jaewon Kim |
2017-11-24 | mm: check the return value of lookup_page_ext for all call sites | Yang Shi |
2017-11-24 | mm/page_alloc.c: broken deferred calculation | Pavel Tatashin |
2017-10-21 | slub: do not merge cache if slub_debug contains a never-merge flag | Grygorii Maistrenko |
2017-09-27 | mm: prevent double decrease of nr_reserved_highatomic | Minchan Kim |
2017-08-24 | Sanitize 'move_pages()' permission checks | Linus Torvalds |