summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2016-12-24scripts/spelling.txt: add "followings" pattern and fix typo instancesMasahiro Yamada
2016-12-24scripts/spelling.txt: add "comsume(r)" pattern and fix typo instancesMasahiro Yamada
2016-12-24scripts/spelling.txt: add "algined" pattern and fix typo instancesMasahiro Yamada
2016-12-20mm/vmstat.c: walk the zone in pageblock_nr_pages stepszhong jiang
2016-12-20mm/page_owner: align with pageblock_nr pageszhong jiang
2016-12-20z3fold: fix locking issuesVitaly Wool
2016-12-20z3fold: fix header size related issuesVitaly Wool
2016-12-20z3fold: discourage use of pages that weren't compactedVitaly Wool
2016-12-20z3fold: use per-page spinlockVitaly Wool
2016-12-20mm/z3fold.c: extend compaction functionVitaly Wool
2016-12-20mm/z3fold.c: make pages_nr atomicVitaly Wool
2016-12-20mm/z3fold.c: limit first_num to the actual range of possible buddy indexeszhong jiang
2016-12-20mm, page_alloc: avoid page_to_pfn() when merging buddiesVlastimil Babka
2016-12-20mm, page_alloc: don't convert pfn to idx when mergingVlastimil Babka
2016-12-20mm-throttle-show_mem-from-warn_alloc-fixAndrew Morton
2016-12-20mm: throttle show_mem() from warn_alloc()Michal Hocko
2016-12-20tmpfs: change shmem_mapping() to test shmem_aopsHugh Dickins
2016-12-20mm/thp/pagecache/collapse: free the pte page table on collapse for thp page c...Aneesh Kumar K.V
2016-12-20mm/thp/pagecache: only withdraw page table after a successful depositAneesh Kumar K.V
2016-12-20mm, page_alloc: fix incorrect zone_statistics dataJia He
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
2016-12-14mm, compaction: allow compaction for GFP_NOFS requestsMichal Hocko
2016-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2016-12-14vfs,mm: fix return value of read() at s_maxbytesLinus Torvalds