summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2015-09-09thp: change insert_pfn's return type to voidMatthew Wilcox1-3/+3
2015-09-09mm: add vmf_insert_pfn_pmd()Matthew Wilcox1-0/+43
2015-09-09mm: export various functions for the benefit of DAXMatthew Wilcox1-6/+1
2015-09-09mm: add a pmd_fault handlerMatthew Wilcox1-6/+24
2015-09-09thp: prepare for DAX huge pagesMatthew Wilcox1-19/+29
2015-09-09dax: revert userfaultfd changeAndrew Morton1-1/+4
2015-09-09thp: vma_adjust_trans_huge(): adjust file-backed VMA tooKirill A. Shutemov1-1/+1
2015-09-09mremap: fix the wrong !vma->vm_file check in copy_vma()Oleg Nesterov1-1/+1
2015-09-09mmap: fix the usage of ->vm_pgoff in special_mapping pathsOleg Nesterov1-10/+2
2015-09-09mm: introduce vma_is_anonymous(vma) helperOleg Nesterov1-4/+4
2015-09-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-22/+11
2015-09-05mm/hugetlb.c: make vma_has_reserves() return boolNicholas Krause1-6/+6
2015-09-05mm/madvise.c: make madvise_behaviour_valid() return boolNicholas Krause1-3/+3
2015-09-05mm/memory.c: make tlb_next_batch() return boolNicholas Krause1-5/+5
2015-09-05mm/dmapool.c: change is_page_busy() return from int to boolNicholas Krause1-1/+1
2015-09-05mremap: simplify the "overlap" check in mremap_to()Oleg Nesterov1-7/+2
2015-09-05mremap: don't do uneccesary checks if new_len == old_lenOleg Nesterov1-10/+11
2015-09-05mremap: don't do mm_populate(new_addr) on failureOleg Nesterov1-1/+3
2015-09-05mm: move ->mremap() from file_operations to vm_operations_structOleg Nesterov1-2/+2
2015-09-05mremap: don't leak new_vma if f_op->mremap() failsOleg Nesterov1-9/+7
2015-09-05mm/hugetlb.c: make vma_shareable() return boolNicholas Krause1-3/+3
2015-09-05mm: make GUP handle pfn mapping unless FOLL_GET is requestedKirill A. Shutemov1-10/+50
2015-09-05mm: fix status code which move_pages() returns for zero pageKirill A. Shutemov1-12/+6
2015-09-05mm: memcontrol: bring back the VM_BUG_ON() in mem_cgroup_swapout()Sebastian Andrzej Siewior1-1/+7
2015-09-05mm/memblock: WARN_ON when nid differs from overlap regionWei Yang1-0/+3
2015-09-05mm: defer flush of writable TLB entriesMel Gorman3-8/+31
2015-09-05mm: send one IPI per CPU to TLB flush all entries after unmapping pagesMel Gorman3-2/+136
2015-09-05userfaultfd: propagate the full address in THP faultsAndrea Arcangeli1-4/+6
2015-09-05userfaultfd: avoid mmap_sem read recursion in mcopy_atomicAndrea Arcangeli1-26/+65
2015-09-05userfaultfd: mcopy_atomic|mfill_zeropage: UFFDIO_COPY|UFFDIO_ZEROPAGE prepara...Andrea Arcangeli2-0/+270
2015-09-05userfaultfd: prevent khugepaged to merge if userfaultfd is armedAndrea Arcangeli1-2/+4
2015-09-05userfaultfd: teach vma_merge to merge across vma->vm_userfaultfd_ctxAndrea Arcangeli5-18/+35
2015-09-05userfaultfd: call handle_userfault() for userfaultfd_missing() faultsAndrea Arcangeli2-22/+63
2015-09-05mm/slab.h: fix argument order in cache_from_obj's error messageDaniel Borkmann1-1/+1
2015-09-05mm/slub: don't wait for high-order page allocationJoonsoo Kim1-0/+2
2015-09-05mm/slub: fix slab double-free in case of duplicate sysfs filenameKonstantin Khlebnikov1-3/+1
2015-09-05mm/slub: move slab initialization into irq enabled regionThomas Gleixner1-47/+42
2015-09-05slub: add support for kmem_cache_debug in bulk callsJesper Dangaard Brouer1-9/+19
2015-09-05slub: initial bulk free implementationJesper Dangaard Brouer1-1/+33
2015-09-05slub: improve bulk alloc strategyJesper Dangaard Brouer1-10/+16
2015-09-05slub bulk alloc: extract objects from the per cpu slabJesper Dangaard Brouer1-2/+47
2015-09-05slab: infrastructure for bulk object allocation and freeingChristoph Lameter5-0/+72
2015-09-05slub: fix spelling succedd to succeedJesper Dangaard Brouer1-1/+1
2015-09-05memory-hotplug: add hot-added memory ranges to memblock before allocate node_...Tang Chen1-1/+9
2015-09-03Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-7/+1
2015-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+41
2015-09-02Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-12/+8
2015-09-02Merge branch 'for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/pe...Linus Torvalds1-3/+2
2015-09-02Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-5/+5
2015-09-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2-3/+3