summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | writeback: fix mixed up arguments to bdi_start_writeback()Jens Axboe2010-05-211-1/+1
* | | | | | | | writeback: fix problem with !CONFIG_BLOCK compilationJens Axboe2010-05-211-0/+2
* | | | | | | | writeback: fixups for !dirty_writeback_centisecsJens Axboe2010-05-212-5/+11
* | | | | | | | writeback: fix WB_SYNC_NONE writeback from umountJens Axboe2010-05-171-2/+2
* | | | | | | | Merge branch 'master' into for-2.6.35Jens Axboe2010-04-296-25/+69
|\| | | | | | |
| * | | | | | | 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-201-11/+16
| | |_|_|_|/ | |/| | | |
* | | | | | blkdev: generalize flags for blkdev_issue_fn functionsDmitry Monakhov2010-04-281-3/+6
* | | | | | Merge branch 'master' into for-2.6.35Jens Axboe2010-04-1337-103/+267
|\| | | | |
| * | | | | anonvma: when setting up page->mapping, we need to pick the _oldest_ anonvmaLinus Torvalds2010-04-131-2/+13
| * | | | | anon_vma: clone the anon_vma chain in the right orderLinus Torvalds2010-04-131-1/+1
| * | | | | vma_adjust: fix the copying of anon_vma chainsLinus Torvalds2010-04-131-16/+8Star
| * | | | | Simplify and comment on anon_vma re-use for anon_vma_prepare()Linus Torvalds2010-04-131-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/+9Star
| * | | | | readahead: fix NULL filp dereferenceWu Fengguang2010-04-071-1/+1
| * | | | | mm: avoid null-pointer deref in sync_mm_rss()KAMEZAWA Hiroyuki2010-04-071-2/+1Star
| * | | | | 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
| | * | | | | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-3027-10/+21
| | |/ / / /
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2010-04-051-0/+26
| |\ \ \ \ \
| | * | | | | percpu, module: implement and use is_kernel/module_percpu_address()Tejun Heo2010-03-291-0/+26
| | |/ / / /
| * / / / / rmap: fix anon_vma_fork() memory leakRik van Riel2010-04-051-0/+1
| |/ / / /
* / / / / laptop-mode: Make flushes per-deviceMatthew Garrett2010-04-061-19/+20
|/ / / /
* | | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-03-261-13/+0Star
|\ \ \ \
| * | | | x86: Remove excessive early_res debug outputJiri Kosina2010-03-241-13/+0Star
| |/ / /
* | | | NOMMU: Fix __get_user_pages() to pin last page on offset buffersDavid Howells2010-03-251-1/+1
* | | | NOMMU: Revert 'nommu: get_user_pages(): pin last page on non-page-aligned start'David Howells2010-03-251-2/+2
* | | | mempolicy: fix get_mempolicy() for relative and static nodesLee Schermerhorn2010-03-251-3/+7
* | | | exit: fix oops in sync_mm_rssMichael S. Tsirkin2010-03-252-0/+2
* | | | tmpfs: cleanup mpol_parse_str()KOSAKI Motohiro2010-03-251-12/+12
* | | | tmpfs: handle MPOL_LOCAL mount option properlyKOSAKI Motohiro2010-03-251-0/+1
* | | | tmpfs: mpol=bind:0 don't cause mount error.KOSAKI Motohiro2010-03-251-3/+7
* | | | tmpfs: fix oops on mounts with mpol=defaultRavikiran G Thirumalai2010-03-251-2/+7