summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* page allocator: do not check NUMA node ID when the caller knows the node is v...Mel Gorman2009-06-166-9/+9
* page allocator: do not sanity check order in the fast pathMel Gorman2009-06-161-0/+3
* page allocator: replace __alloc_pages_internal() with __alloc_pages_nodemask()Mel Gorman2009-06-161-2/+2
* mm: alloc_large_system_hash check orderHugh Dickins2009-06-161-1/+4
* cpuset,mm: update tasks' mems_allowed in timeMiao Xie2009-06-162-44/+104
* mm/page-writeback.c: dirty limit type should be unsigned longH Hartley Sweeten2009-06-161-9/+10
* vmscan: low order lumpy reclaim also should use PAGEOUT_IO_SYNCKOSAKI Motohiro2009-06-161-14/+15
* mm: clean up get_user_pages_fast() documentationNick Piggin2009-06-162-4/+62
* readahead: enforce full sync mmap readahead sizeWu Fengguang2009-06-161-1/+2
* readahead: remove redundant test in shrink_readahead_size_eio()Wu Fengguang2009-06-161-3/+0
* readahead: introduce context readahead algorithmWu Fengguang2009-06-161-0/+60
* readahead: move the random read case to bottomWu Fengguang2009-06-161-21/+25
* readahead: record mmap read-around states in file_ra_stateWu Fengguang2009-06-162-26/+9
* readahead: enforce full readahead size on async mmap readaheadWu Fengguang2009-06-161-1/+2
* readahead: sequential mmap readaheadWu Fengguang2009-06-161-1/+2
* readahead: clean up and simplify the code for filemap page fault readaheadLinus Torvalds2009-06-161-67/+89
* readahead: remove sync/async readahead call dependencyWu Fengguang2009-06-161-0/+10
* readahead: increase interleaved readahead sizeWu Fengguang2009-06-161-0/+1
* readahead: remove one unnecessary radix tree lookupWu Fengguang2009-06-161-1/+1
* readahead: apply max_sane_readahead() limit in ondemand_readahead()Wu Fengguang2009-06-161-1/+1
* readahead: move max_sane_readahead() calls into force_page_cache_readahead()Wu Fengguang2009-06-164-5/+4
* mm: consolidate init_mm definitionAlexey Dobriyan2009-06-162-0/+21
* Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2009-06-121-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
* | slab,slub: don't enable interrupts during early bootPekka Enberg2009-06-122-0/+34
* | slab: fix gfp flag in setup_cpu_cache()Pekka Enberg2009-06-121-1/+1
* | memcg: fix page_cgroup fatal error in FLATMEMKAMEZAWA Hiroyuki2009-06-121-19/+10
|/
* Merge branch 'for-linus' of git://linux-arm.org/linux-2.6Linus Torvalds2009-06-118-6/+1690
|\
| * kmemleak: Simple testing module for kmemleakCatalin Marinas2009-06-112-0/+112
| * kmemleak: Enable the building of the memory leak detectorCatalin Marinas2009-06-111-0/+1
| * kmemleak: Add kmemleak_alloc callback from alloc_large_system_hashCatalin Marinas2009-06-111-0/+11
| * kmemleak: Add the vmalloc memory allocation/freeing hooksCatalin Marinas2009-06-111-3/+27
| * kmemleak: Add the slub memory allocation/freeing hooksCatalin Marinas2009-06-111-1/+4
| * kmemleak: Add the slob memory allocation/freeing hooksCatalin Marinas2009-06-111-0/+7
| * kmemleak: Add the slab memory allocation/freeing hooksCatalin Marinas2009-06-111-2/+30
| * kmemleak: Add the base supportCatalin Marinas2009-06-111-0/+1498
* | Merge branch 'perfcounters-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-06-112-0/+7
|\ \
| * \ Merge branch 'linus' into perfcounters/coreIngo Molnar2009-06-118-210/+73
| |\ \ | | |/
| * | perf_counter: Add mmap event hooks to mprotect()Peter Zijlstra2009-06-081-0/+2
| * | perf_counter: Generate mmap events for install_special_mapping()Peter Zijlstra2009-06-051-2/+3
| * | perf_counter: Remove munmap stuffPeter Zijlstra2009-06-041-6/+0
| * | Merge branch 'linus' into perfcounters/coreIngo Molnar2009-06-0113-59/+71
| |\ \
| * \ \ Merge commit 'v2.6.30-rc6' into perfcounters/coreIngo Molnar2009-05-1812-165/+194
| |\ \ \
| * \ \ \ Merge branch 'linus' into perfcounters/coreIngo Molnar2009-04-297-16/+55
| |\ \ \ \
| * \ \ \ \ Merge commit 'v2.6.30-rc1' into perfcounters/coreIngo Molnar2009-04-081-11/+36
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'linus' into perfcounters/coreIngo Molnar2009-04-077-56/+61
| |\ \ \ \ \ \
| * | | | | | | perf_counter: executable mmap() informationPeter Zijlstra2009-04-061-0/+10
* | | | | | | | Merge branch 'topic/slab/earlyboot' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-06-115-53/+76
|\ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud