- ed01737 mm: use self-explanatory macros rather than "2" by Yu Zhao · 4 years, 3 months ago
- be45831 mm: memcg/slab: fix slab statistics in !SMP configuration by Roman Gushchin · 4 years, 3 months ago
- ea426c2 mm: memcg: prepare for byte-sized vmstat items by Roman Gushchin · 4 years, 5 months ago
- ee01c4d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 7 months ago
- 96f8bf4 mm: vmscan: reclaim writepage is IO cost by Johannes Weiner · 4 years, 7 months ago
- 1f318a9 mm/vmscan: count layzfree pages and fix nr_isolated_* mismatch by Jaewon Kim · 4 years, 7 months ago
- 3292739 sysctl: pass kernel pointers to ->proc_handler by Christoph Hellwig · 4 years, 8 months ago
- ebc5d83d mm/memcontrol: use vmstat names for printing statistics by Konstantin Khlebnikov · 5 years ago
- 9d7ea9a mm/vmstat: add helpers to get vmstat item names for each enum type by Konstantin Khlebnikov · 5 years ago
- 886cf19 mm: move recent_rotated pages calculation to shrink_inactive_list() by Kirill Tkhai · 6 years ago
- 4918e76 include/linux/vmstat.h: remove unused page state adjustment macro by Wei Yang · 6 years ago
- d51d1e6 mm, vmscan, tracing: use pointer to reclaim_stat struct in trace event by Steven Rostedt · 7 years ago
- a4ef876 mm: remove unused pgdat_reclaimable_pages() by Jan Kara · 7 years ago
- 4518085 mm, sysctl: make NUMA stats configurable by Kemi Wang · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- 6380322 mm: consider the number in local CPUs when reading NUMA stats by Kemi Wang · 7 years ago
- 3a321d2 mm: change the call sites of numa statistics items by Kemi Wang · 7 years ago
- c41f012 mm: rename global_page_state to global_zone_page_state by Michal Hocko · 7 years ago
- 00f3ca2 mm: memcontrol: per-lruvec stats infrastructure by Johannes Weiner · 7 years ago
- 16709d1 mm: vmstat: replace __count_zone_vm_events with a zone id equivalent by Mel Gorman · 8 years ago
- 1e6b1085 mm, workingset: make working set detection node-aware by Mel Gorman · 8 years ago
- 599d0c9 mm, vmscan: move LRU lists to node by Mel Gorman · 8 years ago
- 75ef718 mm, vmstat: add infrastructure for per-node vmstats by Mel Gorman · 8 years ago
- 060e741 mm, page_alloc: inline zone_statistics by Mel Gorman · 9 years ago
- 52b6f46 mm: /proc/sys/vm/stat_refresh to force vmstat update by Hugh Dickins · 9 years ago
- 0eb77e9 vmstat: make vmstat_updater deferrable again and shut down on idle by Christoph Lameter · 9 years ago
- 6cdb18a mm/vmstat: fix overflow in mod_zone_page_state() by Heiko Carstens · 9 years ago
- 5ba97bf mm: remove refresh_cpu_vm_stats() definition for !SMP kernel by Tetsuo Handa · 9 years ago
- c2d42c1 mm/vmstat.c: uninline node_page_state() by Andrew Morton · 9 years ago
- 4f11514 mm,vmacache: add debug data by Davidlohr Bueso · 11 years ago
- 293b6a4 vmstat: use raw_cpu_ops to avoid false positives on preemption checks by Christoph Lameter · 11 years ago
- 6a3ed21 mm: vmstat: fix UP zone state accounting by Johannes Weiner · 11 years ago
- a3b072c Merge tag 'efi-urgent' into x86/urgent by H. Peter Anvin · 11 years ago
- a1c3bfb mm/page-writeback.c: do not count anon pages as dirtyable memory by Johannes Weiner · 11 years ago
- ec65993 mm, x86: Account for TLB flushes only when debugging by Mel Gorman · 11 years ago
- 6e543d5 mm: vmscan: fix do_try_to_free_pages() livelock by Lisa Du · 11 years ago
- 2bb921e vmstat: create separate function to fold per cpu diffs into local counters by Christoph Lameter · 11 years ago
- f1cb087 mm: remove CONFIG_HOTPLUG ifdefs by Yijing Wang · 12 years ago
- 3c0ff46 mm: numa: handle side-effects in count_vm_numa_events() for !CONFIG_NUMA_BALANCING by Mel Gorman · 12 years ago
- 03c5a6e mm: numa: Add pte updates, hinting and migration stats by Mel Gorman · 12 years ago
- 5a88381 memory-hotplug: fix zone stat mismatch by Minchan Kim · 12 years ago
- d1ce749 cma: count free CMA pages by Bartlomiej Zolnierkiewicz · 12 years ago
- 6527af5 mm: remove redundant initialization by Minchan Kim · 12 years ago
- 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
- f042e70 mm: move enum vm_event_item into a standalone header file by Andrew Morton · 14 years ago
- a6cccdc mm, mem-hotplug: update pcp->stat_threshold when memory hotplug occur by KOSAKI Motohiro · 14 years ago
- fa25c50 mm: per-node vmstat: show proper vmstats by KOSAKI Motohiro · 14 years ago
- 81ab420 mm: add VM counters for transparent hugepages by Andi Kleen · 14 years ago
- 78afd56 mm: add __GFP_OTHER_NODE flag by Andi Kleen · 14 years ago
- b44129b mm: vmstat: use a single setter function and callback for adjusting percpu thresholds by Mel Gorman · 14 years ago
- 88f5acf mm: page allocator: adjust the per-cpu counter threshold when memory is low by Mel Gorman · 14 years ago
- aa45484 mm: page allocator: calculate a better estimate of NR_FREE_PAGES when memory is low and kswapd is awake by Christoph Lameter · 14 years ago
- 56de726 mm: compaction: direct compact when a high-order allocation fails by Mel Gorman · 15 years ago
- 748446b mm: compaction: memory compaction core by Mel Gorman · 15 years ago
- 32032df Merge branch 'master' into percpu by Tejun Heo · 15 years ago
- bb3ab59 vmscan: stop kswapd waiting on congestion when the min watermark is not being met by KOSAKI Motohiro · 15 years ago
- f50de2d vmscan: have kswapd sleep for a short interval and double check it should be asleep by Mel Gorman · 15 years ago
- dd17c8f percpu: remove per_cpu__ prefix. by Rusty Russell · 15 years ago
- 4dac3e9 this_cpu: Use this_cpu ops for VM statistics by Christoph Lameter · 15 years ago
- adea02a mm: count only reclaimable lru pages by Wu Fengguang · 15 years ago
- 5a2ae91 mm: remove __{add,sub}_zone_page_state() by KOSAKI Motohiro · 15 years ago
- 24cf72518 vmscan: count the number of times zone_reclaim() scans and fails by Mel Gorman · 16 years ago
- 6837765 mm: remove CONFIG_UNEVICTABLE_LRU config option by KOSAKI Motohiro · 16 years ago
- 5c9fe62 proc: move /proc/zoneinfo boilerplate to mm/vmstat.c by Alexey Dobriyan · 16 years ago
- b6aa44a proc: move /proc/vmstat boilerplate to mm/vmstat.c by Alexey Dobriyan · 16 years ago
- 74e2e8e proc: move /proc/pagetypeinfo boilerplate to mm/vmstat.c by Alexey Dobriyan · 16 years ago
- 8f32f7e proc: move /proc/buddyinfo boilerplate to mm/vmstat.c by Alexey Dobriyan · 16 years ago
- 985737c mlock: count attempts to free mlocked page by Lee Schermerhorn · 16 years ago
- 5344b7e vmstat: mlocked pages statistics by Nick Piggin · 16 years ago
- bbfd28e unevictable lru: add event counting with statistics by Lee Schermerhorn · 16 years ago
- 4f98a2f vmscan: split LRU lists into anon & file sets by Rik van Riel · 16 years ago
- c748e13 mm/vmstat.c: proper externs by Adrian Bunk · 16 years ago
- 3b11630 Subject: [PATCH] hugetlb: vmstat events for huge page allocations by Adam Litke · 17 years ago
- 18ea7e7 mm: remember what the preferred zone is for zone_statistics by Mel Gorman · 17 years ago
- 57ce36f let __dec_zone_page_state use __dec_zone_state by Uwe Kleine-König · 17 years ago
- 2a1e274 Create the ZONE_MOVABLE zone by Mel Gorman · 17 years ago
- d1187ed vmstat: use our own timer events by Christoph Lameter · 18 years ago
- 780a065 [PATCH] count_vm_events-warning-fix by Andrew Morton · 18 years ago
- 4b51d66 [PATCH] optional ZONE_DMA: optional ZONE_DMA in the VM by Christoph Lameter · 18 years ago
- 9617729 [PATCH] Drop free_pages() by Christoph Lameter · 18 years ago
- c878538 [PATCH] Use ZVC for inactive and active counts by Christoph Lameter · 18 years ago
- e903387 [PATCH] fix vm_events_fold_cpu() build breakage by Magnus Damm · 18 years ago
- 2aea4fb [PATCH] CONFIG_VM_EVENT_COUNTER comment decrustify by Paul Jackson · 18 years ago
- 3ca212b [PATCH] Remove another config.h by Dave Jones · 18 years ago
- 27bf71c [PATCH] reduce MAX_NR_ZONES: remove display of counters for unconfigured zones by Christoph Lameter · 18 years ago
- fb0e794 [PATCH] reduce MAX_NR_ZONES: make ZONE_DMA32 optional by Christoph Lameter · 18 years ago
- 38cbcdc [PATCH] fix vmstat per cpu usage by Jan Blunck · 18 years ago
- 7f4599e [PATCH] ZVC: add __inc_zone_state for !SMP configuration by Christoph Lameter · 18 years ago
- e45b3b6 [PATCH] count_vm_events() fix by Andrew Morton · 18 years ago
- f8891e5 [PATCH] Light weight event counters by Christoph Lameter · 19 years ago
- ca889e6 [PATCH] Use Zoned VM Counters for NUMA statistics by Christoph Lameter · 19 years ago
- bab1846 [PATCH] zoned-vm-counters: remove read_page_state() by Andrew Morton · 19 years ago
- d2c5e30 [PATCH] zoned vm counters: conversion of nr_bounce to per zone counter by Christoph Lameter · 19 years ago
- fd39fc8 [PATCH] zoned vm counters: conversion of nr_unstable to per zone counter by Christoph Lameter · 19 years ago
- ce866b3 [PATCH] zoned vm counters: conversion of nr_writeback to per zone counter by Christoph Lameter · 19 years ago
- b1e7a8f [PATCH] zoned vm counters: conversion of nr_dirty to per zone counter by Christoph Lameter · 19 years ago
- df849a1 [PATCH] zoned vm counters: conversion of nr_pagetables to per zone counter by Christoph Lameter · 19 years ago
- 9a865ff [PATCH] zoned vm counters: conversion of nr_slab to per zone counter by Christoph Lameter · 19 years ago
- 65ba55f [PATCH] zoned vm counters: convert nr_mapped to per zone counter by Christoph Lameter · 19 years ago
- 2244b95 [PATCH] zoned vm counters: basic ZVC (zoned vm counter) implementation by Christoph Lameter · 19 years ago