Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
4bfd75cb08a362cb1df35dc6a5032d12843c6d87
/
mm
/
vmscan.c
« Previous
174596a
cpumask: convert mm/
by Rusty Russell
· 16 years ago
3e59794
cpumask: remove any_online_cpu() users: mm/
by Rusty Russell
· 16 years ago
2a1dc50
vmscan: protect zone rotation stats by lru lock
by Johannes Weiner
· 16 years ago
00d8089
vmscan: fix get_scan_ratio() comment
by Rik van Riel
· 16 years ago
63eb6b9
vmscan: let GFP_NOFS go to swap again
by Hugh Dickins
· 16 years ago
748f1a2
mm: remove unevictable's show_page_path
by KOSAKI Motohiro
· 16 years ago
a978d6f
mm: unlockless reclaim
by Nick Piggin
· 16 years ago
e0f79b8
vmscan: don't accumulate scan pressure on unrelated lists
by Johannes Weiner
· 16 years ago
af936a1
vmscan: unevictable LRU scan sysctl
by Lee Schermerhorn
· 16 years ago
b291f00
mlock: mlocked pages are unevictable
by Nick Piggin
· 16 years ago
89e004ea
SHM_LOCKED pages are unevictable
by Lee Schermerhorn
· 16 years ago
ba9ddf4
Ramfs and Ram Disk pages are unevictable
by Lee Schermerhorn
· 16 years ago
bbfd28e
unevictable lru: add event counting with statistics
by Lee Schermerhorn
· 16 years ago
894bc31
Unevictable LRU Infrastructure
by Lee Schermerhorn
· 16 years ago
33c120e
more aggressively use lumpy reclaim
by Rik van Riel
· 16 years ago
7e9cd48
vmscan: fix pagecache reclaim referenced bit check
by Rik van Riel
· 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
68a22394
vmscan: free swap space on swap-in/activation
by Rik van Riel
· 16 years ago
b69408e
vmscan: Use an indexed array for LRU variables
by Christoph Lameter
· 16 years ago
62695a8
vmscan: move isolate_lru_page() to vmscan.c
by Nick Piggin
· 16 years ago
529ae9a
mm: rename page trylock
by Nick Piggin
· 16 years ago
87547ee
do_try_to_free_page: update comments related to vmscan functions
by Fernando Luis Vazquez Cao
· 16 years ago
7d03431
swapfile/vmscan: update comments related to vmscan functions
by Fernando Luis Vazquez Cao
· 16 years ago
19fd623
mm: spinlock tree_lock
by Nick Piggin
· 16 years ago
e286781
mm: speculative page references
by Nick Piggin
· 16 years ago
873b477
per-task-delay-accounting: add memory reclaim delay
by Keika Kobayashi
· 16 years ago
c700be3
mm: fix incorrect variable type in do_try_to_free_pages()
by kosaki.motohiro@jp.fujitsu.com
· 16 years ago
d40cee2
mm: remove remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
a41f24e
page allocator: smarter retry of costly-order allocations
by Nishanth Aravamudan
· 17 years ago
dd1a239
mm: have zonelist contains structs with both a zone pointer and zone_idx
by Mel Gorman
· 17 years ago
54a6eb5
mm: use two zonelist that are filtered by GFP mask
by Mel Gorman
· 17 years ago
dac1d27
mm: use zonelists instead of zones when direct reclaiming pages
by Mel Gorman
· 17 years ago
c5f59f0
nodemask: use new node_to_cpumask_ptr function
by Mike Travis
· 17 years ago
4dd4b92
revert "kswapd should only wait on IO if there is IO"
by Andrew Morton
· 17 years ago
427d541
memcg: move_lists on page not page_cgroup
by Hugh Dickins
· 17 years ago
00f0b82
Memory controller: rename to Memory Resource Controller
by Balbir Singh
· 17 years ago
1cfb419
per-zone and reclaim enhancements for memory controller: modifies vmscan.c for isolate globa/cgroup lru activity
by KAMEZAWA Hiroyuki
· 17 years ago
91a4547
per-zone and reclaim enhancements for memory controller: add scan_global_lru macro
by KAMEZAWA Hiroyuki
· 17 years ago
417eead
memory cgroup enhancements: fix zone handling in try_to_free_mem_cgroup_page
by KAMEZAWA Hiroyuki
· 17 years ago
f1a9ee7
kswapd should only wait on IO if there is IO
by Rik van Riel
· 17 years ago
e1a1cd5
Memory controller: make charging gfp mask aware
by Balbir Singh
· 17 years ago
bed7161
Memory controller: make page_referenced() cgroup aware
by Balbir Singh
· 17 years ago
66e1707
Memory controller: add per cgroup LRU and reclaim
by Balbir Singh
· 17 years ago
183ff22
spelling fixes: mm/
by Simon Arlott
· 17 years ago
c80544d
sparse pointer use of zero as null
by Stephen Hemminger
· 17 years ago
d773ed6
mm: test and set zone reclaim lock before starting reclaim
by David Rientjes
· 17 years ago
e815af9
oom: change all_unreclaimable zone member to flags
by David Rientjes
· 17 years ago
4106f83
make swappiness safer to use
by Andrea Arcangeli
· 17 years ago
58c0a4a
Fix panic of cpu online with memory less node
by Yasunori Goto
· 17 years ago
37c0708
Memoryless nodes: Add N_CPU node state
by Christoph Lameter
· 17 years ago
9422ffb
Memoryless nodes: No need for kswapd
by Christoph Lameter
· 17 years ago
32a4330
mm: prevent kswapd from freeing excessive amounts of lowmem
by Rik van Riel
· 17 years ago
c661b07
synchronous lumpy reclaim: wait for page writeback when directly reclaiming contiguous areas
by Andy Whitcroft
· 17 years ago
e9187bd
synchronous lumpy reclaim: ensure we count pages transitioning inactive via clear_active_flags
by Andy Whitcroft
· 17 years ago
8314418
Freezer: make kernel threads nonfreezable by default
by Rafael J. Wysocki
· 17 years ago
8e1f936
mm: clean up and kernelify shrinker registration
by Rusty Russell
· 17 years ago
5ad333e
Lumpy Reclaim V4
by Andy Whitcroft
· 17 years ago
8bb7844
Add suspend-related notifications for CPU hotplug
by Rafael J. Wysocki
· 17 years ago
3e9f45b
Factor outstanding I/O error handling
by Guillaume Chazarain
· 17 years ago
b1296cc
freezer: fix racy usage of try_to_freeze in kswapd
by Rafael J. Wysocki
· 18 years ago
232ea4d
[PATCH] throttle_vm_writeout(): don't loop on GFP_NOFS and GFP_NOIO allocations
by Andrew Morton
· 18 years ago
c878538
[PATCH] Use ZVC for inactive and active counts
by Christoph Lameter
· 18 years ago
76395d3
[PATCH] shrink_all_memory(): fix lru_pages handling
by Andrew Morton
· 18 years ago
918d3f9
[PATCH] Buglet in vmscan.c
by Shantanu Goel
· 18 years ago
e07aa05
[PATCH] Fix swapped parameters in mm/vmscan.c
by Nigel Cunningham
· 18 years ago
02a0e53
[PATCH] cpuset: rework cpuset_zone_allowed api
by Paul Jackson
· 18 years ago
02316067
[PATCH] hotplug CPU: clean up hotcpu_notifier() use
by Ingo Molnar
· 18 years ago
7dfb710
[PATCH] Add include/linux/freezer.h and move definitions from sched.h
by Nigel Cunningham
· 18 years ago
8357376
[PATCH] swsusp: Improve handling of highmem
by Rafael J. Wysocki
· 18 years ago
e1dbeda
[PATCH] balance_pdgat() cleanup
by Andrew Morton
· 18 years ago
bbdb396
[PATCH] Use min of two prio settings in calculating distress for reclaim
by Martin Bligh
· 18 years ago
3bb1a852
[PATCH] vmscan: Fix temp_priority race
by Martin Bligh
· 18 years ago
3fcfab1
[PATCH] separate bdi congestion functions from queue congestion functions
by Andrew Morton
· 18 years ago
a649fd9
[PATCH] invalidate: remove_mapping() fix
by Andrew Morton
· 18 years ago
0fd0e6b
[PATCH] page invalidation cleanup
by Nick Piggin
· 18 years ago
e129b5c
[PATCH] vm: add per-zone writeout counter
by Andrew Morton
· 18 years ago
89fa302
[PATCH] NUMA: Add zone_to_nid function
by Christoph Lameter
· 18 years ago
83e33a4
[PATCH] zone reclaim with slab: avoid unecessary off node allocations
by Christoph Lameter
· 18 years ago
0ff3849
[PATCH] zone_reclaim: dynamic slab reclaim
by Christoph Lameter
· 18 years ago
972d1a7
[PATCH] ZVC: Support NR_SLAB_RECLAIMABLE / NR_SLAB_UNRECLAIMABLE
by Christoph Lameter
· 18 years ago
8417bba
[PATCH] Replace min_unmapped_ratio by min_unmapped_pages in struct zone
by Christoph Lameter
· 18 years ago
4ff1ffb
[PATCH] oom: reclaim_mapped on oom
by Nick Piggin
· 18 years ago
408d854
[PATCH] oom: use unreclaimable info
by Nick Piggin
· 18 years ago
28e4d96
[PATCH] mm: remove_mapping() safeness
by Nick Piggin
· 18 years ago
725d704
[PATCH] mm: VM_BUG_ON
by Nick Piggin
· 18 years ago
9614634
[PATCH] ZVC/zone_reclaim: Leave 1% of unmapped pagecache pages for file I/O
by Christoph Lameter
· 18 years ago
f8891e5
[PATCH] Light weight event counters
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
34aa133
[PATCH] zoned vm counters: zone_reclaim: remove /proc/sys/vm/zone_reclaim_interval
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
bf02cf4
[PATCH] zoned vm counters: remove NR_FILE_MAPPED from scan control structure
by Christoph Lameter
· 18 years ago
65ba55f
[PATCH] zoned vm counters: convert nr_mapped to per zone counter
by Christoph Lameter
· 18 years ago
9c7b216
[PATCH] cpu hotplug: revert init patch submitted for 2.6.17
by Chandra Seetharaman
· 18 years ago
3218ae1
[PATCH] pgdat allocation for new node add (export kswapd start func)
by Yasunori Goto
· 18 years ago
bd1e22b
[PATCH] initialise total_memory() earlier
by Andrew Morton
· 18 years ago
04e62a2
[PATCH] More page migration: use migration entries for file pages
by Christoph Lameter
· 18 years ago
111ebb6
[PATCH] writeback: fix range handling
by OGAWA Hirofumi
· 18 years ago
d6277db
[PATCH] swsusp: rework memory shrinker
by Rafael J. Wysocki
· 18 years ago
c0bbbc7
[PATCH] typo in vmscan.c
by Christoph Lameter
· 18 years ago
Next »