summaryrefslogtreecommitdiff
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* slab: fix object alignmentCarsten Otte2010-08-261-2/+2
* mm: make stack guard page logic use vm_prev pointerLinus Torvalds2010-08-261-4/+11
* mm: make the mlock() stack guard page checks stricterLinus Torvalds2010-08-261-5/+16
* mm: make the vma list be doubly linkedLinus Torvalds2010-08-262-6/+22
* mm: fix up some user-visible effects of the stack guard pageLinus Torvalds2010-08-201-0/+8
* mm: fix page table unmap for stack guard page properlyLinus Torvalds2010-08-201-7/+6
* mm: fix missing page table unmap for stack guard page failure caseLinus Torvalds2010-08-131-1/+3
* mm: keep a guard page below a grow-down stack segmentLinus Torvalds2010-08-131-0/+23
* mm: fix corruption of hibernation caused by reusing swap during image savingKAMEZAWA Hiroyuki2010-08-131-2/+4
* mm: fix ia64 crash when gcore reads gate areaHugh Dickins2010-08-101-3/+13
* x86,nobootmem: make alloc_bootmem_node fall back to other node when 32bit num...Yinghai Lu2010-08-022-4/+23
* kmemleak: Add support for NO_BOOTMEM configurationsCatalin Marinas2010-08-021-0/+5
* do_generic_file_read: clear page errors when issuing a fresh read of the pageJeff Moyer2010-07-051-0/+6
* slub: move kmem_cache_node into it's own cachelineAlexander Duyck2010-07-051-22/+11
* tmpfs: insert tmpfs cache pages to inactive list at firstKOSAKI Motohiro2010-07-051-2/+2
* memcg: fix css_is_ancestor() RCU lockingKAMEZAWA Hiroyuki2010-05-111-4/+0
* memcg: fix css_id() RCU locking for realKAMEZAWA Hiroyuki2010-05-111-14/+5
* rmap: remove anon_vma check in page_address_in_vma()Naoya Horiguchi2010-05-111-5/+4
* hugetlbfs: kill applications that use MAP_NORESERVE with SIGBUS instead of OO...Mel Gorman2010-05-111-1/+1
* Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-05-071-5/+16
|\
| * memcg: css_id() must be called under rcu_read_lock()Paul E. McKenney2010-05-041-5/+16
* | slub: Fix bad boundary check in init_kmem_cache_nodes()Zhang, Yanmin2010-05-051-1/+1
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-04-281-0/+34
|\ \
| * | Catch filesystems lacking s_bdiJörn Engel2010-04-251-0/+5
| * | bdi: add helper function for doing init and register of a bdi for a file systemJens Axboe2010-04-221-0/+29
| |/
* | mmap: check ->vm_ops before dereferencingRik van Riel2010-04-271-1/+2
* | ksm: check for ERR_PTR from follow_page()Dan Carpenter2010-04-241-6/+6
* | rmap: anon_vma_prepare() can leak anon_vma_chainOleg Nesterov2010-04-241-4/+5
* | hugetlb: fix infinite loop in get_futex_key() when backed by huge pagesMel Gorman2010-04-241-1/+4
* | memcg: fix prepare migrationAndrea Arcangeli2010-04-241-2/+2
|/
* rmap: add exclusively owned pages to the newest anon_vmaRik van Riel2010-04-191-11/+16
* anonvma: when setting up page->mapping, we need to pick the _oldest_ anonvmaLinus Torvalds2010-04-121-2/+13
* anon_vma: clone the anon_vma chain in the right orderLinus Torvalds2010-04-121-1/+1
* vma_adjust: fix the copying of anon_vma chainsLinus Torvalds2010-04-121-16/+8
* Simplify and comment on anon_vma re-use for anon_vma_prepare()Linus Torvalds2010-04-121-24/+62
* Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-04-091-0/+3
|\
| * backing-dev: Handle class_create() failureAnton Blanchard2010-04-021-0/+3
* | slub: Fix kmem_ptr_validate() for non-kernel pointersPekka Enberg2010-04-091-0/+3
* | slab: Generify kernel pointer validationPekka Enberg2010-04-092-12/+22
* | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-04-071-2/+15
|\ \
| * | bootmem, x86: Fix 32bit numa system without RAM on node 0Yinghai Lu2010-04-011-1/+7
| * | nobootmem, x86: Fix 32bit numa system without RAM on node 0Yinghai Lu2010-04-011-1/+8
* | | memcg: fix race in file_mapped accountingKAMEZAWA Hiroyuki2010-04-071-9/+9
* | | pagemap: fix pfn calculation for hugepageNaoya Horiguchi2010-04-071-10/+37
* | | mm: revert "vmscan: get_scan_ratio() cleanup"KOSAKI Motohiro2010-04-071-14/+9
* | | readahead: fix NULL filp dereferenceWu Fengguang2010-04-071-1/+1
* | | mm: avoid null-pointer deref in sync_mm_rss()KAMEZAWA Hiroyuki2010-04-071-2/+1
* | | Merge branch 'slabh' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/miscLinus Torvalds2010-04-0528-10/+56
|\ \ \
| * | | percpu: don't implicitly include slab.h from percpu.hTejun Heo2010-03-302-1/+35
| * | | kmemcheck: Fix build errors due to missing slab.hRandy Dunlap2010-03-301-0/+1