summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2017-06-08mm/huge_memory.c: respect FOLL_FORCE/FOLL_COW for thpKeno Fischer1-3/+16
2017-06-08mm/init: fix zone boundary creationOliver O'Halloran1-7/+10
2017-06-08mm/hugetlb.c: fix reservation race when freeing surplus pagesMike Kravetz1-9/+28
2017-02-10mm,ksm: fix endless looping in allocating memory when ksm enablezhong jiang1-1/+2
2017-02-07swapfile: fix memory corruption via malformed swapfileJann Horn1-0/+2
2016-10-20mm: remove gup_flags FOLL_WRITE games from __get_user_pages()Linus Torvalds1-2/+12
2016-10-20mm: thp: fix SMP race condition between THP page fault and MADV_DONTNEEDAndrea Arcangeli1-2/+12
2016-08-27squash mm: Export migrate_page_... : also make it non-staticWilly Tarreau1-1/+1
2016-08-27mm: Export migrate_page_move_mapping and migrate_page_copyRichard Weinberger1-0/+2
2016-08-22tmpfs: fix regression hang in fallocate undoHugh Dickins1-3/+5
2016-08-22tmpfs: don't undo fallocate past its last pageAnthony Romano1-1/+1
2016-08-22mm: migrate dirty page without clear_page_dirty_for_io etcHugh Dickins1-20/+31
2016-02-25memcg: only free spare array when readers are doneMartijn Coenen1-5/+6
2016-02-25mm/memory_hotplug.c: check for missing sections in test_pages_in_a_zone()Andrew Banman1-12/+19
2016-02-25mm: soft-offline: check return value in second __get_any_page() callNaoya Horiguchi1-1/+1
2016-02-25ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn1-1/+1
2015-11-09mm: make sendfile(2) killableJan Kara1-4/+5
2015-10-23mm: hugetlbfs: skip shared VMAs when unmapping private pages to satisfy a faultMel Gorman1-0/+8
2015-10-01vmscan: fix increasing nr_isolated incurred by putback unevictable pagesJaewon Kim1-1/+1
2015-09-13mm/hwpoison: fix page refcount of unknown non LRU pageWanpeng Li1-0/+2
2015-08-17mm, vmscan: Do not wait for page writeback for GFP_NOFS allocationsMichal Hocko1-8/+3
2015-08-10mm: avoid setting up anonymous pages into file mappingKirill A. Shutemov1-4/+9
2015-06-23mm/memory_hotplug.c: set zone->wait_table to null after freeing itGu Zheng1-1/+3
2015-05-17mm/memory-failure: call shake_page() when error hits thp tail pageNaoya Horiguchi1-4/+4
2015-04-29vm: make stack guard page errors return VM_FAULT_SIGSEGV rather than SIGBUSLinus Torvalds1-1/+1
2015-04-29vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds2-3/+4
2015-04-19writeback: fix possible underflow in write bandwidth calculationTejun Heo1-1/+4
2015-04-19writeback: add missing INITIAL_JIFFIES init in global_update_bandwidth()Tejun Heo1-1/+1
2015-04-19mm/memory hotplug: postpone the reset of obsolete pgdatGu Zheng1-9/+4
2015-03-18mm/memory.c: actually remap enough memoryGrazvydas Ignotas1-1/+1
2015-03-18mm/compaction: fix wrong order check in compact_finished()Joonsoo Kim1-1/+1
2015-03-18mm/nommu.c: fix arithmetic overflow in __vm_enough_memory()Roman Gushchin1-2/+2
2015-03-18mm/mmap.c: fix arithmetic overflow in __vm_enough_memory()Roman Gushchin1-2/+2
2015-03-18mm/hugetlb: add migration entry check in __unmap_hugepage_rangeNaoya Horiguchi1-2/+3
2015-02-11mm: pagewalk: call pte_hole() for VM_PFNMAP during walk_page_rangeShiraz Hashim1-1/+4
2015-01-16mm: Don't count the stack guard page towards RLIMIT_STACKLinus Torvalds1-2/+5
2015-01-16mm: propagate error from stack expansion even for guard pageLinus Torvalds1-2/+2
2015-01-16mm, vmscan: prevent kswapd livelock due to pfmemalloc-throttled process being...Vlastimil Babka1-11/+13
2014-12-16mm: fix swapoff hang after page migration and forkHugh Dickins1-13/+13
2014-12-16mm: frontswap: invalidate expired data on a dup-store failureWeijie Yang1-1/+3
2014-11-21mm: memcg: handle non-error OOM situations more gracefullyJohannes Weiner4-105/+65
2014-11-21mm: memcg: do not trap chargers with full callstack on OOMJohannes Weiner3-49/+115
2014-11-21mm: memcg: rework and document OOM waiting and wakeupJohannes Weiner1-37/+46
2014-11-21mm: memcg: enable memcg OOM killer only for user faultsJohannes Weiner3-12/+41
2014-11-14mm: Remove false WARN_ON from pagecache_isize_extended()Jan Kara1-1/+0
2014-11-14cgroup/kmemleak: add kmemleak_free() for cgroup deallocations.Wang Nan1-0/+1
2014-11-14OOM, PM: OOM killed task shouldn't escape PM suspendMichal Hocko2-0/+25
2014-11-14vfs: fix data corruption when blocksize < pagesize for mmaped dataJan Kara1-3/+56
2014-11-14Revert "percpu: free percpu allocation info for uniprocessor system"Guenter Roeck1-2/+0
2014-10-09mm: numa: Do not mark PTEs pte_numa when splitting huge pagesMel Gorman1-2/+5