aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2017-05-26 Merge tag 'v3.18.55' into linux-linaro-lsk-v3.18Alex Shi
2017-05-25mm/huge_memory.c: respect FOLL_FORCE/FOLL_COW for thpKeno Fischer
2017-05-25Merge remote-tracking branch 'lts/linux-3.18.y' into linux-linaro-lsk-v3.18Alex Shi
2017-05-08mm/cma: silence warnings due to max() usageStephen Rothwell
2017-05-08mm: avoid setting up anonymous pages into file mappingKirill A. Shutemov
2017-05-01 Merge tag 'v3.18.51' into linux-linaro-lsk-v3.18Alex Shi
2017-04-30mm/init: fix zone boundary creationOliver O'Halloran
2017-04-23 Merge tag 'v3.18.50' into linux-linaro-lsk-v3.18Alex Shi
2017-04-22mm/mempolicy.c: fix error handling in set_mempolicy and mbind.Chris Salls
2017-04-22mm, hugetlb: use pte_present() instead of pmd_present() in follow_huge_pmd()Naoya Horiguchi
2017-04-22percpu: acquire pcpu_lock when updating pcpu_nr_empty_pop_pagesTahsin Erdogan
2017-04-19 Merge tag 'v3.18.49' into linux-linaro-lsk-v3.18Alex Shi
2017-04-18swapfile: fix memory corruption via malformed swapfileJann Horn
2017-01-03 Merge tag 'v3.18.46' into linux-linaro-lsk-v3.18Alex Shi
2016-12-23mm,ksm: fix endless looping in allocating memory when ksm enablezhong jiang
2016-10-25 Merge tag 'v3.18.44' into linux-linaro-lsk-v3.18lsk-v3.18-16.11Alex Shi
2016-10-22mm: remove gup_flags FOLL_WRITE games from __get_user_pages()Linus Torvalds
2016-08-23 Merge tag 'v3.18.40' into linux-linaro-lsk-v3.18Alex Shi
2016-08-22mm/hugetlb: avoid soft lockup in set_max_huge_pages()Jia He
2016-08-01 Merge tag 'v3.18.38' into linux-linaro-lsk-v3.18Alex Shi
2016-07-204.1.28 Fix bad backport of 8f182270dfec "mm/swap.c: flush lru pvecs on compou...Steven Rostedt
2016-07-17 Merge tag 'v3.18.37' into linux-linaro-lsk-v3.18lsk-v3.18-16.07Alex Shi
2016-07-12tmpfs: fix regression hang in fallocate undoHugh Dickins
2016-07-12mm: fix invalid node in alloc_migrate_target()Xishi Qiu
2016-07-12mm, compaction: abort free scanner if split failsDavid Rientjes
2016-07-12mm, compaction: skip compound pages by order in free scannerVlastimil Babka
2016-07-12mm/swap.c: flush lru pvecs on compound page arrivalLukasz Odzioba
2016-07-12mm: rename deactivate_page to deactivate_file_pageMinchan Kim
2016-07-12tmpfs: don't undo fallocate past its last pageAnthony Romano
2016-07-12mm: Export migrate_page_move_mapping and migrate_page_copyRichard Weinberger
2016-07-11percpu: fix synchronization between synchronous map extension and chunk destr...Tejun Heo
2016-07-11percpu: fix synchronization between chunk->map_extend_work and chunk destructionTejun Heo
2016-05-24 Merge tag 'v3.18.34' into linux-linaro-lsk-v3.18lsk-v3.18-16.05Alex Shi
2016-05-17mm, cma: prevent nr_isolated_* counters from going negativeHugh Dickins
2016-05-17mm/huge_memory: replace VM_NO_THP VM_BUG_ON with actual VMA checkKonstantin Khlebnikov
2016-04-27Merge branch 'v3.18/topic/KASAN' into linux-linaro-lsk-v3.18lsk-v3.18-16.04Alex Shi
2016-04-27mm: vmalloc: don't remove inexistent guard hole in remove_vm_area()Jerome Marchand
2016-04-27mm/early_ioremap: add explicit #include of asm/early_ioremap.hArd Biesheuvel
2016-04-18mm/page_alloc: prevent merging between isolated and other pageblocksVlastimil Babka
2016-04-18mm: use 'unsigned int' for page orderKirill A. Shutemov
2016-04-18mm: page_alloc: pass PFN to __free_pages_bootmemMel Gorman
2016-04-12ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn
2016-04-11kasan: add functions to clear stack poisonMark Rutland
2016-04-11kasan: fix kmemleak false-positive in kasan_module_alloc()Andrey Ryabinin
2016-04-11kasan: always taint kernel on reportAndrey Ryabinin
2016-04-11mm, slub, kasan: enable user tracking by default with KASAN=yAndrey Ryabinin
2016-04-11kasan: use IS_ALIGNED in memory_is_poisoned_8()Xishi Qiu
2016-04-11kasan: Fix a type conversion errorWang Long
2016-04-11kasan: update reference to kasan prototype repoAndrey Konovalov
2016-04-11kasan: update log messagesAndrey Konovalov