summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2017-09-15Sanitize 'move_pages()' permission checksLinus Torvalds1-8/+3
2017-09-15ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn1-1/+1
2017-09-15mm: numa: avoid waiting on freed migrated pagesMark Rutland1-1/+8
2017-09-15swap: cond_resched in swap_cgroup_prepare()Yu Zhao1-0/+3
2017-09-15mm/memory-failure.c: use compound_head() flags for huge pagesJames Morse1-1/+4
2017-09-15mlock: fix mlock count can not decrease in race conditionYisheng Xie1-2/+3
2017-09-15mm/migrate: fix refcount handling when !hugepage_migration_supported()Punit Agrawal1-6/+2
2017-09-15slub/memcg: cure the brainless abuse of sysfs attributesThomas Gleixner1-2/+4
2017-07-02Allow stack to grow up to address space limitHelge Deller1-5/+8
2017-07-02mm: fix new crash in unmapped_area_topdown()Hugh Dickins1-2/+4
2017-07-02mm: larger stack guard gap, between vmasHugh Dickins3-103/+89
2017-06-05mm/mempolicy.c: fix error handling in set_mempolicy and mbind.Chris Salls1-12/+8
2017-06-05mm: do not access page->mapping directly on page_endioMinchan Kim1-2/+5
2017-06-05mm: vmpressure: fix sending wrong events on underflowVinayak Menon1-1/+9
2017-06-05mm/page_alloc: fix nodes for reclaim in fast pathGavin Shan1-1/+1
2017-06-05mm/huge_memory.c: fix up "mm/huge_memory.c: respect FOLL_FORCE/FOLL_COW for t...Michal Hocko1-1/+1
2017-04-05vfs: Commit to never having exectuables on proc and sysfs.Eric W. Biederman2-3/+3
2017-03-16mm, fs: check for fatal signals in do_generic_file_read()Michal Hocko1-0/+5
2017-03-16mm/huge_memory.c: respect FOLL_FORCE/FOLL_COW for thpKeno Fischer1-3/+16
2017-03-16mm/hugetlb.c: fix reservation race when freeing surplus pagesMike Kravetz1-9/+28
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-21mm: remove gup_flags FOLL_WRITE games from __get_user_pages()Linus Torvalds1-2/+12
2016-08-23tmpfs: fix regression hang in fallocate undoHugh Dickins1-3/+5
2016-08-23tmpfs: don't undo fallocate past its last pageAnthony Romano1-1/+1
2016-08-23mm: 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