aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-07-22mm: /proc/pid/smaps:: show proportional swap share of the mappingMinchan Kim
2015-07-22memtest: remove unused header filesVladimir Murzin
2015-07-22memtest: cleanup log messagesVladimir Murzin
2015-07-22memtest: use kstrtouint instead of simple_strtoulVladimir Murzin
2015-07-22pagemap: update documentationKonstantin Khlebnikov
2015-07-22pagemap-add-mmap-exclusive-bit-for-marking-pages-mapped-only-here-fixAndrew Morton
2015-07-22pagemap: add mmap-exclusive bit for marking pages mapped only hereKonstantin Khlebnikov
2015-07-22pagemap: hide physical addresses from non-privileged usersKonstantin Khlebnikov
2015-07-22pagemap: rework hugetlb and thp reportKonstantin Khlebnikov
2015-07-22pagemap: switch to the new format and do some cleanupKonstantin Khlebnikov
2015-07-22pagemap: check permissions and capabilities at open timeKonstantin Khlebnikov
2015-07-22mm: remove put_page_unless_one()Vineet Gupta
2015-07-22mm/memblock.c: WARN_ON when flags differs from overlap regionWei Yang
2015-07-22mm/page_alloc.c: remove unused variable in free_area_init_core()Wei Yang
2015-07-22mm/page_alloc.c: refine the calculation of highest possible node idWei Yang
2015-07-22xfs: huge page fault supportMatthew Wilcox
2015-07-22ext4: huge page fault supportMatthew Wilcox
2015-07-22ext2: huge page fault supportMatthew Wilcox
2015-07-22dax: add huge page fault supportMatthew Wilcox
2015-07-22mm: add vmf_insert_pfn_pmd()Matthew Wilcox
2015-07-22mm: export various functions for the benefit of DAXMatthew Wilcox
2015-07-22mm: Add a pmd_fault handlerMatthew Wilcox
2015-07-22thp-prepare-for-dax-huge-pages-fixAndrew Morton
2015-07-22thp: Prepare for DAX huge pagesMatthew Wilcox
2015-07-22dax: revert userfaultfd changeAndrew Morton
2015-07-22dax: Move DAX-related functions to a new headerMatthew Wilcox
2015-07-22thp: vma_adjust_trans_huge(): adjust file-backed VMA tooKirill A. Shutemov
2015-07-22mremap: fix the wrong !vma->vm_file check in copy_vma()Oleg Nesterov
2015-07-22mmap: fix the usage of ->vm_pgoff in special_mapping pathsOleg Nesterov
2015-07-22mm: introduce vma_is_anonymous(vma) helperOleg Nesterov
2015-07-22mm/hugetlb.c: make vma_has_reserves() return boolNicholas Krause
2015-07-22mm/madvise.c: make madvise_behaviour_valid() return boolNicholas Krause
2015-07-22mm/memory.c: make tlb_next_batch() return boolNicholas Krause
2015-07-22mm/dmapool.c: change is_page_busy() return from int to boolNicholas Krause
2015-07-22mm: remove struct node_active_regionminkyung88.kim
2015-07-22mremap: simplify the "overlap" check in mremap_to()Oleg Nesterov
2015-07-22mremap: don't do uneccesary checks if new_len == old_lenOleg Nesterov
2015-07-22mremap: don't do mm_populate(new_addr) on failureOleg Nesterov
2015-07-22mm-move-mremap-from-file_operations-to-vm_operations_struct-v3Oleg Nesterov
2015-07-22mm: move ->mremap() from file_operations to vm_operations_structOleg Nesterov
2015-07-22mremap: don't leak new_vma if f_op->mremap() failsOleg Nesterov
2015-07-22mm/hugetlb.c: make vma_shareable() return boolNicholas Krause
2015-07-22mm-make-gup-handle-pfn-mapping-unless-foll_get-is-requested-fixAndrew Morton
2015-07-22mm: make GUP handle pfn mapping unless FOLL_GET is requestedKirill A. Shutemov
2015-07-22mm: fix status code which move_pages() returns for zero pageKirill A. Shutemov
2015-07-22mm: memcontrol: bring back the VM_BUG_ON() in mem_cgroup_swapout()Sebastian Andrzej Siewior
2015-07-22genalloc-add-support-of-multiple-gen_pools-per-device-fixAndrew Morton
2015-07-22genalloc: add support of multiple gen_pools per deviceVladimir Zapolskiy
2015-07-22genalloc-add-name-arg-to-gen_pool_get-and-devm_gen_pool_create-v2Vladimir Zapolskiy
2015-07-22genalloc-add-name-arg-to-gen_pool_get-and-devm_gen_pool_create-fixAndrew Morton