summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2018-03-24mm: hwpoison: call shake_page() after try_to_unmap() for mlocked pageNaoya Horiguchi1-0/+8
2018-03-24mm, vmstat: suppress pcp stats for unpopulated zones in zoneinfoDavid Rientjes1-7/+13
2018-03-24mm: fix check for reclaimable pages in PF_MEMALLOC reclaim throttlingJohannes Weiner1-2/+4
2018-02-28mm: fail get_vaddr_frames() for filesystem-dax mappingsDan Williams1-0/+12
2018-02-28mm: introduce get_user_pages_longtermDan Williams1-0/+64
2018-02-28mm: avoid spurious 'bad pmd' warning messagesRoss Zwisler1-10/+30
2018-02-25shmem: fix compilation warnings on unused functionsJérémy Lefaure1-0/+2
2018-02-25shmem: avoid maybe-uninitialized warningArnd Bergmann1-3/+1
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: fix 100% CPU kswapd busyloop on unreclaimable nodesJohannes Weiner4-23/+41
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-05kaiser: vmstat show NR_KAISERTABLE as nr_overheadHugh Dickins1-0/+1
2017-12-14zsmalloc: calling zs_map_object() from irq is a bugSergey Senozhatsky1-1/+1
2017-12-14thp: fix MADV_DONTNEED vs. numa balancing raceKirill A. Shutemov1-1/+33
2017-12-14thp: reduce indentation level in change_huge_pmd()Kirill A. Shutemov1-26/+26
2017-12-10mm: fix remote numa hits statisticsMichal Hocko1-11/+4
2017-12-10mm, oom_reaper: gather each vma to prevent leaking TLB entryWang Nan1-3/+4
2017-12-05mm/madvise.c: fix madvise() infinite loop under special circumstanceschenjie1-3/+1
2017-12-05mm, hugetlbfs: introduce ->split() to vm_operations_structDan Williams2-3/+13
2017-12-05mm/cma: fix alloc_contig_range ret code/potential leakMike Kravetz1-1/+8
2017-12-05mm, thp: Do not make page table dirty unconditionally in touch_p[mu]d()Kirill A. Shutemov1-12/+7
2017-11-24mm/pagewalk.c: report holes in hugetlb rangesJann Horn1-1/+5
2017-11-24mm/page_alloc.c: broken deferred calculationPavel Tatashin1-9/+18
2017-10-21slub: do not merge cache if slub_debug contains a never-merge flagGrygorii Maistrenko1-1/+4
2017-10-21mm/memory_hotplug: set magic number to page->freelist instead of page->lru.nextYasuaki Ishimatsu2-3/+4
2017-10-12mm, oom_reaper: skip mm structs with mmu notifiersMichal Hocko1-0/+16
2017-10-08mm/cgroup: avoid panic when init with low memoryLaurent Dufour1-2/+5
2017-09-27mm: prevent double decrease of nr_reserved_highatomicMinchan Kim1-6/+18
2017-09-14mm/memory.c: fix mem_cgroup_oom_disable() call missingLaurent Dufour1-5/+5
2017-09-07mm, madvise: ensure poisoned pages are removed from per-cpu listsMel Gorman1-0/+7
2017-08-30mm/memblock.c: reversed logic in memblock_discard()Pavel Tatashin1-1/+1
2017-08-30mm/madvise.c: fix freeing of locked page with MADV_FREEEric Biggers1-1/+1
2017-08-30mm, shmem: fix handling /sys/kernel/mm/transparent_hugepage/shmem_enabledKirill A. Shutemov1-2/+2
2017-08-25Sanitize 'move_pages()' permission checksLinus Torvalds1-8/+3
2017-08-25mm/mempolicy: fix use after free when calling get_mempolicyzhong jiang1-5/+0
2017-08-25mm: fix double mmap_sem unlock on MMF_UNSTABLE enforced SIGBUSMichal Hocko1-1/+11
2017-08-25mm: discard memblock data laterPavel Tatashin3-37/+21
2017-08-16mm: fix list corruptions on shmem shrinklistCong Wang1-2/+10
2017-08-16mm: ratelimit PFNs busy info messageJonathan Toppins1-1/+1
2017-08-11mm: don't dereference struct page fields of invalid pagesArd Biesheuvel1-3/+3
2017-08-11mm/page_alloc: Remove kernel address exposure in free_reserved_area()Josh Poimboeuf1-2/+2
2017-08-11mm, mprotect: flush TLB if potentially racing with a parallel reclaim leaving...Mel Gorman6-1/+45