| Commit message (Expand) | Author | Age | Files | Lines |
* | - A test in sched_switch() is no longer necessary and it is incorrect | jeff | 2005-02-23 | 1 | -2/+0 |
* | - Add ke_runq == NULL to the conditions which will cause us to abort | jeff | 2005-02-04 | 1 | -2/+2 |
* | Fix a typo and two whitespace nits. | jhb | 2004-12-30 | 1 | -3/+3 |
* | Rework the interface between priority propagation (lending) and the | jhb | 2004-12-30 | 1 | -20/+77 |
* | - Unintentionally checked in a debugging panic. Remove that. | jeff | 2004-12-26 | 1 | -4/+0 |
* | - Fix a long standing problem where an ithread would not honor sched_pin(). | jeff | 2004-12-26 | 1 | -127/+140 |
* | - Remove earlier KTR_ULE tracepoints. | jeff | 2004-12-26 | 1 | -32/+14 |
* | - Garbage collect several unused members of struct kse and struce ksegrp. | jeff | 2004-12-14 | 1 | -9/+0 |
* | - In kseq_choose(), don't recalculate slice values for processes with a | jeff | 2004-12-14 | 1 | -11/+25 |
* | - Take up a 'slot' while we're on the assigned queue, waiting to be | jeff | 2004-12-13 | 1 | -16/+16 |
* | - Temporarily disable the nice -20 throttling code. It has some interaction | jeff | 2004-11-11 | 1 | -0/+4 |
* | - When choosing a thread on the run queue, check to see if its nice is | jeff | 2004-10-30 | 1 | -2/+4 |
* | - In sched_prio() check to see if the kse is assigned to a runq as the | jeff | 2004-10-30 | 1 | -1/+1 |
* | Fix whitespace botch that only showed up in the commit message diff :-/ | julian | 2004-10-05 | 1 | -1/+1 |
* | When preempting a thread, put it back on the HEAD of its run queue. | julian | 2004-10-05 | 1 | -6/+14 |
* | Oops. left out part of the diff. | julian | 2004-10-05 | 1 | -0/+2 |
* | Use some macros to trach available scheduler slots to allow | julian | 2004-10-05 | 1 | -16/+30 |
* | clean up thread runq accounting a bit. | julian | 2004-09-16 | 1 | -0/+2 |
* | Revert the previous round of changes to td_pinned. The scheduler isn't | scottl | 2004-09-11 | 1 | -24/+2 |
* | Try committing from the right tree this time | julian | 2004-09-11 | 1 | -3/+3 |
* | Make up my mind if cpu pinning is stored in the thread structure or the | julian | 2004-09-10 | 1 | -1/+22 |
* | Add some code to allow threads to nominat a sibling to run if theyu are going... | julian | 2004-09-10 | 1 | -1/+1 |
* | Refactor a bunch of scheduler code to give basically the same behaviour | julian | 2004-09-05 | 1 | -108/+163 |
* | Turn PREEMPTION into a kernel option. Make sure that it's defined if | scottl | 2004-09-02 | 1 | -0/+14 |
* | Give setrunqueue() and sched_add() more of a clue as to | julian | 2004-09-01 | 1 | -4/+13 |
* | Commit Jeff's suggested changes for avoiding a bug that is exposed by | peter | 2004-08-28 | 1 | -4/+2 |
* | - Introduce a new flag KEF_HOLD that prevents sched_add() from doing a | jeff | 2004-08-12 | 1 | -7/+19 |
* | - Use a new flag, KEF_XFERABLE, to record with certainty that this kse had | jeff | 2004-08-10 | 1 | -34/+76 |
* | Avoid casts as lvalues. | kan | 2004-07-28 | 1 | -2/+2 |
* | Clean up whitespace, increase consistency and correctness. | scottl | 2004-07-23 | 1 | -5/+3 |
* | When calling scheduler entrypoints for creating new threads and processes, | julian | 2004-07-18 | 1 | -15/+18 |
* | - Move TDF_OWEPREEMPT, TDF_OWEUPC, and TDF_USTATCLOCK over to td_pflags | jhb | 2004-07-16 | 1 | -1/+2 |
* | Update for the KDB framework: | marcel | 2004-07-10 | 1 | -4/+2 |
* | - Move contents of sched_add() into a sched_add_internal() function that | jhb | 2004-07-08 | 1 | -5/+11 |
* | Temporarily disable preemption in SCHED_ULE due to reported panics and | rwatson | 2004-07-06 | 1 | -0/+2 |
* | Add NULL arg to mi_switch() call to stop kernel compiles from breaking. | phk | 2004-07-03 | 1 | -1/+1 |
* | Fix SCHED_ULE build on SMP. The previous revision (1.110) | bmilekic | 2004-07-03 | 1 | -1/+1 |
* | Implement preemption of kernel threads natively in the scheduler rather | jhb | 2004-07-02 | 1 | -1/+10 |
* | - Change mi_switch() and sched_switch() to accept an optional thread to | jhb | 2004-07-02 | 1 | -5/+9 |
* | Add the sysctl node 'kern.sched.name' that has the name of the scheduler | scottl | 2004-06-21 | 1 | -0/+5 |
* | Nice, is a property of a process as a whole.. | julian | 2004-06-16 | 1 | -24/+30 |
* | - Run sched_balance() and sched_balance_groups() from hardclock via | jeff | 2004-06-02 | 1 | -38/+21 |
* | There was a thread on "unusually high load averages" when running under | obrien | 2004-04-22 | 1 | -2/+2 |
* | Spell "switches" a more conventional way. | cognet | 2004-04-09 | 1 | -1/+1 |
* | - Use the proper constant in sched_interact_update(). Previously, | jeff | 2004-04-04 | 1 | -1/+1 |
* | Change the type of the various CPU masks to cpumask_t. Note that as | marcel | 2004-03-27 | 1 | -4/+4 |
* | Give a more reasonable CPU time to the threads which are using scheduler | obrien | 2004-03-21 | 1 | -6/+3 |
* | Switch the sleep/wakeup and condition variable implementations to use the | jhb | 2004-02-27 | 1 | -2/+2 |
* | - Allow interactive tasks to use the maximum time-slice. This is not as | jeff | 2004-02-01 | 1 | -1/+1 |
* | - Add a new member to struct kseq called ksq_sysload. This is intended to | jeff | 2004-02-01 | 1 | -3/+27 |