aboutsummaryrefslogtreecommitdiff
path: root/mm/vmstat.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-11mm: vmscan: fix do_try_to_free_pages() livelockGravatar Lisa Du 1-1/+4
2013-09-11vmstat: use this_cpu() to avoid irqon/off sequence in refresh_cpu_vm_statsGravatar Christoph Lameter 1-19/+16
2013-09-11vmstat: create fold_diffGravatar Christoph Lameter 1-7/+11
2013-09-11vmstat: create separate function to fold per cpu diffs into local countersGravatar Christoph Lameter 1-6/+34
2013-09-11mm: page_alloc: fair zone allocator policyGravatar Johannes Weiner 1-0/+1
2013-09-11mm: vmstats: track TLB flush stats on UP tooGravatar Dave Hansen 1-1/+2
2013-09-11mm: vmstats: tlb flush countersGravatar Dave Hansen 1-0/+5
2013-07-14kernel: delete __cpuinit usage from all core kernel filesGravatar Paul Gortmaker 1-3/+3
2013-04-29mm/vmstat: add note on safety of drain_zonestatGravatar Cody P Schafer 1-0/+4
2013-04-29mm: remove CONFIG_HOTPLUG ifdefsGravatar Yijing Wang 1-2/+0
2013-02-23mm: add & use zone_end_pfn() and zone_spans_pfn()Gravatar Cody P Schafer 1-1/+1
2013-02-23mm: don't wait on congested zones in balance_pgdat()Gravatar Zlatko Calusic 1-1/+0
2013-02-23mm: remove MIGRATE_ISOLATE check in hotpathGravatar Minchan Kim 1-0/+2
2013-02-23mm: use zone->present_pages instead of zone->managed_pages where appropriateGravatar Jiang Liu 1-1/+1
2012-12-16Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-3/+13
2012-12-12mm: introduce new field "managed_pages" to struct zoneGravatar Jiang Liu 1-2/+4
2012-12-12vmstat: use N_MEMORY instead N_HIGH_MEMORYGravatar Lai Jiangshan 1-2/+2
2012-12-12thp, vmstat: implement HZP_ALLOC and HZP_ALLOC_FAILED eventsGravatar Kirill A. Shutemov 1-0/+2
2012-12-11mm: numa: Add pte updates, hinting and migration statsGravatar Mel Gorman 1-0/+6
2012-12-11mm: compaction: Add scanned and isolated counters for compactionGravatar Mel Gorman 1-0/+3
2012-12-11mm: compaction: Move migration fail/success stats to migrate.cGravatar Mel Gorman 1-3/+4
2012-10-09mm: remove unevictable_pgs_mlockfreedGravatar Hugh Dickins 1-1/+0
2012-10-09memory-hotplug: fix zone stat mismatchGravatar Minchan Kim 1-0/+12
2012-10-09mm: remove free_page_mlockGravatar Hugh Dickins 1-1/+1
2012-10-09cma: count free CMA pagesGravatar Bartlomiej Zolnierkiewicz 1-0/+1
2012-08-21workqueue: make deferrable delayed_work initializer names consistentGravatar Tejun Heo 1-1/+1
2012-07-31mm: account for the number of times direct reclaimers get throttledGravatar Mel Gorman 1-0/+1
2012-05-29mm/vmstat.c: remove debug fs entries on failure of file creation and made ext...Gravatar Sasikantha babu 1-3/+7
2012-05-21mm: mmzone: MIGRATE_CMA migration type addedGravatar Michal Nazarewicz 1-0/+3
2012-04-25mm: fix up the vmscan stat in vmstatGravatar Ying Han 1-2/+2
2012-01-12mm,x86,um: move CMPXCHG_LOCAL config optionGravatar Heiko Carstens 1-1/+1
2011-10-31mm/vmstat.c: cache align vm_statGravatar Dimitri Sivanich 1-1/+1
2011-10-31mm: vmscan: immediately reclaim end-of-LRU dirty pages when writeback completesGravatar Mel Gorman 1-1/+1
2011-10-31mm: vmscan: do not writeback filesystem pages in direct reclaimGravatar Mel Gorman 1-0/+1
2011-09-14numa: fix NUMA compile error when sysfs and procfs are disabledGravatar David Rientjes 1-2/+2
2011-05-25mm, mem-hotplug: update pcp->stat_threshold when memory hotplug occurGravatar KOSAKI Motohiro 1-2/+1
2011-05-25mm: per-node vmstat: show proper vmstatsGravatar KOSAKI Motohiro 1-129/+132
2011-04-14mm: add VM counters for transparent hugepagesGravatar Andi Kleen 1-0/+9
2011-04-14vmstat: update comment regarding stat_thresholdGravatar Christoph Lameter 1-3/+6
2011-03-22mm: add __GFP_OTHER_NODE flagGravatar Andi Kleen 1-2/+7
2011-01-13thp: transparent hugepage vmstatGravatar Andrea Arcangeli 1-0/+1
2011-01-13mm: vmstat: use a single setter function and callback for adjusting percpu th...Gravatar Mel Gorman 1-29/+7
2011-01-13mm: page allocator: adjust the per-cpu counter threshold when memory is lowGravatar Mel Gorman 1-1/+67
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Gravatar Linus Torvalds 1-36/+113
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqGravatar Linus Torvalds 1-1/+1
2010-12-18vmstat: User per cpu atomics to avoid interrupt disable / enableGravatar Christoph Lameter 1-14/+87
2010-12-17vmstat: Use this_cpu_inc_return for vm statisticsGravatar Christoph Lameter 1-6/+2
2010-12-17vmstat: Optimize zone counter modifications through the use of this cpu opera...Gravatar Christoph Lameter 1-20/+28
2010-12-15workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_dela...Gravatar Tejun Heo 1-1/+1
2010-12-02vmstat: fix dirty threshold orderingGravatar Wu Fengguang 1-2/+2