Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
0ce166b7b46122bf91a4766e20c85a6485448765
/
mm
/
vmstat.c
24cf72518
vmscan: count the number of times zone_reclaim() scans and fails
by Mel Gorman
· 15 years ago
6837765
mm: remove CONFIG_UNEVICTABLE_LRU config option
by KOSAKI Motohiro
· 15 years ago
08d9ae7
vmscan: don't export nr_saved_scan in /proc/zoneinfo
by Wu Fengguang
· 15 years ago
6e08a36
vmscan: cleanup the scan batching code
by Wu Fengguang
· 15 years ago
4185896
page allocator: use allocation flags as an index to the zone watermark
by Mel Gorman
· 15 years ago
eb33575
[ARM] Double check memmap is actually valid with a memmap has unexpected holes V2
by Mel Gorman
· 15 years ago
98f4ebb
mm: align vmstat_work's timer
by Anton Blanchard
· 16 years ago
ee99c71
mm: introduce for_each_populated_zone() macro
by KOSAKI Motohiro
· 16 years ago
aa85ea5
cpumask: use new cpumask_ functions in core code.
by Rusty Russell
· 16 years ago
174596a
cpumask: convert mm/
by Rusty Russell
· 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
7b85412
Unevictable LRU Page Statistics
by Lee Schermerhorn
· 16 years ago
bbfd28e
unevictable lru: add event counting with statistics
by Lee Schermerhorn
· 16 years ago
556adec
vmscan: second chance replacement for anonymous pages
by Rik van Riel
· 16 years ago
4f98a2f
vmscan: split LRU lists into anon & file sets
by Rik van Riel
· 16 years ago
b69408e
vmscan: Use an indexed array for LRU variables
by Christoph Lameter
· 16 years ago
e80d6a2
[ARM] Skip memory holes in FLATMEM when reading /proc/pagetypeinfo
by Mel Gorman
· 16 years ago
c748e13
mm/vmstat.c: proper externs
by Adrian Bunk
· 16 years ago
6d6a436
mm: use performance variant for_each_cpu_mask_nr
by Mike Travis
· 16 years ago
b5be113
make vmstat cpu-unplug safe
by KOSAKI Motohiro
· 16 years ago
fc3ba69
mm: Add NR_WRITEBACK_TEMP counter
by Miklos Szeredi
· 17 years ago
41b25a3
/proc/pagetypeinfo: fix output for memoryless nodes
by KOSAKI Motohiro
· 17 years ago
468fd62
vmstats: add cond_resched() to refresh_cpu_vm_stats()
by Dimitri Sivanich
· 17 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
91446b0
add "Isolate" migratetype name to /proc/pagetypeinfo
by KOSAKI Motohiro
· 17 years ago
9eccf2a
vmstat: remove prefetch
by Christoph Lameter
· 17 years ago
3dfa572
Page allocator: get rid of the list of cold pages
by Christoph Lameter
· 17 years ago
a7f75e2
vmstat: small revisions to refresh_cpu_vm_stats()
by Christoph Lameter
· 17 years ago
42614fc
vmstat: fix section mismatch warning
by Randy Dunlap
· 17 years ago
e815af9
oom: change all_unreclaimable zone member to flags
by David Rientjes
· 17 years ago
e2fc88d
mm/vmstat.c: cleanups
by Adrian Bunk
· 17 years ago
467c996
Print out statistics in relation to fragmentation avoidance to /proc/pagetypeinfo
by Mel Gorman
· 17 years ago
4e950f6
Remove fs.h from mm.h
by Alexey Dobriyan
· 17 years ago
2a1e274
Create the ZONE_MOVABLE zone
by Mel Gorman
· 17 years ago
23c1fb5
mm: fixup /proc/vmstat output
by Peter Zijlstra
· 17 years ago
e8edc6e
Detach sched.h from mm.h
by Alexey Dobriyan
· 17 years ago
39bf627
VM statistics: Make timer deferrable
by Christoph Lameter
· 17 years ago
4037d45
Move remote node draining out of slab allocators
by Christoph Lameter
· 17 years ago
77461ab
Make vm statistics update interval configurable
by Christoph Lameter
· 17 years ago
d1187ed
vmstat: use our own timer events
by Christoph Lameter
· 17 years ago
8bb7844
Add suspend-related notifications for CPU hotplug
by Rafael J. Wysocki
· 17 years ago
4b51d66
[PATCH] optional ZONE_DMA: optional ZONE_DMA in the VM
by Christoph Lameter
· 18 years ago
65e458d4
[PATCH] Drop get_zone_counts()
by Christoph Lameter
· 18 years ago
05a0416
[PATCH] Drop __get_zone_counts()
by Christoph Lameter
· 18 years ago
51ed449
[PATCH] Reorder ZVCs according to cacheline
by Christoph Lameter
· 18 years ago
d23ad42
[PATCH] Use ZVC for free_pages
by Christoph Lameter
· 18 years ago
c878538
[PATCH] Use ZVC for inactive and active counts
by Christoph Lameter
· 18 years ago
5a88a13
[PATCH] /proc/zoneinfo: fix vm stats display
by Andrew Morton
· 18 years ago
15ad7cd
[PATCH] struct seq_operations and struct file_operations constification
by Helge Deller
· 18 years ago
ce421c7
[PATCH] mm: cleanup indentation on switch for CPU operations
by Andy Whitcroft
· 18 years ago
3bb1a852
[PATCH] vmscan: Fix temp_priority race
by Martin Bligh
· 18 years ago
038b0a6
Remove all inclusions of <linux/config.h>
by Dave Jones
· 18 years ago
5d29234
[PATCH] zone_statistics: Use hot node instead of cold zone_pgdat
by Christoph Lameter
· 18 years ago
e129b5c
[PATCH] vm: add per-zone writeout counter
by Andrew Morton
· 18 years ago
972d1a7
[PATCH] ZVC: Support NR_SLAB_RECLAIMABLE / NR_SLAB_UNRECLAIMABLE
by Christoph Lameter
· 18 years ago
39bbcb8
[PATCH] mm: do not check unpopulated zones for draining and counter updates
by Christoph Lameter
· 18 years ago
27bf71c
[PATCH] reduce MAX_NR_ZONES: remove display of counters for unconfigured zones
by Christoph Lameter
· 18 years ago
df9ecab
[PATCH] ZVC: Scale thresholds depending on the size of the system
by Christoph Lameter
· 18 years ago
a302eb4
[PATCH] ZVC: Overstep counters
by Christoph Lameter
· 18 years ago
32dd66f
[PATCH] vmstat: export all_vm_events()
by Heiko Carstens
· 18 years ago
f8891e5
[PATCH] Light weight event counters
by Christoph Lameter
· 18 years ago
ca889e6
[PATCH] Use Zoned VM Counters for NUMA statistics
by Christoph Lameter
· 18 years ago
bab1846
[PATCH] zoned-vm-counters: remove read_page_state()
by Andrew Morton
· 18 years ago
d2c5e30
[PATCH] zoned vm counters: conversion of nr_bounce to per zone counter
by Christoph Lameter
· 18 years ago
fd39fc8
[PATCH] zoned vm counters: conversion of nr_unstable to per zone counter
by Christoph Lameter
· 18 years ago
ce866b3
[PATCH] zoned vm counters: conversion of nr_writeback to per zone counter
by Christoph Lameter
· 18 years ago
b1e7a8f
[PATCH] zoned vm counters: conversion of nr_dirty to per zone counter
by Christoph Lameter
· 18 years ago
df849a1
[PATCH] zoned vm counters: conversion of nr_pagetables to per zone counter
by Christoph Lameter
· 18 years ago
9a865ff
[PATCH] zoned vm counters: conversion of nr_slab to per zone counter
by Christoph Lameter
· 18 years ago
f3dbd34
[PATCH] zoned vm counters: split NR_ANON_PAGES off from NR_FILE_MAPPED
by Christoph Lameter
· 18 years ago
347ce43
[PATCH] zoned vm counters: conversion of nr_pagecache to per zone counter
by Christoph Lameter
· 18 years ago
65ba55f
[PATCH] zoned vm counters: convert nr_mapped to per zone counter
by Christoph Lameter
· 18 years ago
2244b95
[PATCH] zoned vm counters: basic ZVC (zoned vm counter) implementation
by Christoph Lameter
· 18 years ago
f6ac235
[PATCH] zoned vm counters: create vmstat.c/.h from page_alloc.c/.h
by Christoph Lameter
· 18 years ago