aboutsummaryrefslogtreecommitdiff
path: root/kernel/l0/region.c
Commit message (Expand)AuthorAgeFilesLines
* Remove hard-coded region types.Alex Auvolat2014-12-131-14/+5
* Rename functions :Alex Auvolat2014-12-081-1/+1
* Implement multitasking.Alex Auvolat2014-12-071-11/+0
* Refactor kmalloc & tests in kmain.Alex Auvolat2014-12-071-0/+2
* Make L0 thread-safe (mostly).Alex Auvolat2014-12-071-15/+43
* Begin review of taking model : making things thread safe.Alex Auvolat2014-12-061-0/+2
* Refactor PF handlers and region freeing functions.Alex Auvolat2014-12-061-15/+67
* Corrections :Alex Auvolat2014-12-051-23/+19
* Formatting fixesAlex Auvolat2014-12-041-1/+1
* Make paging work ! \o/Alex Auvolat2014-12-041-21/+4
* Improve region allocator with an idea to break dependency cycleAlex Auvolat2014-12-031-10/+71
* Implement kernel memory region allocator.Alex Auvolat2014-12-021-0/+293