summaryrefslogtreecommitdiff
path: root/vm/vm_map.c
AgeCommit message (Expand)Author
2019-06-08vm/vm_map: fix vm_map_infoRichard Braun
2019-05-22Add a log print function type for information reportingRichard Braun
2018-07-30Rework assertive functionsRichard Braun
2018-07-25kern/{fmt,shell}: update from upstreamRichard Braun
2018-02-24kern/{cbuf,fmt,hash,hlist,list,plist,rdxtree,shell,slist}: update from upstreamRichard Braun
2018-02-24New errno.h standard headerRichard Braun
2017-09-21New build systemRichard Braun
2017-09-07Use accessors when referring to global kernel objectsRichard Braun
2017-09-06vm: rename min/max macros to start/end variantsRichard Braun
2017-09-02Rework the build systemRichard Braun
2017-07-13Switch to initialization operationsRichard Braun
2017-06-25Remove the param moduleRichard Braun
2017-06-24Make shell command descriptions consistentRichard Braun
2017-06-24vm/vm_map: implement the vm_map_info shell commandRichard Braun
2017-05-30Move assert.h to the include directoryRichard Braun
2017-04-29New stdio.h standard headerRichard Braun
2017-04-29kern/printk: rename to printfRichard Braun
2017-02-04Fix printf-format related warningsRichard Braun
2017-02-04Clean up compilationRichard Braun
2017-01-31vm/vm_map: remove unused function vm_map_prevRichard Braun
2017-01-30vm/vm_map: fix map entry linkingRichard Braun
2017-01-27vm/vm_map: fix map entry clippingRichard Braun
2017-01-13Replace unsigned long with uintptr_t for integer/pointer conversionsRichard Braun
2017-01-11kern/kmem: rework slab allocationRichard Braun
2016-12-09Force brackets around one-line conditional statementsRichard Braun
2014-12-10vm/vm_map: remove the kentry areaRichard Braun
2014-11-17kern/kmem: minor interface updatesRichard Braun
2014-11-17vm/vm_map: minor interface updatesRichard Braun
2014-05-08x86/pmap: per-CPU page tablesRichard Braun
2014-01-02Declare variables as read mostly where appropriateRichard Braun
2013-07-20x86/pmap: remove kernel-specific functionsRichard Braun
2013-07-10vm/vm_page: introduce page usage typesRichard Braun
2013-07-09vm/vm_phys: merge into the vm_page moduleRichard Braun
2013-07-03x86/pmap: change pmap_kenter to pass protectionRichard Braun
2013-06-28x86/pmap: replace pmap_kupdate with pmap_updateRichard Braun
2013-06-28x86/pmap: replace pmap_kextract with pmap_extractRichard Braun
2013-06-15vm/vm_map: rework flagsRichard Braun
2013-06-15vm/vm_map: advice macros updateRichard Braun
2013-06-15vm/vm_map: fix typoRichard Braun
2013-06-14vm/vm_map: fix map entry mergingRichard Braun
2013-04-19vm/vm_map: make vm_map_info lock VM mapRichard Braun
2013-04-18vm/vm_map: fix lookup cache handlingRichard Braun
2013-04-18vm/vm_map: fix map entry clippingRichard Braun
2013-04-17vm/vm_map: serialize access to the kentry slabs listRichard Braun
2013-04-17vm/vm_map: replace spin locks with mutexesRichard Braun
2012-12-28x86/pmap: reintroduce the kernel pmapRichard Braun
2012-12-24vm/vm_map: create pmap for new VM mapsRichard Braun
2012-12-22x86/pmap: rename pmap_growkernel to pmap_kgrowRichard Braun
2012-12-18vm/vm_map: VM map creationRichard Braun
2012-12-11vm/vm_map: add locksRichard Braun