summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2016-01-14mm/memblock.c: memblock_is_memory()/reserved() can be booleanYaowei Bai
2016-01-14mm: change mm_vmscan_lru_shrink_inactive() proto typesyalin wang
2016-01-14mm/cma: always check which page caused allocation failureJoonsoo Kim
2016-01-14mm/page_isolation.c: add new tracepoint, test_pages_isolatedJoonsoo Kim
2016-01-14mm/page_isolation.c: return last tested pfn rather than failure indicatorJoonsoo Kim
2016-01-14mm/mempolicy.c: convert the shared_policy lock to a rwlockNathan Zimmer
2016-01-14mm/vmscan.c: change trace_mm_vmscan_writepage() proto typeyalin wang
2016-01-14mm/mmap.c: remove redundant local variables for may_expand_vm()Chen Gang
2016-01-14mm/mlock.c: drop unneeded initialization in munlock_vma_pages_range()Alexey Klimov
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov
2016-01-14vmalloc: allow to account vmalloc to memcgVladimir Davydov
2016-01-14slab: add SLAB_ACCOUNT flagVladimir Davydov
2016-01-14memcg: only account kmem allocations marked as __GFP_ACCOUNTVladimir Davydov
2016-01-14Revert "gfp: add __GFP_NOACCOUNT"Vladimir Davydov
2016-01-14mm/slab.c: add a helper function get_first_slabGeliang Tang
2016-01-14mm/slab.c: use list_for_each_entry in cache_flusharrayGeliang Tang
2016-01-14mm/slab.c use list_first_entry_or_null()Geliang Tang
2016-01-12Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-01-12Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2016-01-11Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2016-01-11Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2016-01-11Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-01-08vmstat: allocate vmstat_wq before it is usedMichal Hocko
2016-01-08Merge branch 'for-linus' into work.miscAl Viro
2016-01-05x86/mm/pat: Add untrack_pfn_moved for mremapToshi Kani
2016-01-04new helper: memdup_user_nul()Al Viro
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro
2015-12-29mm/vmstat: fix overflow in mod_zone_page_state()Heiko Carstens
2015-12-29mm/memory_hotplug.c: check for missing sections in test_pages_in_a_zone()Andrew Banman
2015-12-29mm: memcontrol: fix possible memcg leak due to interrupted reclaimVladimir Davydov
2015-12-28cgroup: Fix uninitialized variable warningRoss Zwisler
2015-12-18mm/zswap: change incorrect strncmp use to strcmpDan Streetman
2015-12-12mm/oom_kill.c: avoid attempting to kill init sharing same memoryChen Jie
2015-12-12tmpfs: fix shmem_evict_inode() warnings on i_blocksHugh Dickins
2015-12-12mm/hugetlb.c: fix resv map memory leak for placeholder entriesMike Kravetz
2015-12-12mm: hugetlb: call huge_pte_alloc() only if ptep is nullNaoya Horiguchi
2015-12-12mm: fix kerneldoc on mem_cgroup_replace_pageHugh Dickins
2015-12-12mm, vmstat: allow WQ concurrency to discover memory reclaim doesn't make any ...Michal Hocko
2015-12-12mm: fix swapped Movable and Reclaimable in /proc/pagetypeinfoVlastimil Babka
2015-12-12memcg: fix memory.high targetVladimir Davydov
2015-12-12mm: hugetlb: fix hugepage memory leak caused by wrong reserve countNaoya Horiguchi
2015-12-09mm/memblock: add MEMBLOCK_NOMAP attribute to memblock memory tableArd Biesheuvel
2015-12-08teach shmem_get_link() to work in RCU modeAl Viro
2015-12-08replace ->follow_link() with new method that could stay in RCU modeAl Viro
2015-12-08don't put symlink bodies in pagecache into highmemAl Viro
2015-12-08Merge branch 'for-4.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-12-07Merge branch 'master' into for-4.4-fixesTejun Heo
2015-12-06tmpfs: listxattr should include POSIX ACL xattrsAndreas Gruenbacher
2015-12-06tmpfs: Use xattr handler infrastructureAndreas Gruenbacher