aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2010-05-07Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-05-05slub: Fix bad boundary check in init_kmem_cache_nodes()Zhang, Yanmin
2010-05-04memcg: css_id() must be called under rcu_read_lock()Paul E. McKenney
2010-04-28Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-04-27mmap: check ->vm_ops before dereferencingRik van Riel
2010-04-25Catch filesystems lacking s_bdiJörn Engel
2010-04-24ksm: check for ERR_PTR from follow_page()Dan Carpenter
2010-04-24rmap: anon_vma_prepare() can leak anon_vma_chainOleg Nesterov
2010-04-24hugetlb: fix infinite loop in get_futex_key() when backed by huge pagesMel Gorman
2010-04-24memcg: fix prepare migrationAndrea Arcangeli
2010-04-22bdi: add helper function for doing init and register of a bdi for a file systemJens Axboe
2010-04-19rmap: add exclusively owned pages to the newest anon_vmaRik van Riel
2010-04-12anonvma: when setting up page->mapping, we need to pick the _oldest_ anonvmaLinus Torvalds
2010-04-12anon_vma: clone the anon_vma chain in the right orderLinus Torvalds
2010-04-12vma_adjust: fix the copying of anon_vma chainsLinus Torvalds
2010-04-12Simplify and comment on anon_vma re-use for anon_vma_prepare()Linus Torvalds
2010-04-09Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-04-09slub: Fix kmem_ptr_validate() for non-kernel pointersPekka Enberg
2010-04-09slab: Generify kernel pointer validationPekka Enberg
2010-04-07Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2010-04-07memcg: fix race in file_mapped accountingKAMEZAWA Hiroyuki
2010-04-07pagemap: fix pfn calculation for hugepageNaoya Horiguchi
2010-04-07mm: revert "vmscan: get_scan_ratio() cleanup"KOSAKI Motohiro
2010-04-07readahead: fix NULL filp dereferenceWu Fengguang
2010-04-07mm: avoid null-pointer deref in sync_mm_rss()KAMEZAWA Hiroyuki
2010-04-05Merge branch 'slabh' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/miscLinus Torvalds
2010-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds
2010-04-05rmap: fix anon_vma_fork() memory leakRik van Riel
2010-04-02backing-dev: Handle class_create() failureAnton Blanchard
2010-04-01bootmem, x86: Fix 32bit numa system without RAM on node 0Yinghai Lu
2010-04-01nobootmem, x86: Fix 32bit numa system without RAM on node 0Yinghai Lu
2010-03-30percpu: don't implicitly include slab.h from percpu.hTejun Heo
2010-03-30kmemcheck: Fix build errors due to missing slab.hRandy Dunlap
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-29percpu, module: implement and use is_kernel/module_percpu_address()Tejun Heo
2010-03-26Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-03-25NOMMU: Fix __get_user_pages() to pin last page on offset buffersDavid Howells
2010-03-25NOMMU: Revert 'nommu: get_user_pages(): pin last page on non-page-aligned start'David Howells
2010-03-24mempolicy: fix get_mempolicy() for relative and static nodesLee Schermerhorn
2010-03-24exit: fix oops in sync_mm_rssMichael S. Tsirkin
2010-03-24tmpfs: cleanup mpol_parse_str()KOSAKI Motohiro
2010-03-24tmpfs: handle MPOL_LOCAL mount option properlyKOSAKI Motohiro
2010-03-24tmpfs: mpol=bind:0 don't cause mount error.KOSAKI Motohiro
2010-03-24tmpfs: fix oops on mounts with mpol=defaultRavikiran G Thirumalai
2010-03-24mm/ksm.c is doing an unneeded _notify in write_protect_page.Robin Holt
2010-03-24nommu: fix an incorrect comment in the do_mmap_shared_file()David Howells
2010-03-24memcontrol: fix potential null derefDan Carpenter
2010-03-24memcg: disable move charge in no mmu caseDaisuke Nishimura
2010-03-24x86: Remove excessive early_res debug outputJiri Kosina
2010-03-17memcg: avoid use cmpxchg in swap cgroup maintainanceKAMEZAWA Hiroyuki