summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm, procfs: breakdown RSS for anon, shmem and file in /proc/pid/statusJerome Marchand2016-01-152-4/+23
* mm, shmem: add internal shmem resident memory accountingJerome Marchand2016-01-158-41/+41
* mm, proc: reduce cost of /proc/pid/smaps for unpopulated shmem mappingsVlastimil Babka2016-01-153-56/+53
* mm, proc: reduce cost of /proc/pid/smaps for shmem mappingsVlastimil Babka2016-01-153-2/+92
* mm, proc: account for shmem swap in /proc/pid/smapsVlastimil Babka2016-01-152-1/+55
* mm, documentation: clarify /proc/pid/status VmSwap limitations for shmemVlastimil Babka2016-01-151-1/+2
* mm/mmzone.c: memmap_valid_within() can be booleanYaowei Bai2016-01-152-7/+7
* mm/vmalloc.c: use list_{next,first}_entryGeliang Tang2016-01-151-5/+4
* mm/page_alloc.c: do not loop over ALLOC_NO_WATERMARKS without triggering reclaimMichal Hocko2016-01-151-14/+18
* mm/page_alloc.c: get rid of __alloc_pages_high_priority()Michal Hocko2016-01-151-27/+9
* mm/zonelist: enumerate zonelists array indexYaowei Bai2016-01-153-20/+18
* include/linux/mmzone.h: remove unused is_unevictable_lru()Yaowei Bai2016-01-151-5/+0
* mm/memblock.c: memblock_is_memory()/reserved() can be booleanYaowei Bai2016-01-152-4/+4
* include/linux/hugetlb.h: is_file_hugepages() can be booleanYaowei Bai2016-01-151-6/+4
* mm: change mm_vmscan_lru_shrink_inactive() proto typesyalin wang2016-01-152-12/+9
* mm/cma: always check which page caused allocation failureJoonsoo Kim2016-01-151-3/+20
* mm/page_isolation.c: add new tracepoint, test_pages_isolatedJoonsoo Kim2016-01-152-0/+43
* mm/page_isolation.c: return last tested pfn rather than failure indicatorJoonsoo Kim2016-01-151-7/+6
* mm/mempolicy.c: convert the shared_policy lock to a rwlockNathan Zimmer2016-01-153-15/+19
* mm: add PHYS_PFN, use it in __phys_to_pfn()Chen Gang2016-01-152-1/+4
* mm/vmscan.c: change trace_mm_vmscan_writepage() proto typeyalin wang2016-01-152-5/+4
* mm/mmap.c: remove redundant local variables for may_expand_vm()Chen Gang2016-01-151-8/+1
* mm/mlock.c: drop unneeded initialization in munlock_vma_pages_range()Alexey Klimov2016-01-151-1/+1
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-1565-92/+114
* vmalloc: allow to account vmalloc to memcgVladimir Davydov2016-01-151-3/+3
* slab: add SLAB_ACCOUNT flagVladimir Davydov2016-01-156-12/+26
* memcg: only account kmem allocations marked as __GFP_ACCOUNTVladimir Davydov2016-01-153-1/+13
* Revert "gfp: add __GFP_NOACCOUNT"Vladimir Davydov2016-01-153-6/+1
* Revert "kernfs: do not account ino_ida allocations to memcg"Vladimir Davydov2016-01-151-8/+1
* mm/slab.c: add a helper function get_first_slabGeliang Tang2016-01-151-18/+21
* mm/slab.c: use list_for_each_entry in cache_flusharrayGeliang Tang2016-01-151-7/+2
* mm/slab.c use list_first_entry_or_null()Geliang Tang2016-01-151-12/+12
* include/linux/dcache.h: remove semicolons from HASH_LEN_DECLAREAndrew Morton2016-01-151-2/+2
* ocfs2/dlm: cleanup redunant lksb flags in dlmcommon.hJoseph Qi2016-01-151-11/+0
* ocfs2: dlm: remove redundant codeJunxiao Bi2016-01-151-5/+1
* ocfs2: access orphan dinode before delete entry in ocfs2_orphan_delJoseph Qi2016-01-151-9/+9
* ocfs2/dlm: do not insert a new mle when another process is already migratingxuejiufei2016-01-151-2/+3
* ocfs2/dlm: ignore cleaning the migration mle that is inusexuejiufei2016-01-151-11/+15
* ocfs2: do not lock/unlock() inode DLM lockGoldwyn Rodrigues2016-01-151-8/+0
* ocfs2: fix slot overwritten if storage link down during mountjiangyiwen2016-01-151-1/+10
* ocfs2/dlm: return appropriate value when dlm_grab() returns NULLXue jiufei2016-01-152-2/+2
* ocfs2: clean up redundant NULL check before iputJoseph Qi2016-01-157-25/+11
* ocfs2/dlm: wait until DLM_LOCK_RES_SETREF_INPROG is cleared in dlm_deref_lock...jiangyiwen2016-01-151-1/+1
* ocfs2: constify ocfs2_extent_tree_operations structuresJulia Lawall2016-01-152-7/+7
* ocfs2/dlm: fix a race between purge and migrationXue jiufei2016-01-151-1/+8
* ocfs2: o2hb: increase unsteady iterationsJunxiao Bi2016-01-151-2/+2
* ocfs2: return non-zero st_blocks for inline dataJohn Haxby2016-01-151-0/+8
* ocfs2: optimize bad declarations and redundant assignmentNorton.Zhu2016-01-151-6/+2
* logfs: fix logfs build errors and dependenciesArnd Bergmann2016-01-151-1/+1
* modpost: don't add a trailing wildcard for OF module aliasesJavier Martinez Canillas2016-01-151-2/+1