summaryrefslogtreecommitdiffstats
path: root/sys/kern/sched_ule.c
Commit message (Expand)AuthorAgeFilesLines
* Fix UP build.mdf2010-09-021-0/+2
* Fix a bug with sched_affinity() where it checks td_pinned of anothermdf2010-09-011-11/+13
* Remove unused KTRACE includes.jhb2010-08-191-4/+0
* Add a new ipi_cpu() function to the MI IPI API that can be used to send anjhb2010-08-061-3/+3
* A cosmetic change - don't output empty <flags>.ivoras2010-07-151-2/+2
* Update several places that iterate over CPUs to use CPU_FOREACH().jhb2010-06-111-4/+2
* Unconfuse THREAD and SMT flagsivoras2010-06-101-1/+3
* Cosmetic change to XML - less ugly newlinesivoras2010-06-101-2/+2
* Assert that the thread lock is held in sched_pctcpu() instead ofjhb2010-06-031-2/+1
* Assert that the thread passed to sched_bind() and sched_unbind() isjhb2010-05-211-0/+2
* This pushes all of JC's patches that I have in place. Irrs2010-05-161-1/+1
* - Fix a race in sched_switch() of sched_4bsd.attilio2010-01-231-21/+6
* Allow swap out of the kernel stack for the thread with priority greaterkib2009-12-311-1/+1
* Don't forget to use `void' for sched_balance(). It has no arguments.ed2009-12-281-1/+1
* Make ULE process usage (%CPU) accounting usable again by keeping trackivoras2009-11-241-1/+4
* Split P_NOLOAD into a per-thread flag (TDF_NOLOAD).attilio2009-11-031-2/+2
* Fix a sign bug in the handling of nice priorities when computing thejhb2009-10-151-1/+1
* Fix sched_switch_migrate():attilio2009-09-151-11/+11
* - Use cpuset_t and the CPU_ macros in place of cpumask_t so that ULEjeff2009-06-231-19/+19
* - Fix non-SMP build by encapsulating idle spin logic in a macro.jeff2009-04-291-2/+8
* - Fix the FBSDID line.jeff2009-04-291-1/+1
* - Remove the bogus idle thread state code. This may have a race in itjeff2009-04-291-28/+12
* - Fix an error that occurs when mp_ncpu is an odd number. steal_threshjeff2009-03-141-4/+9
* - Use __XSTRING where I want the define to be expanded. This resulted injeff2009-01-251-2/+2
* - Implement generic macros for producing KTR records that are compatiblejeff2009-01-171-18/+59
* Add missing newlines to flags tags of CPU topology, for prettierivoras2008-12-231-2/+2
* When checking to see if another CPU is running its idle thread, examinejhb2008-11-181-4/+4
* Increase the initial sbuf size for CPU topology dump to something moreivoras2008-11-021-1/+1
* Introduce a new sysctl, kern.sched.topology_spec, that returns an XMLivoras2008-10-291-1/+87
* - Check whether we've recorded this tick in ts_ticks on another cpu injeff2008-07-191-0/+6
* Add the vtime (virtual time) hooks for DTrace.jb2008-05-251-0/+18
* - Add an integer argument to idle to indicate how likely we are to wakejeff2008-04-251-5/+9
* - Add a metric to describe how busy a processor has been over the lastjeff2008-04-171-7/+71
* - Make SCHED_STATS more generic by adding a wrapper to create thejeff2008-04-171-8/+30
* Support and switch to the ULE scheduler:marcel2008-04-151-1/+1
* - Allow static_boost to specify no boost with '0', traditional kerneljeff2008-04-041-2/+6
* - Don't check for the ITHD pri class in tdq_load_add and rem. 4BSD doesn'tjeff2008-04-041-12/+6
* - Restore runq to manipulating threads directly by putting runq links andjeff2008-03-201-130/+117
* - ULE and 4BSD share only one line of code from sched_newthread() so implementjeff2008-03-201-6/+5
* - Remove some dead code and comments related to KSE.jeff2008-03-191-56/+16
* - Relax requirements for p_numthreads, p_threads, p_swtick, and p_nice fromjeff2008-03-191-2/+1
* In keeping with style(9)'s recommendations on macros, use a ';'rwatson2008-03-161-2/+3
* Make the function prototype for cpu_search() match the declaration so thatjhb2008-03-141-2/+2
* Remove kernel support for M:N threading.jeff2008-03-121-9/+0
* - Pass the priority argument from *sleep() into sleepq and down intojeff2008-03-121-1/+9
* - Fix the invalid priority panics people are seeing by forcingjeff2008-03-101-25/+10
* - Don't rely on a side effect of sched_prio() to set the initial ts_runqjeff2008-03-101-0/+1
* Reduce ULE context switch time by over 25%.jeff2008-03-101-52/+52
* - Add an implementation of sched_preempt() that avoids excessive IPIs.jeff2008-03-101-62/+72
* Add support for the new cpu topology api:jeff2008-03-021-497/+439
OpenPOWER on IntegriCloud