aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-04-24ksm: check for ERR_PTR from follow_page()Dan Carpenter1-6/+6
2010-04-24rmap: anon_vma_prepare() can leak anon_vma_chainOleg Nesterov1-4/+5
2010-04-24hugetlb: fix infinite loop in get_futex_key() when backed by huge pagesMel Gorman1-1/+4
2010-04-24memcg: fix prepare migrationAndrea Arcangeli1-2/+2
2010-04-19rmap: add exclusively owned pages to the newest anon_vmaRik van Riel1-11/+16
2010-04-12anonvma: when setting up page->mapping, we need to pick the _oldest_ anonvmaLinus Torvalds1-2/+13
2010-04-12anon_vma: clone the anon_vma chain in the right orderLinus Torvalds1-1/+1
2010-04-12vma_adjust: fix the copying of anon_vma chainsLinus Torvalds1-16/+8
2010-04-12Simplify and comment on anon_vma re-use for anon_vma_prepare()Linus Torvalds1-24/+62
2010-04-09Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-0/+3
2010-04-09slub: Fix kmem_ptr_validate() for non-kernel pointersPekka Enberg1-0/+3
2010-04-09slab: Generify kernel pointer validationPekka Enberg2-12/+22
2010-04-07Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-tipLinus Torvalds1-2/+15
2010-04-07memcg: fix race in file_mapped accountingKAMEZAWA Hiroyuki1-9/+9
2010-04-07pagemap: fix pfn calculation for hugepageNaoya Horiguchi1-10/+37
2010-04-07mm: revert "vmscan: get_scan_ratio() cleanup"KOSAKI Motohiro1-14/+9
2010-04-07readahead: fix NULL filp dereferenceWu Fengguang1-1/+1
2010-04-07mm: avoid null-pointer deref in sync_mm_rss()KAMEZAWA Hiroyuki1-2/+1
2010-04-05Merge branch 'slabh' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/miscLinus Torvalds28-10/+56
2010-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-0/+26
2010-04-05rmap: fix anon_vma_fork() memory leakRik van Riel1-0/+1
2010-04-02backing-dev: Handle class_create() failureAnton Blanchard1-0/+3
2010-04-01bootmem, x86: Fix 32bit numa system without RAM on node 0Yinghai Lu1-1/+7
2010-04-01nobootmem, x86: Fix 32bit numa system without RAM on node 0Yinghai Lu1-1/+8
2010-03-30percpu: don't implicitly include slab.h from percpu.hTejun Heo2-1/+35
2010-03-30kmemcheck: Fix build errors due to missing slab.hRandy Dunlap1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo27-10/+21
2010-03-29percpu, module: implement and use is_kernel/module_percpu_address()Tejun Heo1-0/+26
2010-03-26Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-13/+0
2010-03-25NOMMU: Fix __get_user_pages() to pin last page on offset buffersDavid Howells1-1/+1
2010-03-25NOMMU: Revert 'nommu: get_user_pages(): pin last page on non-page-aligned start'David Howells1-2/+2
2010-03-24mempolicy: fix get_mempolicy() for relative and static nodesLee Schermerhorn1-3/+7
2010-03-24exit: fix oops in sync_mm_rssMichael S. Tsirkin2-0/+2
2010-03-24tmpfs: cleanup mpol_parse_str()KOSAKI Motohiro1-12/+12
2010-03-24tmpfs: handle MPOL_LOCAL mount option properlyKOSAKI Motohiro1-0/+1
2010-03-24tmpfs: mpol=bind:0 don't cause mount error.KOSAKI Motohiro1-3/+7
2010-03-24tmpfs: fix oops on mounts with mpol=defaultRavikiran G Thirumalai1-2/+7
2010-03-24mm/ksm.c is doing an unneeded _notify in write_protect_page.Robin Holt1-1/+1
2010-03-24nommu: fix an incorrect comment in the do_mmap_shared_file()David Howells1-4/+3
2010-03-24memcontrol: fix potential null derefDan Carpenter1-2/+4
2010-03-24memcg: disable move charge in no mmu caseDaisuke Nishimura1-22/+22
2010-03-24x86: Remove excessive early_res debug outputJiri Kosina1-13/+0
2010-03-17memcg: avoid use cmpxchg in swap cgroup maintainanceKAMEZAWA Hiroyuki1-4/+16
2010-03-13Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+2
2010-03-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-2/+2
2010-03-12memcg: fix oom kill behaviorKAMEZAWA Hiroyuki2-35/+107
2010-03-12cgroups: remove events before destroying subsystem state objectsKirill A. Shutemov1-9/+0
2010-03-12memcg: handle panic_on_oom=always caseKAMEZAWA Hiroyuki1-0/+2
2010-03-12memcg : share event counter rather than duplicateKAMEZAWA Hiroyuki1-45/+41
2010-03-12memcg: update threshold and softlimit at commitKAMEZAWA Hiroyuki1-20/+18