summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* cpuset: PF_SPREAD_PAGE and PF_SPREAD_SLAB should be atomic flagsZefan Li2017-10-121-2/+2
* mm: thp: fix SMP race condition between THP page fault and MADV_DONTNEEDAndrea Arcangeli2017-10-121-2/+12
* mm/swap.c: flush lru pvecs on compound page arrivalLukasz Odzioba2017-10-121-5/+4
* mm: fix overflow check in expand_upwards()Helge Deller2017-10-121-1/+1
* mm/mmap.c: do not blow on PROT_NONE MAP_FIXED holes in the stackMichal Hocko2017-10-121-2/+4
* Sanitize 'move_pages()' permission checksLinus Torvalds2017-09-151-8/+3
* ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn2017-09-151-1/+1
* mm: numa: avoid waiting on freed migrated pagesMark Rutland2017-09-151-1/+8
* swap: cond_resched in swap_cgroup_prepare()Yu Zhao2017-09-151-0/+3
* mm/memory-failure.c: use compound_head() flags for huge pagesJames Morse2017-09-151-1/+4
* mlock: fix mlock count can not decrease in race conditionYisheng Xie2017-09-151-2/+3
* mm/migrate: fix refcount handling when !hugepage_migration_supported()Punit Agrawal2017-09-151-6/+2
* slub/memcg: cure the brainless abuse of sysfs attributesThomas Gleixner2017-09-151-2/+4
* Allow stack to grow up to address space limitHelge Deller2017-07-021-5/+8
* mm: fix new crash in unmapped_area_topdown()Hugh Dickins2017-07-021-2/+4
* mm: larger stack guard gap, between vmasHugh Dickins2017-07-023-103/+89
* mm/mempolicy.c: fix error handling in set_mempolicy and mbind.Chris Salls2017-06-051-12/+8
* mm: do not access page->mapping directly on page_endioMinchan Kim2017-06-051-2/+5
* mm: vmpressure: fix sending wrong events on underflowVinayak Menon2017-06-051-1/+9
* mm/page_alloc: fix nodes for reclaim in fast pathGavin Shan2017-06-051-1/+1
* mm/huge_memory.c: fix up "mm/huge_memory.c: respect FOLL_FORCE/FOLL_COW for t...Michal Hocko2017-06-051-1/+1
* vfs: Commit to never having exectuables on proc and sysfs.Eric W. Biederman2017-04-042-3/+3
* mm, fs: check for fatal signals in do_generic_file_read()Michal Hocko2017-03-161-0/+5
* mm/huge_memory.c: respect FOLL_FORCE/FOLL_COW for thpKeno Fischer2017-03-161-3/+16
* mm/hugetlb.c: fix reservation race when freeing surplus pagesMike Kravetz2017-03-161-9/+28
* 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