summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2012-05-252-2/+3
|\
| * mm: add new arch_make_huge_pte() method for tile supportChris Metcalf2012-05-251-0/+1
| * arch/tile: allow building Linux with transparent huge pages enabledChris Metcalf2012-05-251-2/+2
* | Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds2012-05-259-216/+675
|\ \
| * | cma: fix migration modeMinchan Kim2012-05-211-1/+1
| * | mm: trigger page reclaim in alloc_contig_range() to stabilise watermarksMarek Szyprowski2012-05-211-0/+60
| * | mm: extract reclaim code from __alloc_pages_direct_reclaim()Marek Szyprowski2012-05-211-9/+21
| * | mm: Serialize access to min_free_kbytesMel Gorman2012-05-211-8/+15
| * | mm: page_isolation: MIGRATE_CMA isolation functions addedMichal Nazarewicz2012-05-214-17/+23
| * | mm: mmzone: MIGRATE_CMA migration type addedMichal Nazarewicz2012-05-214-20/+72
| * | mm: page_alloc: change fallbacks array handlingMichal Nazarewicz2012-05-211-4/+5
| * | mm: page_alloc: introduce alloc_contig_range()Michal Nazarewicz2012-05-211-0/+188
| * | mm: compaction: export some of the functionsMichal Nazarewicz2012-05-213-173/+191
| * | mm: compaction: introduce isolate_freepages_range()Michal Nazarewicz2012-05-211-18/+93
| * | mm: compaction: introduce map_pages()Michal Nazarewicz2012-05-211-4/+11
| * | mm: compaction: introduce isolate_migratepages_range()Michal Nazarewicz2012-05-211-21/+54
| * | mm: page_alloc: remove trailing whitespaceMichal Nazarewicz2012-05-211-7/+7
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-05-241-2/+5
|\ \
| * | mm: add a low limit to alloc_large_system_hashTim Bird2012-05-241-2/+5
* | | Merge branch 'perf-uprobes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-05-242-1/+35
|\ \ \
| * \ \ Merge branch 'perf/uprobes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2012-05-146-24/+99
| |\ \ \
| * | | | uprobes/core: Decrement uprobe count before the pages are unmappedSrikar Dronamraju2012-04-142-4/+7
| * | | | Merge branch 'perf/core' into perf/uprobesIngo Molnar2012-04-1440-1197/+1727
| |\ \ \ \
| * | | | | uprobes/core: Optimize probe hits with the help of a counterSrikar Dronamraju2012-03-311-1/+9
| * | | | | Merge branch 'x86/cleanups' into perf/uprobesIngo Molnar2012-03-1312-23/+74
| |\ \ \ \ \
| * | | | | | uprobes/core: Clean up, refactor and improve the codeIngo Molnar2012-02-171-6/+6
| * | | | | | uprobes, mm, x86: Add the ability to install and remove uprobes breakpointsSrikar Dronamraju2012-02-171-0/+23
* | | | | | | mm: mempolicy: Let vma_merge and vma_split handle vma->vm_policy linkagesMel Gorman2012-05-231-24/+17
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-05-234-12/+22
|\ \ \ \ \ \ \
| * | | | | | | userns: Convert the move_pages, and migrate_pages permission checks to use ui...Eric W. Biederman2012-05-152-4/+4
| * | | | | | | userns: Convert tmpfs to use kuid and kgid where appropriateEric W. Biederman2012-05-151-6/+16
| * | | | | | | userns: Store uid and gid values in struct cred with kuid_t and kgid_t typesEric W. Biederman2012-05-031-2/+2
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2012-05-221-63/+52
|\ \ \ \ \ \ \
| * | | | | | | cgroup: get rid of populate for memcgGlauber Costa2012-04-101-10/+13
| * | | | | | | cgroup: pass struct mem_cgroup instead of struct cgroup to socket memcgGlauber Costa2012-04-101-15/+9
| * | | | | | | cgroup: make css->refcnt clearing on cgroup removal optionalTejun Heo2012-04-011-0/+1
| * | | | | | | cgroup: convert memcg controller to the new cftype interfaceTejun Heo2012-04-011-9/+3
| * | | | | | | memcg: always create memsw files if CONFIG_CGROUP_MEM_RES_CTLR_SWAPTejun Heo2012-04-011-34/+31
| |/ / / / / /
* | | | | | | Merge tag 'driver-core-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-05-221-3/+3
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | mm: use KERN_CONT in printk() continuation linesKay Sievers2012-05-081-3/+3
* | | | | | | Merge branch 'vm-cleanups' (unmap_vma() interface cleanup)Linus Torvalds2012-05-212-23/+23
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | vm: remove 'nr_accounted' calculations from the unmap_vmas() interfacesLinus Torvalds2012-05-062-17/+17
| * | | | | | vm: simplify unmap_vmas() calling conventionLinus Torvalds2012-05-062-11/+11
| |/ / / / /
* | | | | | memcg,thp: fix res_counter:96 regressionHugh Dickins2012-05-191-1/+1
* | | | | | slub: missing test for partial pages flush work in flush_all()majianpeng2012-05-171-1/+1
* | | | | | mm: raise MemFree by reverting percpu_pagelist_fraction to 0Hugh Dickins2012-05-111-1/+1
* | | | | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-05-104-5/+9
|\ \ \ \ \ \
| * | | | | | mm: nobootmem: fix sign extend problem in __free_pages_memory()Russ Anderson2012-05-101-2/+1
| * | | | | | memcg: free spare array to avoid memory leakSha Zhengju2012-05-101-0/+6
| * | | | | | hugetlb: prevent BUG_ON in hugetlb_fault() -> hugetlb_cow()Chris Metcalf2012-05-101-1/+0