| Commit message (Expand) | Author | Age | Files | Lines |
* | This commit was manufactured by cvs2svn to create tagrelease/5.4.0_cvs | cvs2svn | 2005-05-07 | 1 | -1/+1 |
* | Back out the rework of how we store process times in the kernel. | David E. O'Brien | 2005-03-01 | 1 | -3/+3 |
* | MFC: Rework how we store process times in the kernel such that we always | David E. O'Brien | 2005-02-28 | 1 | -3/+3 |
* | - Correct slightly botched MFC. | Jeff Roberson | 2005-02-05 | 1 | -4/+4 |
* | - MFC KTR_SCHED/schedgraph support. | Jeff Roberson | 2005-02-04 | 1 | -0/+17 |
* | MFC: Wake up the pager from critical_exit if the process being switched to | Scott Long | 2004-10-22 | 1 | -5/+5 |
* | Cumulative MFC of patches applied to -current to get preemption | Julian Elischer | 2004-09-18 | 1 | -2/+2 |
* | MFC of: | Julian Elischer | 2004-09-09 | 1 | -3/+3 |
* | MFC: Further refine sleepqueue interface and consolidate duplicated code. | John Baldwin | 2004-09-03 | 1 | -28/+16 |
* | Increase the amount of data exported by KTR in the KTR_RUNQ setting. | Julian Elischer | 2004-08-09 | 1 | -4/+4 |
* | Workaround a possible deadlock on SMP due to a spin lock LOR by disabling | John Baldwin | 2004-08-04 | 1 | -0/+6 |
* | Use P_SINGLE_EXIT to check single-threading case, P_WEXIT is not for that | David Xu | 2004-07-28 | 1 | -1/+1 |
* | - Move TDF_OWEPREEMPT, TDF_OWEUPC, and TDF_USTATCLOCK over to td_pflags | John Baldwin | 2004-07-16 | 1 | -1/+2 |
* | Update for the KDB framework: | Marcel Moolenaar | 2004-07-10 | 1 | -9/+5 |
* | Implement preemption of kernel threads natively in the scheduler rather | John Baldwin | 2004-07-02 | 1 | -1/+4 |
* | - Change mi_switch() and sched_switch() to accept an optional thread to | John Baldwin | 2004-07-02 | 1 | -3/+3 |
* | Remove the signal_caught argument from sleepq_timedwait() as it was | John Baldwin | 2004-06-28 | 1 | -1/+1 |
* | Remove a stale and misleading comment. | Tim J. Robbins | 2004-06-07 | 1 | -7/+0 |
* | Fixed some common printf format errors. Don't assume that "struct foo *" | Bruce Evans | 2004-05-14 | 1 | -19/+14 |
* | Remove advertising clause from University of California Regent's license, | Warner Losh | 2004-04-05 | 1 | -4/+0 |
* | - Remove old sleep queues. | John Baldwin | 2004-03-12 | 1 | -13/+1 |
* | Mark loadaverage callout as CALLOUT_MPSAFE. | Robert Watson | 2004-03-08 | 1 | -1/+1 |
* | Correct handling of PDROP in msleep() to just skip the mtx_lock() rather | John Baldwin | 2004-03-02 | 1 | -3/+1 |
* | Switch the sleep/wakeup and condition variable implementations to use the | John Baldwin | 2004-02-27 | 1 | -217/+81 |
* | - Revert rev 1.240 we no longer need a kthread for loadav(). | Jeff Roberson | 2004-02-01 | 1 | -31/+12 |
* | - Use sched_load() rather than grabbing the sx lock and traversing the proc | Jeff Roberson | 2004-02-01 | 1 | -20/+2 |
* | Move the loadav() callout into its own kthread since it uses allproc_lock | John Baldwin | 2004-01-28 | 1 | -12/+31 |
* | - Use a unique string for the sched_setup SYSINIT and rename sched_setup to | Jeff Roberson | 2004-01-25 | 1 | -3/+3 |
* | - Add a flags parameter to mi_switch. The value of flags may be SW_VOL or | Jeff Roberson | 2004-01-25 | 1 | -7/+10 |
* | Removed mostly-dead code for setting switchtime after the idle loop | Bruce Evans | 2003-10-29 | 1 | -8/+2 |
* | - Collapse sched_switchin() and sched_switchout() into sched_switch(). Now | Jeff Roberson | 2003-10-16 | 1 | -12/+1 |
* | Add a pre-emption counter, td_generation, so that threads can notice | Bruce M Simpson | 2003-10-05 | 1 | -0/+2 |
* | - On my Pentium4-M laptop, invalpg takes ~1100 cycles if the page is found in | Jeff Roberson | 2003-09-30 | 1 | -8/+0 |
* | Change instances of callout_init that specify MPSAFE behaviour to | Sam Leffler | 2003-08-19 | 1 | -1/+1 |
* | - Various style fixes in both code and comments. | John Baldwin | 2003-08-15 | 1 | -18/+16 |
* | Update powerpc to use the (old thread,new thread) calling convention | Peter Grehan | 2003-08-14 | 1 | -6/+0 |
* | - Convert Alpha over to the new calling conventions for cpu_throw() and | John Baldwin | 2003-08-12 | 1 | -2/+2 |
* | unifdef -DLAZY_SWITCH and start to tidy up the associated glue. | Peter Wemm | 2003-07-10 | 1 | -3/+0 |
* | o Change kse_thr_interrupt to allow send a signal to a specified thread, | David Xu | 2003-06-28 | 1 | -8/+10 |
* | Tidy up leftover lazy_switch instrumentation that is no longer needed. | Peter Wemm | 2003-06-27 | 1 | -7/+0 |
* | Rename P_THREADED to P_SA. P_SA means a process is using scheduler | David Xu | 2003-06-15 | 1 | -2/+2 |
* | Use __FBSDID(). | David E. O'Brien | 2003-06-11 | 1 | -1/+3 |
* | Add a couple of XXX comments where the intent is not clear. | Poul-Henning Kamp | 2003-05-31 | 1 | -0/+2 |
* | Revamp of the syscall path, exception and context handling. The | Marcel Moolenaar | 2003-05-16 | 1 | -2/+2 |
* | - Merge struct procsig with struct sigacts. | John Baldwin | 2003-05-13 | 1 | -0/+4 |
* | Remove TD_ON_RUNQ() from a check to make sure Giant is not held when | John Baldwin | 2003-05-05 | 1 | -3/+1 |
* | Garbage collect unused TDF_INMSLEEP flag. | John Baldwin | 2003-05-01 | 1 | -1/+0 |
* | AMD64 uses the new-style cpu_switch()/cpu_throw() calling conventions. | Peter Wemm | 2003-04-30 | 1 | -2/+2 |
* | - Protect p_numthreads with the sched_lock. | John Baldwin | 2003-04-23 | 1 | -1/+2 |
* | Commit a partial lazy thread switch mechanism for i386. it isn't as lazy | Peter Wemm | 2003-04-02 | 1 | -3/+23 |