aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/include/linux/sched.h
Commit message (Expand)AuthorAgeFilesLines
* Fix problem regarding priority inversion when using the concurrencyHans Petter Selasky2017-04-191-1/+3
* Create the LinuxKPI current task structure on the fly if it doesn'tHans Petter Selasky2017-04-071-1/+5
* Cleanup the bitmap_xxx() functions in the LinuxKPI:Hans Petter Selasky2017-04-061-0/+2
* Implement need_resched() in the LinuxKPI.Hans Petter Selasky2017-04-061-0/+2
* Fix implementation of task_pid_group_leader() in the LinuxKPI.Hans Petter Selasky2017-04-061-2/+1
* Implement get_pid_task(), pid_task() and some other PID helperHans Petter Selasky2017-03-171-5/+22
* Implement minimalistic memory mapping structure, struct mm_struct, andHans Petter Selasky2017-03-171-0/+2
* Define some more LinuxKPI task related macros.Hans Petter Selasky2017-03-161-0/+6
* Make the LinuxKPI task struct persistent accross system calls.Hans Petter Selasky2017-02-211-29/+16
* Add checks for SCHEDULER_STOPPED() so that code using the LinuxKPI canHans Petter Selasky2016-05-251-1/+1
* Fix handling of IOCTLs in the LinuxKPI.Hans Petter Selasky2016-05-121-0/+2
* Create a dummy "task_struct" on the stack which is returned byHans Petter Selasky2016-05-121-5/+14
* Finish process of moving the LinuxKPI module into the default kernel build.Hans Petter Selasky2015-10-291-0/+126