summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2016-02-20mm: memcontrol: fix possible memcg leak due to interrupted reclaimVladimir Davydov1-14/+46
2016-02-20mm/hugetlb.c: fix resv map memory leak for placeholder entriesMike Kravetz1-2/+12
2016-02-20mm: hugetlb: call huge_pte_alloc() only if ptep is nullNaoya Horiguchi1-4/+4
2016-02-20mm, vmstat: allow WQ concurrency to discover memory reclaim doesn't make any ...Michal Hocko2-5/+20
2016-02-20mm: hugetlb: fix hugepage memory leak caused by wrong reserve countNaoya Horiguchi1-1/+4
2016-02-20memcg: fix thresholds for 32b architectures.Michal Hocko1-6/+5
2016-02-20mm/oom_kill.c: reverse the order of setting TIF_MEMDIE and sending SIGKILLTetsuo Handa1-1/+6
2016-02-20mm: slab: only move management objects off-slab for sizes larger than KMALLOC...Catalin Marinas1-2/+3
2015-10-24Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds3-46/+79
2015-10-23mm: make sendfile(2) killableJan Kara1-4/+5
2015-10-23thp: use is_zero_pfn() only after pte_present() checkMinchan Kim1-1/+2
2015-10-23mm: cma: fix incorrect type conversion for size during dma allocationRohit Vaswani1-2/+2
2015-10-21writeback: remove broken rbtree_postorder_for_each_entry_safe() usage in cgwb...Tejun Heo1-4/+6
2015-10-16Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-4/+7
2015-10-16mm, dax: fix DAX deadlocksRoss Zwisler1-0/+2
2015-10-16memcg: convert threshold to bytesShaohua Li1-0/+1
2015-10-16mm, fs: obey gfp_mapping for add_to_page_cache()Michal Hocko1-4/+4
2015-10-15vmstat: explicitly schedule per-cpu work on the CPU we need it to run onLinus Torvalds1-3/+4
2015-10-15block: don't release bdi while request_queue has live referencesTejun Heo1-1/+11
2015-10-12writeback: fix incorrect calculation of available memory for memcg domainsTejun Heo2-29/+35
2015-10-12writeback: memcg dirty_throttle_control should be initialized with wb->memcg_...Tejun Heo1-9/+11
2015-10-12writeback: bdi_writeback iteration must not skip dying onesTejun Heo2-3/+14
2015-10-12writeback: laptop_mode_timer_fn() needs rcu_read_lock() around bdi_writeback ...Tejun Heo1-0/+2
2015-10-07Revert "fs: do not prefault sys_write() user buffer pages"Linus Torvalds1-18/+16
2015-10-02dmapool: fix overflow condition in pool_find_page()Robin Murphy1-1/+1
2015-10-02memcg: remove pcp_counter_lockGreg Thelen1-1/+0
2015-10-02memcg: make mem_cgroup_read_stat() unsignedGreg Thelen1-12/+18
2015-10-02memcg: fix dirty page migrationGreg Thelen1-1/+11
2015-10-02mm: hugetlbfs: skip shared VMAs when unmapping private pages to satisfy a faultMel Gorman1-0/+8
2015-10-02mm/slab: fix unexpected index mapping result of kmalloc_size(INDEX_NODE+1)Joonsoo Kim1-3/+10
2015-09-23vmscan: fix sane_reclaim helper for legacy memcgVladimir Davydov1-1/+1
2015-09-23mm: migrate: hugetlb: putback destination hugepage to active listNaoya Horiguchi1-1/+1
2015-09-23mm, dax: VMA with vm_ops->pfn_mkwrite wants to be write-notifiedKirill A. Shutemov1-1/+2
2015-09-18revert "mm: make sure all file VMAs have ->vm_ops set"Andrew Morton1-8/+0
2015-09-18kasan: fix last shadow judgement in memory_is_poisoned_16()Xishi Qiu1-2/+1
2015-09-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+1
2015-09-12Merge tag 'media/v4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds3-0/+234
2015-09-12mm/early_ioremap: add explicit #include of asm/early_ioremap.hArd Biesheuvel1-0/+1
2015-09-11Merge branch 'for-4.3/blkcg' of git://git.kernel.dk/linux-blockLinus Torvalds2-5/+5
2015-09-10mm: use vma_is_anonymous() in create_huge_pmd() and wp_huge_pmd()Kirill A. Shutemov1-2/+2
2015-09-10mm: make sure all file VMAs have ->vm_ops setKirill A. Shutemov1-0/+8
2015-09-10mm, mpx: add "vm_flags_t vm_flags" arg to do_mmap_pgoff()Oleg Nesterov2-15/+14
2015-09-10kmemleak: use seq_hex_dump() to dump buffersAndy Shevchenko1-15/+6
2015-09-10mm: introduce idle page trackingVladimir Davydov9-2/+278
2015-09-10mmu-notifier: add clear_young callbackVladimir Davydov1-0/+17
2015-09-10memcg: zap try_get_mem_cgroup_from_pageVladimir Davydov1-36/+12
2015-09-10hwpoison: use page_cgroup_ino for filtering by memcgVladimir Davydov2-18/+3
2015-09-10memcg: add page_cgroup_ino helperVladimir Davydov1-0/+28
2015-09-10zswap: change zpool/compressor at runtimeDan Streetman1-13/+129
2015-09-10zswap: dynamic pool creationDan Streetman1-143/+405