summaryrefslogtreecommitdiffstats
path: root/sys/kern/sched_ule.c
Commit message (Expand)AuthorAgeFilesLines
* Some small fixes to CPU accounting for threads:jhb2012-01-031-2/+2
* Cap the priority calculated from the current thread's running tick countjhb2011-12-291-1/+2
* ule: ensure that batch timeshare threads are scheduled fairlyavg2011-12-191-2/+2
* - Currently, sched_balance_pair() may cause a CPU to send an IPI_PREEMPT tomarius2011-10-061-4/+9
* Fix format strings for KTR_STATE in 4BSD ad ULE schedulers.delphij2011-08-261-2/+2
* Remove explicit MAXCPU usage from sys/pcpu.h avoiding a namespaceattilio2011-07-191-1/+1
* Commit the support for removing cpumask_t and replacing it directly withattilio2011-05-051-4/+5
* Clearing the flag when preempting will let the preempted thread runfabient2011-03-311-1/+2
* Rework realtime priority support:jhb2011-01-141-4/+12
* Introduce two new helper macros to define the priority ranges used forjhb2011-01-131-16/+25
* Always use PRI_BASE() when checking the base type of a thread's priorityjhb2011-01-111-2/+2
* Fix two harmless off-by-one errors.jhb2011-01-101-3/+3
* - Move sched_fork() later in fork() after the various sections of the newjhb2011-01-061-3/+5
* - Follow r216313, the sched_unlend_user_prio is no longer needed, alwaysdavidxu2010-12-291-17/+5
* MFp4:davidxu2010-12-091-10/+11
* Remove unused variables.trasz2010-11-131-4/+0
* Fix typos.attilio2010-11-101-2/+2
* Use integer for size of cpuset, as it won't be bigger than INT_MAX,davidxu2010-11-011-9/+0
* Add sysctl kern.sched.cpusetsize to export the size of kernel cpuset,davidxu2010-10-291-0/+11
* Comment nit, set TDF_NEEDRESCHED after the comment describing why it isjhb2010-09-211-1/+1
* kern.sched.topology_spec sysctl: use step of 1 for group levels numerationavg2010-09-181-1/+1
* Refactor timer management code with priority to one-shot operation mode.mav2010-09-131-4/+4
* Do not IPI CPU that is already spinning for load. It doubles effect ofmav2010-09-101-4/+11
* 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
OpenPOWER on IntegriCloud