Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-12-05mm/memcontrol: use vmstat names for printing statisticsKonstantin Khlebnikov
2019-12-05mm/vmstat: add helpers to get vmstat item names for each enum typeKonstantin Khlebnikov
2019-05-14mm: move recent_rotated pages calculation to shrink_inactive_list()Kirill Tkhai
2018-12-28include/linux/vmstat.h: remove unused page state adjustment macroWei Yang
2018-04-11mm, vmscan, tracing: use pointer to reclaim_stat struct in trace eventSteven Rostedt
2018-02-01mm: remove unused pgdat_reclaimable_pages()Jan Kara
2017-11-16mm, sysctl: make NUMA stats configurableKemi Wang
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-09mm: consider the number in local CPUs when reading NUMA statsKemi Wang
2017-09-09mm: change the call sites of numa statistics itemsKemi Wang
2017-09-07mm: rename global_page_state to global_zone_page_stateMichal Hocko
2017-07-07mm: memcontrol: per-lruvec stats infrastructureJohannes Weiner
2016-07-29mm: vmstat: replace __count_zone_vm_events with a zone id equivalentMel Gorman
2016-07-29mm, workingset: make working set detection node-awareMel Gorman
2016-07-29mm, vmscan: move LRU lists to nodeMel Gorman
2016-07-29mm, vmstat: add infrastructure for per-node vmstatsMel Gorman
2016-05-20mm, page_alloc: inline zone_statisticsMel Gorman
2016-05-20mm: /proc/sys/vm/stat_refresh to force vmstat updateHugh Dickins
2016-01-15vmstat: make vmstat_updater deferrable again and shut down on idleChristoph Lameter
2015-12-30mm/vmstat: fix overflow in mod_zone_page_state()Heiko Carstens
2015-11-06mm: remove refresh_cpu_vm_stats() definition for !SMP kernelTetsuo Handa
2015-11-06mm/vmstat.c: uninline node_page_state()Andrew Morton
2014-06-05mm,vmacache: add debug dataDavidlohr Bueso
2014-04-08vmstat: use raw_cpu_ops to avoid false positives on preemption checksChristoph Lameter
2014-04-04mm: vmstat: fix UP zone state accountingJohannes Weiner
2014-02-07Merge tag 'efi-urgent' into x86/urgentH. Peter Anvin
2014-01-30mm/page-writeback.c: do not count anon pages as dirtyable memoryJohannes Weiner
2014-01-25mm, x86: Account for TLB flushes only when debuggingMel Gorman
2013-09-12mm: vmscan: fix do_try_to_free_pages() livelockLisa Du
2013-09-12vmstat: create separate function to fold per cpu diffs into local countersChristoph Lameter
2013-04-30mm: remove CONFIG_HOTPLUG ifdefsYijing Wang
2013-02-24mm: 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-08-01mm: remove redundant initializationMinchan Kim
2011-07-27atomic: use <linux/atomic.h>Arun Sharma
2011-05-27mm: 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-15mm: add VM counters for transparent hugepagesAndi Kleen
2011-03-23mm: add __GFP_OTHER_NODE flagAndi Kleen
2011-01-14mm: vmstat: use a single setter function and callback for adjusting percpu th...Mel Gorman
2011-01-14mm: page allocator: adjust the per-cpu counter threshold when memory is lowMel Gorman
2010-09-10mm: 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