summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge tag 'pm+acpi-fixes-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-09-121-4/+0
|\ \ \ | |_|/ |/| |
| * | Merge branch 'acpi-hotplug'Rafael J. Wysocki2013-09-101-4/+0
| |\ \
| | * | PM / hibernate / memory hotplug: Rework mutual exclusionRafael J. Wysocki2013-08-311-4/+0
* | | | initmpfs: make rootfs use tmpfs when CONFIG_TMPFS enabledRob Landley2013-09-111-0/+4
* | | | lib/radix-tree.c: make radix_tree_node_alloc() work correctly within interruptJan Kara2013-09-113-4/+4
* | | | mm/zswap: use postorder iteration when destroying rbtreeCody P Schafer2013-09-111-14/+2
* | | | memcg: fix multiple large threshold notificationsGreg Thelen2013-09-111-1/+7
* | | | mm/mempool.c: convert kmalloc_node(...GFP_ZERO...) to kzalloc_node(...)Joe Perches2013-09-111-1/+1
* | | | mm/mmap: remove unnecessary assignmentYanchuan Nian2013-09-111-1/+0
* | | | mm/madvise.c:madvise_hwpoison(): remove local `ret'Andrew Morton2013-09-111-4/+5
* | | | mm/madvise.c: fix return value of madvise_hwpoison()Wanpeng Li2013-09-111-1/+1