summaryrefslogtreecommitdiff
path: root/vm/vm_page.h
AgeCommit message (Expand)Author
2019-05-22Add a log print function type for information reportingRichard Braun
2018-04-19kern/atomic: remove shortcutsRichard Braun
2018-02-24kern/log2: fix namingRichard Braun
2018-02-24New errno.h standard headerRichard Braun
2018-02-24Don't use reserved identifiersRichard Braun
2017-12-03Revert "Make assert have no side effects"Richard Braun
2017-09-06vm: rename min/max macros to start/end variantsRichard Braun
2017-09-02Make assert have no side effectsRichard Braun
2017-08-04vm/vm_page: rename vm_page_atop and vm_page_ptoaRichard Braun
2017-07-13Switch to initialization operationsRichard Braun
2017-07-02vm/vm_object: new moduleRichard Braun
2017-06-25Remove the param moduleRichard Braun
2017-06-25Move physical memory properties into the new x86/pmem moduleRichard Braun
2017-06-24vm/vm_page: implement the vm_page_info shell commandRichard Braun
2017-05-30Move assert.h to the include directoryRichard Braun
2017-02-04Clean up compilationRichard Braun
2017-02-04kern/types: split into module-specific type headersRichard Braun
2017-01-13Replace unsigned long with uintptr_t for integer/pointer conversionsRichard Braun
2017-01-12Rename VM page segments to zonesRichard Braun
2017-01-11vm/vm_page: provide accessors to private dataRichard Braun
2017-01-11kern/kmem: rework slab allocationRichard Braun
2017-01-09vm/vm_page: do not panic on pmap page allocation failureRichard Braun
2016-09-02vm/vm_page: update copyright noticeRichard Braun
2016-09-02vm/vm_page: change segment loadingRichard Braun
2014-12-10vm/vm_map: remove the kentry areaRichard Braun
2014-12-10vm/vm_page: rework for a direct physical mappingRichard Braun
2014-12-06x86/pmap: remove page table accountingRichard Braun
2014-05-08x86/pmap: per-CPU page tablesRichard Braun
2014-01-10vm/vm_page: turn vm_page_ready into a functionRichard Braun
2013-07-24x86/pmap: fix PTEs accounting during initializationRichard Braun
2013-07-23x86/pmap: count PTEs per PTP at initializationRichard Braun
2013-07-20vm/vm_page: increase page address checks on loadRichard Braun
2013-07-20vm/vm_page: new vm_page_type functionRichard Braun
2013-07-10vm/vm_page: introduce page usage typesRichard Braun
2013-07-09vm/vm_phys: merge into the vm_page moduleRichard Braun
2012-12-07kern/kmem: rework buffer-to-slab lookupRichard Braun
2012-11-03Merge lib into kernRichard Braun
2012-10-10Rename vm_phys_t to phys_addr_tRichard Braun
2012-09-30Initial commitRichard Braun