summaryrefslogtreecommitdiff
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mlock: fix mlock count can not decrease in race conditionYisheng Xie2017-06-071-2/+3
* mm/migrate: fix refcount handling when !hugepage_migration_supported()Punit Agrawal2017-06-071-6/+2
* slub/memcg: cure the brainless abuse of sysfs attributesThomas Gleixner2017-06-071-2/+4
* mm/huge_memory.c: respect FOLL_FORCE/FOLL_COW for thpKeno Fischer2017-05-251-1/+11
* mm/cma: silence warnings due to max() usageStephen Rothwell2017-05-081-3/+4
* mm: avoid setting up anonymous pages into file mappingKirill A. Shutemov2017-05-081-4/+9
* mm/init: fix zone boundary creationOliver O'Halloran2017-04-301-7/+10
* mm/mempolicy.c: fix error handling in set_mempolicy and mbind.Chris Salls2017-04-221-12/+8
* mm, hugetlb: use pte_present() instead of pmd_present() in follow_huge_pmd()Naoya Horiguchi2017-04-221-2/+4
* percpu: acquire pcpu_lock when updating pcpu_nr_empty_pop_pagesTahsin Erdogan2017-04-221-1/+4
* swapfile: fix memory corruption via malformed swapfileJann Horn2017-04-181-0/+2
* mm,ksm: fix endless looping in allocating memory when ksm enablezhong jiang2016-12-231-1/+2
* mm: remove gup_flags FOLL_WRITE games from __get_user_pages()Linus Torvalds2016-10-221-2/+12
* mm/hugetlb: avoid soft lockup in set_max_huge_pages()Jia He2016-08-221-0/+4
* 4.1.28 Fix bad backport of 8f182270dfec "mm/swap.c: flush lru pvecs on compou...Steven Rostedt2016-07-201-1/+1
* tmpfs: fix regression hang in fallocate undoHugh Dickins2016-07-121-3/+5
* mm: fix invalid node in alloc_migrate_target()Xishi Qiu2016-07-121-4/+4
* mm, compaction: abort free scanner if split failsDavid Rientjes2016-07-121-10/+20
* mm, compaction: skip compound pages by order in free scannerVlastimil Babka2016-07-121-0/+25
* mm/swap.c: flush lru pvecs on compound page arrivalLukasz Odzioba2016-07-121-5/+4
* mm: rename deactivate_page to deactivate_file_pageMinchan Kim2016-07-122-13/+13
* tmpfs: don't undo fallocate past its last pageAnthony Romano2016-07-121-1/+1
* mm: Export migrate_page_move_mapping and migrate_page_copyRichard Weinberger2016-07-121-0/+2
* percpu: fix synchronization between synchronous map extension and chunk destr...Tejun Heo2016-07-111-8/+8
* percpu: fix synchronization between chunk->map_extend_work and chunk destructionTejun Heo2016-07-111-21/+36
* mm, cma: prevent nr_isolated_* counters from going negativeHugh Dickins2016-05-171-9/+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
* ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn2016-04-121-1/+1
* mm: thp: fix SMP race condition between THP page fault and MADV_DONTNEEDAndrea Arcangeli2016-03-111-2/+12
* mm: replace vma_lock_anon_vma with anon_vma_lock_read/writeKonstantin Khlebnikov2016-02-151-30/+25
* memcg: only free spare array when readers are doneMartijn Coenen2016-02-091-5/+6
* mm: soft-offline: check return value in second __get_any_page() callNaoya Horiguchi2016-02-091-1/+1
* virtio_balloon: fix race between migration and ballooningMinchan Kim2016-02-091-2/+2
* mm: make sendfile(2) killableJan Kara2015-11-151-4/+5
* mm/slab: fix unexpected index mapping result of kmalloc_size(INDEX_NODE+1)Joonsoo Kim2015-10-271-3/+10
* mm: hugetlbfs: skip shared VMAs when unmapping private pages to satisfy a faultMel Gorman2015-10-271-0/+8
* vmscan: fix increasing nr_isolated incurred by putback unevictable pagesJaewon Kim2015-10-071-1/+1
* mm/hwpoison: fix fail isolate hugetlbfs page w/ refcount heldWanpeng Li2015-09-151-7/+6
* mm: hugetlb: introduce page_huge_activeNaoya Horiguchi2015-09-152-5/+50
* mm/hwpoison: fix page refcount of unknown non LRU pageWanpeng Li2015-09-151-0/+2
* mm, vmscan: Do not wait for page writeback for GFP_NOFS allocationsMichal Hocko2015-08-271-9/+5
* mm: kmemleak_alloc_percpu() should follow the gfp from per_alloc()Larry Finger2015-07-052-5/+6
* mm: kmemleak: allow safe memory scanning during kmemleak disablingCatalin Marinas2015-07-051-3/+16
* mm/memory_hotplug.c: set zone->wait_table to null after freeing itGu Zheng2015-07-031-1/+3
* mm, numa: really disable NUMA balancing by default on single node machinesMel Gorman2015-06-101-1/+1
* mm: soft-offline: fix num_poisoned_pages counting on concurrent eventsNaoya Horiguchi2015-05-231-4/+4
* writeback: use |1 instead of +1 to protect against div by zeroTejun Heo2015-05-231-3/+3