summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2017-02-23vfs,mm: fix return value of read() at s_maxbytesLinus Torvalds1-1/+1
2017-02-23swapfile: fix memory corruption via malformed swapfileJann Horn1-0/+2
2017-02-23vfs,mm: fix a dead loop in truncate_inode_pages_range()Wei Fang1-0/+4
2017-02-23mm/hugetlb: check for reserved hugepages during memory offlineGerald Schaefer2-6/+24
2017-02-23mm/hugetlb: fix memory offline with hugepage size > memory block sizeGerald Schaefer1-6/+7
2017-02-23mm: filemap: fix mapping->nrpages double accounting in fuseJohannes Weiner1-1/+0
2017-02-23fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-1/+1
2017-02-23Revert "fs: Give dentry to inode_change_ok() instead of inode"Ben Hutchings1-1/+1
2016-11-20mm: filemap: don't plant shadow entries without radix tree nodeJohannes Weiner1-0/+7
2016-11-20fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-1/+1
2016-11-20mm: workingset: fix crash in shadow node shrinker caused by replace_page_cach...Johannes Weiner2-49/+47
2016-11-20mm,ksm: fix endless looping in allocating memory when ksm enablezhong jiang1-1/+2
2016-11-20block: fix bdi vs gendisk lifetime mismatchDan Williams1-0/+19
2016-11-20mm/hugetlb: avoid soft lockup in set_max_huge_pages()Jia He1-0/+4
2016-10-20mm: remove gup_flags FOLL_WRITE games from __get_user_pages()Linus Torvalds1-2/+12
2016-08-22tmpfs: fix regression hang in fallocate undoHugh Dickins1-3/+5
2016-08-22tmpfs: don't undo fallocate past its last pageAnthony Romano1-1/+1
2016-08-22mm: Export migrate_page_move_mapping and migrate_page_copyRichard Weinberger1-0/+2
2016-06-15mm/balloon_compaction: fix deflation when compaction is disabledKonstantin Khlebnikov1-0/+2
2016-06-15mm/balloon_compaction: redesign ballooned pages managementKonstantin Khlebnikov3-29/+18
2016-06-15mm: migrate dirty page without clear_page_dirty_for_io etcHugh Dickins1-20/+31
2016-06-15mm/huge_memory: replace VM_NO_THP VM_BUG_ON with actual VMA checkKonstantin Khlebnikov1-4/+2
2016-05-01mm: fix invalid node in alloc_migrate_target()Xishi Qiu1-4/+4
2016-02-25mm: replace vma_lock_anon_vma with anon_vma_lock_read/writeKonstantin Khlebnikov1-30/+26
2016-02-25mm, vmstat: fix wrong WQ sleep when memory reclaim doesn't make any progressTetsuo Handa1-1/+1
2016-02-24vmstat: explicitly schedule per-cpu work on the CPU we need it to run onLinus Torvalds1-1/+2
2016-02-02memcg: only free spare array when readers are doneMartijn Coenen1-5/+6
2016-02-02mm: soft-offline: check return value in second __get_any_page() callNaoya Horiguchi1-1/+1
2016-02-02virtio_balloon: fix race between migration and ballooningMinchan Kim1-2/+2
2016-01-25mm/memory_hotplug.c: check for missing sections in test_pages_in_a_zone()Andrew Banman1-12/+19
2016-01-25vmstat: allocate vmstat_wq before it is usedMichal Hocko1-1/+2
2016-01-25mm: hugetlb: call huge_pte_alloc() only if ptep is nullNaoya Horiguchi1-4/+4
2016-01-25mm, vmstat: allow WQ concurrency to discover memory reclaim doesn't make any ...Michal Hocko2-5/+20
2016-01-18mm: hugetlb: fix hugepage memory leak caused by wrong reserve countNaoya Horiguchi1-1/+4
2015-12-13mm: slab: only move management objects off-slab for sizes larger than KMALLOC...Catalin Marinas1-2/+3
2015-11-16mm: make sendfile(2) killableJan Kara1-4/+5
2015-10-28mm/slab: fix unexpected index mapping result of kmalloc_size(INDEX_NODE+1)Joonsoo Kim1-3/+10
2015-10-28mm: hugetlbfs: skip shared VMAs when unmapping private pages to satisfy a faultMel Gorman1-0/+8
2015-09-29vmscan: fix increasing nr_isolated incurred by putback unevictable pagesJaewon Kim1-1/+1
2015-09-03mm/hwpoison: fix page refcount of unknown non LRU pageWanpeng Li1-0/+2
2015-08-27mm, vmscan: Do not wait for page writeback for GFP_NOFS allocationsMichal Hocko1-9/+5
2015-08-11mm: avoid setting up anonymous pages into file mappingKirill A. Shutemov1-4/+10
2015-07-15mm/hugetlb: introduce minimum hugepage orderNaoya Horiguchi1-8/+11
2015-07-15mm: kmemleak: allow safe memory scanning during kmemleak disablingCatalin Marinas1-3/+16
2015-06-30mm/memory_hotplug.c: set zone->wait_table to null after freeing itGu Zheng1-1/+3
2015-05-28mm, numa: really disable NUMA balancing by default on single node machinesMel Gorman1-1/+1
2015-05-20mm: soft-offline: fix num_poisoned_pages counting on concurrent eventsNaoya Horiguchi1-4/+4
2015-05-20mm/memory-failure: call shake_page() when error hits thp tail pageNaoya Horiguchi1-4/+4
2015-05-20writeback: use |1 instead of +1 to protect against div by zeroTejun Heo1-3/+3
2015-05-20Revert "mm/hugetlb: use pmd_page() in follow_huge_pmd()"Luis Henriques1-1/+2