aboutsummaryrefslogtreecommitdiff
path: root/vm/vm_page.c
Commit message (Expand)AuthorAgeFilesLines
* db_show_vmstat: Show segment name rather than its numberSamuel Thibault2021-08-231-1/+1
* db_show_vmstat: Also show segment sizeSamuel Thibault2021-08-221-0/+2
* db_show_vmstat: Drop duplicate outputSamuel Thibault2021-08-221-3/+0
* db show vmstat: also show segments statsSamuel Thibault2021-08-211-0/+23
* db: Add show vmstat commandSamuel Thibault2021-08-211-0/+43
* VM: really fix pageout of external objects backed by the default pagerRichard Braun2016-12-271-15/+7
* VM: fix pageout of external objects backed by the default pagerRichard Braun2016-12-241-9/+28
* VM: fix pageability checkRichard Braun2016-12-241-0/+1
* VM: fix pageout throttling to external pagersRichard Braun0 min.1-9/+5
* VM: fix pageout on low memoryRichard Braun2016-11-301-37/+9
* VM: fix eviction logic errorRichard Braun2016-11-301-1/+1
* VM: fix pageout stop conditionRichard Braun2016-11-301-0/+5
* Enable high memoryRichard Braun2016-09-211-16/+0
* Rework pageout to handle multiple segmentsRichard Braun2016-09-211-3/+1241
* Remove phys_first_addr and phys_last_addr global variablesRichard Braun2016-09-211-0/+70
* Fix early physical page allocationRichard Braun2016-09-031-8/+37
* Optimize slab lookup on the free pathRichard Braun2016-02-221-0/+1
* Fix various memory managment errorsRichard Braun2016-02-021-4/+23
* Import the vm_page module from X15 and relicense to GPLv2+Richard Braun2016-01-231-0/+762