summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)Author
2017-01-10mm/hugetlb.c: fix reservation race when freeing surplus pagesMike Kravetz
2017-01-10mm/slab.c: fix SLAB freelist randomization duplicate entriesJohn Sperbeck
2017-01-10mm: support anonymous stable pageMinchan Kim
2017-01-10mm: rename __page_frag functions to __page_frag_cache, drop order from drainAlexander Duyck
2017-01-10mm: rename __alloc_page_frag to page_frag_alloc and __free_page_frag to page_...Alexander Duyck
2017-01-10mm, memcg: fix the active list aging for lowmem requests when memcg is enabledMichal Hocko
2017-01-10mm: don't dereference struct page fields of invalid pagesArd Biesheuvel
2017-01-10mm: pmd dirty emulation in page fault handlerMinchan Kim
2017-01-10mm: get rid of __GFP_OTHER_NODEMichal Hocko
2017-01-10mm: fix remote numa hits statisticsMichal Hocko
2017-01-10dax: wrprotect pmd_t in dax_mapping_entry_mkcleanRoss Zwisler
2017-01-10mm: add follow_pte_pmd()Ross Zwisler
2017-01-10mm/thp/pagecache/collapse: free the pte page table on collapse for thp page c...Aneesh Kumar K.V
2017-01-10dax: fix deadlock with DAX 4k holesRoss Zwisler
2017-01-07mm: workingset: fix use-after-free in shadow node shrinkerJohannes Weiner
2017-01-07mm: stop leaking PageTablesHugh Dickins
2017-01-01Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-12-29mm/filemap: fix parameters to test_bit()Olof Johansson
2016-12-29mm: optimize PageWaiters bit use for unlock_page()Linus Torvalds
2016-12-26mm: Invalidate DAX radix tree entries only if appropriateJan Kara
2016-12-25mm: add PageWaiters indicating tasks are waiting for a page bitNicholas Piggin
2016-12-25mm: Use owner_priv bit for PageSwapCache, valid when PageSwapBackedNicholas Piggin
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-20mm: fadvise: avoid expensive remote LRU cache draining after FADV_DONTNEEDJohannes Weiner
2016-12-17Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds
2016-12-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-12-14radix-tree: delete radix_tree_range_tag_if_tagged()Matthew Wilcox
2016-12-14radix-tree: delete radix_tree_locate_item()Matthew Wilcox
2016-12-14radix-tree: improve multiorder iteratorsMatthew Wilcox
2016-12-14dax: protect PTE modification on WP fault by radix tree entry lockJan Kara
2016-12-14mm: export follow_pte()Jan Kara
2016-12-14mm: change return values of finish_mkwrite_fault()Jan Kara
2016-12-14mm: provide helper for finishing mkwrite faultsJan Kara
2016-12-14mm: move part of wp_page_reuse() into the single call siteJan Kara
2016-12-14mm: use vmf->page during WP faultsJan Kara
2016-12-14mm: pass vm_fault structure into do_page_mkwrite()Jan Kara
2016-12-14mm: factor out common parts of write fault handlingJan Kara
2016-12-14mm: move handling of COW faults into DAX codeJan Kara
2016-12-14mm: factor out functionality to finish page faultsJan Kara
2016-12-14mm: allow full handling of COW faults in ->fault handlersJan Kara
2016-12-14mm: add orig_pte field into vm_faultJan Kara
2016-12-14mm: use passed vm_fault structure for in wp_pfn_shared()Jan Kara
2016-12-14mm: trim __do_fault() argumentsJan Kara
2016-12-14mm: use passed vm_fault structure in __do_fault()Jan Kara
2016-12-14mm: use pgoff in struct vm_fault instead of passing it separatelyJan Kara
2016-12-14mm: use vmf->address instead of of vmf->virtual_addressJan Kara
2016-12-14mm: join struct fault_env and vm_faultJan Kara
2016-12-14mm: unexport __get_user_pages_unlocked()Lorenzo Stoakes
2016-12-14mm: add locked parameter to get_user_pages_remote()Lorenzo Stoakes
2016-12-14mm: add support for releasing multiple instances of a pageAlexander Duyck