aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-11mm: raise MemFree by reverting percpu_pagelist_fraction to 0Hugh Dickins1-1/+1
2012-05-10Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds4-5/+9
2012-05-10mm: nobootmem: fix sign extend problem in __free_pages_memory()Russ Anderson1-2/+1
2012-05-10memcg: free spare array to avoid memory leakSha Zhengju1-0/+6
2012-05-10hugetlb: prevent BUG_ON in hugetlb_fault() -> hugetlb_cow()Chris Metcalf1-1/+0
2012-05-10mm: fix division by 0 in percpu_pagelist_fraction()Sasha Levin1-2/+2
2012-05-09kmemleak: Fix the kmemleak tracking of the percpu areas with !SMPCatalin Marinas1-0/+2
2012-05-09percpu: pcpu_embed_first_chunk() should free unused parts after all allocs are completeTejun Heo1-0/+10
2012-05-08Merge branch 'for-3.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-5/+5
2012-04-26Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds5-18/+26
2012-04-25mm: fix NULL ptr dereference in move_pagesSasha Levin1-8/+8
2012-04-25mm: fix NULL ptr dereference in migrate_pagesSasha Levin1-4/+7
2012-04-25mm: fix up the vmscan stat in vmstatYing Han2-5/+10
2012-04-25mm/hugetlb: fix warning in alloc_huge_page/dequeue_huge_page_vmaKonstantin Khlebnikov1-1/+1
2012-04-25mm: memcg: move pc lookup point to commit_charge()Johannes Weiner1-12/+5
2012-04-25mm: nobootmem: Correct alloc_bootmem semantics.David Miller1-2/+8
2012-04-23mm: fix s390 BUG by __set_page_dirty_no_writeback on swapHugh Dickins1-1/+1
2012-04-21kill mm argument of vm_munmap()Al Viro2-4/+6
2012-04-20VM: add "vm_mmap()" helper functionLinus Torvalds2-4/+54
2012-04-20VM: add "vm_munmap()" helper functionLinus Torvalds2-8/+16
2012-04-20VM: add "vm_brk()" helper functionLinus Torvalds2-3/+15
2012-04-20memblock: memblock should be able to handle zero length operationsTejun Heo1-1/+6
2012-04-18memcg: fix Bad page state after replace_page_cacheHugh Dickins1-0/+1
2012-04-12Revert "mm: vmscan: fix misused nr_reclaimed in shrink_mem_cgroup_zone()"Ying Han1-6/+1
2012-04-12hugetlb: fix race condition in hugetlb_fault()Chris Metcalf1-0/+2
2012-04-12memcg: do not open code accesses to res_counter membersGlauber Costa1-2/+2
2012-04-12memcg: fix broken boolen expressionKirill A. Shutemov1-1/+1
2012-03-29percpu: use KERN_CONT in pcpu_dump_alloc_info()Tejun Heo1-5/+5
2012-03-28Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds6-51/+136
2012-03-28radix-tree: use iterators in find_get_pages* functionsKonstantin Khlebnikov1-48/+38
2012-03-28mm: only IPI CPUs to drain local pages if they existGilad Ben-Yossef1-2/+38
2012-03-28slub: only IPI CPUs that have per cpu obj to flushGilad Ben-Yossef1-1/+9
2012-03-28swapon: check validity of swap_flagsHugh Dickins1-0/+3
2012-03-28mm, coredump: fail allocations when coredumping instead of oom killingDavid Rientjes1-0/+4
2012-03-28mm: thp: fix up pmd_trans_unstable() locationsAndrea Arcangeli1-0/+4
2012-03-28mm for fs: add truncate_pagecache_range()Hugh Dickins1-0/+40
2012-03-28Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linuxLinus Torvalds2-9/+73
2012-03-28Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-0/+2
2012-03-24Fix potential endless loop in kswapd when compaction is not enabledRik van Riel1-1/+2
2012-03-23coredump: add VM_NODUMP, MADV_NODUMP, MADV_CLEAR_NODUMPJason Baron1-0/+8
2012-03-23coredump: remove VM_ALWAYSDUMP flagJason Baron1-7/+1
2012-03-23signal: oom_kill_task: use SEND_SIG_FORCED instead of force_sig()Oleg Nesterov1-2/+2
2012-03-23mm: hugetlb: cleanup duplicated code in unmapping vm rangeHillf Danton1-14/+11
2012-03-23mm: fix testorder interaction between two kswapd patchesHugh Dickins1-1/+1
2012-03-22Merge tag 'stable/for-linus-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/mmLinus Torvalds3-66/+44
2012-03-22Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-49/+53
2012-03-22Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds30-771/+1108
2012-03-21mm: export dirty_writeback_intervalArtem Bityutskiy1-0/+2
2012-03-21memcg: avoid THP split in task migrationNaoya Horiguchi1-8/+77
2012-03-21thp: add HPAGE_PMD_* definitions for !CONFIG_TRANSPARENT_HUGEPAGENaoya Horiguchi1-2/+3