summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2016-01-15mm, vmalloc: remove VM_VPAGESDavid Rientjes
2016-01-15mm, thp: use list_first_entry_or_null()Geliang Tang
2016-01-15mm, shmem: add internal shmem resident memory accountingJerome Marchand
2016-01-15mm, proc: reduce cost of /proc/pid/smaps for unpopulated shmem mappingsVlastimil Babka
2016-01-15mm, proc: reduce cost of /proc/pid/smaps for shmem mappingsVlastimil Babka
2016-01-15mm/mmzone.c: memmap_valid_within() can be booleanYaowei Bai
2016-01-15mm/vmalloc.c: use list_{next,first}_entryGeliang Tang
2016-01-15mm/page_alloc.c: do not loop over ALLOC_NO_WATERMARKS without triggering reclaimMichal Hocko
2016-01-15mm/page_alloc.c: get rid of __alloc_pages_high_priority()Michal Hocko
2016-01-15mm/zonelist: enumerate zonelists array indexYaowei Bai
2016-01-15mm/memblock.c: memblock_is_memory()/reserved() can be booleanYaowei Bai
2016-01-15mm: change mm_vmscan_lru_shrink_inactive() proto typesyalin wang
2016-01-15mm/cma: always check which page caused allocation failureJoonsoo Kim
2016-01-15mm/page_isolation.c: add new tracepoint, test_pages_isolatedJoonsoo Kim
2016-01-15mm/page_isolation.c: return last tested pfn rather than failure indicatorJoonsoo Kim
2016-01-15mm/mempolicy.c: convert the shared_policy lock to a rwlockNathan Zimmer
2016-01-15mm/vmscan.c: change trace_mm_vmscan_writepage() proto typeyalin wang
2016-01-15mm/mmap.c: remove redundant local variables for may_expand_vm()Chen Gang
2016-01-15mm/mlock.c: drop unneeded initialization in munlock_vma_pages_range()Alexey Klimov
2016-01-15kmemcg: account certain kmem allocations to memcgVladimir Davydov
2016-01-15vmalloc: allow to account vmalloc to memcgVladimir Davydov
2016-01-15slab: add SLAB_ACCOUNT flagVladimir Davydov
2016-01-15memcg: only account kmem allocations marked as __GFP_ACCOUNTVladimir Davydov
2016-01-15Revert "gfp: add __GFP_NOACCOUNT"Vladimir Davydov
2016-01-15mm/slab.c: add a helper function get_first_slabGeliang Tang
2016-01-15mm/slab.c: use list_for_each_entry in cache_flusharrayGeliang Tang
2016-01-15mm/slab.c use list_first_entry_or_null()Geliang Tang
2016-01-13Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2016-01-13Merge 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-12Merge 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-09vmstat: allocate vmstat_wq before it is usedMichal Hocko
2016-01-09Merge 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-30mm/vmstat: fix overflow in mod_zone_page_state()Heiko Carstens
2015-12-30mm/memory_hotplug.c: check for missing sections in test_pages_in_a_zone()Andrew Banman
2015-12-30mm: 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