aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-25mm: add PageWaiters indicating tasks are waiting for a page bitNicholas Piggin3-35/+150
2016-12-25mm: Use owner_priv bit for PageSwapCache, valid when PageSwapBackedNicholas Piggin2-9/+9
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds10-10/+10
2016-12-20mm: fadvise: avoid expensive remote LRU cache draining after FADV_DONTNEEDJohannes Weiner1-1/+14
2016-12-17Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds1-2/+0
2016-12-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds12-569/+643
2016-12-14radix-tree: delete radix_tree_range_tag_if_tagged()Matthew Wilcox1-10/+18
2016-12-14radix-tree: delete radix_tree_locate_item()Matthew Wilcox1-1/+25
2016-12-14radix-tree: improve multiorder iteratorsMatthew Wilcox2-7/+6
2016-12-14dax: protect PTE modification on WP fault by radix tree entry lockJan Kara1-1/+1
2016-12-14mm: export follow_pte()Jan Kara1-2/+2
2016-12-14mm: change return values of finish_mkwrite_fault()Jan Kara1-4/+3
2016-12-14mm: provide helper for finishing mkwrite faultsJan Kara1-27/+40
2016-12-14mm: move part of wp_page_reuse() into the single call siteJan Kara1-15/+12
2016-12-14mm: use vmf->page during WP faultsJan Kara1-29/+29
2016-12-14mm: pass vm_fault structure into do_page_mkwrite()Jan Kara1-12/+10
2016-12-14mm: factor out common parts of write fault handlingJan Kara1-41/+37
2016-12-14mm: move handling of COW faults into DAX codeJan Kara1-9/+4
2016-12-14mm: factor out functionality to finish page faultsJan Kara1-9/+35
2016-12-14mm: allow full handling of COW faults in ->fault handlersJan Kara1-7/+7
2016-12-14mm: add orig_pte field into vm_faultJan Kara3-46/+45
2016-12-14mm: use passed vm_fault structure for in wp_pfn_shared()Jan Kara1-7/+2
2016-12-14mm: trim __do_fault() argumentsJan Kara1-38/+29
2016-12-14mm: use passed vm_fault structure in __do_fault()Jan Kara1-15/+10
2016-12-14mm: use pgoff in struct vm_fault instead of passing it separatelyJan Kara2-17/+19
2016-12-14mm: use vmf->address instead of of vmf->virtual_addressJan Kara1-5/+4
2016-12-14mm: join struct fault_env and vm_faultJan Kara6-387/+392
2016-12-14mm: unexport __get_user_pages_unlocked()Lorenzo Stoakes3-12/+16
2016-12-14mm: add locked parameter to get_user_pages_remote()Lorenzo Stoakes2-5/+9
2016-12-14mm: add support for releasing multiple instances of a pageAlexander Duyck1-0/+14
2016-12-14mm, compaction: allow compaction for GFP_NOFS requestsMichal Hocko1-3/+14
2016-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds3-2/+4
2016-12-14vfs,mm: fix return value of read() at s_maxbytesLinus Torvalds1-1/+1
2016-12-14Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-3/+2
2016-12-13Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-6/+1
2016-12-13Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-1/+2
2016-12-13Merge tag 'char-misc-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds2-0/+2
2016-12-13Merge tag 'pm-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+8
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds3-4/+3
2016-12-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds33-583/+727
2016-12-12Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds7-294/+172
2016-12-12mm/percpu.c: fix panic triggered by BUG_ON() falselyzijun_hu1-4/+12
2016-12-12kasan: eliminate long stalls during quarantine reductionDmitry Vyukov1-46/+48
2016-12-12kasan: support panic_on_warnDmitry Vyukov1-0/+2
2016-12-12mm: make transparent hugepage size publicHugh Dickins1-0/+10
2016-12-12mm: add three more cond_resched() in swapoffHugh Dickins1-7/+6
2016-12-12mm, page_alloc: keep pcp count and list contents in sync if struct page is corruptedMel Gorman1-2/+10
2016-12-12mm, rmap: handle anon_vma_prepare() common case inlineVlastimil Babka1-35/+34
2016-12-12mm, debug: print raw struct page data in __dump_page()Vlastimil Babka1-0/+4
2016-12-12mm: THP page cache support for ppc64Aneesh Kumar K.V4-17/+87