summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
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
2016-01-25mm/memory_hotplug.c: check for missing sections in test_pages_in_a_zone()Andrew Banman
2016-01-25vmstat: allocate vmstat_wq before it is usedMichal Hocko
2016-01-25mm: hugetlb: call huge_pte_alloc() only if ptep is nullNaoya Horiguchi
2016-01-25mm, vmstat: allow WQ concurrency to discover memory reclaim doesn't make any ...Michal Hocko
2016-01-18mm: hugetlb: fix hugepage memory leak caused by wrong reserve countNaoya Horiguchi
2015-12-13mm: slab: only move management objects off-slab for sizes larger than KMALLOC...Catalin Marinas
2015-11-16mm: make sendfile(2) killableJan Kara
2015-10-28mm/slab: fix unexpected index mapping result of kmalloc_size(INDEX_NODE+1)Joonsoo Kim
2015-10-28mm: hugetlbfs: skip shared VMAs when unmapping private pages to satisfy a faultMel Gorman