summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
| * | | mm: rename and move get/set_freepage_migratetypeVlastimil Babka2015-09-081-13/+28
| * | | mm, page_isolation: remove bogus tests for isolated pagesVlastimil Babka2015-09-082-24/+10
| * | | memcg: move memcg_proto_active from sock.hMichal Hocko2015-09-081-1/+1
| * | | memcg, tcp_kmem: check for cg_proto in sock_update_memcgMichal Hocko2015-09-081-2/+1
| * | | memcg: restructure mem_cgroup_can_attach()Tejun Heo2015-09-081-29/+32
| * | | memcg: export struct mem_cgroupMichal Hocko2015-09-084-316/+5
| * | | mm/dmapool: allow NULL `pool' pointer in dma_pool_destroy()Sergey Senozhatsky2015-09-081-0/+3
| * | | mm/mempool: allow NULL `pool' pointer in mempool_destroy()Sergey Senozhatsky2015-09-081-0/+3
| * | | mm/slab_common: allow NULL cache pointer in kmem_cache_destroy()Sergey Senozhatsky2015-09-081-0/+3
| * | | mm, oom: remove unnecessary variableDavid Rientjes2015-09-081-13/+8
| * | | mm, oom: do not panic for oom kills triggered from sysrqDavid Rientjes2015-09-081-2/+5
| * | | mm, oom: pass an oom order of -1 when triggered by sysrqDavid Rientjes2015-09-083-5/+2
| * | | mm, oom: organize oom context into structDavid Rientjes2015-09-083-68/+73
| * | | mm: make set_recommended_min_free_kbytes() return voidNicholas Krause2015-09-081-2/+1
| * | | fs: do not prefault sys_write() user buffer pagesDave Hansen2015-09-081-16/+18
| * | | mm: /proc/pid/smaps:: show proportional swap share of the mappingMinchan Kim2015-09-081-0/+42
| * | | memtest: remove unused header filesVladimir Murzin2015-09-081-5/+0
| * | | memtest: cleanup log messagesVladimir Murzin2015-09-081-9/+5
| * | | memtest: use kstrtouint instead of simple_strtoulVladimir Murzin2015-09-081-3/+5
| * | | mm/memblock.c: WARN_ON when flags differs from overlap regionWei Yang2015-09-081-0/+1
| * | | mm/page_alloc.c: remove unused variable in free_area_init_core()Wei Yang2015-09-081-3/+2
| * | | mm/page_alloc.c: refine the calculation of highest possible node idWei Yang2015-09-081-4/+2
| * | | mm, dax: use i_mmap_unlock_write() in do_cow_fault()Kirill A. Shutemov2015-09-081-4/+4
| * | | mm: take i_mmap_lock in unmap_mapping_range() for DAXKirill A. Shutemov2015-09-081-9/+2
| * | | dax: don't use set_huge_zero_page()Kirill A. Shutemov2015-09-081-1/+1
| * | | thp: fix zap_huge_pmd() for DAXKirill A. Shutemov2015-09-081-40/+31
| * | | thp: decrement refcount on huge zero page if it is splitKirill A. Shutemov2015-09-081-1/+3
| * | | dax: fix race between simultaneous faultsMatthew Wilcox2015-09-081-3/+8
| * | | thp: change insert_pfn's return type to voidMatthew Wilcox2015-09-081-3/+3
| * | | mm: add vmf_insert_pfn_pmd()Matthew Wilcox2015-09-081-0/+43
| * | | mm: export various functions for the benefit of DAXMatthew Wilcox2015-09-081-6/+1
| * | | mm: add a pmd_fault handlerMatthew Wilcox2015-09-081-6/+24
| * | | thp: prepare for DAX huge pagesMatthew Wilcox2015-09-081-19/+29
| * | | dax: revert userfaultfd changeAndrew Morton2015-09-081-1/+4
| * | | thp: vma_adjust_trans_huge(): adjust file-backed VMA tooKirill A. Shutemov2015-09-081-1/+1
| * | | mremap: fix the wrong !vma->vm_file check in copy_vma()Oleg Nesterov2015-09-081-1/+1
| * | | mmap: fix the usage of ->vm_pgoff in special_mapping pathsOleg Nesterov2015-09-081-10/+2
| * | | mm: introduce vma_is_anonymous(vma) helperOleg Nesterov2015-09-081-4/+4
* | | | Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-09-083-3/+31
|\ \ \ \
| * | | | mm: ZONE_DEVICE for "device memory"Dan Williams2015-08-273-3/+31
| | |/ / | |/| |
* | | | Merge tag 'for-linus-4.3-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-09-081-0/+12
|\ \ \ \ | |_|/ / |/| | |
| * | | mm: provide early_memremap_ro to establish read-only mappingJuergen Gross2015-08-201-0/+12
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-09-052-22/+11
|\ \ \ \
| * | | | mm: fix potential data race in SyS_swaponHugh Dickins2015-08-211-18/+7
| * | | | Merge branch 'superblock-scaling' of git://git.kernel.org/pub/scm/linux/kerne...Al Viro2015-08-211-4/+4
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | inode: rename i_wb_list to i_io_listDave Chinner2015-08-171-4/+4
* | | | | mm/hugetlb.c: make vma_has_reserves() return boolNicholas Krause2015-09-041-6/+6
* | | | | mm/madvise.c: make madvise_behaviour_valid() return boolNicholas Krause2015-09-041-3/+3
* | | | | mm/memory.c: make tlb_next_batch() return boolNicholas Krause2015-09-041-5/+5
* | | | | mm/dmapool.c: change is_page_busy() return from int to boolNicholas Krause2015-09-041-1/+1