summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | page allocator: do not setup zonelist cache when there is only one nodeMel Gorman2009-06-171-2/+5
| * | | | | page allocator: do not disable interrupts in free_page_mlock()Mel Gorman2009-06-172-9/+10
| * | | | | page allocator: do not call get_pageblock_migratetype() more than necessaryMel Gorman2009-06-171-6/+10
| * | | | | page allocator: inline __rmqueue_fallback()Mel Gorman2009-06-171-2/+2
| * | | | | page allocator: inline buffered_rmqueue()Mel Gorman2009-06-171-1/+2
| * | | | | page allocator: inline __rmqueue_smallest()Mel Gorman2009-06-171-4/+16
| * | | | | page allocator: remove a branch by assuming __GFP_HIGH == ALLOC_HIGHMel Gorman2009-06-171-2/+4
| * | | | | page allocator: calculate the alloc_flags for allocation only oncePeter Zijlstra2009-06-171-44/+50
| * | | | | page allocator: calculate the migratetype for allocation only onceMel Gorman2009-06-171-17/+26
| * | | | | page allocator: calculate the preferred zone for allocation only onceMel Gorman2009-06-171-22/+32
| * | | | | page allocator: move check for disabled anti-fragmentation out of fastpathMel Gorman2009-06-171-0/+4
| * | | | | page allocator: break up the allocator entry point into fast and slow pathsMel Gorman2009-06-171-125/+228
| * | | | | page allocator: check only once if the zonelist is suitable for the allocationMel Gorman2009-06-171-3/+3
| * | | | | page allocator: do not check NUMA node ID when the caller knows the node is v...Mel Gorman2009-06-176-9/+9
| * | | | | page allocator: do not sanity check order in the fast pathMel Gorman2009-06-171-0/+3
| * | | | | page allocator: replace __alloc_pages_internal() with __alloc_pages_nodemask()Mel Gorman2009-06-171-2/+2
| * | | | | mm: alloc_large_system_hash check orderHugh Dickins2009-06-171-1/+4
| * | | | | cpuset,mm: update tasks' mems_allowed in timeMiao Xie2009-06-172-44/+104
| * | | | | mm/page-writeback.c: dirty limit type should be unsigned longH Hartley Sweeten2009-06-171-9/+10
| * | | | | vmscan: low order lumpy reclaim also should use PAGEOUT_IO_SYNCKOSAKI Motohiro2009-06-171-14/+15
| * | | | | mm: clean up get_user_pages_fast() documentationNick Piggin2009-06-172-4/+62
| * | | | | readahead: enforce full sync mmap readahead sizeWu Fengguang2009-06-171-1/+2
| * | | | | readahead: remove redundant test in shrink_readahead_size_eio()Wu Fengguang2009-06-171-3/+0Star
| * | | | | readahead: introduce context readahead algorithmWu Fengguang2009-06-171-0/+60
| * | | | | readahead: move the random read case to bottomWu Fengguang2009-06-171-21/+25
| * | | | | readahead: record mmap read-around states in file_ra_stateWu Fengguang2009-06-172-26/+9Star
| * | | | | readahead: enforce full readahead size on async mmap readaheadWu Fengguang2009-06-171-1/+2
| * | | | | readahead: sequential mmap readaheadWu Fengguang2009-06-171-1/+2
| * | | | | readahead: clean up and simplify the code for filemap page fault readaheadLinus Torvalds2009-06-171-67/+89
| * | | | | readahead: remove sync/async readahead call dependencyWu Fengguang2009-06-171-0/+10
| * | | | | readahead: increase interleaved readahead sizeWu Fengguang2009-06-171-0/+1
| * | | | | readahead: remove one unnecessary radix tree lookupWu Fengguang2009-06-171-1/+1
| * | | | | readahead: apply max_sane_readahead() limit in ondemand_readahead()Wu Fengguang2009-06-171-1/+1
| * | | | | readahead: move max_sane_readahead() calls into force_page_cache_readahead()Wu Fengguang2009-06-174-5/+4Star
| * | | | | mm: consolidate init_mm definitionAlexey Dobriyan2009-06-172-0/+21
| | |_|_|/ | |/| | |
* | | | | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/ve...Linus Torvalds2009-06-166-88/+200
|\ \ \ \ \
| * | | | | Merge commit 'linus/master' into HEADVegard Nossum2009-06-155-33/+59
| |\| | | |
| * | | | | kmemcheck: enable in the x86 KconfigVegard Nossum2009-06-151-0/+1
| * | | | | kmemcheck: add hooks for the page allocatorVegard Nossum2009-06-154-23/+78
| * | | | | slab: add hooks for kmemcheckPekka Enberg2009-06-151-2/+18
| * | | | | slub: add hooks for kmemcheckVegard Nossum2009-06-151-2/+19
| * | | | | kmemcheck: add mm functionsVegard Nossum2009-06-152-0/+104
| * | | | | slab: move struct kmem_cache to headersPekka Enberg2009-06-131-81/+0Star
* | | | | | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2009-06-161-2/+2
|\ \ \ \ \ \
| * | | | | | [S390] pm: memory hotplug power management callbacksGerald Schaefer2009-06-161-2/+2
| | |/ / / / | |/| | | |
* / | | | | block: remove some includings of blktrace_api.hLi Zefan2009-06-162-2/+0Star
|/ / / / /
* | | | | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2009-06-131-1/+1
|\ \ \ \ \
| * | | | | [S390] maccess: add weak attribute to probe_kernel_writeHeiko Carstens2009-06-121-1/+1
| |/ / / /
* | | | | PM/Suspend: Do not shrink memory before suspendRafael J. Wysocki2009-06-121-2/+2
* | | | | slab: setup cpu caches later on when interrupts are enabledPekka Enberg2009-06-121-18/+19