summaryrefslogtreecommitdiffstats
path: root/threads/thread.c
Commit message (Expand)AuthorAgeFilesLines
* implement page table and use it for lazy loading of segmentsmanuel2012-06-191-1/+1
* * fix possible race in thread_set_prioritymanuel2012-05-111-1/+20
* major: added support for nested priority donationmanuel2012-05-111-0/+1
* * only wake up one thread in sema_up() and remove pre-sorting in sema_down()manuel2012-05-101-26/+25
* * fixed sema_up which didn't yield the cpumanuel2012-05-081-6/+6
* first priority donation implementationmanuel2012-05-071-12/+74
* initial commit of proj1manuel2012-05-031-2/+22
* reorganize file structure to match the upstream requirementsmanuel2012-03-271-0/+594