summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2017-10-03mm/mempolicy: fix use after free when calling get_mempolicyzhong jiang1-5/+0
2017-09-10mm: ratelimit PFNs busy info messageJonathan Toppins1-1/+1
2017-09-10mm/mempool: avoid KASAN marking mempool poison checks as use-after-freeMatthew Dawson1-1/+1
2017-09-10mm: don't dereference struct page fields of invalid pagesArd Biesheuvel1-3/+3
2017-09-10mm/page_alloc: Remove kernel address exposure in free_reserved_area()Josh Poimboeuf1-2/+2
2017-07-31mm/list_lru.c: fix list_lru_count_node() to be race freeSahitya Tummala1-8/+6
2017-07-31mm: numa: avoid waiting on freed migrated pagesMark Rutland1-0/+6
2017-07-31mm, swap_cgroup: reschedule when neeed in swap_cgroup_swapoff()David Rientjes1-0/+2
2017-06-28mm: fix new crash in unmapped_area_topdown()Hugh Dickins1-2/+4
2017-06-28mm: larger stack guard gap, between vmasSasha Levin3-103/+90
2017-06-25swap: cond_resched in swap_cgroup_prepare()Yu Zhao1-0/+3
2017-06-25mm/memory-failure.c: use compound_head() flags for huge pagesJames Morse1-1/+4
2017-06-25kasan: respect /proc/sys/kernel/traceoff_on_warningPeter Zijlstra1-0/+3
2017-06-25mm/migrate: fix refcount handling when !hugepage_migration_supported()Punit Agrawal1-6/+2
2017-06-13mm/huge_memory.c: respect FOLL_FORCE/FOLL_COW for thpKeno Fischer1-1/+11
2017-06-13mm/mempolicy.c: fix error handling in set_mempolicy and mbind.Chris Salls1-12/+8
2017-06-08mlock: fix mlock count can not decrease in race conditionYisheng Xie1-2/+3
2017-06-08mm/memory-failure: introduce get_hwpoison_page() for consistent refcount hand...Naoya Horiguchi2-7/+47
2017-06-08mm/memory-failure: split thp earlier in memory error handlingNaoya Horiguchi1-63/+25
2017-06-08slub/memcg: cure the brainless abuse of sysfs attributesThomas Gleixner1-2/+4
2017-05-17mm, hugetlb: use pte_present() instead of pmd_present() in follow_huge_pmd()Naoya Horiguchi1-2/+4
2017-05-17percpu: acquire pcpu_lock when updating pcpu_nr_empty_pop_pagesTahsin Erdogan1-1/+4
2017-05-17mm: do not access page->mapping directly on page_endioMinchan Kim1-2/+5
2017-05-17mm: vmpressure: fix sending wrong events on underflowVinayak Menon1-1/+9
2017-05-17mm/page_alloc: fix nodes for reclaim in fast pathGavin Shan1-1/+1
2017-03-06mm, fs: check for fatal signals in do_generic_file_read()Michal Hocko1-0/+5
2017-03-06mm/mempolicy.c: do not put mempolicy before using its nodemaskVlastimil Babka1-1/+1
2017-03-06mm/hugetlb.c: fix reservation race when freeing surplus pagesMike Kravetz1-9/+28
2017-01-12mm/vmscan.c: set correct defer count for shrinkerShaohua Li1-3/+11
2016-12-23fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-1/+1
2016-12-21mm,ksm: fix endless looping in allocating memory when ksm enablezhong jiang1-1/+2
2016-11-23mm/list_lru.c: avoid error-path NULL pointer derefAlexander Polakov1-0/+2
2016-10-23mm: remove gup_flags FOLL_WRITE games from __get_user_pages()Linus Torvalds1-2/+12
2016-08-19mm/hugetlb: avoid soft lockup in set_max_huge_pages()Jia He1-0/+4
2016-08-06mm, compaction: prevent VM_BUG_ON when terminating freeing scannerDavid Rientjes1-22/+14
2016-08-06mm, compaction: simplify handling restart position in free pages scannerVlastimil Babka1-15/+20
2016-07-194.1.28 Fix bad backport of 8f182270dfec "mm/swap.c: flush lru pvecs on compou...Steven Rostedt1-1/+1
2016-07-12tmpfs: fix regression hang in fallocate undoHugh Dickins1-3/+5
2016-07-10mm: update min_free_kbytes from khugepaged after core initializationJason Baron1-1/+1
2016-07-10mm: fix invalid node in alloc_migrate_target()Xishi Qiu1-4/+4
2016-07-10mm, compaction: abort free scanner if split failsDavid Rientjes1-18/+21
2016-07-10mm, compaction: skip compound pages by order in free scannerVlastimil Babka1-0/+25
2016-07-10mm/swap.c: flush lru pvecs on compound page arrivalLukasz Odzioba1-5/+4
2016-07-10tmpfs: don't undo fallocate past its last pageAnthony Romano1-1/+1
2016-07-10mm: Export migrate_page_move_mapping and migrate_page_copyRichard Weinberger1-0/+2
2016-07-10percpu: fix synchronization between synchronous map extension and chunk destr...Tejun Heo1-8/+8
2016-07-10percpu: fix synchronization between chunk->map_extend_work and chunk destructionTejun Heo1-21/+36
2016-05-17mm, cma: prevent nr_isolated_* counters from going negativeHugh Dickins1-9/+1
2016-05-17mm: check __PG_HWPOISON separately from PAGE_FLAGS_CHECK_AT_*Naoya Horiguchi3-7/+9
2016-05-17mm: soft-offline: don't free target page in successful page migrationNaoya Horiguchi2-25/+6