summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2011-07-20vmalloc,rcu: Convert call_rcu(rcu_free_va) to kfree_rcu()Lai Jiangshan
2011-07-20slab: shrink sizeof(struct kmem_cache)Eric Dumazet
2011-07-20vmscan: add customisable shrinker batch sizeDave Chinner
2011-07-20vmscan: reduce wind up shrinker->nr when shrinker can't do workDave Chinner
2011-07-20vmscan: shrinker->nr updates race and go wrongDave Chinner
2011-07-20vmscan: add shrink_slab tracepointsDave Chinner
2011-07-20vmscan: fix a livelock in kswapdShaohua Li
2011-07-18slab: fix DEBUG_SLAB buildHugh Dickins
2011-07-18slub: disable interrupts in cmpxchg_double_slab when falling back to pagelockChristoph Lameter
2011-07-13x86, numa: Implement pfn -> nid mapping granularity checkTejun Heo
2011-07-11Merge branch 'master' into for-nextJiri Kosina
2011-07-10writeback: trace global_dirty_stateWu Fengguang
2011-07-10writeback: introduce max-pause and pass-good dirty limitsWu Fengguang
2011-07-10writeback: introduce smoothed global dirty limitWu Fengguang
2011-07-10writeback: consolidate variable names in balance_dirty_pages()Wu Fengguang
2011-07-10writeback: show bdi write bandwidth in debugfsWu Fengguang
2011-07-10writeback: bdi write bandwidth estimationWu Fengguang
2011-07-10writeback: account per-bdi accumulated written pagesJan Kara
2011-07-10writeback: make writeback_control.nr_to_write straightWu Fengguang
2011-07-09mm/nommu.c: fix remap_pfn_range()Bob Liu
2011-07-09memcg: fix numa scan information update to be triggered by memory eventKAMEZAWA Hiroyuki
2011-07-09memcg: fix reclaimable lru check in memcgKAMEZAWA Hiroyuki
2011-07-09mm: __tlb_remove_page() check the correct batchShaohua Li
2011-07-09mm: vmscan: only read new_classzone_idx from pgdat when reclaiming successfullyMel Gorman
2011-07-09mm: vmscan: evaluate the watermarks against the correct classzoneMel Gorman
2011-07-09mm: vmscan: do not apply pressure to slab if we are not applying pressure to ...Mel Gorman
2011-07-09mm: vmscan: correct check for kswapd sleeping in sleeping_prematurelyMel Gorman
2011-07-07SLUB: Fix missing <linux/stacktrace.h> includePekka Enberg
2011-07-07slub: reduce overhead of slub_debugMarcin Slusarz
2011-07-07slub: Add method to verify memory is not freedBen Greear
2011-07-07slub: Enable backtrace for create/delete pointsBen Greear
2011-07-02slub: Not necessary to check for empty slab on load_freelistChristoph Lameter
2011-07-02slub: fast release on full slabChristoph Lameter
2011-07-02slub: Add statistics for the case that the current slab does not match the nodeChristoph Lameter
2011-07-02slub: Get rid of the another_slab labelChristoph Lameter
2011-07-02slub: Avoid disabling interrupts in free slowpathChristoph Lameter
2011-07-02slub: Disable interrupts in free_debug processingChristoph Lameter
2011-07-02slub: Invert locking and avoid slab lockChristoph Lameter
2011-07-02slub: Rework allocator fastpathsChristoph Lameter
2011-07-02slub: Pass kmem_cache struct to lock and freeze slabChristoph Lameter
2011-07-02slub: explicit list_lock takingChristoph Lameter
2011-07-02slub: Add cmpxchg_double_slab()Christoph Lameter
2011-07-02slub: Move page->frozen handling near where the page->freelist handling occursChristoph Lameter
2011-07-02slub: Do not use frozen page flag but a bit in the page countersChristoph Lameter
2011-07-02slub: Push irq disable into allocate_slab()Christoph Lameter
2011-06-28memcg: fix direct softlimit reclaim to be called in limit pathKAMEZAWA Hiroyuki
2011-06-28mm: fix assertion mapping->nrpages == 0 in end_writeback()Jan Kara
2011-06-28mm/memory-failure.c: fix spinlock vs mutex orderPeter Zijlstra
2011-06-28tmpfs: add shmem_read_mapping_page_gfpHugh Dickins
2011-06-28tmpfs: take control of its truncate_rangeHugh Dickins