summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm: memcontrol: hook up vmpressure to socket pressureJohannes Weiner2016-01-143-34/+71
* mm: memcontrol: account socket memory in unified hierarchy memory controllerJohannes Weiner2016-01-141-24/+98
* mm: memcontrol: move socket code for unified hierarchy accountingJohannes Weiner2016-01-141-74/+74
* mm: memcontrol: do not account memory+swap on unified hierarchyJohannes Weiner2016-01-141-19/+25
* mm: memcontrol: generalize the socket accounting jump labelJohannes Weiner2016-01-141-0/+3
* net: tcp_memcontrol: simplify linkage between socket and page counterJohannes Weiner2016-01-141-35/+22
* net: tcp_memcontrol: sanitize tcp memory accounting callbacksJohannes Weiner2016-01-141-0/+32
* net: tcp_memcontrol: protect all tcp_memcontrol calls by jump-labelJohannes Weiner2016-01-141-31/+25
* mm: memcontrol: export root_mem_cgroupJohannes Weiner2016-01-142-4/+3
* mm/ksm.c: use list_for_each_entry_safeGeliang Tang2016-01-141-13/+7
* mm/readahead.c, mm/vmscan.c: use lru_to_page instead of list_to_pageGeliang Tang2016-01-143-7/+5
* mm/compaction.c: __compact_pgdat() code cleanuupJoonsoo Kim2016-01-141-6/+7
* mm/swapfile.c: use list_{next,first}_entryGeliang Tang2016-01-141-10/+4
* mm/memblock: introduce for_each_memblock_type()Alexander Kuleshov2016-01-141-16/+16
* mm/memblock: remove rgnbase and rgnsize variablesAlexander Kuleshov2016-01-141-6/+3
* mm, oom: give __GFP_NOFAIL allocations access to memory reservesMichal Hocko2016-01-141-1/+14
* mm/page_alloc.c: use list_for_each_entry in mark_free_pages()Geliang Tang2016-01-141-5/+5
* mm/page_alloc.c: use list_{first,last}_entry instead of list_entryGeliang Tang2016-01-141-12/+11
* mm/page_alloc.c: remove unnecessary parameter from __rmqueueMel Gorman2016-01-141-3/+3
* mm: page_alloc: generalize the dirty balance reserveJohannes Weiner2016-01-142-20/+15
* mm: allow GFP_{FS,IO} for page_cache_read page cache allocationMichal Hocko2016-01-142-5/+21
* mm/compaction: improve comment for compact_memory tunable knob handlerYaowei Bai2016-01-141-1/+4
* mm: mmap: add new /proc tunable for mmap_base ASLRDaniel Cashman2016-01-141-0/+12
* 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
* memcg: do not allow to disable tcp accounting after limit is setVladimir Davydov2016-01-141-1/+1
* 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-141-6/+2
* mm, thp: use list_first_entry_or_null()Geliang Tang2016-01-141-6/+3
* mm, shmem: add internal shmem resident memory accountingJerome Marchand2016-01-143-31/+16
* mm, proc: reduce cost of /proc/pid/smaps for unpopulated shmem mappingsVlastimil Babka2016-01-141-27/+38
* mm, proc: reduce cost of /proc/pid/smaps for shmem mappingsVlastimil Babka2016-01-141-0/+70
* mm/mmzone.c: memmap_valid_within() can be booleanYaowei Bai2016-01-141-4/+4
* 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-141-5/+4
* mm/memblock.c: memblock_is_memory()/reserved() can be booleanYaowei Bai2016-01-141-2/+2
* mm: change mm_vmscan_lru_shrink_inactive() proto typesyalin wang2016-01-141-5/+2
* 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-141-0/+5
* 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-141-13/+17
* mm/vmscan.c: change trace_mm_vmscan_writepage() proto typeyalin wang2016-01-141-1/+1
* 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-143-4/+6
* vmalloc: allow to account vmalloc to memcgVladimir Davydov2016-01-141-3/+3
* slab: add SLAB_ACCOUNT flagVladimir Davydov2016-01-144-4/+14
* memcg: only account kmem allocations marked as __GFP_ACCOUNTVladimir Davydov2016-01-141-1/+2
OpenPOWER on IntegriCloud