aboutsummaryrefslogtreecommitdiff
path: root/include/linux/vmstat.h
AgeCommit message (Expand)Author
2013-02-23mm: numa: handle side-effects in count_vm_numa_events() for !CONFIG_NUMA_BALA...Mel Gorman
2012-12-11mm: numa: Add pte updates, hinting and migration statsMel Gorman
2012-10-09memory-hotplug: fix zone stat mismatchMinchan Kim
2012-10-09cma: count free CMA pagesBartlomiej Zolnierkiewicz
2012-07-31mm: remove redundant initializationMinchan Kim
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-05-26mm: move enum vm_event_item into a standalone header fileAndrew Morton
2011-05-25mm, mem-hotplug: update pcp->stat_threshold when memory hotplug occurKOSAKI Motohiro
2011-05-25mm: per-node vmstat: show proper vmstatsKOSAKI Motohiro
2011-04-14mm: add VM counters for transparent hugepagesAndi Kleen
2011-03-22mm: add __GFP_OTHER_NODE flagAndi Kleen
2011-01-13mm: vmstat: use a single setter function and callback for adjusting percpu th...Mel Gorman
2011-01-13mm: page allocator: adjust the per-cpu counter threshold when memory is lowMel Gorman
2010-09-09mm: page allocator: calculate a better estimate of NR_FREE_PAGES when memory ...Christoph Lameter
2010-05-25mm: compaction: direct compact when a high-order allocation failsMel Gorman
2010-05-25mm: compaction: memory compaction coreMel Gorman
2010-01-05Merge branch 'master' into percpuTejun Heo
2009-12-15vmscan: stop kswapd waiting on congestion when the min watermark is not being...KOSAKI Motohiro
2009-12-15vmscan: have kswapd sleep for a short interval and double check it should be ...Mel Gorman
2009-10-29percpu: remove per_cpu__ prefix.Rusty Russell
2009-10-03this_cpu: Use this_cpu ops for VM statisticsChristoph Lameter
2009-09-22mm: count only reclaimable lru pagesWu Fengguang
2009-09-22mm: remove __{add,sub}_zone_page_state()KOSAKI Motohiro
2009-06-16vmscan: count the number of times zone_reclaim() scans and failsMel Gorman
2009-06-16mm: remove CONFIG_UNEVICTABLE_LRU config optionKOSAKI Motohiro
2008-10-23proc: move /proc/zoneinfo boilerplate to mm/vmstat.cAlexey Dobriyan
2008-10-23proc: move /proc/vmstat boilerplate to mm/vmstat.cAlexey Dobriyan
2008-10-23proc: move /proc/pagetypeinfo boilerplate to mm/vmstat.cAlexey Dobriyan
2008-10-23proc: move /proc/buddyinfo boilerplate to mm/vmstat.cAlexey Dobriyan
2008-10-20mlock: count attempts to free mlocked pageLee Schermerhorn
2008-10-20vmstat: mlocked pages statisticsNick Piggin
2008-10-20unevictable lru: add event counting with statisticsLee Schermerhorn
2008-10-20vmscan: split LRU lists into anon & file setsRik van Riel
2008-07-24mm/vmstat.c: proper externsAdrian Bunk
2008-04-28Subject: [PATCH] hugetlb: vmstat events for huge page allocationsAdam Litke
2008-04-28mm: remember what the preferred zone is for zone_statisticsMel Gorman
2008-02-29let __dec_zone_page_state use __dec_zone_stateUwe Kleine-König
2007-07-17Create the ZONE_MOVABLE zoneMel Gorman
2007-05-09vmstat: use our own timer eventsChristoph Lameter
2007-02-11[PATCH] count_vm_events-warning-fixAndrew Morton
2007-02-11[PATCH] optional ZONE_DMA: optional ZONE_DMA in the VMChristoph Lameter
2007-02-11[PATCH] Drop free_pages()Christoph Lameter
2007-02-11[PATCH] Use ZVC for inactive and active countsChristoph Lameter
2006-12-22[PATCH] fix vm_events_fold_cpu() build breakageMagnus Damm
2006-12-22[PATCH] CONFIG_VM_EVENT_COUNTER comment decrustifyPaul Jackson
2006-09-29[PATCH] Remove another config.hDave Jones
2006-09-26[PATCH] reduce MAX_NR_ZONES: remove display of counters for unconfigured zonesChristoph Lameter
2006-09-26[PATCH] reduce MAX_NR_ZONES: make ZONE_DMA32 optionalChristoph Lameter
2006-08-06[PATCH] fix vmstat per cpu usageJan Blunck
2006-07-10[PATCH] ZVC: add __inc_zone_state for !SMP configurationChristoph Lameter