| Commit message (Expand) | Author | Age | Files | Lines |
* | In adjustrunqueue(), add code to handle thread migrating case for | davidxu | 2005-08-03 | 1 | -1/+6 |
* | Restore preemption of idle threads. | ups | 2005-06-10 | 1 | -3/+1 |
* | Lots of whitespace cleanup. | ups | 2005-06-09 | 1 | -5/+6 |
* | Fix some race conditions for pinned threads that may cause them to run | ups | 2005-06-09 | 1 | -18/+30 |
* | Use low level constructs borrowed from interrupt threads to wait for | ups | 2005-05-23 | 1 | -11/+4 |
* | Fix a bug that caused preemption to happen for a thread in the same | ups | 2005-05-19 | 1 | -2/+2 |
* | Sprinkle some volatile magic and rearrange things a bit to avoid race | ups | 2005-04-08 | 1 | -5/+11 |
* | Divorce critical sections from spinlocks. Critical sections as denoted by | jhb | 2005-04-04 | 1 | -4/+0 |
* | Add a read-only kern.sched.preemption sysctl so that user space can tell | rwatson | 2005-03-20 | 1 | -0/+13 |
* | A further step on the journey of meaking panics and debugging more reliable: | rwatson | 2005-03-17 | 1 | -2/+3 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | imp | 2005-01-06 | 1 | -1/+1 |
* | - Define KTR points for KTR_SCHED. | jeff | 2004-12-26 | 1 | -0/+3 |
* | - Garbage collect several unused members of struct kse and struce ksegrp. | jeff | 2004-12-14 | 1 | -6/+0 |
* | Remove local definitions of RANGEOF() and use __rangeof() instead. | das | 2004-11-20 | 1 | -2/+0 |
* | Add basic critical section tracing to KTR using event type KTR_CRITICAL. | rwatson | 2004-11-07 | 1 | -0/+4 |
* | If a process needs to be swapped in, wakeup the swapper from within | scottl | 2004-10-16 | 1 | -0/+4 |
* | Fix maybe_preempt_in_ksegrp for !SMP. | ups | 2004-10-13 | 1 | -7/+33 |
* | Make !SMP kernels compile, and as far as I can tell, work again. | phk | 2004-10-12 | 1 | -1/+2 |
* | Prevent preemption in slot_fill. | ups | 2004-10-12 | 1 | -1/+110 |
* | Don't release the slot twice.. sched_rem() has already done it. | julian | 2004-10-10 | 1 | -1/+0 |
* | When preempting a thread, put it back on the HEAD of its run queue. | julian | 2004-10-05 | 1 | -6/+8 |
* | Use some macros to trach available scheduler slots to allow | julian | 2004-10-05 | 1 | -3/+8 |
* | The zone from which proc structures are allocated is marked | das | 2004-09-19 | 1 | -16/+0 |
* | clean up thread runq accounting a bit. | julian | 2004-09-16 | 1 | -20/+20 |
* | e specific code to revert a partial add ot teh run queue, not | julian | 2004-09-16 | 1 | -1/+9 |
* | Oops accidentally removed #ifdef SCHED_4BSD | julian | 2004-09-15 | 1 | -0/+2 |
* | Commit a fix for some panics we've been seeing with preemption. | julian | 2004-09-13 | 1 | -2/+10 |
* | Add some kasserts | julian | 2004-09-13 | 1 | -0/+4 |
* | Add some code to allow threads to nominat a sibling to run if theyu are going... | julian | 2004-09-10 | 1 | -5/+5 |
* | Make debug printf less threatenning and make it only print out once. | julian | 2004-09-07 | 1 | -2/+2 |
* | Don't do IPIs on behalf of interrupt threads. | julian | 2004-09-06 | 1 | -2/+2 |
* | Refactor a bunch of scheduler code to give basically the same behaviour | julian | 2004-09-05 | 1 | -97/+184 |
* | remove unused code | julian | 2004-09-02 | 1 | -109/+0 |
* | Turn PREEMPTION into a kernel option. Make sure that it's defined if | scottl | 2004-09-02 | 1 | -1/+5 |
* | Give the 4bsd scheduler the ability to wake up idle processors | julian | 2004-09-01 | 1 | -1/+33 |
* | Give setrunqueue() and sched_add() more of a clue as to | julian | 2004-09-01 | 1 | -6/+6 |
* | Backout the previous backout (with scott's ok). sched_ule.c:1.122 is | peter | 2004-08-28 | 1 | -0/+2 |
* | Revert the previous change. It works great for 4BSD but causes major | scottl | 2004-08-20 | 1 | -4/+0 |
* | In maybe_preempt(), ignore threads that are in an inconsistent state. This | scottl | 2004-08-20 | 1 | -0/+4 |
* | Add a temporary debugging hack to detect a deadlock in setrunqueue(). This | scottl | 2004-08-10 | 1 | -0/+7 |
* | Make kg->kg_runnable actually count runnable threads in the ksegrp run queue | julian | 2004-08-09 | 1 | -4/+5 |
* | Increase the amount of data exported by KTR in the KTR_RUNQ setting. | julian | 2004-08-09 | 1 | -6/+15 |
* | Don't scare users with a warning about preemption being off when it isn't | jhb | 2004-08-06 | 1 | -0/+2 |
* | Pass a thread argument into cpu_critical_{enter,exit}() rather than | rwatson | 2004-07-27 | 1 | -2/+2 |
* | Remove the previous hack since it doesn't make a difference and is getting | scottl | 2004-07-23 | 1 | -2/+0 |
* | Disable the PREEMPTION-enabled code in critical_exit() that encourages | scottl | 2004-07-22 | 1 | -0/+2 |
* | - Move TDF_OWEPREEMPT, TDF_OWEUPC, and TDF_USTATCLOCK over to td_pflags | jhb | 2004-07-16 | 1 | -3/+6 |
* | Update for the KDB framework: | marcel | 2004-07-10 | 1 | -1/+2 |
* | Unbreak build for the the !PREEMPTION case: don't define variables | marcel | 2004-07-03 | 1 | -0/+2 |
* | Implement preemption of kernel threads natively in the scheduler rather | jhb | 2004-07-02 | 1 | -4/+93 |