summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* kmemleak: add scheduling point to kmemleak_scan()Yisheng Xie2018-02-031-0/+2
* mm: fix 100% CPU kswapd busyloop on unreclaimable nodesJohannes Weiner2018-01-314-23/+41
* mm, page_alloc: fix potential false positive in __zone_watermark_okVlastimil Babka2018-01-311-3/+3
* cma: fix calculation of aligned offsetDoug Berger2018-01-311-9/+6
* hwpoison, memcg: forcibly uncharge LRU pagesMichal Hocko2018-01-312-1/+8
* mm/mmap.c: do not blow on PROT_NONE MAP_FIXED holes in the stackMichal Hocko2018-01-311-2/+4
* zswap: don't param_set_charp while holding spinlockDan Streetman2018-01-171-4/+8
* kaiser: vmstat show NR_KAISERTABLE as nr_overheadHugh Dickins2018-01-051-0/+1
* zsmalloc: calling zs_map_object() from irq is a bugSergey Senozhatsky2017-12-141-1/+1
* thp: fix MADV_DONTNEED vs. numa balancing raceKirill A. Shutemov2017-12-141-1/+33
* thp: reduce indentation level in change_huge_pmd()Kirill A. Shutemov2017-12-141-26/+26
* mm: fix remote numa hits statisticsMichal Hocko2017-12-091-11/+4
* mm, oom_reaper: gather each vma to prevent leaking TLB entryWang Nan2017-12-091-3/+4
* mm/madvise.c: fix madvise() infinite loop under special circumstanceschenjie2017-12-051-3/+1
* mm, hugetlbfs: introduce ->split() to vm_operations_structDan Williams2017-12-052-3/+13
* mm/cma: fix alloc_contig_range ret code/potential leakMike Kravetz2017-12-051-1/+8
* mm, thp: Do not make page table dirty unconditionally in touch_p[mu]d()Kirill A. Shutemov2017-12-051-12/+7
* mm/pagewalk.c: report holes in hugetlb rangesJann Horn2017-11-241-1/+5
* mm/page_alloc.c: broken deferred calculationPavel Tatashin2017-11-241-9/+18
* slub: do not merge cache if slub_debug contains a never-merge flagGrygorii Maistrenko2017-10-211-1/+4
* mm/memory_hotplug: set magic number to page->freelist instead of page->lru.nextYasuaki Ishimatsu2017-10-212-3/+4
* mm, oom_reaper: skip mm structs with mmu notifiersMichal Hocko2017-10-121-0/+16
* mm/cgroup: avoid panic when init with low memoryLaurent Dufour2017-10-081-2/+5
* mm: prevent double decrease of nr_reserved_highatomicMinchan Kim2017-09-271-6/+18
* mm/memory.c: fix mem_cgroup_oom_disable() call missingLaurent Dufour2017-09-131-5/+5
* mm, madvise: ensure poisoned pages are removed from per-cpu listsMel Gorman2017-09-071-0/+7
* mm/memblock.c: reversed logic in memblock_discard()Pavel Tatashin2017-08-301-1/+1
* mm/madvise.c: fix freeing of locked page with MADV_FREEEric Biggers2017-08-301-1/+1
* mm, shmem: fix handling /sys/kernel/mm/transparent_hugepage/shmem_enabledKirill A. Shutemov2017-08-301-2/+2
* Sanitize 'move_pages()' permission checksLinus Torvalds2017-08-241-8/+3
* mm/mempolicy: fix use after free when calling get_mempolicyzhong jiang2017-08-241-5/+0
* mm: fix double mmap_sem unlock on MMF_UNSTABLE enforced SIGBUSMichal Hocko2017-08-241-1/+11
* mm: discard memblock data laterPavel Tatashin2017-08-243-37/+21
* mm: fix list corruptions on shmem shrinklistCong Wang2017-08-161-2/+10
* mm: ratelimit PFNs busy info messageJonathan Toppins2017-08-161-1/+1
* mm: don't dereference struct page fields of invalid pagesArd Biesheuvel2017-08-111-3/+3
* mm/page_alloc: Remove kernel address exposure in free_reserved_area()Josh Poimboeuf2017-08-111-2/+2
* mm, mprotect: flush TLB if potentially racing with a parallel reclaim leaving...Mel Gorman2017-08-116-1/+45
* mm: fix overflow check in expand_upwards()Helge Deller2017-07-211-1/+1
* mm/list_lru.c: fix list_lru_count_node() to be race freeSahitya Tummala2017-07-211-8/+6
* thp, mm: fix crash due race in MADV_FREE handlingKirill A. Shutemov2017-07-211-1/+1
* mm/vmalloc.c: huge-vmap: fail gracefully on unexpected huge vmap mappingsArd Biesheuvel2017-07-051-2/+12
* mm: numa: avoid waiting on freed migrated pagesMark Rutland2017-07-051-0/+6
* mm, swap_cgroup: reschedule when neeed in swap_cgroup_swapoff()David Rientjes2017-07-051-0/+2
* mm: fix new crash in unmapped_area_topdown()Hugh Dickins2017-06-241-2/+4
* Allow stack to grow up to address space limitHelge Deller2017-06-241-5/+8
* mm: larger stack guard gap, between vmasHugh Dickins2017-06-243-103/+89
* swap: cond_resched in swap_cgroup_prepare()Yu Zhao2017-06-241-0/+3
* mm/memory-failure.c: use compound_head() flags for huge pagesJames Morse2017-06-241-1/+4
* kasan: respect /proc/sys/kernel/traceoff_on_warningPeter Zijlstra2017-06-171-0/+3