aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-12-12mm: move vma_is_anonymous check within pmd_move_must_withdrawAneesh Kumar K.V1-2/+16
2016-12-12mm: add preempt points into __purge_vmap_area_lazy()Joel Fernandes1-5/+9
2016-12-12mm: turn vmap_purge_lock into a mutexChristoph Hellwig1-7/+7
2016-12-12mm: mark all calls into the vmalloc subsystem as potentially sleepingChristoph Hellwig1-1/+6
2016-12-12mm: add vfree_atomic()Andrey Ryabinin1-6/+36
2016-12-12mm: refactor __purge_vmap_area_lazy()Christoph Hellwig1-45/+35
2016-12-12mm: remove free_unmap_vmap_area_addr()Christoph Hellwig1-13/+8
2016-12-12mm: remove free_unmap_vmap_area_noflush()Christoph Hellwig1-11/+2
2016-12-12mm: workingset: update shadow limit to reflect bigger active listJohannes Weiner1-19/+25
2016-12-12mm: workingset: restore refault tracking for single-page filesJohannes Weiner1-8/+1
2016-12-12mm: workingset: move shadow entry tracking to radix tree exceptional trackingJohannes Weiner3-80/+51
2016-12-12lib: radix-tree: update callback for changing leaf nodesJohannes Weiner1-1/+2
2016-12-12lib: radix-tree: check accounting of existing slot replacement usersJohannes Weiner4-7/+8
2016-12-12lib: radix-tree: native accounting of exceptional entriesJohannes Weiner1-4/+4
2016-12-12mm: workingset: turn shadow node shrinker bugs into warningsJohannes Weiner1-8/+12
2016-12-12mm: khugepaged: fix radix tree node leak in shmem collapse error pathJohannes Weiner1-2/+4
2016-12-12mm: khugepaged: close use-after-free race during shmem collapsingJohannes Weiner1-0/+5
2016-12-12mm: don't cap request size based on read-ahead settingJens Axboe1-11/+28
2016-12-12shmem: fix compilation warnings on unused functionsJérémy Lefaure1-0/+2
2016-12-12mm/filemap.c: add comment for confusing logic in page_cache_tree_insert()Kirill A. Shutemov1-1/+4