summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* memcg: avoid vmpressure oops when memcg disabledHugh Dickins2016-01-151-1/+1
* mm: memcontrol: switch to the updated jump-label APIJohannes Weiner2016-01-153-12/+12
* mm: memcontrol: hook up vmpressure to socket pressureJohannes Weiner2016-01-155-40/+104
* mm: memcontrol: account socket memory in unified hierarchy memory controllerJohannes Weiner2016-01-153-25/+110
* mm: memcontrol: move socket code for unified hierarchy accountingJohannes Weiner2016-01-151-74/+74
* mm: memcontrol: do not account memory+swap on unified hierarchyJohannes Weiner2016-01-151-19/+25
* mm: memcontrol: generalize the socket accounting jump labelJohannes Weiner2016-01-155-14/+8
* net: tcp_memcontrol: simplify linkage between socket and page counterJohannes Weiner2016-01-1510-171/+69
* net: tcp_memcontrol: sanitize tcp memory accounting callbacksJohannes Weiner2016-01-156-76/+77
* net: tcp_memcontrol: simplify the per-memcg limit accessJohannes Weiner2016-01-153-12/+5
* net: tcp_memcontrol: remove dead per-memcg count of allocated socketsJohannes Weiner2016-01-153-40/+3
* net: tcp_memcontrol: protect all tcp_memcontrol calls by jump-labelJohannes Weiner2016-01-155-49/+32
* net: tcp_memcontrol: remove bogus hierarchy pressure propagationJohannes Weiner2016-01-151-15/+4
* net: tcp_memcontrol: properly detect ancestor socket pressureJohannes Weiner2016-01-151-4/+6
* mm: memcontrol: export root_mem_cgroupJohannes Weiner2016-01-153-5/+5
* mm/ksm.c: use list_for_each_entry_safeGeliang Tang2016-01-151-13/+7
* mm/readahead.c, mm/vmscan.c: use lru_to_page instead of list_to_pageGeliang Tang2016-01-153-7/+5
* mm/compaction.c: __compact_pgdat() code cleanuupJoonsoo Kim2016-01-151-6/+7
* mm/swapfile.c: use list_{next,first}_entryGeliang Tang2016-01-151-10/+4
* mm/memblock: introduce for_each_memblock_type()Alexander Kuleshov2016-01-152-16/+21
* mm/memblock: remove rgnbase and rgnsize variablesAlexander Kuleshov2016-01-151-6/+3
* mm, oom: give __GFP_NOFAIL allocations access to memory reservesMichal Hocko2016-01-151-1/+14
* mm/page_alloc.c: use list_for_each_entry in mark_free_pages()Geliang Tang2016-01-151-5/+5
* mm/page_alloc.c: use list_{first,last}_entry instead of list_entryGeliang Tang2016-01-151-12/+11
* mm/page_alloc.c: remove unnecessary parameter from __rmqueueMel Gorman2016-01-151-3/+3
* drivers/base/memory.c: rename remove_memory_block() to remove_memory_section()Seth Jennings2016-01-151-2/+2
* drivers/base/memory.c: clean up section countingSeth Jennings2016-01-151-1/+1
* proc: meminfo: estimate available memory more conservativelyJohannes Weiner2016-01-151-4/+1
* mm: page_alloc: generalize the dirty balance reserveJohannes Weiner2016-01-154-24/+18
* mm: allow GFP_{FS,IO} for page_cache_read page cache allocationMichal Hocko2016-01-153-5/+25
* mm/compaction: improve comment for compact_memory tunable knob handlerYaowei Bai2016-01-151-1/+4
* x86: mm: support ARCH_MMAP_RND_BITSDaniel Cashman2016-01-152-6/+22
* arm64: mm: support ARCH_MMAP_RND_BITSDaniel Cashman2016-01-152-2/+35
* arm: mm: support ARCH_MMAP_RND_BITSDaniel Cashman2016-01-152-2/+10
* mm: mmap: add new /proc tunable for mmap_base ASLRDaniel Cashman2016-01-155-0/+142
* mm/mmap.c: remove incorrect MAP_FIXED flag comparison from mmap_regionPiotr Kwapulinski2016-01-151-3/+0
* mm, vmscan: consider isolated pages in zone_reclaimable_pagesMichal Hocko2016-01-151-2/+4
* fs/block_dev.c:bdev_write_page(): use blk_queue_enter(..., GFP_NOIO)Andrew Morton2016-01-151-1/+1
* memcg: do not allow to disable tcp accounting after limit is setVladimir Davydov2016-01-153-24/+7
* vmscan: do not force-scan file lru if its absolute size is smallVladimir Davydov2016-01-151-3/+9
* mm, vmalloc: remove VM_VPAGESDavid Rientjes2016-01-152-7/+2
* mm, thp: use list_first_entry_or_null()Geliang Tang2016-01-151-6/+3
* 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