aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2012-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2012-05-24Merge branch 'perf-uprobes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2012-05-24mm: add a low limit to alloc_large_system_hashTim Bird
2012-05-23mm: mempolicy: Let vma_merge and vma_split handle vma->vm_policy linkagesMel Gorman
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-05-22Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2012-05-22Merge tag 'driver-core-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2012-05-21Merge branch 'vm-cleanups' (unmap_vma() interface cleanup)Linus Torvalds
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-15userns: Convert the move_pages, and migrate_pages permission checks to use ui...Eric W. Biederman
2012-05-15userns: Convert tmpfs to use kuid and kgid where appropriateEric W. Biederman
2012-05-14Merge branch 'perf/uprobes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar
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-05-08mm: use KERN_CONT in printk() continuation linesKay Sievers
2012-05-06vm: remove 'nr_accounted' calculations from the unmap_vmas() interfacesLinus Torvalds
2012-05-06vm: simplify unmap_vmas() calling conventionLinus Torvalds
2012-05-03userns: Store uid and gid values in struct cred with kuid_t and kgid_t typesEric W. Biederman
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
2012-04-20VM: add "vm_mmap()" helper functionLinus Torvalds
2012-04-20VM: add "vm_munmap()" helper functionLinus Torvalds
2012-04-20VM: add "vm_brk()" helper functionLinus Torvalds
2012-04-20memblock: memblock should be able to handle zero length operationsTejun Heo
2012-04-18memcg: fix Bad page state after replace_page_cacheHugh Dickins
2012-04-14uprobes/core: Decrement uprobe count before the pages are unmappedSrikar Dronamraju
2012-04-14Merge branch 'perf/core' into perf/uprobesIngo Molnar
2012-04-12Revert "mm: vmscan: fix misused nr_reclaimed in shrink_mem_cgroup_zone()"Ying Han
2012-04-12hugetlb: fix race condition in hugetlb_fault()Chris Metcalf
2012-04-12memcg: do not open code accesses to res_counter membersGlauber Costa
2012-04-12memcg: fix broken boolen expressionKirill A. Shutemov
2012-04-10cgroup: get rid of populate for memcgGlauber Costa
2012-04-10cgroup: pass struct mem_cgroup instead of struct cgroup to socket memcgGlauber Costa
2012-04-01cgroup: make css->refcnt clearing on cgroup removal optionalTejun Heo
2012-04-01cgroup: convert memcg controller to the new cftype interfaceTejun Heo