| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Give setrunqueue() and sched_add() more of a clue as to | Julian Elischer | 2004-09-01 | 1 | -5/+10 |
* | diff reduction for upcoming patch. Use a macro that masks | Julian Elischer | 2004-08-22 | 1 | -8/+9 |
* | Properly keep track of how many kses are on the system run queue(s). | Julian Elischer | 2004-08-11 | 1 | -2/+3 |
* | Increase the amount of data exported by KTR in the KTR_RUNQ setting. | Julian Elischer | 2004-08-09 | 1 | -6/+5 |
* | Clean up whitespace, increase consistency and correctness. | Scott Long | 2004-07-23 | 1 | -8/+6 |
* | When calling scheduler entrypoints for creating new threads and processes, | Julian Elischer | 2004-07-18 | 1 | -14/+14 |
* | - Move TDF_OWEPREEMPT, TDF_OWEUPC, and TDF_USTATCLOCK over to td_pflags | John Baldwin | 2004-07-16 | 1 | -1/+2 |
* | Set TDF_NEEDRESCHED when a higher priority thread is scheduled in | John Baldwin | 2004-07-13 | 1 | -1/+1 |
* | Implement preemption of kernel threads natively in the scheduler rather | John Baldwin | 2004-07-02 | 1 | -1/+11 |
* | - Change mi_switch() and sched_switch() to accept an optional thread to | John Baldwin | 2004-07-02 | 1 | -6/+11 |
* | Fix another typo in the previous commit. | Scott Long | 2004-06-21 | 1 | -1/+1 |
* | Fix typo that somehow crept into the previous commit | Scott Long | 2004-06-21 | 1 | -1/+1 |
* | Add the sysctl node 'kern.sched.name' that has the name of the scheduler | Scott Long | 2004-06-21 | 1 | -1/+8 |
* | Nice, is a property of a process as a whole.. | Julian Elischer | 2004-06-16 | 1 | -5/+8 |
* | Remove advertising clause from University of California Regent's license, | Warner Losh | 2004-04-05 | 1 | -4/+0 |
* | Try not to crash instantly when signalling a libthr program to death. | Doug Rabson | 2004-04-05 | 1 | -1/+1 |
* | The roundrobin callout from sched_4bsd is MPSAFE, so set up the | Robert Watson | 2004-03-05 | 1 | -1/+1 |
* | Switch the sleep/wakeup and condition variable implementations to use the | John Baldwin | 2004-02-27 | 1 | -2/+2 |
* | - Disable ithread binding in all cases for now. This doesn't make as much | Jeff Roberson | 2004-02-01 | 1 | -13/+5 |
* | - Keep a variable 'sched_tdcnt' that is used for the local implementation | Jeff Roberson | 2004-02-01 | 1 | -2/+19 |
* | - Correct function names listed in KASSERTs. These were copied from other | Jeff Roberson | 2004-01-25 | 1 | -10/+11 |