aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-11-18Merge branch 'stable/for-linus-fixes-3.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds2-15/+14
2011-11-18Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+8
2011-11-16xen: map foreign pages for shared rings by updating the PTEs directlyDavid Vrabel2-15/+14
2011-11-15hugetlb: release pages in the error path of hugetlb_cow()Hillf Danton1-0/+2
2011-11-15oom: do not kill tasks with oom_score_adj OOM_SCORE_ADJ_MINMichal Hocko1-0/+5
2011-11-11backing-dev: ensure wakeup_timer is deletedRabin Vincent1-0/+8
2011-11-07writeback: fix uninitialized task_ratelimitWu Fengguang1-4/+4
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds38-36/+33
2011-11-06Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds3-154/+560
2011-11-04Merge branch 'for-3.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-5/+4
2011-11-02Merge branch 'akpm' (Andrew's incoming - part two)Linus Torvalds7-546/+641
2011-11-02mm/page_cgroup.c: quiet sparse noiseH Hartley Sweeten1-1/+1
2011-11-02memcg: Fix race condition in memcg_check_events() with this_cpu usageSteven Rostedt1-4/+6
2011-11-02memcg: close race between charge and putbackJohannes Weiner1-1/+20
2011-11-02memcg: skip scanning active lists based on individual sizeJohannes Weiner2-36/+19
2011-11-02memcg: do not expose uninitialized mem_cgroup_per_node to worldIgor Mammedov1-1/+1
2011-11-02memcg: fix oom schedule_timeout()KAMEZAWA Hiroyuki1-1/+1
2011-11-02memcg: rename mem variable to memcgRaghavendra K T1-463/+467
2011-11-02cgroup/kmemleak: Annotate alloc_page() for cgroup allocationsSteven Rostedt1-2/+5
2011-11-02mm: thp: tail page refcounting fixAndrea Arcangeli4-42/+126
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi1-1/+1
2011-10-31mm/vmstat.c: cache align vm_statDimitri Sivanich1-1/+1
2011-10-31mm: munlock use mapcount to avoid terrible overheadHugh Dickins1-1/+9
2011-10-31mm/huge_memory: fix typo when updating mmu cacheHillf Danton1-1/+1
2011-10-31mm/huge_memory: fix copying user highpageHillf Danton1-1/+1
2011-10-31mm: do not drain pagevecs for mlockall(MCL_FUTURE)Christoph Lameter1-1/+2
2011-10-31vmscan: abort reclaim/compaction if compaction can proceedMel Gorman1-11/+21
2011-10-31vmscan: limit direct reclaim for higher order allocationsRik van Riel1-0/+16
2011-10-31vmscan: add barrier to prevent evictable page in unevictable listMinchan Kim2-5/+12
2011-10-31mm/huge_memory.c: quiet sparse noiseH Hartley Sweeten1-1/+4
2011-10-31mm/mempolicy.c: quiet sparse noiseH Hartley Sweeten1-1/+1
2011-10-31mm/thrash.c: quiet sparse noiseH Hartley Sweeten1-1/+1
2011-10-31mm/memblock.c: quiet sparse noiseH Hartley Sweeten1-1/+2
2011-10-31mm: disable user interface to manually rescue unevictable pagesJohannes Weiner1-76/+8
2011-10-31vmscan.c: fix invalid strict_strtoul() check in write_scan_unevictable_node()Kautuk Consul1-2/+2
2011-10-31mm: fix kunmap_high() commentLi Haifeng1-1/+1
2011-10-31mm: compaction: make compact_zone_order() staticKyungmin Park1-1/+1
2011-10-31HWPOISON: convert pr_debug()s to pr_info()sDean Nelson1-6/+6
2011-10-31mm/mmap.c: eliminate the ret variable from mm_take_all_locks()Kautuk Consul1-6/+3
2011-10-31mm-add-comment-explaining-task-state-setting-in-bdi_forker_thread-fixAndrew Morton1-3/+2
2011-10-31ksm: fix the comment of try_to_unmap_one()Wanlong Gao1-1/+1
2011-10-31mm/vmalloc.c: report more vmalloc failuresJoe Perches1-3/+8
2011-10-31kswapd: assign new_order and new_classzone_idx after wakeup in sleepingAlex,Shi1-0/+2
2011-10-31mm/memblock.c: small function definition fixesJonghwan Choi1-1/+1
2011-10-31kswapd: avoid unnecessary rebalance after an unsuccessful balancingAlex,Shi1-3/+11
2011-10-31debug-pagealloc: add support for highmem pagesAkinobu Mita1-34/+10
2011-10-31mm: neaten warn_alloc_failedJoe Perches2-7/+13
2011-10-31thp: mremap support and TLB optimizationAndrea Arcangeli2-4/+63
2011-10-31mremap: avoid sending one IPI per pageAndrea Arcangeli1-6/+9
2011-10-31mremap: check for overflow using deltasAndrea Arcangeli1-2/+3