summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm, compaction: prevent VM_BUG_ON when terminating freeing scannerDavid Rientjes2016-08-061-22/+14
* mm, compaction: simplify handling restart position in free pages scannerVlastimil Babka2016-08-061-15/+20
* 4.1.28 Fix bad backport of 8f182270dfec "mm/swap.c: flush lru pvecs on compou...Steven Rostedt2016-07-191-1/+1
* tmpfs: fix regression hang in fallocate undoHugh Dickins2016-07-121-3/+5
* mm: update min_free_kbytes from khugepaged after core initializationJason Baron2016-07-101-1/+1
* mm: fix invalid node in alloc_migrate_target()Xishi Qiu2016-07-101-4/+4
* mm, compaction: abort free scanner if split failsDavid Rientjes2016-07-101-18/+21
* mm, compaction: skip compound pages by order in free scannerVlastimil Babka2016-07-101-0/+25
* mm/swap.c: flush lru pvecs on compound page arrivalLukasz Odzioba2016-07-101-5/+4
* tmpfs: don't undo fallocate past its last pageAnthony Romano2016-07-101-1/+1
* mm: Export migrate_page_move_mapping and migrate_page_copyRichard Weinberger2016-07-101-0/+2
* percpu: fix synchronization between synchronous map extension and chunk destr...Tejun Heo2016-07-101-8/+8
* percpu: fix synchronization between chunk->map_extend_work and chunk destructionTejun Heo2016-07-101-21/+36
* mm, cma: prevent nr_isolated_* counters from going negativeHugh Dickins2016-05-171-9/+1
* mm: check __PG_HWPOISON separately from PAGE_FLAGS_CHECK_AT_*Naoya Horiguchi2016-05-173-7/+9
* mm: soft-offline: don't free target page in successful page migrationNaoya Horiguchi2016-05-172-25/+6
* mm: vmscan: reclaim highmem zone if buffer_heads is over limitMinchan Kim2016-05-171-1/+1
* mm/huge_memory: replace VM_NO_THP VM_BUG_ON with actual VMA checkKonstantin Khlebnikov2016-05-171-4/+2
* mm/page_alloc: prevent merging between isolated and other pageblocksVlastimil Babka2016-04-181-13/+33
* mm: use 'unsigned int' for page orderKirill A. Shutemov2016-04-183-24/+28
* mm: page_alloc: pass PFN to __free_pages_bootmemMel Gorman2016-04-185-11/+14
* mm: memcontrol: reclaim when shrinking memory.high below usageJohannes Weiner2016-04-181-0/+6
* ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn2016-04-111-1/+1
* mm: numa: quickly fail allocations for NUMA balancing on full nodesMel Gorman2016-03-091-1/+1
* mm: thp: fix SMP race condition between THP page fault and MADV_DONTNEEDAndrea Arcangeli2016-03-091-2/+12
* mm: fix regression in remap_file_pages() emulationKirill A. Shutemov2016-03-041-5/+29
* mm: replace vma_lock_anon_vma with anon_vma_lock_read/writeKonstantin Khlebnikov2016-02-151-30/+25
* mm: fix mlock accoutingKirill A. Shutemov2016-02-151-1/+1
* zsmalloc: fix migrate_zspage-zs_free race conditionJunil Lee2016-02-031-1/+13
* memcg: only free spare array when readers are doneMartijn Coenen2016-02-031-5/+6
* mm: soft-offline: check return value in second __get_any_page() callNaoya Horiguchi2016-02-031-1/+1
* virtio_balloon: fix race between migration and ballooningMinchan Kim2016-02-031-2/+2
* thp: use is_zero_pfn() only after pte_present() checkMinchan Kim2015-11-091-1/+2
* mm: make sendfile(2) killableJan Kara2015-11-091-4/+5
* memcg: convert threshold to bytesShaohua Li2015-10-271-0/+1
* mm/slab: fix unexpected index mapping result of kmalloc_size(INDEX_NODE+1)Joonsoo Kim2015-10-221-3/+10
* mm: hugetlbfs: skip shared VMAs when unmapping private pages to satisfy a faultMel Gorman2015-10-221-0/+8
* mm: migrate: hugetlb: putback destination hugepage to active listNaoya Horiguchi2015-10-221-1/+1
* vmscan: fix increasing nr_isolated incurred by putback unevictable pagesJaewon Kim2015-09-291-1/+1
* mm: make page pfmemalloc check more robustMichal Hocko2015-09-293-5/+8
* mm/hwpoison: fix fail isolate hugetlbfs page w/ refcount heldWanpeng Li2015-09-131-7/+6
* mm/hwpoison: fix page refcount of unknown non LRU pageWanpeng Li2015-09-131-0/+2
* mm, vmscan: Do not wait for page writeback for GFP_NOFS allocationsMichal Hocko2015-08-161-9/+5
* mm: avoid setting up anonymous pages into file mappingKirill A. Shutemov2015-08-031-7/+13
* mm/hugetlb: introduce minimum hugepage orderNaoya Horiguchi2015-08-031-8/+11
* mm, thp: respect MPOL_PREFERRED policy with non-local nodeVlastimil Babka2015-07-211-16/+22
* mm: kmemleak_alloc_percpu() should follow the gfp from per_alloc()Larry Finger2015-07-212-5/+6
* mm: kmemleak: allow safe memory scanning during kmemleak disablingCatalin Marinas2015-07-211-3/+16
* mm: shmem_zero_setup skip security check and lockdep conflict with XFSHugh Dickins2015-06-171-1/+7
* zsmalloc: fix a null pointer dereference in destroy_handle_cache()Sergey Senozhatsky2015-06-101-1/+2