summaryrefslogtreecommitdiffstats
path: root/threads/thread.h
Commit message (Expand)AuthorAgeFilesLines
* add dynamic stack growingmanuel2012-06-191-1/+1
* implement page table and use it for lazy loading of segmentsmanuel2012-06-191-0/+3
* fix wrong behavior of cond_wait/cond_signal in donation case.manuel2012-05-111-1/+1
* major: added support for nested priority donationmanuel2012-05-111-0/+1
* fix sema_up() and hence the priority-sema testcase => 2/18 failedmanuel2012-05-101-1/+1
* * fixed sema_up which didn't yield the cpumanuel2012-05-081-1/+1
* first priority donation implementationmanuel2012-05-071-0/+10
* reorganize file structure to match the upstream requirementsmanuel2012-03-271-0/+148