summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_cpuset.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r263710, r273377, r273378, r273423 and r273455:hselasky2014-10-271-1/+1
* Several improvements to rmlock(9). Many of these are based on patchesjhb2013-06-251-10/+19
* - Add a BIT_FFS() macro and use it to replace cpusetffs_obj()jeff2013-06-131-20/+0
* Do not compare the existing mask of a cpuset with a new mask when changingjhb2013-06-061-8/+11
* Post r222812 KTR_CPUMASK started being initialized only as a tunableattilio2012-08-301-7/+7
* Add a missing curly bracketkevlo2011-12-051-0/+1
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-5/+5
* Fix KTR_CPUMASK in order to accept a string representing a cpuset_t.attilio2011-05-311-0/+38
* Revert a change that crept in during MFC.attilio2011-05-311-36/+0
* MFCattilio2011-05-311-0/+36
|\
| * Merge r221912 from largeSMP project branch:attilio2011-05-221-1/+1
* | Revert a patch that unvolountary sneaked in while I was MFCing.attilio2011-05-231-36/+0
* | MFCattilio2011-05-231-0/+36
* | Make cpusetobj_strprint() prepare the string in order to print theattilio2011-05-221-2/+2
* | Fix a longstanding bug where only the first part of the cpumask wasattilio2011-05-141-1/+1
* | Simplify the code here.attilio2011-05-141-4/+0
* | Commit the support for removing cpumask_t and replacing it directly withattilio2011-05-051-3/+45
|/
* When constructing a new cpuset, apply the parent cpuset's mask to the newjhb2011-03-081-4/+4
* Use integer for size of cpuset, as it won't be bigger than INT_MAX,davidxu2010-11-011-0/+4
* - Revert r214409.davidxu2010-10-271-4/+0
* If input parameter cpusetsize is zero, give userland size of cpuset maskdavidxu2010-10-271-0/+4
* Use function tdfind() to find a thread.davidxu2010-10-251-11/+2
* Another nit that both I and ispell missed.jhb2009-10-261-1/+1
* Fix some spelling nits.jhb2009-10-261-5/+5
* Remove unnecessary/redundant includes.jamie2009-06-231-1/+0
* Add hierarchical jails. A jail may further virtualize its environmentjamie2009-05-271-38/+14
* Prevent a superuser inside a jail from modifying the dedicatedbz2009-04-281-0/+9
* Correct a comment: the function name given had never existed in anybz2009-04-221-1/+2
* MFp4:bz2008-11-291-4/+111
* Add a `show cpusets' DDB command to print numbered root andbz2008-07-071-0/+33
* Move cpuset_refroot and cpuset_refbase functions up, grouping thebz2008-07-071-32/+32
* Add a new priv 'PRIV_SCHED_CPUSET' to check if manipulating cpusets isbz2008-06-291-1/+1
* Take into account possible overflow when multiplying. The casuality iskib2008-05-261-2/+2
* - Add the interrupt vector number to intr_event_create so MI code canjeff2008-04-111-0/+16
* - Add a Nokia copyright to cpuset to reflect their generousjeff2008-04-041-0/+3
* - Consistently return EDEADLK when presented with a new set that isjeff2008-03-301-20/+27
* Fixed type of the fourth argument of cpuset_{get,set}affinity(2) to be size_t.ru2008-03-251-11/+10
* - Relax requirements for p_numthreads, p_threads, p_swtick, and p_nice fromjeff2008-03-191-10/+2
* - Add a missing unlock to cpuset_setaffinity(CPU_LEVEL_CPUSET, CPU_WHICH_PID)jeff2008-03-061-0/+1
* - Don't overwrite the recently allocated 'nset' in cpuset_setthread() byjeff2008-03-051-1/+1
* - Verify that when a user supplies a mask that is bigger than the kerneljeff2008-03-051-26/+78
* Add cpuset, an api for thread to cpu binding and cpu resource groupingjeff2008-03-021-0/+907
OpenPOWER on IntegriCloud