summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* mm/compaction: improve comment for compact_memory tunable knob handlerYaowei Bai2016-01-141-1/+4
* x86: mm: support ARCH_MMAP_RND_BITSDaniel Cashman2016-01-142-6/+22
* arm64: mm: support ARCH_MMAP_RND_BITSDaniel Cashman2016-01-142-2/+35
* arm: mm: support ARCH_MMAP_RND_BITSDaniel Cashman2016-01-142-2/+10
* mm: mmap: add new /proc tunable for mmap_base ASLRDaniel Cashman2016-01-145-0/+142
* mm/mmap.c: remove incorrect MAP_FIXED flag comparison from mmap_regionPiotr Kwapulinski2016-01-141-3/+0
* mm, vmscan: consider isolated pages in zone_reclaimable_pagesMichal Hocko2016-01-141-2/+4
* fs/block_dev.c:bdev_write_page(): use blk_queue_enter(..., GFP_NOIO)Andrew Morton2016-01-141-1/+1
* memcg: do not allow to disable tcp accounting after limit is setVladimir Davydov2016-01-143-24/+7
* vmscan: do not force-scan file lru if its absolute size is smallVladimir Davydov2016-01-141-3/+9
* mm, vmalloc: remove VM_VPAGESDavid Rientjes2016-01-142-7/+2
* mm, thp: use list_first_entry_or_null()Geliang Tang2016-01-141-6/+3
* mm, procfs: breakdown RSS for anon, shmem and file in /proc/pid/statusJerome Marchand2016-01-142-4/+23
* mm, shmem: add internal shmem resident memory accountingJerome Marchand2016-01-148-41/+41
* mm, proc: reduce cost of /proc/pid/smaps for unpopulated shmem mappingsVlastimil Babka2016-01-143-56/+53
* mm, proc: reduce cost of /proc/pid/smaps for shmem mappingsVlastimil Babka2016-01-143-2/+92
* mm, proc: account for shmem swap in /proc/pid/smapsVlastimil Babka2016-01-142-1/+55
* mm, documentation: clarify /proc/pid/status VmSwap limitations for shmemVlastimil Babka2016-01-141-1/+2
* mm/mmzone.c: memmap_valid_within() can be booleanYaowei Bai2016-01-142-7/+7
* mm/vmalloc.c: use list_{next,first}_entryGeliang Tang2016-01-141-5/+4
* mm/page_alloc.c: do not loop over ALLOC_NO_WATERMARKS without triggering reclaimMichal Hocko2016-01-141-14/+18
* mm/page_alloc.c: get rid of __alloc_pages_high_priority()Michal Hocko2016-01-141-27/+9
* mm/zonelist: enumerate zonelists array indexYaowei Bai2016-01-143-20/+18
* include/linux/mmzone.h: remove unused is_unevictable_lru()Yaowei Bai2016-01-141-5/+0
* mm/memblock.c: memblock_is_memory()/reserved() can be booleanYaowei Bai2016-01-142-4/+4
* include/linux/hugetlb.h: is_file_hugepages() can be booleanYaowei Bai2016-01-141-6/+4
* mm: change mm_vmscan_lru_shrink_inactive() proto typesyalin wang2016-01-142-12/+9
* mm/cma: always check which page caused allocation failureJoonsoo Kim2016-01-141-3/+20
* mm/page_isolation.c: add new tracepoint, test_pages_isolatedJoonsoo Kim2016-01-142-0/+43
* mm/page_isolation.c: return last tested pfn rather than failure indicatorJoonsoo Kim2016-01-141-7/+6
* mm/mempolicy.c: convert the shared_policy lock to a rwlockNathan Zimmer2016-01-143-15/+19
* mm: add PHYS_PFN, use it in __phys_to_pfn()Chen Gang2016-01-142-1/+4
* mm/vmscan.c: change trace_mm_vmscan_writepage() proto typeyalin wang2016-01-142-5/+4
* mm/mmap.c: remove redundant local variables for may_expand_vm()Chen Gang2016-01-141-8/+1
* mm/mlock.c: drop unneeded initialization in munlock_vma_pages_range()Alexey Klimov2016-01-141-1/+1
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-1465-92/+114
* vmalloc: allow to account vmalloc to memcgVladimir Davydov2016-01-141-3/+3
* slab: add SLAB_ACCOUNT flagVladimir Davydov2016-01-146-12/+26
* memcg: only account kmem allocations marked as __GFP_ACCOUNTVladimir Davydov2016-01-143-1/+13
* Revert "gfp: add __GFP_NOACCOUNT"Vladimir Davydov2016-01-143-6/+1
* Revert "kernfs: do not account ino_ida allocations to memcg"Vladimir Davydov2016-01-141-8/+1
* mm/slab.c: add a helper function get_first_slabGeliang Tang2016-01-141-18/+21
* mm/slab.c: use list_for_each_entry in cache_flusharrayGeliang Tang2016-01-141-7/+2
* mm/slab.c use list_first_entry_or_null()Geliang Tang2016-01-141-12/+12
* include/linux/dcache.h: remove semicolons from HASH_LEN_DECLAREAndrew Morton2016-01-141-2/+2
* ocfs2/dlm: cleanup redunant lksb flags in dlmcommon.hJoseph Qi2016-01-141-11/+0
* ocfs2: dlm: remove redundant codeJunxiao Bi2016-01-141-5/+1
* ocfs2: access orphan dinode before delete entry in ocfs2_orphan_delJoseph Qi2016-01-141-9/+9
* ocfs2/dlm: do not insert a new mle when another process is already migratingxuejiufei2016-01-141-2/+3
* ocfs2/dlm: ignore cleaning the migration mle that is inusexuejiufei2016-01-141-11/+15
OpenPOWER on IntegriCloud