summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2013-05-27block: prep work for batch completionKent Overstreet
2013-05-27mm: add vm event counters for balloon pages compactionRafael Aquini
2013-05-27memcg: debugging facility to access dangling memcgsGlauber Costa
2013-05-27mm/dmapool.c: fix null dev in dma_pool_create()Xi Wang
2013-05-27mm: memmap_init_zone() performance improvementMike Yoknis
2013-05-27memory_hotplug-use-pgdat_resize_lock-in-__offline_pages-fixAndrew Morton
2013-05-27memory_hotplug: use pgdat_resize_lock() in __offline_pages()Cody P Schafer
2013-05-27memory_hotplug: use pgdat_resize_lock() in online_pages()Cody P Schafer
2013-05-27mm: vmscan: move logic from balance_pgdat() to kswapd_shrink_zone()Mel Gorman
2013-05-27mm: vmscan: check if kswapd should writepage once per pgdat scanMel Gorman
2013-05-27mm-vmscan-block-kswapd-if-it-is-encountering-pages-under-writeback-fixMel Gorman
2013-05-27mm: vmscan: block kswapd if it is encountering pages under writebackMel Gorman
2013-05-27mm: vmscan: have kswapd writeback pages based on dirty pages encountered, not...Mel Gorman
2013-05-27mm: vmscan: do not allow kswapd to scan at maximum priorityMel Gorman
2013-05-27mm: vmscan: decide whether to compact the pgdat based on reclaim progressMel Gorman
2013-05-27mm: vmscan: flatten kswapd priority loopMel Gorman
2013-05-27mm: vmscan: obey proportional scanning requirements for kswapdMel Gorman
2013-05-27mm: vmscan: limit the number of pages kswapd reclaims at each priorityMel Gorman
2013-05-27mm/THP: deposit the transpare huge pgtable before set_pmdAneesh Kumar K.V
2013-05-27mm/THP: withdraw the pgtable after pmdp related operationsAneesh Kumar K.V
2013-05-27mm/THP: add pmd args to pgtable deposit and withdraw APIsAneesh Kumar K.V
2013-05-27mm/page_alloc: rename setup_pagelist_highmark() to match naming of pageset_se...Cody P Schafer
2013-05-27mm/page_alloc: in zone_pcp_update(), uze zone_pageset_init()Cody P Schafer
2013-05-27mm/page_alloc: factor zone_pageset_init() out of setup_zone_pageset()Cody P Schafer
2013-05-27mm/page_alloc: relocate comment to be directly above code it refers to.Cody P Schafer
2013-05-27mm/page_alloc: factor setup_pageset() into pageset_init() and pageset_set_bat...Cody P Schafer
2013-05-27mm/page_alloc: when handling percpu_pagelist_fraction, don't unneedly recalul...Cody P Schafer
2013-05-27mm/page_alloc: convert zone_pcp_update() to rely on memory barriers instead o...Cody P Schafer
2013-05-27mm/page_alloc: protect pcp->batch accesses with ACCESS_ONCECody P Schafer
2013-05-27mm/page_alloc: insert memory barriers to allow async update of pcp batch and ...Cody P Schafer
2013-05-27mm/page_alloc: prevent concurrent updaters of pcp ->batch and ->highCody P Schafer
2013-05-27mm/page_alloc: factor out setting of pcp->high and pcp->batchCody P Schafer
2013-05-27mm: use vma_pages() to replace (vm_end - vm_start) >> PAGE_SHIFTLibin
2013-05-27swap: add a simple detector for inappropriate swapin readaheadShaohua Li
2013-05-27mm/page_alloc.c: fix watermark check in __zone_watermark_ok()Tomasz Stanislawski
2013-05-27mm-remove-compressed-copy-from-zram-in-memory-fixAndrew Morton
2013-05-27mm: remove compressed copy from zram in-memoryMinchan Kim
2013-05-27mm: remove free_area_cacheMichel Lespinasse
2013-05-27mm, memcg: don't take task_lock in task_in_mem_cgroupDavid Rientjes
2013-05-27mm/thp: use the correct function when updating access flagsAneesh Kumar K.V
2013-05-27mm: soft-dirty bits for user memory changes trackingPavel Emelyanov
2013-05-27shm-fix-null-pointer-deref-when-userspace-specifies-invalid-hugepage-size-fixAndrew Morton
2013-05-27Merge remote-tracking branch 'pm/linux-next'Stephen Rothwell
2013-05-24mm/pagewalk.c: walk_page_range should avoid VM_PFNMAP areasCliff Wickman
2013-05-24mm/memory_hotplug.c: fix printk format warningsRandy Dunlap
2013-05-24mm/THP: use pmd_populate() to update the pmd with pgtable_t pointerAneesh Kumar K.V
2013-05-24mm compaction: fix of improper cache flush in migration codeLeonid Yegoshin
2013-05-24mm: memcg: remove incorrect VM_BUG_ON for swap cache pages in unchargeJohannes Weiner
2013-05-24mm: mmu_notifier: re-fix freed page still mapped in secondary MMUXiao Guangrong
2013-05-22mm: Fix virt_to_page() warningRalf Baechle