summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2014-05-08Merge "page owners: correct page->order when to free page"Linux Build Service Account
2014-05-08Merge "debugging: keep track of page owners"Linux Build Service Account
2014-04-28mm: vmscan: support equal reclaim for anon and file pagesLiam Mark
2014-04-25mm: Mark free pages as read onlyLaura Abbott
2014-04-16page owners: correct page->order when to free pageJungsoo Son
2014-04-16debugging: keep track of page ownersAlexander Nyberg
2014-03-26Merge "Merge upstream linux-stable v3.10.28 into msm-3.10"Linux Build Service Account
2014-03-24Merge upstream linux-stable v3.10.28 into msm-3.10Ian Maund
2014-03-21mm/vmalloc.c: Correctly calculate VMALLOC_TOTALLaura Abbott
2014-03-17ksm: Provide support to use deferred timers for scanner threadChintan Pandya
2014-03-10mm/compaction: Break out of loop on !PageBuddy in isolate_freepages_blockLaura Abbott
2014-02-07mm: introduce helper function mem_init_print_info() to simplify mem_init()Jiang Liu
2014-02-07mm: use a dedicated lock to protect totalram_pages and zone->managed_pagesJiang Liu
2014-02-07mm: migrate: check movability of hugepage in unmap_and_move_huge_page()Naoya Horiguchi
2014-02-07Fix TLB gather virtual address range invalidation corner casesLinus Torvalds
2014-02-07mm: remove free_area_cacheMichel Lespinasse
2014-02-07mm/nobootmem.c: have __free_pages_memory() free in larger chunks.Robin Holt
2014-02-07mm: concentrate modification of totalram_pages into the mm coreJiang Liu
2014-02-07mm: accurately calculate zone->managed_pages for highmem zonesJiang Liu
2014-01-25thp: fix copy_page_rep GPF by testing is_huge_zero_pmd once onlyHugh Dickins
2014-01-25mm/memory-failure.c: recheck PageHuge() after hugetlb page migrate successfullyJianguo Wu
2014-01-09cope with potentially long ->d_dname() output for shmem/hugetlbAl Viro
2014-01-09memcg: fix memcg_size() calculationVladimir Davydov
2014-01-09mm/memory-failure.c: transfer page count from head page to tail page after sp...Naoya Horiguchi
2014-01-09mm: fix use-after-free in sys_remap_file_pagesRik van Riel
2014-01-09mm/hugetlb: check for pte NULL pointer in __page_check_address()Jianguo Wu
2014-01-09mm/compaction: respect ignore_skip_hint in update_pageblock_skipJoonsoo Kim
2014-01-09mm: fix TLB flush race between migration, and change_protection_rangeRik van Riel
2014-01-09mm: numa: avoid unnecessary work on the failure pathMel Gorman
2014-01-09mm: numa: ensure anon_vma is locked to prevent parallel THP splitsMel Gorman
2014-01-09mm: clear pmd_numa before invalidatingMel Gorman
2013-12-20mm: make is_vmalloc_addr locklessLaura Abbott
2013-12-10Merge "mm: change freepage state correctly in __isolate_free_page"Linux Build Service Account
2013-12-08mm: numa: return the number of base pages altered by protection changesMel Gorman
2013-12-05Merge "add extra free kbytes tunable"Linux Build Service Account
2013-12-04mm: ensure get_unmapped_area() returns higher address than mmap_min_addrAkira Takeuchi
2013-12-02mm: change freepage state correctly in __isolate_free_pageLaura Abbott
2013-11-29slub: Handle NULL parameter in kmem_cache_flagsChristoph Lameter
2013-11-25add extra free kbytes tunableRik van Riel
2013-11-21mm/pagewalk.c: fix walk_page_range() access of wrong PTEsChen LinX
2013-11-20Merge "mm: make is_vmalloc_addr work properly."Linux Build Service Account
2013-11-19mm: make is_vmalloc_addr work properly.Laura Abbott
2013-11-14mm: swap: Rate limit swap write errorsOlav Haugan
2013-11-14mm: vmscan: Move pages that fail swapout to LRU active listOlav Haugan
2013-11-13mm/vmalloc.c: fix an overflow bug in alloc_vmap_area()Zhang Yanfei
2013-11-13mm/pagewalk.c: fix walk_page_range() access of wrong PTEsChen LinX
2013-11-13mm: Account for a THP NUMA hinting update as one PTE updateMel Gorman
2013-11-13mm: Close races between THP migration and PMD numa clearingMel Gorman
2013-11-13mm: numa: Sanitize task_numa_fault() callsitesMel Gorman
2013-11-13mm: Prevent parallel splits during THP migrationMel Gorman