aboutsummaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm: hide a #warning for COMPILE_TESTArnd Bergmann2018-02-221-1/+1
* kmemleak: add scheduling point to kmemleak_scan()Yisheng Xie2018-02-031-0/+2
* 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
* mm/zswap: use workqueue to destroy poolDan Streetman2018-01-171-4/+8
* mm/page-writeback: fix dirty_ratelimit calculationAndrey Ryabinin2018-01-171-5/+6
* mm/compaction: pass only pageblock aligned range to pageblock_pfn_to_pageJoonsoo Kim2018-01-171-11/+30
* mm/compaction: fix invalid free_pfn and compact_cached_free_pfnJoonsoo Kim2018-01-171-4/+5
* proc: much faster /proc/vmstatAlexey Dobriyan2018-01-101-1/+3
* kaiser: vmstat show NR_KAISERTABLE as nr_overheadHugh Dickins2018-01-051-0/+1
* mm/mmu_context, sched/core: Fix mmu_context.h assumptionIngo Molnar2017-12-251-1/+1
* mm/rmap: batched invalidations should use existing apiNadav Amit2017-12-251-21/+7
* 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-161-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