summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* thp: fix MADV_DONTNEED vs. numa balancing raceKirill A. Shutemov2017-12-161-1/+33
* thp: reduce indentation level in change_huge_pmd()Kirill A. Shutemov2017-12-161-24/+26
* mm/madvise.c: fix madvise() infinite loop under special circumstanceschenjie2017-12-051-3/+1
* mm, thp: Do not make page table dirty unconditionally in touch_p[mu]d()Kirill A. Shutemov2017-12-051-10/+4
* mm, hwpoison: fixup "mm: check the return value of lookup_page_ext for all ca...Michal Hocko2017-11-241-3/+3
* mm/pagewalk.c: report holes in hugetlb rangesJann Horn2017-11-241-1/+5
* mm/page_ext.c: check if page_ext is not preparedJaewon Kim2017-11-241-4/+0
* mm: check the return value of lookup_page_ext for all call sitesYang Shi2017-11-244-0/+30
* 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: prevent double decrease of nr_reserved_highatomicMinchan Kim2017-09-271-6/+18
* 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: ratelimit PFNs busy info messageJonathan Toppins2017-08-161-1/+1
* mm/mempool: avoid KASAN marking mempool poison checks as use-after-freeMatthew Dawson2017-08-121-1/+1
* mm: don't dereference struct page fields of invalid pagesArd Biesheuvel2017-08-111-3/+3
* mm, mprotect: flush TLB if potentially racing with a parallel reclaim leaving...Mel Gorman2017-08-115-1/+43
* mm/page_alloc: Remove kernel address exposure in free_reserved_area()Josh Poimboeuf2017-08-111-2/+2
* 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
* mm: fix classzone_idx underflow in shrink_zones()Vlastimil Babka2017-07-151-1/+1
* 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-261-2/+4
* Allow stack to grow up to address space limitHelge Deller2017-06-261-5/+8
* mm: larger stack guard gap, between vmasHugh Dickins2017-06-263-103/+89
* swap: cond_resched in swap_cgroup_prepare()Yu Zhao2017-06-261-0/+3
* mm/memory-failure.c: use compound_head() flags for huge pagesJames Morse2017-06-261-1/+4
* kasan: respect /proc/sys/kernel/traceoff_on_warningPeter Zijlstra2017-06-171-0/+3
* mm: consider memblock reservations for deferred memory initialization sizingMichal Hocko2017-06-142-3/+46
* fs: add i_blocksize()Fabian Frederick2017-06-141-1/+1
* mlock: fix mlock count can not decrease in race conditionYisheng Xie2017-06-071-2/+3
* mm/migrate: fix refcount handling when !hugepage_migration_supported()Punit Agrawal2017-06-071-6/+2
* slub/memcg: cure the brainless abuse of sysfs attributesThomas Gleixner2017-06-071-2/+4
* mm/huge_memory.c: respect FOLL_FORCE/FOLL_COW for thpKeno Fischer2017-05-251-1/+11
* mm/mempolicy.c: fix error handling in set_mempolicy and mbind.Chris Salls2017-04-121-12/+8
* mm, hugetlb: use pte_present() instead of pmd_present() in follow_huge_pmd()Naoya Horiguchi2017-04-081-2/+4
* percpu: acquire pcpu_lock when updating pcpu_nr_empty_pop_pagesTahsin Erdogan2017-03-261-1/+4
* mm: memcontrol: avoid unused function warningArnd Bergmann2017-03-181-18/+18
* mm: do not access page->mapping directly on page_endioMinchan Kim2017-03-121-2/+5
* mm: vmpressure: fix sending wrong events on underflowVinayak Menon2017-03-121-1/+9
* mm/page_alloc: fix nodes for reclaim in fast pathGavin Shan2017-03-121-1/+1
* block: fix double-free in the failure path of cgwb_bdi_init()Tejun Heo2017-02-261-2/+7
* base/memory, hotplug: fix a kernel oops in show_valid_zones()Toshi Kani2017-02-091-5/+15
* mm, fs: check for fatal signals in do_generic_file_read()Michal Hocko2017-02-091-0/+5
* mm/memory_hotplug.c: check start_pfn in test_pages_in_a_zone()Toshi Kani2017-02-091-4/+8
* zswap: disable changing params if init failsDan Streetman2017-02-091-1/+29
* mm, memcg: do not retry precharge chargesDavid Rientjes2017-02-011-2/+2
* mm/mempolicy.c: do not put mempolicy before using its nodemaskVlastimil Babka2017-02-011-1/+1
* mm/hugetlb.c: fix reservation race when freeing surplus pagesMike Kravetz2017-01-191-9/+28