summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
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
2017-07-21mm: fix overflow check in expand_upwards()Helge Deller1-1/+1
2017-07-21mm/list_lru.c: fix list_lru_count_node() to be race freeSahitya Tummala1-8/+6
2017-07-21thp, mm: fix crash due race in MADV_FREE handlingKirill A. Shutemov1-1/+1
2017-07-05mm/vmalloc.c: huge-vmap: fail gracefully on unexpected huge vmap mappingsArd Biesheuvel1-2/+12
2017-07-05mm: numa: avoid waiting on freed migrated pagesMark Rutland1-0/+6
2017-07-05mm, swap_cgroup: reschedule when neeed in swap_cgroup_swapoff()David Rientjes1-0/+2
2017-06-24mm: fix new crash in unmapped_area_topdown()Hugh Dickins1-2/+4
2017-06-24Allow stack to grow up to address space limitHelge Deller1-5/+8
2017-06-24mm: larger stack guard gap, between vmasHugh Dickins3-103/+89
2017-06-24swap: cond_resched in swap_cgroup_prepare()Yu Zhao1-0/+3
2017-06-24mm/memory-failure.c: use compound_head() flags for huge pagesJames Morse1-1/+4
2017-06-17kasan: respect /proc/sys/kernel/traceoff_on_warningPeter Zijlstra1-0/+3
2017-06-17shmem: fix sleeping from atomic contextKirill A. Shutemov1-2/+9
2017-06-14fs: add i_blocksize()Fabian Frederick1-1/+1
2017-06-07mm/slub.c: trace free objects at KERN_INFODaniel Thompson1-10/+13
2017-06-07slub/memcg: cure the brainless abuse of sysfs attributesThomas Gleixner1-2/+4
2017-06-07ksm: prevent crash after write_protect_page failsAndrea Arcangeli1-2/+1
2017-06-07mm: consider memblock reservations for deferred memory initialization sizingMichal Hocko2-11/+45
2017-06-07mlock: fix mlock count can not decrease in race conditionYisheng Xie1-2/+3
2017-06-07mm/migrate: fix refcount handling when !hugepage_migration_supported()Punit Agrawal1-6/+2
2017-05-20mm: prevent potential recursive reclaim due to clearing PF_MEMALLOCVlastimil Babka1-1/+2
2017-04-27mm: prevent NR_ISOLATE_* stats from going negativeRabin Vincent1-1/+1
2017-04-21mm: memcontrol: use special workqueue for creating per-memcg cachesVladimir Davydov1-1/+14
2017-04-21zsmalloc: expand class bitMinchan Kim1-1/+1
2017-04-21thp: fix MADV_DONTNEED vs. MADV_FREE raceKirill A. Shutemov1-2/+1
2017-04-12mm/mempolicy.c: fix error handling in set_mempolicy and mbind.Chris Salls1-12/+8
2017-04-12mm/page_alloc.c: fix print order in show_free_areas()Alexander Polakov1-1/+1
2017-04-08mm: workingset: fix premature shadow node shrinking with cgroupsJohannes Weiner1-1/+1
2017-04-08mm, hugetlb: use pte_present() instead of pmd_present() in follow_huge_pmd()Naoya Horiguchi1-2/+4
2017-04-08mm: rmap: fix huge file mmap accounting in the memcg statsJohannes Weiner1-2/+2
2017-03-26percpu: acquire pcpu_lock when updating pcpu_nr_empty_pop_pagesTahsin Erdogan1-1/+4
2017-03-22slub: move synchronize_sched out of slab_mutex on shrinkVladimir Davydov5-23/+31
2017-03-15mm: do not call mem_cgroup_free() from within mem_cgroup_alloc()Tahsin Erdogan1-3/+8
2017-03-15thp: fix another corner case of munlock() vs. THPsKirill A. Shutemov1-5/+4
2017-03-12mm, vmscan: consider eligible zones in get_scan_countMichal Hocko1-2/+2
2017-03-12mm, vmscan: cleanup lru size claculationsMichal Hocko2-43/+40
2017-03-12mm: do not access page->mapping directly on page_endioMinchan Kim1-2/+5
2017-03-12mm: vmpressure: fix sending wrong events on underflowVinayak Menon1-1/+9
2017-03-12mm/page_alloc: fix nodes for reclaim in fast pathGavin Shan1-1/+1
2017-02-26block: fix double-free in the failure path of cgwb_bdi_init()Tejun Heo1-2/+7
2017-02-15mm/slub.c: fix random_seq offset destructionSean Rees1-0/+4