summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-09-08xfs: huge page fault supportMatthew Wilcox
2015-09-08ext4: huge page fault supportMatthew Wilcox
2015-09-08ext2: huge page fault supportMatthew Wilcox
2015-09-08dax: add huge page fault supportMatthew Wilcox
2015-09-08mm: add vmf_insert_pfn_pmd()Matthew Wilcox
2015-09-08mm: export various functions for the benefit of DAXMatthew Wilcox
2015-09-08mm: add a pmd_fault handlerMatthew Wilcox
2015-09-08thp: prepare for DAX huge pagesMatthew Wilcox
2015-09-08dax: revert userfaultfd changeAndrew Morton
2015-09-08dax: move DAX-related functions to a new headerMatthew Wilcox
2015-09-08thp: vma_adjust_trans_huge(): adjust file-backed VMA tooKirill A. Shutemov
2015-09-08mremap: fix the wrong !vma->vm_file check in copy_vma()Oleg Nesterov
2015-09-08mmap: fix the usage of ->vm_pgoff in special_mapping pathsOleg Nesterov
2015-09-08mm: introduce vma_is_anonymous(vma) helperOleg Nesterov
2015-09-08selftests/userfaultfd: fix compiler warnings on 32-bitGeert Uytterhoeven
2015-09-08cgroup: fix seq_show_option merge with legacy_nameKees Cook
2015-09-07Merge tag 'nfs-for-4.3-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2015-09-07Merge tag 'xfs-for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-09-07NFSv4: Respect the server imposed limit on how many changes we may cacheTrond Myklebust
2015-09-07NFSv4: Express delegation limit in units of pagesTrond Myklebust
2015-09-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-09-06Merge tag 'for-linus-4.3-merge-window-part-1' of git://git.kernel.org/pub/scm...Linus Torvalds
2015-09-06Merge tag 'media/v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds
2015-09-06Merge branch 'mailbox-for-next' of git://git.linaro.org/landing-teams/working...Linus Torvalds
2015-09-06Merge tag 'md/4.3' of git://neil.brown.name/mdLinus Torvalds
2015-09-06Merge tag 'nfsd-4.3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2015-09-05Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-09-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-09-05task_work: remove fifo ordering guaranteeEric Dumazet
2015-09-05Merge linux-block/for-4.3/core into md/for-linuxNeilBrown
2015-09-04mm/hugetlb.c: make vma_has_reserves() return boolNicholas Krause
2015-09-04mm/madvise.c: make madvise_behaviour_valid() return boolNicholas Krause
2015-09-04mm/memory.c: make tlb_next_batch() return boolNicholas Krause
2015-09-04mm/dmapool.c: change is_page_busy() return from int to boolNicholas Krause
2015-09-04mm: remove struct node_active_regionminkyung88.kim
2015-09-04mremap: simplify the "overlap" check in mremap_to()Oleg Nesterov
2015-09-04mremap: don't do uneccesary checks if new_len == old_lenOleg Nesterov
2015-09-04mremap: don't do mm_populate(new_addr) on failureOleg Nesterov
2015-09-04mm: move ->mremap() from file_operations to vm_operations_structOleg Nesterov
2015-09-04mremap: don't leak new_vma if f_op->mremap() failsOleg Nesterov
2015-09-04mm/hugetlb.c: make vma_shareable() return boolNicholas Krause
2015-09-04mm: make GUP handle pfn mapping unless FOLL_GET is requestedKirill A. Shutemov
2015-09-04mm: fix status code which move_pages() returns for zero pageKirill A. Shutemov
2015-09-04mm: memcontrol: bring back the VM_BUG_ON() in mem_cgroup_swapout()Sebastian Andrzej Siewior
2015-09-04genalloc: add support of multiple gen_pools per deviceVladimir Zapolskiy
2015-09-04genalloc: add name arg to gen_pool_get() and devm_gen_pool_create()Vladimir Zapolskiy
2015-09-04mm/memblock: WARN_ON when nid differs from overlap regionWei Yang
2015-09-04Documentation/features/vm: add feature description and arch support status fo...Mel Gorman
2015-09-04mm: defer flush of writable TLB entriesMel Gorman
2015-09-04mm: send one IPI per CPU to TLB flush all entries after unmapping pagesMel Gorman