summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2010-08-27vmscan: raise the bar to PAGEOUT_IO_SYNC stallsWu Fengguang1-8/+45
2010-08-27slab: fix object alignmentCarsten Otte1-2/+2
2010-08-27mm: make stack guard page logic use vm_prev pointerLinus Torvalds1-4/+11
2010-08-27mm: make the mlock() stack guard page checks stricterLinus Torvalds1-5/+16
2010-08-27mm: make the vma list be doubly linkedLinus Torvalds2-6/+22
2010-08-20mm: fix up some user-visible effects of the stack guard pageLinus Torvalds1-0/+8
2010-08-20mm: fix page table unmap for stack guard page properlyLinus Torvalds1-7/+6
2010-08-14mm: fix missing page table unmap for stack guard page failure caseLinus Torvalds1-1/+3
2010-08-14mm: keep a guard page below a grow-down stack segmentLinus Torvalds1-0/+23
2010-08-14mm: fix corruption of hibernation caused by reusing swap during image savingKAMEZAWA Hiroyuki1-2/+4
2010-08-10mm: fix ia64 crash when gcore reads gate areaHugh Dickins1-3/+13
2010-08-02x86,nobootmem: make alloc_bootmem_node fall back to other node when 32bit num...Yinghai Lu2-4/+23
2010-08-02kmemleak: Add support for NO_BOOTMEM configurationsCatalin Marinas1-0/+5
2010-07-05do_generic_file_read: clear page errors when issuing a fresh read of the pageJeff Moyer1-0/+6
2010-07-05slub: move kmem_cache_node into it's own cachelineAlexander Duyck1-22/+11
2010-07-05tmpfs: insert tmpfs cache pages to inactive list at firstKOSAKI Motohiro1-2/+2
2010-05-12memcg: fix css_is_ancestor() RCU lockingKAMEZAWA Hiroyuki1-4/+0
2010-05-12memcg: fix css_id() RCU locking for realKAMEZAWA Hiroyuki1-14/+5
2010-05-12rmap: remove anon_vma check in page_address_in_vma()Naoya Horiguchi1-5/+4
2010-05-12hugetlbfs: kill applications that use MAP_NORESERVE with SIGBUS instead of OO...Mel Gorman1-1/+1
2010-05-08Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-5/+16
2010-05-05slub: Fix bad boundary check in init_kmem_cache_nodes()Zhang, Yanmin1-1/+1
2010-05-04memcg: css_id() must be called under rcu_read_lock()Paul E. McKenney1-5/+16
2010-04-28Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-0/+34
2010-04-27mmap: check ->vm_ops before dereferencingRik van Riel1-1/+2
2010-04-25Catch filesystems lacking s_bdiJörn Engel1-0/+5
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-22bdi: add helper function for doing init and register of a bdi for a file systemJens Axboe1-0/+29
2010-04-20rmap: add exclusively owned pages to the newest anon_vmaRik van Riel1-11/+16
2010-04-13anonvma: when setting up page->mapping, we need to pick the _oldest_ anonvmaLinus Torvalds1-2/+13
2010-04-13anon_vma: clone the anon_vma chain in the right orderLinus Torvalds1-1/+1
2010-04-13vma_adjust: fix the copying of anon_vma chainsLinus Torvalds1-16/+8
2010-04-13Simplify 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/kern...Linus 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/...Linus 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-02bootmem, x86: Fix 32bit numa system without RAM on node 0Yinghai Lu1-1/+7