aboutsummaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAge
...
* | | kswapd: assign new_order and new_classzone_idx after wakeup in sleepingAlex,Shi2011-10-31
* | | mm/memblock.c: small function definition fixesJonghwan Choi2011-10-31
* | | kswapd: avoid unnecessary rebalance after an unsuccessful balancingAlex,Shi2011-10-31
* | | debug-pagealloc: add support for highmem pagesAkinobu Mita2011-10-31
* | | mm: neaten warn_alloc_failedJoe Perches2011-10-31
* | | thp: mremap support and TLB optimizationAndrea Arcangeli2011-10-31
* | | mremap: avoid sending one IPI per pageAndrea Arcangeli2011-10-31
* | | mremap: check for overflow using deltasAndrea Arcangeli2011-10-31
* | | memblock: add NO_BOOTMEM config symbolSam Ravnborg2011-10-31
* | | memblock: add memblock_start_of_DRAM()Sam Ravnborg2011-10-31
* | | mm: avoid null pointer access in vm_struct via /proc/vmallocinfoMitsuo Hayasaka2011-10-31
* | | mm/debug-pagealloc.c: use memchr_invAkinobu Mita2011-10-31
* | | lib/string.c: introduce memchr_inv()Akinobu Mita2011-10-31
* | | mm/debug-pagealloc.c: use plain __ratelimit() instead of printk_ratelimit()Akinobu Mita2011-10-31
* | | vmscan: count pages into balanced for zone with good watermarkShaohua Li2011-10-31
* | | mm: vmscan: immediately reclaim end-of-LRU dirty pages when writeback completesMel Gorman2011-10-31
* | | mm: vmscan: throttle reclaim if encountering too many dirty pages under write...Mel Gorman2011-10-31
* | | mm: vmscan: do not writeback filesystem pages in kswapd except in high priorityMel Gorman2011-10-31
* | | mm: vmscan: remove dead code related to lumpy reclaim waiting on pages under ...Mel Gorman2011-10-31
* | | mm: vmscan: do not writeback filesystem pages in direct reclaimMel Gorman2011-10-31
* | | mm: vmscan: drop nr_force_scan[] from get_scan_countJohannes Weiner2011-10-31
* | | mm: output a list of loaded modules when we hit bad_page()Dave Jones2011-10-31
* | | oom: fix race while temporarily setting current's oom_score_adjDavid Rientjes2011-10-31
* | | oom: remove oom_disable_countDavid Rientjes2011-10-31
* | | oom: avoid killing kthreads if they assume the oom killed thread's mmDavid Rientjes2011-10-31
* | | oom: thaw threads if oom killed thread is frozen before deferringDavid Rientjes2011-10-31
* | | mm/page-writeback.c: document bdi_min_ratioJohannes Weiner2011-10-31
* | | vmscan: add block plug for page reclaimShaohua Li2011-10-31
* | | mm: migration: clean up unmap_and_move()Minchan Kim2011-10-31
* | | mm: zone_reclaim: make isolate_lru_page() filter-awareMinchan Kim2011-10-31
* | | mm: compaction: make isolate_lru_page() filter-awareMinchan Kim2011-10-31
* | | mm: change isolate mode from #define to bitwise typeMinchan Kim2011-10-31
* | | mm: compaction: trivial clean up in acct_isolated()Minchan Kim2011-10-31
* | | Cross Memory AttachChristopher Yeoh2011-10-31
| |/ |/|
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds2011-10-28
|\ \
| * | vfs: iov_iter: have iov_iter_advance decrement nr_segs appropriatelyJeff Layton2011-10-28
| | |
| \ \
*-. \ \ Merge branches 'slab/next' and 'slub/partial' into slab/for-linusPekka Enberg2011-10-26
|\ \ \ \
| | * | | slub: Discard slab page when node partial > minimum partial numberAlex Shi2011-09-27
| | * | | slub: correct comments error for per cpu partialAlex Shi2011-09-27
| | * | | slub: Code optimization in get_partial_node()Alex,Shi2011-09-13
| | * | | slub: per cpu cache for partial pagesChristoph Lameter2011-08-19
| | * | | slub: return object pointer from get_partial() / new_slab().Christoph Lameter2011-08-19
| | * | | slub: pass kmem_cache_cpu pointer to get_partial()Christoph Lameter2011-08-19
| | * | | slub: Prepare inuse field in new_slab()Christoph Lameter2011-08-19
| | * | | slub: Remove useless statements in __slab_allocChristoph Lameter2011-08-19
| | * | | slub: free slabs without holding locksChristoph Lameter2011-08-19
| * | | | mm: restrict access to slab files under procfs and sysfsVasiliy Kulikov2011-09-27
| * | | | Merge branch 'slab/urgent' into slab/nextPekka Enberg2011-09-19
| |\ \ \ \
| | * | | | slub: explicitly document position of inserting slab to partial listShaohua Li2011-08-27
| * | | | | slub: use print_hex_dumpSebastian Andrzej Siewior2011-07-31