aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/sched_ule.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r228718: ule: ensure that batch timeshare threads are scheduledAndriy Gapon2012-01-151-2/+2
* Revert r230174, a botched MFCAndriy Gapon2012-01-151-53/+50
* MFC r228718: ule: ensure that batch timeshare threads are scheduledAndriy Gapon2012-01-151-50/+53
* MFC 228960:John Baldwin2012-01-131-1/+2
* MFC 229429:John Baldwin2012-01-131-2/+2
* MFC r225199:Xin LI2011-09-091-2/+2
* MFC r220198:Fabien Thomas2011-05-061-1/+2
* MFC r198854 (by attilio):Konstantin Belousov2011-02-051-2/+2
* MFC 217351:John Baldwin2011-02-041-16/+25
* MFC 217237,217291:John Baldwin2011-01-271-5/+5
* MFC 217078,217079: Various priority fixes for creating new threads:John Baldwin2011-01-271-3/+5
* MFC r209059 (originally committed by jhb):Lawrence Stewart2011-01-171-4/+2
* Merge MIPS platform support to 8-STABLE.Jayachandran C.2010-11-271-1/+1
* MFC r215102:Attilio Rao2010-11-251-2/+2
* MFC 210939:John Baldwin2010-11-091-3/+3
* MFC 212974:John Baldwin2010-10-121-1/+1
* MFC r212821: kern.sched.topology_spec sysctl: use step of 1 for groupAndriy Gapon2010-09-271-1/+1
* MFC r201148:Alexander Motin2010-09-201-1/+1
* MFC r212153: Fix UP build.Matthew D Fleming2010-09-161-0/+2
* MFC r212115:Matthew D Fleming2010-09-151-11/+13
* MFC r208982,r208983,r210117 : cosmetic changes to kern.sched.topology_spec XMLIvan Voras2010-07-161-4/+6
* MFC 208787:John Baldwin2010-07-141-2/+1
* MFC 208391:John Baldwin2010-06-241-0/+2
* MC r202889, r202940:Attilio Rao2010-02-081-21/+6
* MFC r201347:Konstantin Belousov2010-01-071-1/+1
* MFC r199764: Make ULE process usage (%CPU) accounting usable againIvan Voras2009-12-161-1/+4
* MFC 198126:John Baldwin2009-10-191-1/+1
* MFC r197223:Attilio Rao2009-09-151-11/+11
* - Use cpuset_t and the CPU_ macros in place of cpumask_t so that ULEJeff Roberson2009-06-231-19/+19
* - Fix non-SMP build by encapsulating idle spin logic in a macro.Jeff Roberson2009-04-291-2/+8
* - Fix the FBSDID line.Jeff Roberson2009-04-291-1/+1
* - Remove the bogus idle thread state code. This may have a race in itJeff Roberson2009-04-291-28/+12
* - Fix an error that occurs when mp_ncpu is an odd number. steal_threshJeff Roberson2009-03-141-4/+9
* - Use __XSTRING where I want the define to be expanded. This resulted inJeff Roberson2009-01-251-2/+2
* - Implement generic macros for producing KTR records that are compatibleJeff Roberson2009-01-171-18/+59
* Add missing newlines to flags tags of CPU topology, for prettierIvan Voras2008-12-231-2/+2
* When checking to see if another CPU is running its idle thread, examineJohn Baldwin2008-11-181-4/+4
* Increase the initial sbuf size for CPU topology dump to something moreIvan Voras2008-11-021-1/+1
* Introduce a new sysctl, kern.sched.topology_spec, that returns an XMLIvan Voras2008-10-291-1/+87
* - Check whether we've recorded this tick in ts_ticks on another cpu inJeff Roberson2008-07-191-0/+6
* Add the vtime (virtual time) hooks for DTrace.John Birrell2008-05-251-0/+18
* - Add an integer argument to idle to indicate how likely we are to wakeJeff Roberson2008-04-251-5/+9
* - Add a metric to describe how busy a processor has been over the lastJeff Roberson2008-04-171-7/+71
* - Make SCHED_STATS more generic by adding a wrapper to create theJeff Roberson2008-04-171-8/+30
* Support and switch to the ULE scheduler:Marcel Moolenaar2008-04-151-1/+1
* - Allow static_boost to specify no boost with '0', traditional kernelJeff Roberson2008-04-041-2/+6
* - Don't check for the ITHD pri class in tdq_load_add and rem. 4BSD doesn'tJeff Roberson2008-04-041-12/+6
* - Restore runq to manipulating threads directly by putting runq links andJeff Roberson2008-03-201-130/+117
* - ULE and 4BSD share only one line of code from sched_newthread() so implementJeff Roberson2008-03-201-6/+5
* - Remove some dead code and comments related to KSE.Jeff Roberson2008-03-191-56/+16