summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* vfs,mm: fix return value of read() at s_maxbytesLinus Torvalds2017-02-231-1/+1
* swapfile: fix memory corruption via malformed swapfileJann Horn2017-02-231-0/+2
* vfs,mm: fix a dead loop in truncate_inode_pages_range()Wei Fang2017-02-231-0/+4
* mm/hugetlb: check for reserved hugepages during memory offlineGerald Schaefer2017-02-232-6/+24
* mm/hugetlb: fix memory offline with hugepage size > memory block sizeGerald Schaefer2017-02-231-6/+7
* mm: filemap: fix mapping->nrpages double accounting in fuseJohannes Weiner2017-02-231-1/+0
* fs: Give dentry to inode_change_ok() instead of inodeJan Kara2017-02-231-1/+1
* Revert "fs: Give dentry to inode_change_ok() instead of inode"Ben Hutchings2017-02-231-1/+1
* mm: filemap: don't plant shadow entries without radix tree nodeJohannes Weiner2016-11-201-0/+7
* fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-11-201-1/+1
* mm: workingset: fix crash in shadow node shrinker caused by replace_page_cach...Johannes Weiner2016-11-202-49/+47
* mm,ksm: fix endless looping in allocating memory when ksm enablezhong jiang2016-11-201-1/+2
* block: fix bdi vs gendisk lifetime mismatchDan Williams2016-11-201-0/+19
* mm/hugetlb: avoid soft lockup in set_max_huge_pages()Jia He2016-11-201-0/+4
* mm: remove gup_flags FOLL_WRITE games from __get_user_pages()Linus Torvalds2016-10-201-2/+12
* tmpfs: fix regression hang in fallocate undoHugh Dickins2016-08-221-3/+5
* tmpfs: don't undo fallocate past its last pageAnthony Romano2016-08-221-1/+1
* mm: Export migrate_page_move_mapping and migrate_page_copyRichard Weinberger2016-08-221-0/+2
* mm/balloon_compaction: fix deflation when compaction is disabledKonstantin Khlebnikov2016-06-151-0/+2
* mm/balloon_compaction: redesign ballooned pages managementKonstantin Khlebnikov2016-06-153-29/+18
* mm: migrate dirty page without clear_page_dirty_for_io etcHugh Dickins2016-06-151-20/+31
* mm/huge_memory: replace VM_NO_THP VM_BUG_ON with actual VMA checkKonstantin Khlebnikov2016-06-151-4/+2
* mm: fix invalid node in alloc_migrate_target()Xishi Qiu2016-05-011-4/+4
* mm: replace vma_lock_anon_vma with anon_vma_lock_read/writeKonstantin Khlebnikov2016-02-251-30/+26
* mm, vmstat: fix wrong WQ sleep when memory reclaim doesn't make any progressTetsuo Handa2016-02-251-1/+1
* vmstat: explicitly schedule per-cpu work on the CPU we need it to run onLinus Torvalds2016-02-241-1/+2
* memcg: only free spare array when readers are doneMartijn Coenen2016-02-021-5/+6
* mm: soft-offline: check return value in second __get_any_page() callNaoya Horiguchi2016-02-021-1/+1
* virtio_balloon: fix race between migration and ballooningMinchan Kim2016-02-021-2/+2
* mm/memory_hotplug.c: check for missing sections in test_pages_in_a_zone()Andrew Banman2016-01-251-12/+19
* vmstat: allocate vmstat_wq before it is usedMichal Hocko2016-01-251-1/+2
* mm: hugetlb: call huge_pte_alloc() only if ptep is nullNaoya Horiguchi2016-01-251-4/+4
* mm, vmstat: allow WQ concurrency to discover memory reclaim doesn't make any ...Michal Hocko2016-01-252-5/+20
* mm: hugetlb: fix hugepage memory leak caused by wrong reserve countNaoya Horiguchi2016-01-181-1/+4
* mm: slab: only move management objects off-slab for sizes larger than KMALLOC...Catalin Marinas2015-12-131-2/+3
* mm: make sendfile(2) killableJan Kara2015-11-161-4/+5
* mm/slab: fix unexpected index mapping result of kmalloc_size(INDEX_NODE+1)Joonsoo Kim2015-10-281-3/+10
* mm: hugetlbfs: skip shared VMAs when unmapping private pages to satisfy a faultMel Gorman2015-10-281-0/+8
* vmscan: fix increasing nr_isolated incurred by putback unevictable pagesJaewon Kim2015-09-291-1/+1
* mm/hwpoison: fix page refcount of unknown non LRU pageWanpeng Li2015-09-031-0/+2
* mm, vmscan: Do not wait for page writeback for GFP_NOFS allocationsMichal Hocko2015-08-271-9/+5
* mm: avoid setting up anonymous pages into file mappingKirill A. Shutemov2015-08-111-4/+10
* mm/hugetlb: introduce minimum hugepage orderNaoya Horiguchi2015-07-151-8/+11
* mm: kmemleak: allow safe memory scanning during kmemleak disablingCatalin Marinas2015-07-151-3/+16
* mm/memory_hotplug.c: set zone->wait_table to null after freeing itGu Zheng2015-06-301-1/+3
* mm, numa: really disable NUMA balancing by default on single node machinesMel Gorman2015-05-281-1/+1
* mm: soft-offline: fix num_poisoned_pages counting on concurrent eventsNaoya Horiguchi2015-05-201-4/+4
* mm/memory-failure: call shake_page() when error hits thp tail pageNaoya Horiguchi2015-05-201-4/+4
* writeback: use |1 instead of +1 to protect against div by zeroTejun Heo2015-05-201-3/+3
* Revert "mm/hugetlb: use pmd_page() in follow_huge_pmd()"Luis Henriques2015-05-201-1/+2