summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* mm/memory-failure.c: fix bug triggered by unpoisoning empty zero pageWanpeng Li2013-09-111-1/+1
* mm/hwpoison-inject.c: change permission of corrupt-pfn/unpoison-pfn to 0200Wanpeng Li2013-09-111-2/+2
* mm/hwpoison.c: fix held reference count after unpoisoning empty zero pageWanpeng Li2013-09-111-0/+4
* mm/hwpoison: add '#' to madvise_hwpoisonWanpeng Li2013-09-111-2/+2
* mm/hwpoison: drop forward reference declarations __soft_offline_page()Wanpeng Li2013-09-111-66/+64
* mm/hwpoison: don't set migration type twice to avoid holding heavily contend ...Wanpeng Li2013-09-111-1/+2
* mm/hwpoison: replace atomic_long_sub() with atomic_long_dec()Wanpeng Li2013-09-111-1/+1
* mm/hwpoison: fix race against poison thpWanpeng Li2013-09-111-0/+10
* mm/hwpoison: don't need to hold compound lock for hugetlbfs pageWanpeng Li2013-09-111-6/+6
* mm/hwpoison: fix loss of PG_dirty for errors on mlocked pagesWanpeng Li2013-09-111-0/+3
* hwpoison: always unset MIGRATE_ISOLATE before returning from soft_offline_page()Naoya Horiguchi2013-09-111-1/+2
* mm: correct the comment about the value for buddy _mapcountWang Sheng-Hui2013-09-111-4/+7
* mm/page-writeback.c: add strictlimit featureMaxim Patlasov2013-09-111-61/+202
* mm/backing-dev.c: check user buffer length before copying data to the related...Chen Gang2013-09-111-1/+1
* mm/mremap.c: call pud_free() after fail calling pmd_alloc()Chen Gang2013-09-111-1/+4
* mm/vmalloc: use wrapper function get_vm_area_size to caculate size of vm areaWanpeng Li2013-09-111-6/+6
* mm/sparse: introduce alloc_usemap_and_memmapWanpeng Li2013-09-111-76/+57
OpenPOWER on IntegriCloud