aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/core/region.c
Commit message (Collapse)AuthorAgeFilesLines
* Factorize region allocator between kernel and user processes (same code was ↵Alex Auvolat2015-03-141-371/+8
| | | | there twice)
* Fix region allocator (see changes in region.c!) ; debug spam control.Alex Auvolat2015-03-141-2/+12
|
* Include kernel.map in tests.Alex Auvolat2015-03-111-0/+3
|
* Add better stack tracing technology (now uses kernel memory map!)Alex Auvolat2015-03-111-9/+9
|
* Remove kernel region pf handlers ; fix forget-to-zero-out bug.Alex Auvolat2015-03-091-6/+4
|
* No lazy allocation of kernel memory. Placeholder for pmem freeing routine.Alex Auvolat2015-03-021-7/+7
|
* Prepare for user memory management and usermode codeAlex Auvolat2015-02-131-2/+2
|
* Change semantics of pd_map_page to return true on success, false on error.Alex Auvolat2015-02-091-4/+4
|
* Reorganize all.Alex Auvolat2015-02-091-0/+397