aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2013-09-15Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds
2013-09-13Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds
2013-09-12Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds
2013-09-12mm/Kconfig: add MMU dependency for MIGRATION.Chen Gang
2013-09-12mm, thp: count thp_fault_fallback anytime thp fault failsDavid Rientjes
2013-09-12thp: consolidate code between handle_mm_fault() and do_huge_pmd_anonymous_page()Kirill A. Shutemov
2013-09-12thp: do_huge_pmd_anonymous_page() cleanupKirill A. Shutemov
2013-09-12thp: move maybe_pmd_mkwrite() out of mk_huge_pmd()Kirill A. Shutemov
2013-09-12mm: cleanup add_to_page_cache_locked()Kirill A. Shutemov
2013-09-12thp: account anon transparent huge pages into NR_ANON_PAGESKirill A. Shutemov
2013-09-12truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov
2013-09-12mm: make lru_add_drain_all() selectiveChris Metcalf
2013-09-12memcg: add per cgroup writeback pages accountingSha Zhengju
2013-09-12memcg: check for proper lock held in mem_cgroup_update_page_statSha Zhengju
2013-09-12memcg: remove MEMCG_NR_FILE_MAPPEDSha Zhengju
2013-09-12memcg: rename RESOURCE_MAX to RES_COUNTER_MAXSha Zhengju
2013-09-12mm: memcg: do not trap chargers with full callstack on OOMJohannes Weiner
2013-09-12mm: memcg: rework and document OOM waiting and wakeupJohannes Weiner
2013-09-12mm: memcg: enable memcg OOM killer only for user faultsJohannes Weiner
2013-09-12memcg: trivial cleanupsAndrew Morton
2013-09-12memcg, vmscan: do not fall into reclaim-all pass too quicklyMichal Hocko
2013-09-12memcg: track all children over limit in the rootMichal Hocko
2013-09-12memcg, vmscan: do not attempt soft limit reclaim if it would not scan anythingMichal Hocko
2013-09-12memcg: track children in soft limit excess to improve soft limitMichal Hocko
2013-09-12memcg: enhance memcg iterator to support predicatesMichal Hocko
2013-09-12vmscan, memcg: do softlimit reclaim also for targeted reclaimMichal Hocko
2013-09-12memcg: get rid of soft-limit tree infrastructureMichal Hocko
2013-09-12memcg, vmscan: integrate soft reclaim tighter with zone shrinking codeMichal Hocko
2013-09-12memcg: remove redundant code in mem_cgroup_force_empty_write()Li Zefan
2013-09-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-09-12Merge tag 'pm+acpi-fixes-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2013-09-11initmpfs: make rootfs use tmpfs when CONFIG_TMPFS enabledRob Landley
2013-09-11lib/radix-tree.c: make radix_tree_node_alloc() work correctly within interruptJan Kara
2013-09-11mm/zswap: use postorder iteration when destroying rbtreeCody P Schafer
2013-09-11memcg: fix multiple large threshold notificationsGreg Thelen
2013-09-11mm/mempool.c: convert kmalloc_node(...GFP_ZERO...) to kzalloc_node(...)Joe Perches
2013-09-11mm/mmap: remove unnecessary assignmentYanchuan Nian
2013-09-11mm/madvise.c:madvise_hwpoison(): remove local `ret'Andrew Morton
2013-09-11mm/madvise.c: fix return value of madvise_hwpoison()Wanpeng Li
2013-09-11mm/memory-failure.c: fix bug triggered by unpoisoning empty zero pageWanpeng Li
2013-09-11mm/hwpoison-inject.c: change permission of corrupt-pfn/unpoison-pfn to 0200Wanpeng Li
2013-09-11mm/hwpoison.c: fix held reference count after unpoisoning empty zero pageWanpeng Li
2013-09-11mm/hwpoison: add '#' to madvise_hwpoisonWanpeng Li
2013-09-11mm/hwpoison: drop forward reference declarations __soft_offline_page()Wanpeng Li
2013-09-11mm/hwpoison: don't set migration type twice to avoid holding heavily contend ...Wanpeng Li
2013-09-11mm/hwpoison: replace atomic_long_sub() with atomic_long_dec()Wanpeng Li
2013-09-11mm/hwpoison: fix race against poison thpWanpeng Li
2013-09-11mm/hwpoison: don't need to hold compound lock for hugetlbfs pageWanpeng Li
2013-09-11mm/hwpoison: fix loss of PG_dirty for errors on mlocked pagesWanpeng Li
2013-09-11hwpoison: always unset MIGRATE_ISOLATE before returning from soft_offline_page()Naoya Horiguchi