summaryrefslogtreecommitdiffstats
path: root/sys/kern/sched_4bsd.c
Commit message (Expand)AuthorAgeFilesLines
...
* - Remove setrunqueue and replace it with direct calls to sched_add().jeff2007-01-231-34/+65
* Prefer a more traditional spelling of inhibited in comments and panicrwatson2006-12-311-1/+1
* Fix typo, p_slptime should be td_slptime.davidxu2006-12-241-1/+1
* Threading cleanup.. part 2 of several.julian2006-12-061-629/+135
* whitespace fix onlyjulian2006-11-201-6/+6
* Fix a copy-paste bug in NON-KSE case.davidxu2006-11-141-11/+11
* Unbreak userland priority inheriting in NO_KSE case.davidxu2006-11-111-1/+2
* Make KSE a kernel option, turned on by default in all GENERICjb2006-10-261-0/+358
* Add user priority loaning code to support priority propagation fordavidxu2006-08-251-1/+56
* o Fix grammar in the comment, indent macros. No functional changes.maxim2006-07-021-7/+7
* o Remove rev. 1.57 leftover, not reached code.maxim2006-07-021-2/+0
* Fix building with GCC 4.2: define data types before referring to them.obrien2006-06-291-0/+1
* Add scheduler API sched_relinquish(), the API is used to implementdavidxu2006-06-151-0/+15
* Add scheduler CORE, the work I have done half a year ago, recent,davidxu2006-06-131-0/+5
* Make ke_rqindex unsigned.davidxu2006-06-061-1/+1
* back out for now... revert ccpu to being kern.ccpu...jmg2006-04-271-1/+1
* move remaining sysctl into the kern.sched tree...jmg2006-04-261-1/+1
* Change msleep() and tsleep() to not alter the calling thread's priorityjhb2006-04-171-1/+1
* Move HWPMC_HOOKS into its own opt_hwpmc_hooks.h file. It doesn't meritpeter2005-06-241-0/+2
* Lots of whitespace cleanup.ups2005-06-091-20/+7
* Fix some race conditions for pinned threads that may cause them to runups2005-06-091-47/+108
* Bring a working snapshot of hwpmc(4), its associated libraries, userland util...jkoshy2005-04-191-1/+22
* Fix a typo in the comment.maxim2005-04-151-1/+1
* Sprinkle some volatile magic and rearrange things a bit to avoid raceups2005-04-081-1/+1
* Rework the interface between priority propagation (lending) and thejhb2004-12-301-14/+102
* - Wrap the thread count adjustment in sched_load_add() and sched_load_rem()jeff2004-12-261-6/+30
* - Garbage collect several unused members of struct kse and struce ksegrp.jeff2004-12-141-9/+0
* Propagate TDF_NEEDRESCHED to replacement thread in sched_switch().ups2004-12-071-0/+3
* When preempting a thread, put it back on the HEAD of its run queue.julian2004-10-051-26/+28
* Use some macros to trach available scheduler slots to allowjulian2004-10-051-4/+26
* clean up thread runq accounting a bit.julian2004-09-161-1/+13
* Add some kassertsjulian2004-09-131-0/+2
* Revert the previous round of changes to td_pinned. The scheduler isn'tscottl2004-09-111-23/+1
* Make up my mind if cpu pinning is stored in the thread structure or thejulian2004-09-101-2/+22
* Add some code to allow threads to nominat a sibling to run if theyu are going...julian2004-09-101-1/+47
* Don't do IPIs on behalf of interrupt threads.julian2004-09-061-2/+3
* slight code cleanupjulian2004-09-051-2/+2
* turn on IPIs for 4bsd scheduler by default.julian2004-09-051-2/+2
* Refactor a bunch of scheduler code to give basically the same behaviourjulian2004-09-051-63/+116
* Don't declare a function we are not defining.julian2004-09-031-0/+2
* fix compile for UPjulian2004-09-031-0/+4
* ooops finish last commit.julian2004-09-031-0/+1
* Move 4bsd specific experimental IP code into the 4bsd file.julian2004-09-031-0/+126
* Give the 4bsd scheduler the ability to wake up idle processorsjulian2004-09-011-18/+59
* Give setrunqueue() and sched_add() more of a clue as tojulian2004-09-011-5/+10
* diff reduction for upcoming patch. Use a macro that masksjulian2004-08-221-8/+9
* Properly keep track of how many kses are on the system run queue(s).julian2004-08-111-2/+3
* Increase the amount of data exported by KTR in the KTR_RUNQ setting.julian2004-08-091-6/+5
* Clean up whitespace, increase consistency and correctness.scottl2004-07-231-8/+6
* When calling scheduler entrypoints for creating new threads and processes,julian2004-07-181-14/+14
OpenPOWER on IntegriCloud