summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorLines
2012-05-19memcg,thp: fix res_counter:96 regressionHugh Dickins-1/+1
2012-05-17slub: missing test for partial pages flush work in flush_all()majianpeng-1/+1
2012-05-11mm: raise MemFree by reverting percpu_pagelist_fraction to 0Hugh Dickins-1/+1
2012-05-10Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds-5/+9
2012-05-10mm: nobootmem: fix sign extend problem in __free_pages_memory()Russ Anderson-2/+1
2012-05-10memcg: free spare array to avoid memory leakSha Zhengju-0/+6
2012-05-10hugetlb: prevent BUG_ON in hugetlb_fault() -> hugetlb_cow()Chris Metcalf-1/+0
2012-05-10mm: fix division by 0 in percpu_pagelist_fraction()Sasha Levin-2/+2
2012-05-09kmemleak: Fix the kmemleak tracking of the percpu areas with !SMPCatalin Marinas-0/+2
2012-05-09percpu: pcpu_embed_first_chunk() should free unused parts after all allocs ar...Tejun Heo-0/+10
2012-05-08Merge branch 'for-3.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-5/+5
2012-04-26Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds-18/+26
2012-04-25mm: fix NULL ptr dereference in move_pagesSasha Levin-8/+8
2012-04-25mm: fix NULL ptr dereference in migrate_pagesSasha Levin-4/+7
2012-04-25mm: fix up the vmscan stat in vmstatYing Han-5/+10
2012-04-25mm/hugetlb: fix warning in alloc_huge_page/dequeue_huge_page_vmaKonstantin Khlebnikov-1/+1
2012-04-25mm: memcg: move pc lookup point to commit_charge()Johannes Weiner-12/+5
2012-04-25mm: nobootmem: Correct alloc_bootmem semantics.David Miller-2/+8
2012-04-23mm: fix s390 BUG by __set_page_dirty_no_writeback on swapHugh Dickins-1/+1
2012-04-21kill mm argument of vm_munmap()Al Viro-4/+6
2012-04-20VM: add "vm_mmap()" helper functionLinus Torvalds-4/+54
2012-04-20VM: add "vm_munmap()" helper functionLinus Torvalds-8/+16
2012-04-20VM: add "vm_brk()" helper functionLinus Torvalds-3/+15
2012-04-20memblock: memblock should be able to handle zero length operationsTejun Heo-1/+6
2012-04-18memcg: fix Bad page state after replace_page_cacheHugh Dickins-0/+1
2012-04-12Revert "mm: vmscan: fix misused nr_reclaimed in shrink_mem_cgroup_zone()"Ying Han-6/+1
2012-04-12hugetlb: fix race condition in hugetlb_fault()Chris Metcalf-0/+2
2012-04-12memcg: do not open code accesses to res_counter membersGlauber Costa-2/+2
2012-04-12memcg: fix broken boolen expressionKirill A. Shutemov-1/+1
2012-03-29percpu: use KERN_CONT in pcpu_dump_alloc_info()Tejun Heo-5/+5
2012-03-28Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds-51/+136
2012-03-28radix-tree: use iterators in find_get_pages* functionsKonstantin Khlebnikov-48/+38
2012-03-28mm: only IPI CPUs to drain local pages if they existGilad Ben-Yossef-2/+38
2012-03-28slub: only IPI CPUs that have per cpu obj to flushGilad Ben-Yossef-1/+9
2012-03-28swapon: check validity of swap_flagsHugh Dickins-0/+3
2012-03-28mm, coredump: fail allocations when coredumping instead of oom killingDavid Rientjes-0/+4
2012-03-28mm: thp: fix up pmd_trans_unstable() locationsAndrea Arcangeli-0/+4
2012-03-28mm for fs: add truncate_pagecache_range()Hugh Dickins-0/+40
2012-03-28Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-9/+73
2012-03-28Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-0/+2
2012-03-24Fix potential endless loop in kswapd when compaction is not enabledRik van Riel-1/+2
2012-03-23coredump: add VM_NODUMP, MADV_NODUMP, MADV_CLEAR_NODUMPJason Baron-0/+8
2012-03-23coredump: remove VM_ALWAYSDUMP flagJason Baron-7/+1
2012-03-23signal: oom_kill_task: use SEND_SIG_FORCED instead of force_sig()Oleg Nesterov-2/+2
2012-03-23mm: hugetlb: cleanup duplicated code in unmapping vm rangeHillf Danton-14/+11
2012-03-23mm: fix testorder interaction between two kswapd patchesHugh Dickins-1/+1
2012-03-22Merge tag 'stable/for-linus-3.4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-66/+44
2012-03-22Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-49/+53
2012-03-22Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds-771/+1108
2012-03-21mm: export dirty_writeback_intervalArtem Bityutskiy-0/+2