summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm/hugetlb.c: fix reservation race when freeing surplus pagesMike Kravetz2017-01-101-9/+28
* mm/slab.c: fix SLAB freelist randomization duplicate entriesJohn Sperbeck2017-01-101-4/+4
* mm: support anonymous stable pageMinchan Kim2017-01-101-1/+19
* mm: rename __page_frag functions to __page_frag_cache, drop order from drainAlexander Duyck2017-01-101-6/+7
* mm: rename __alloc_page_frag to page_frag_alloc and __free_page_frag to page_...Alexander Duyck2017-01-101-5/+5
* mm, memcg: fix the active list aging for lowmem requests when memcg is enabledMichal Hocko2017-01-102-20/+25
* mm: don't dereference struct page fields of invalid pagesArd Biesheuvel2017-01-101-3/+3
* mm: pmd dirty emulation in page fault handlerMinchan Kim2017-01-101-2/+4
* mm: get rid of __GFP_OTHER_NODEMichal Hocko2017-01-103-8/+5
* mm: fix remote numa hits statisticsMichal Hocko2017-01-101-11/+4
* dax: wrprotect pmd_t in dax_mapping_entry_mkcleanRoss Zwisler2017-01-101-2/+2
* mm: add follow_pte_pmd()Ross Zwisler2017-01-101-7/+30
* mm/thp/pagecache/collapse: free the pte page table on collapse for thp page c...Aneesh Kumar K.V2017-01-101-19/+2
* dax: fix deadlock with DAX 4k holesRoss Zwisler2017-01-101-1/+1
* mm: workingset: fix use-after-free in shadow node shrinkerJohannes Weiner2017-01-071-1/+2
* mm: stop leaking PageTablesHugh Dickins2017-01-071-27/+20
* Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-01-011-14/+61
|\
| * mm: Invalidate DAX radix tree entries only if appropriateJan Kara2016-12-261-14/+61
* | mm/filemap: fix parameters to test_bit()Olof Johansson2016-12-291-1/+1
* | mm: optimize PageWaiters bit use for unlock_page()Linus Torvalds2016-12-291-5/+31
|/
* mm: add PageWaiters indicating tasks are waiting for a page bitNicholas Piggin2016-12-253-35/+150
* mm: Use owner_priv bit for PageSwapCache, valid when PageSwapBackedNicholas Piggin2016-12-252-9/+9
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-2410-10/+10
* mm: fadvise: avoid expensive remote LRU cache draining after FADV_DONTNEEDJohannes Weiner2016-12-201-1/+14
* Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds2016-12-171-2/+0
|\
| * vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi2016-12-091-2/+0
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-12-1412-569/+643
|\ \
| * | radix-tree: delete radix_tree_range_tag_if_tagged()Matthew Wilcox2016-12-141-10/+18
| * | radix-tree: delete radix_tree_locate_item()Matthew Wilcox2016-12-141-1/+25
| * | radix-tree: improve multiorder iteratorsMatthew Wilcox2016-12-142-7/+6
| * | dax: protect PTE modification on WP fault by radix tree entry lockJan Kara2016-12-141-1/+1
| * | mm: export follow_pte()Jan Kara2016-12-141-2/+2
| * | mm: change return values of finish_mkwrite_fault()Jan Kara2016-12-141-4/+3
| * | mm: provide helper for finishing mkwrite faultsJan Kara2016-12-141-27/+40
| * | mm: move part of wp_page_reuse() into the single call siteJan Kara2016-12-141-15/+12
| * | mm: use vmf->page during WP faultsJan Kara2016-12-141-29/+29
| * | mm: pass vm_fault structure into do_page_mkwrite()Jan Kara2016-12-141-12/+10
| * | mm: factor out common parts of write fault handlingJan Kara2016-12-141-41/+37
| * | mm: move handling of COW faults into DAX codeJan Kara2016-12-141-9/+4
| * | mm: factor out functionality to finish page faultsJan Kara2016-12-141-9/+35
| * | mm: allow full handling of COW faults in ->fault handlersJan Kara2016-12-141-7/+7
| * | mm: add orig_pte field into vm_faultJan Kara2016-12-143-46/+45
| * | mm: use passed vm_fault structure for in wp_pfn_shared()Jan Kara2016-12-141-7/+2
| * | mm: trim __do_fault() argumentsJan Kara2016-12-141-38/+29
| * | mm: use passed vm_fault structure in __do_fault()Jan Kara2016-12-141-15/+10
| * | mm: use pgoff in struct vm_fault instead of passing it separatelyJan Kara2016-12-142-17/+19
| * | mm: use vmf->address instead of of vmf->virtual_addressJan Kara2016-12-141-5/+4
| * | mm: join struct fault_env and vm_faultJan Kara2016-12-146-387/+392
| * | mm: unexport __get_user_pages_unlocked()Lorenzo Stoakes2016-12-143-12/+16
| * | mm: add locked parameter to get_user_pages_remote()Lorenzo Stoakes2016-12-142-5/+9