summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* do_generic_file_read: clear page errors when issuing a fresh read of the pageJeff Moyer2010-07-051-0/+6
* tmpfs: insert tmpfs cache pages to inactive list at firstKOSAKI Motohiro2010-07-051-2/+2
* hugetlbfs: kill applications that use MAP_NORESERVE with SIGBUS instead of OO...Mel Gorman2010-05-261-1/+1
* hugetlb: fix infinite loop in get_futex_key() when backed by huge pagesMel Gorman2010-05-121-1/+4
* memcg: fix prepare migrationAndrea Arcangeli2010-05-121-2/+2
* readahead: fix NULL filp dereferenceWu Fengguang2010-04-261-1/+1
* tmpfs: cleanup mpol_parse_str()KOSAKI Motohiro2010-04-011-12/+12
* tmpfs: handle MPOL_LOCAL mount option properlyKOSAKI Motohiro2010-04-011-0/+1
* tmpfs: mpol=bind:0 don't cause mount error.KOSAKI Motohiro2010-04-011-3/+7
* tmpfs: fix oops on mounts with mpol=defaultRavikiran G Thirumalai2010-04-011-2/+7
* slab: initialize unused alien cache entry as NULL at alloc_alien_cache().Haicheng Li2010-03-151-4/+2
* readahead: introduce FMODE_RANDOM for POSIX_FADV_RANDOMWu Fengguang2010-03-152-1/+15
* memcg: fix oom killing a child process in an other cgroupKAMEZAWA Hiroyuki2010-02-221-0/+2
* mm: Make copy_from_user() in migrate.c statically predictableH. Peter Anvin2010-02-211-21/+15
* Fix potential crash with sys_move_pagesLinus Torvalds2010-02-061-0/+3
* hugetlb: fix section mismatchesJeff Mahoney2010-02-021-4/+3
* mm: flush dcache before writing into page to avoid aliasanfei zhou2010-02-021-0/+3
* mm: purge fragmented percpu vmap blocksNick Piggin2010-02-021-11/+81
* mm: percpu-vmap fix RCU list walkingNick Piggin2010-02-021-14/+6
* mm: fix migratetype bug which slowed swappingHugh Dickins2010-01-291-2/+3
* mm: add new 'read_cache_page_gfp()' helper functionLinus Torvalds2010-01-271-32/+68
* vmalloc: remove BUG_ON due to racy counting of VM_LAZY_FREEYongseok Koh2010-01-211-3/+1
* page allocator: update NR_FREE_PAGES only when necessaryKOSAKI Motohiro2010-01-161-1/+1
* nommu: fix shared mmap after truncate shrinkage problemsDavid Howells2010-01-161-0/+62
* nommu: don't need get_unmapped_area() for NOMMUDavid Howells2010-01-162-22/+1
* nommu: remove a superfluous check of vm_region::vm_usageDavid Howells2010-01-161-4/+3
* nommu: struct vm_region's vm_usage count need not be atomicDavid Howells2010-01-161-7/+7
* memcg: ensure list is empty at rmdirDaisuke Nishimura2010-01-161-7/+4
* vmscan: kswapd: don't retry balance_pgdat() if all zones are unreclaimableKOSAKI Motohiro2010-01-161-0/+3
* mm/page_alloc: fix the range check for backward mergingKazuhisa Ichikawa2010-01-161-1/+1
* vfs: Fix vmtruncate() regressionOGAWA Hirofumi2010-01-131-16/+14
* mm: hugetlb: fix clear_huge_page()Andrea Arcangeli2010-01-111-1/+1
* percpu: avoid calling __pcpu_ptr_to_addr(NULL)Andrew Morton2010-01-111-1/+3
* maccess,probe_kernel: Allow arch specific override probe_kernel_(read|write)Jason Wessel2010-01-071-2/+9
* NOMMU: Use copy_*_user_page() in access_process_vm()Jie Zhang2010-01-061-2/+4
* NOMMU: Avoiding duplicate icache flushes of shared mapsMike Frysinger2010-01-061-3/+8
* Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2009-12-301-2/+2
|\
| * SLAB: Fix lockdep annotation breakagePekka Enberg2009-12-281-2/+2
* | mm: move sys_mmap_pgoff from util.cHugh Dickins2009-12-303-44/+65
|/
* Merge branch 'sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/lin...Linus Torvalds2009-12-241-4/+7
|\
| * SYSCTL: Add a mutex to the page_alloc zone order sysctlAndi Kleen2009-12-231-4/+7
* | Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds2009-12-242-1/+10
|\ \ | |/ |/|
| * HWPOISON: Add PROC_FS dependency to hwpoison injector v2Andi Kleen2009-12-212-1/+10
* | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2009-12-221-7/+50
|\ \ | |/ |/|
| * mm: Add notifier in pageblock isolation for balloon driversRobert Jennings2009-12-181-7/+50
* | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-12-191-2/+2
|\ \ | |/ |/|
| * x86: Fix checking of SRAT when node 0 ram is not from 0Yinghai Lu2009-12-161-2/+2
* | Merge branch 'cpumask-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2009-12-171-1/+1
|\ \
| * | cpumask: avoid deprecated function in mm/slab.cRusty Russell2009-12-171-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2009-12-171-0/+1
|\ \ \