summaryrefslogtreecommitdiff
path: root/vm/vm_page.c
AgeCommit message (Expand)Author
2023-08-29vm_page_bootalloc: Return a phys_addr_tSamuel Thibault
2023-08-29vm_page: Fix setting higher bits in physical addressesSamuel Thibault
2023-08-14vm: Fix ordering of addresses between DMA32 and DIRECTMAPSamuel Thibault
2023-07-03Shrink struct vm_page sizeSergey Bugaev
2023-02-09vm_page.c: add missing object lockEtienne Brateau
2022-12-22Warn only once about not being able to recycle pagesSamuel Thibault
2022-12-18vm_page_evict: avoid crashingSamuel Thibault
2021-08-23db_show_vmstat: Show segment name rather than its numberSamuel Thibault
2021-08-22db_show_vmstat: Also show segment sizeSamuel Thibault
2021-08-22db_show_vmstat: Drop duplicate outputSamuel Thibault
2021-08-21db show vmstat: also show segments statsSamuel Thibault
2021-08-21db: Add show vmstat commandSamuel Thibault
2016-12-27VM: really fix pageout of external objects backed by the default pagerRichard Braun
2016-12-24VM: fix pageout of external objects backed by the default pagerRichard Braun
2016-12-24VM: fix pageability checkRichard Braun
0 min.VM: fix pageout throttling to external pagersRichard Braun
2016-11-30VM: fix pageout on low memoryRichard Braun
2016-11-30VM: fix eviction logic errorRichard Braun
2016-11-30VM: fix pageout stop conditionRichard Braun
2016-09-21Enable high memoryRichard Braun
2016-09-21Rework pageout to handle multiple segmentsRichard Braun
2016-09-21Remove phys_first_addr and phys_last_addr global variablesRichard Braun
2016-09-03Fix early physical page allocationRichard Braun
2016-02-22Optimize slab lookup on the free pathRichard Braun
2016-02-02Fix various memory managment errorsRichard Braun
2016-01-23Import the vm_page module from X15 and relicense to GPLv2+Richard Braun