aboutsummaryrefslogtreecommitdiff
path: root/vm/vm_page.c
Commit message (Expand)AuthorAgeFilesLines
* vm_page: Avoid trying to evict internal pages until defpager is upSamuel Thibault2025-02-041-1/+1
* vm_page.c: fix a deadlock when running with smp enabledEtienne Brateau2024-12-021-1/+2
* fix a compile warning.jbranso@dismail.de2024-10-211-2/+3
* vm_page_bootalloc: Return a phys_addr_tSamuel Thibault2023-08-291-1/+1
* vm_page: Fix setting higher bits in physical addressesSamuel Thibault2023-08-291-2/+2
* vm: Fix ordering of addresses between DMA32 and DIRECTMAPSamuel Thibault2023-08-141-4/+6
* Shrink struct vm_page sizeSergey Bugaev2023-07-031-2/+2
* vm_page.c: add missing object lockEtienne Brateau2023-02-091-0/+1
* Warn only once about not being able to recycle pagesSamuel Thibault2022-12-221-1/+9
* vm_page_evict: avoid crashingSamuel Thibault2022-12-181-1/+1
* 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