summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-09-08memcg: export struct mem_cgroupMichal Hocko
2015-09-08sparc32: do not include swap.h from pgtable_32.hMichal Hocko
2015-09-08mm/dmapool: allow NULL `pool' pointer in dma_pool_destroy()Sergey Senozhatsky
2015-09-08mm/mempool: allow NULL `pool' pointer in mempool_destroy()Sergey Senozhatsky
2015-09-08mm/slab_common: allow NULL cache pointer in kmem_cache_destroy()Sergey Senozhatsky
2015-09-08mm, oom: remove unnecessary variableDavid Rientjes
2015-09-08mm, oom: add description of struct oom_controlDavid Rientjes
2015-09-08mm, oom: do not panic for oom kills triggered from sysrqDavid Rientjes
2015-09-08mm, oom: pass an oom order of -1 when triggered by sysrqDavid Rientjes
2015-09-08mm, oom: organize oom context into structDavid Rientjes
2015-09-08mm: make set_recommended_min_free_kbytes() return voidNicholas Krause
2015-09-08mm: improve __GFP_NORETRY comment based on implementationDavid Rientjes
2015-09-08fs: do not prefault sys_write() user buffer pagesDave Hansen
2015-09-08mm: /proc/pid/smaps:: show proportional swap share of the mappingMinchan Kim
2015-09-08memtest: remove unused header filesVladimir Murzin
2015-09-08memtest: cleanup log messagesVladimir Murzin
2015-09-08memtest: use kstrtouint instead of simple_strtoulVladimir Murzin
2015-09-08pagemap: update documentationKonstantin Khlebnikov
2015-09-08pagemap: add mmap-exclusive bit for marking pages mapped only hereKonstantin Khlebnikov
2015-09-08pagemap: hide physical addresses from non-privileged usersKonstantin Khlebnikov
2015-09-08pagemap: rework hugetlb and thp reportKonstantin Khlebnikov
2015-09-08pagemap: switch to the new format and do some cleanupKonstantin Khlebnikov
2015-09-08pagemap: check permissions and capabilities at open timeKonstantin Khlebnikov
2015-09-08mm: remove put_page_unless_one()Vineet Gupta
2015-09-08mm/memblock.c: WARN_ON when flags differs from overlap regionWei Yang
2015-09-08mm/page_alloc.c: remove unused variable in free_area_init_core()Wei Yang
2015-09-08mm/page_alloc.c: refine the calculation of highest possible node idWei Yang
2015-09-08mm, dax: use i_mmap_unlock_write() in do_cow_fault()Kirill A. Shutemov
2015-09-08mm: take i_mmap_lock in unmap_mapping_range() for DAXKirill A. Shutemov
2015-09-08dax: use linear_page_index()Matthew Wilcox
2015-09-08dax: ensure that zero pages are removed from other processesMatthew Wilcox
2015-09-08dax: don't use set_huge_zero_page()Kirill A. Shutemov
2015-09-08thp: fix zap_huge_pmd() for DAXKirill A. Shutemov
2015-09-08thp: decrement refcount on huge zero page if it is splitKirill A. Shutemov
2015-09-08dax: fix race between simultaneous faultsMatthew Wilcox
2015-09-08ext4: start transaction before calling into DAXMatthew Wilcox
2015-09-08ext4: add ext4_get_block_dax()Matthew Wilcox
2015-09-08dax: improve comment about truncate raceMatthew Wilcox
2015-09-08thp: change insert_pfn's return type to voidMatthew Wilcox
2015-09-08ext4: use ext4_get_block_write() for DAXMatthew Wilcox
2015-09-08fs/dax.c: fix typo in #endif commentValentin Rothberg
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