Age | Commit message (Expand) | Author |
2018-07-25 | mm/huge_memory.c: fix data loss when splitting a file pmd | Hugh Dickins |
2018-07-25 | mm: memcg: fix use after free in mem_cgroup_iter() | Jing Xia |
2018-07-11 | mm, page_alloc: do not break __GFP_THISNODE by zonelist reset | Vlastimil Babka |
2018-07-11 | mm: hugetlb: yield when prepping struct pages | Cannon Matthews |
2018-06-13 | mmap: relax file size limit for regular files | Linus Torvalds |
2018-06-13 | mmap: introduce sane default mmap limits | Linus Torvalds |
2018-06-06 | mm: fix the NULL mapping case in __isolate_lru_page() | Hugh Dickins |
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, thp: do not cause memcg oom for thp | David Rientjes |
2018-05-30 | mm/mempolicy.c: avoid use uninitialized preferred_node | Yisheng Xie |
2018-05-30 | mm/fadvise: discard partial page if endbyte is also EOF | shidao.ytt |
2018-05-30 | mm: pin address_space before dereferencing it while isolating an LRU page | Mel Gorman |
2018-05-30 | mm: thp: use down_read_trylock() in khugepaged to avoid long block | Yang Shi |
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-22 | mm: don't allow deferred pages with NEED_PER_CPU_KM | Pavel Tatashin |
2018-05-19 | proc: do not access cmdline nor environ from file-backed areas | Willy Tarreau |
2018-05-09 | 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, slab: reschedule cache_reap() on the same CPU | Vlastimil Babka |
2018-04-13 | mm, vmstat: Remove spurious WARN() during zoneinfo print | Reza Arbab |
2018-04-08 | mm/vmscan.c: fix unsequenced modification and access warning | Nick Desaulniers |
2018-03-28 | mm/shmem: do not wait for lock_page() in shmem_unused_huge_shrink() | Kirill A. Shutemov |
2018-03-28 | mm/thp: do not wait for lock_page() in deferred_split_scan() | Kirill A. Shutemov |
2018-03-28 | mm/khugepaged.c: convert VM_BUG_ON() to collapse fail | Kirill A. Shutemov |
2018-03-24 | mm: hwpoison: call shake_page() after try_to_unmap() for mlocked page | Naoya Horiguchi |
2018-03-24 | mm, vmstat: suppress pcp stats for unpopulated zones in zoneinfo | David Rientjes |
2018-03-24 | mm: fix check for reclaimable pages in PF_MEMALLOC reclaim throttling | Johannes Weiner |
2018-02-28 | mm: fail get_vaddr_frames() for filesystem-dax mappings | Dan Williams |
2018-02-28 | mm: introduce get_user_pages_longterm | Dan Williams |
2018-02-28 | mm: avoid spurious 'bad pmd' warning messages | Ross Zwisler |
2018-02-25 | shmem: fix compilation warnings on unused functions | Jérémy Lefaure |
2018-02-25 | shmem: avoid maybe-uninitialized warning | Arnd Bergmann |
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: fix 100% CPU kswapd busyloop on unreclaimable nodes | Johannes Weiner |
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-05 | kaiser: vmstat show NR_KAISERTABLE as nr_overhead | Hugh Dickins |