aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2012-06-12Merge tag 'v3.4.2' into v3.4-rtSteven Rostedt
2012-06-10slub: fix a memory leak in get_partial_node()Joonsoo Kim
2012-06-10mm: fix vma_resv_map() NULL pointerDave Hansen
2012-06-10hugetlb: fix resv_map leak in error pathDave Hansen
2012-06-10mm: fix faulty initialization in vmalloc_init()KyongHo
2012-06-10mm: consider all swapped back pages in used-once logicMichal Hocko
2012-06-07Merge tag 'v3.4.1' into v3.4-rtSteven Rostedt
2012-06-07kconfig-disable-a-few-options-rt.patchThomas Gleixner
2012-06-07mm, rt: kmap_atomic schedulingPeter Zijlstra
2012-06-07mm-vmalloc.patchThomas Gleixner
2012-06-07mm: Protect activate_mm() by preempt_[disable%7Cenable]_rt()Yong Zhang
2012-06-07mm-protect-activate-switch-mm.patchThomas Gleixner
2012-06-07mm: shrink the page frame to !-rt sizePeter Zijlstra
2012-06-07mm: make vmstat -rt awareIngo Molnar
2012-06-07mm: convert swap to percpu lockedIngo Molnar
2012-06-07mm-page-alloc-fix.patchThomas Gleixner
2012-06-07mm: page_alloc reduce lock sections furtherPeter Zijlstra
2012-06-07mm: page_alloc: rt-friendly per-cpu pagesIngo Molnar
2012-06-07mm: More lock breaks in slab.cPeter Zijlstra
2012-06-07slab: Fix __do_drain to use the right array cacheSteven Rostedt
2012-06-07mm-slab-wrap-functions.patchThomas Gleixner
2012-06-07mm: Replace cgroup_page bit spinlockThomas Gleixner
2012-06-07mm-slab-move-debug-out.patchThomas Gleixner
2012-06-07mm-page-alloc-use-list-last-entry.patchPeter Zijlstra
2012-06-07mm: Remove preempt count from pagefault disable/enableThomas Gleixner
2012-06-07filemap-fix-up.patchThomas Gleixner
2012-06-07mm: raw_pagefault_disablePeter Zijlstra
2012-06-07mm: Prepare decoupling the page fault disabling logicIngo Molnar
2012-06-07slab, lockdep: Annotate all slab cachesPeter Zijlstra
2012-06-01mm: mempolicy: Let vma_merge and vma_split handle vma->vm_policy linkagesMel Gorman
2012-05-19memcg,thp: fix res_counter:96 regressionHugh Dickins
2012-05-17slub: missing test for partial pages flush work in flush_all()majianpeng
2012-05-11mm: raise MemFree by reverting percpu_pagelist_fraction to 0Hugh Dickins
2012-05-10Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-05-10mm: nobootmem: fix sign extend problem in __free_pages_memory()Russ Anderson
2012-05-10memcg: free spare array to avoid memory leakSha Zhengju
2012-05-10hugetlb: prevent BUG_ON in hugetlb_fault() -> hugetlb_cow()Chris Metcalf
2012-05-10mm: fix division by 0 in percpu_pagelist_fraction()Sasha Levin
2012-05-09kmemleak: Fix the kmemleak tracking of the percpu areas with !SMPCatalin Marinas
2012-05-09percpu: pcpu_embed_first_chunk() should free unused parts after all allocs ar...Tejun Heo
2012-05-08Merge branch 'for-3.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2012-04-26Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-04-25mm: fix NULL ptr dereference in move_pagesSasha Levin
2012-04-25mm: fix NULL ptr dereference in migrate_pagesSasha Levin
2012-04-25mm: fix up the vmscan stat in vmstatYing Han
2012-04-25mm/hugetlb: fix warning in alloc_huge_page/dequeue_huge_page_vmaKonstantin Khlebnikov
2012-04-25mm: memcg: move pc lookup point to commit_charge()Johannes Weiner
2012-04-25mm: nobootmem: Correct alloc_bootmem semantics.David Miller
2012-04-23mm: fix s390 BUG by __set_page_dirty_no_writeback on swapHugh Dickins
2012-04-21kill mm argument of vm_munmap()Al Viro