summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2017-10-12mm/mmap.c: do not blow on PROT_NONE MAP_FIXED holes in the stackMichal Hocko
2017-09-15Sanitize 'move_pages()' permission checksLinus Torvalds
2017-09-15ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn
2017-09-15mm: numa: avoid waiting on freed migrated pagesMark Rutland
2017-09-15swap: cond_resched in swap_cgroup_prepare()Yu Zhao
2017-09-15mm/memory-failure.c: use compound_head() flags for huge pagesJames Morse
2017-09-15mlock: fix mlock count can not decrease in race conditionYisheng Xie
2017-09-15mm/migrate: fix refcount handling when !hugepage_migration_supported()Punit Agrawal
2017-09-15slub/memcg: cure the brainless abuse of sysfs attributesThomas Gleixner
2017-07-02Allow stack to grow up to address space limitHelge Deller
2017-07-02mm: fix new crash in unmapped_area_topdown()Hugh Dickins
2017-07-02mm: larger stack guard gap, between vmasHugh Dickins
2017-06-05mm/mempolicy.c: fix error handling in set_mempolicy and mbind.Chris Salls
2017-06-05mm: do not access page->mapping directly on page_endioMinchan Kim
2017-06-05mm: vmpressure: fix sending wrong events on underflowVinayak Menon
2017-06-05mm/page_alloc: fix nodes for reclaim in fast pathGavin Shan
2017-06-05mm/huge_memory.c: fix up "mm/huge_memory.c: respect FOLL_FORCE/FOLL_COW for t...Michal Hocko
2017-04-04vfs: Commit to never having exectuables on proc and sysfs.Eric W. Biederman
2017-03-16mm, fs: check for fatal signals in do_generic_file_read()Michal Hocko
2017-03-16mm/huge_memory.c: respect FOLL_FORCE/FOLL_COW for thpKeno Fischer
2017-03-16mm/hugetlb.c: fix reservation race when freeing surplus pagesMike Kravetz
2017-02-23vfs,mm: fix return value of read() at s_maxbytesLinus Torvalds
2017-02-23swapfile: fix memory corruption via malformed swapfileJann Horn
2017-02-23vfs,mm: fix a dead loop in truncate_inode_pages_range()Wei Fang
2017-02-23mm/hugetlb: check for reserved hugepages during memory offlineGerald Schaefer
2017-02-23mm/hugetlb: fix memory offline with hugepage size > memory block sizeGerald Schaefer
2017-02-23mm: filemap: fix mapping->nrpages double accounting in fuseJohannes Weiner
2017-02-23fs: Give dentry to inode_change_ok() instead of inodeJan Kara
2017-02-23Revert "fs: Give dentry to inode_change_ok() instead of inode"Ben Hutchings
2016-11-20mm: filemap: don't plant shadow entries without radix tree nodeJohannes Weiner
2016-11-20fs: Give dentry to inode_change_ok() instead of inodeJan Kara
2016-11-20mm: workingset: fix crash in shadow node shrinker caused by replace_page_cach...Johannes Weiner
2016-11-20mm,ksm: fix endless looping in allocating memory when ksm enablezhong jiang
2016-11-20block: fix bdi vs gendisk lifetime mismatchDan Williams
2016-11-20mm/hugetlb: avoid soft lockup in set_max_huge_pages()Jia He
2016-10-20mm: remove gup_flags FOLL_WRITE games from __get_user_pages()Linus Torvalds
2016-08-22tmpfs: fix regression hang in fallocate undoHugh Dickins
2016-08-22tmpfs: don't undo fallocate past its last pageAnthony Romano
2016-08-22mm: Export migrate_page_move_mapping and migrate_page_copyRichard Weinberger
2016-06-15mm/balloon_compaction: fix deflation when compaction is disabledKonstantin Khlebnikov
2016-06-15mm/balloon_compaction: redesign ballooned pages managementKonstantin Khlebnikov
2016-06-15mm: migrate dirty page without clear_page_dirty_for_io etcHugh Dickins
2016-06-15mm/huge_memory: replace VM_NO_THP VM_BUG_ON with actual VMA checkKonstantin Khlebnikov
2016-05-01mm: fix invalid node in alloc_migrate_target()Xishi Qiu
2016-02-25mm: replace vma_lock_anon_vma with anon_vma_lock_read/writeKonstantin Khlebnikov
2016-02-25mm, vmstat: fix wrong WQ sleep when memory reclaim doesn't make any progressTetsuo Handa
2016-02-24vmstat: explicitly schedule per-cpu work on the CPU we need it to run onLinus Torvalds
2016-02-02memcg: only free spare array when readers are doneMartijn Coenen
2016-02-02mm: soft-offline: check return value in second __get_any_page() callNaoya Horiguchi
2016-02-02virtio_balloon: fix race between migration and ballooningMinchan Kim