Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Information about current PD now stored in current_task->current_pd_d | Alex Auvolat | 2014-12-07 | 1 | -6/+7 |
| | |||||
* | Refactor kmalloc & tests in kmain. | Alex Auvolat | 2014-12-07 | 1 | -2/+2 |
| | |||||
* | Make L0 thread-safe (mostly). | Alex Auvolat | 2014-12-07 | 1 | -5/+20 |
| | |||||
* | Refactor PF handlers and region freeing functions. | Alex Auvolat | 2014-12-06 | 1 | -0/+1 |
| | |||||
* | Add kernel stack protector. Find bug. Correct it. | Alex Auvolat | 2014-12-06 | 1 | -16/+12 |
| | |||||
* | Clean slab_alloc. Bug still here. | Alex Auvolat | 2014-12-06 | 1 | -1/+1 |
| | |||||
* | Trying to track an annoying bug. | Alex Auvolat | 2014-12-06 | 1 | -2/+29 |
| | |||||
* | Corrections : | Alex Auvolat | 2014-12-05 | 1 | -18/+16 |
| | | | | | - replace size_t by void* in many places - correct bug in region freeing code | ||||
* | Formatting fixes | Alex Auvolat | 2014-12-04 | 1 | -1/+1 |
| | |||||
* | Make paging work ! \o/ | Alex Auvolat | 2014-12-04 | 1 | -66/+117 |
| | |||||
* | Implement kernel memory region allocator. | Alex Auvolat | 2014-12-02 | 1 | -1/+11 |
| | |||||
* | Begin implementation of paging | Alex Auvolat | 2014-12-02 | 1 | -0/+135 |