| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Placing the 'volatile' on the right side of the * in the td_lock | Jeff Roberson | 2007-06-06 | 1 | -1/+1 |
| * | - Better fix for previous error; use DEVOLATILE on the td_lock pointer | Jeff Roberson | 2007-06-05 | 1 | -1/+1 |
| * | - Pass &sched_lock as the third argument to cpu_switch() as this will | Jeff Roberson | 2007-06-05 | 1 | -1/+1 |
| * | Commit 1/14 of sched_lock decomposition. | Jeff Roberson | 2007-06-04 | 1 | -45/+115 |
| * | Use pause() rather than tsleep() on stack variables and function pointers. | John Baldwin | 2007-02-27 | 1 | -2/+1 |
| * | Move the seting of the idle_mask bits to a place where they | Julian Elischer | 2007-02-02 | 1 | -17/+25 |
| * | - Remove setrunqueue and replace it with direct calls to sched_add(). | Jeff Roberson | 2007-01-23 | 1 | -34/+65 |
| * | Prefer a more traditional spelling of inhibited in comments and panic | Robert Watson | 2006-12-31 | 1 | -1/+1 |
| * | Fix typo, p_slptime should be td_slptime. | David Xu | 2006-12-24 | 1 | -1/+1 |
| * | Threading cleanup.. part 2 of several. | Julian Elischer | 2006-12-06 | 1 | -629/+135 |
| * | whitespace fix only | Julian Elischer | 2006-11-20 | 1 | -6/+6 |
| * | Fix a copy-paste bug in NON-KSE case. | David Xu | 2006-11-14 | 1 | -11/+11 |
| * | Unbreak userland priority inheriting in NO_KSE case. | David Xu | 2006-11-11 | 1 | -1/+2 |
| * | Make KSE a kernel option, turned on by default in all GENERIC | John Birrell | 2006-10-26 | 1 | -0/+358 |
| * | Add user priority loaning code to support priority propagation for | David Xu | 2006-08-25 | 1 | -1/+56 |
| * | o Fix grammar in the comment, indent macros. No functional changes. | Maxim Konovalov | 2006-07-02 | 1 | -7/+7 |
| * | o Remove rev. 1.57 leftover, not reached code. | Maxim Konovalov | 2006-07-02 | 1 | -2/+0 |
| * | Fix building with GCC 4.2: define data types before referring to them. | David E. O'Brien | 2006-06-29 | 1 | -0/+1 |
| * | Add scheduler API sched_relinquish(), the API is used to implement | David Xu | 2006-06-15 | 1 | -0/+15 |
| * | Add scheduler CORE, the work I have done half a year ago, recent, | David Xu | 2006-06-13 | 1 | -0/+5 |
| * | Make ke_rqindex unsigned. | David Xu | 2006-06-06 | 1 | -1/+1 |
| * | back out for now... revert ccpu to being kern.ccpu... | John-Mark Gurney | 2006-04-27 | 1 | -1/+1 |
| * | move remaining sysctl into the kern.sched tree... | John-Mark Gurney | 2006-04-26 | 1 | -1/+1 |
| * | Change msleep() and tsleep() to not alter the calling thread's priority | John Baldwin | 2006-04-17 | 1 | -1/+1 |
| * | Move HWPMC_HOOKS into its own opt_hwpmc_hooks.h file. It doesn't merit | Peter Wemm | 2005-06-24 | 1 | -0/+2 |
| * | Lots of whitespace cleanup. | Stephan Uphoff | 2005-06-09 | 1 | -20/+7 |
| * | Fix some race conditions for pinned threads that may cause them to run | Stephan Uphoff | 2005-06-09 | 1 | -47/+108 |
| * | Bring a working snapshot of hwpmc(4), its associated libraries, userland util... | Joseph Koshy | 2005-04-19 | 1 | -1/+22 |
| * | Fix a typo in the comment. | Maxim Konovalov | 2005-04-15 | 1 | -1/+1 |
| * | Sprinkle some volatile magic and rearrange things a bit to avoid race | Stephan Uphoff | 2005-04-08 | 1 | -1/+1 |
| * | Rework the interface between priority propagation (lending) and the | John Baldwin | 2004-12-30 | 1 | -14/+102 |
| * | - Wrap the thread count adjustment in sched_load_add() and sched_load_rem() | Jeff Roberson | 2004-12-26 | 1 | -6/+30 |
| * | - Garbage collect several unused members of struct kse and struce ksegrp. | Jeff Roberson | 2004-12-14 | 1 | -9/+0 |
| * | Propagate TDF_NEEDRESCHED to replacement thread in sched_switch(). | Stephan Uphoff | 2004-12-07 | 1 | -0/+3 |
| * | When preempting a thread, put it back on the HEAD of its run queue. | Julian Elischer | 2004-10-05 | 1 | -26/+28 |
| * | Use some macros to trach available scheduler slots to allow | Julian Elischer | 2004-10-05 | 1 | -4/+26 |
| * | clean up thread runq accounting a bit. | Julian Elischer | 2004-09-16 | 1 | -1/+13 |
| * | Add some kasserts | Julian Elischer | 2004-09-13 | 1 | -0/+2 |
| * | Revert the previous round of changes to td_pinned. The scheduler isn't | Scott Long | 2004-09-11 | 1 | -23/+1 |
| * | Make up my mind if cpu pinning is stored in the thread structure or the | Julian Elischer | 2004-09-10 | 1 | -2/+22 |
| * | Add some code to allow threads to nominat a sibling to run if theyu are going... | Julian Elischer | 2004-09-10 | 1 | -1/+47 |
| * | Don't do IPIs on behalf of interrupt threads. | Julian Elischer | 2004-09-06 | 1 | -2/+3 |
| * | slight code cleanup | Julian Elischer | 2004-09-05 | 1 | -2/+2 |
| * | turn on IPIs for 4bsd scheduler by default. | Julian Elischer | 2004-09-05 | 1 | -2/+2 |
| * | Refactor a bunch of scheduler code to give basically the same behaviour | Julian Elischer | 2004-09-05 | 1 | -63/+116 |
| * | Don't declare a function we are not defining. | Julian Elischer | 2004-09-03 | 1 | -0/+2 |
| * | fix compile for UP | Julian Elischer | 2004-09-03 | 1 | -0/+4 |
| * | ooops finish last commit. | Julian Elischer | 2004-09-03 | 1 | -0/+1 |
| * | Move 4bsd specific experimental IP code into the 4bsd file. | Julian Elischer | 2004-09-03 | 1 | -0/+126 |
| * | Give the 4bsd scheduler the ability to wake up idle processors | Julian Elischer | 2004-09-01 | 1 | -18/+59 |