summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-12-141-1/+1
|\
| * mm: Adjust do_pages_stat() so gcc can see copy_from_user() is safeH. Peter Anvin2009-12-111-1/+1
* | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-12-142-8/+8
|\ \
| * | tracing, slab: Fix no callsite ifndef CONFIG_KMEMTRACELi Zefan2009-12-111-3/+3
| * | tracing, slab: Define kmem_cache_alloc_notrace ifdef CONFIG_TRACINGLi Zefan2009-12-112-5/+5
| * | tracing: Fix kmem event exportsIngo Molnar2009-11-262-3/+4
| * | tracing: Convert some kmem events to DEFINE_EVENTLi Zefan2009-11-262-4/+3
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-12-146-198/+36
|\ \ \
| * \ \ Merge branch 'for-linus' into for-nextTejun Heo2009-12-081-48/+114
| |\ \ \
| | * | | percpu: Fix kdump failure if booted with percpu_alloc=pageVivek Goyal2009-11-251-0/+22
| * | | | percpu: make percpu symbols under kernel/ and mm/ uniqueTejun Heo2009-10-292-13/+12
| * | | | percpu: remove some sparse warningsTejun Heo2009-10-291-0/+1
| * | | | vmalloc: fix use of non-existent percpu variable in put_cpu_var()Tejun Heo2009-10-291-2/+2
| * | | | Merge branch 'for-linus' into for-nextTejun Heo2009-10-121-2/+3
| |\ \ \ \
| * | | | | percpu: kill legacy percpu allocatorTejun Heo2009-10-023-183/+0
| | | | | |
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
*-----. \ \ \ \ \ Merge branches 'slab/fixes', 'slab/kmemleak', 'slub/perf' and 'slub/stats' in...Pekka Enberg2009-12-122-51/+87
|\ \ \ \ \ \ \ \ \
| | | | * | | | | | slub: allow stats to be clearedDavid Rientjes2009-10-151-1/+17
| | | * | | | | | | SLUB: Fix __GFP_ZERO unlikely() annotationPekka Enberg2009-11-291-1/+1
| | * | | | | | | | slab, kmemleak: pass the correct pointer to kmemleak_erase()J. R. Okajima2009-12-061-0/+5
| | * | | | | | | | slab, kmemleak: stop calling kmemleak_erase() unconditionallyJ. R. Okajima2009-12-061-1/+2
| * | | | | | | | | SLAB: Fix unlikely() annotation in __cache_alloc_node()Tim Blechmann2009-12-061-1/+1
| * | | | | | | | | SLAB: Fix lockdep annotations for CPU hotplugPekka Enberg2009-11-301-47/+61
| |/ / / / / / / /
* | | | | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2009-12-111-35/+14
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | kill wait_on_page_writeback_rangeChristoph Hellwig2009-12-101-35/+14
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | switch do_brk() to get_unmapped_area()Al Viro2009-12-111-8/+2
* | | | | | | | | Take arch_mmap_check() into get_unmapped_area()Al Viro2009-12-112-17/+12
* | | | | | | | | fix a struct file leak in do_mmap_pgoff()Al Viro2009-12-112-18/+15
* | | | | | | | | Unify sys_mmap*Al Viro2009-12-111-0/+29
* | | | | | | | | fix pgoff in "have to relocate" case of mremap()Al Viro2009-12-111-1/+3
* | | | | | | | | fix the arch checks in MREMAP_FIXED caseAl Viro2009-12-111-2/+17
* | | | | | | | | fix checks for expand-in-place mremapAl Viro2009-12-111-2/+11
* | | | | | | | | do_mremap() untangling, part 3Al Viro2009-12-111-4/+12
* | | | | | | | | do_mremap() untangling, part 2Al Viro2009-12-111-48/+72
* | | | | | | | | untangling do_mremap(), part 1Al Viro2009-12-111-33/+55
|/ / / / / / / /
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-095-8/+8
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'for-next' into for-linusJiri Kosina2009-12-075-8/+8
| |\ \ \ \ \ \ \ \
| | * | | | | | | | tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-043-4/+4
| | * | | | | | | | mm: fix comments for invalidate_inode_pages2()Peng Tao2009-12-041-1/+1
| | * | | | | | | | tree-wide: fix typos "aquire" -> "acquire", "cumsumed" -> "consumed"Uwe Kleine-König2009-11-092-3/+3
* | | | | | | | | | Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-12-082-13/+1
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | writeback: remove unused nonblocking and congestion checksWu Fengguang2009-12-031-12/+0
| * | | | | | | | | flusher: Fix PF_FROZEN raceOGAWA Hirofumi2009-12-031-1/+1
* | | | | | | | | | Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-12-051-0/+24
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge commit 'v2.6.32-rc7' into core/iommuIngo Molnar2009-11-174-8/+16
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | |
| * | | | | | | | | | bootmem: Add free_bootmem_late()FUJITA Tomonori2009-11-101-0/+24
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'master' into nextJames Morris2009-12-0319-238/+390
|\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | |
| * | | | | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-11-301-2/+6
| |\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | |
| | * | | | | | | | Thaw refrigerated bdi flusher threads before invoking kthread_stop on themRomit Dasgupta2009-11-121-2/+6
| * | | | | | | | | mm: allow memory hotplug and hibernation in the same kernelAndi Kleen2009-11-172-8/+18
| * | | | | | | | | mm/memory_hotplug: fix section mismatchHidetoshi Seto2009-11-171-1/+2