summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds2013-09-153-91/+91
|\
| * slub: remove verify_mem_not_deleted()Christoph Lameter2013-09-041-37/+0
| * mm/sl[aou]b: Move kmallocXXX functions to common codeChristoph Lameter2013-09-043-12/+34
| * mm, slab_common: add 'unlikely' to size check of kmalloc_slab()Joonsoo Kim2013-08-141-1/+1
| * mm/slub.c: beautify code for removing redundancy 'break' statement.Chen Gang2013-08-131-1/+0
| * slub: Remove unnecessary page NULL checkLibin2013-08-131-1/+1
| * mm/slub: beautify code for 80 column limitation and tab alignmentChen Gang2013-07-171-36/+56
| * mm/slub: remove 'per_cpu' which is useless variableChen Gang2013-07-151-5/+1
* | Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds2013-09-132-2/+1
|\ \
| * | aio: Kill aio_rw_vect_retry()Kent Overstreet2013-07-301-1/+0
| * | fs/aio: Add support to aio ring pages migrationGu Zheng2013-07-161-1/+1
| |/
* | Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2013-09-1211-702/+593
|\ \
| * | mm/Kconfig: add MMU dependency for MIGRATION.Chen Gang2013-09-121-2/+2
| * | mm, thp: count thp_fault_fallback anytime thp fault failsDavid Rientjes2013-09-121-3/+7
| * | thp: consolidate code between handle_mm_fault() and do_huge_pmd_anonymous_page()Kirill A. Shutemov2013-09-122-29/+11
| * | thp: do_huge_pmd_anonymous_page() cleanupKirill A. Shutemov2013-09-121-42/+41
| * | thp: move maybe_pmd_mkwrite() out of mk_huge_pmd()Kirill A. Shutemov2013-09-121-6/+8
| * | mm: cleanup add_to_page_cache_locked()Kirill A. Shutemov2013-09-121-23/+25
| * | thp: account anon transparent huge pages into NR_ANON_PAGESKirill A. Shutemov2013-09-122-10/+9
| * | truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov2013-09-121-7/+2
| * | mm: make lru_add_drain_all() selectiveChris Metcalf2013-09-121-5/+39
| * | memcg: add per cgroup writeback pages accountingSha Zhengju2013-09-122-7/+38
| * | memcg: check for proper lock held in mem_cgroup_update_page_statSha Zhengju2013-09-121-0/+1
| * | memcg: remove MEMCG_NR_FILE_MAPPEDSha Zhengju2013-09-122-26/+3
| * | memcg: rename RESOURCE_MAX to RES_COUNTER_MAXSha Zhengju2013-09-121-2/+2
| * | mm: memcg: do not trap chargers with full callstack on OOMJohannes Weiner2013-09-123-49/+115
| * | mm: memcg: rework and document OOM waiting and wakeupJohannes Weiner2013-09-121-37/+46
| * | mm: memcg: enable memcg OOM killer only for user faultsJohannes Weiner2013-09-123-12/+41
| * | memcg: trivial cleanupsAndrew Morton2013-09-122-21/+21
| * | memcg, vmscan: do not fall into reclaim-all pass too quicklyMichal Hocko2013-09-121-2/+17
| * | memcg: track all children over limit in the rootMichal Hocko2013-09-121-0/+9
| * | memcg, vmscan: do not attempt soft limit reclaim if it would not scan anythingMichal Hocko2013-09-122-2/+8
| * | memcg: track children in soft limit excess to improve soft limitMichal Hocko2013-09-121-0/+71
| * | memcg: enhance memcg iterator to support predicatesMichal Hocko2013-09-122-26/+60
| * | vmscan, memcg: do softlimit reclaim also for targeted reclaimMichal Hocko2013-09-122-7/+11
| * | memcg: get rid of soft-limit tree infrastructureMichal Hocko2013-09-121-263/+2
| * | memcg, vmscan: integrate soft reclaim tighter with zone shrinking codeMichal Hocko2013-09-122-168/+57
| * | memcg: remove redundant code in mem_cgroup_force_empty_write()Li Zefan2013-09-121-7/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-09-125-108/+293
|\ \ \
| * | | list_lru: dynamically adjust node arraysGlauber Costa2013-09-101-1/+13
| * | | shrinker: Kill old ->shrink API.Dave Chinner2013-09-101-33/+8
| * | | hugepage: convert huge zero page shrinker to new shrinker APIGlauber Costa2013-09-101-6/+11
| * | | vmscan: per-node deferred workGlauber Costa2013-09-101-101/+140
| * | | shrinker: add node awarenessDave Chinner2013-09-102-3/+10
| * | | list_lru: remove special case function list_lru_dispose_all.Glauber Costa2013-09-101-42/+0
| * | | list_lru: per-node APIGlauber Costa2013-09-101-28/+9
| * | | list_lru: fix broken LRU_RETRY behaviourDave Chinner2013-09-101-17/+12
| * | | list_lru: per-node list infrastructureDave Chinner2013-09-101-35/+111
| * | | list: add a new LRU list typeDave Chinner2013-09-102-1/+118
| * | | mm: new shrinker APIDave Chinner2013-09-101-20/+40