summaryrefslogtreecommitdiffstats
path: root/sys/sys/cpuset.h
Commit message (Expand)AuthorAgeFilesLines
* - Remove the now unused CPU_NAND_ATOMIC()attilio2011-07-041-7/+1
* Fix KTR_CPUMASK in order to accept a string representing a cpuset_t.attilio2011-05-311-0/+1
* Revert a change that crept in during MFC.attilio2011-05-311-1/+0
* MFCattilio2011-05-311-0/+1
|\
* | Remove the unnecessary _KERNEL protectionattilio2011-05-291-2/+0
* | Revert a patch that unvolountary sneaked in while I was MFCing.attilio2011-05-231-1/+0
* | MFCattilio2011-05-231-0/+1
* | Commit the support for removing cpumask_t and replacing it directly withattilio2011-05-051-15/+47
* | Revert comment introduction. It seems I'm the only one who didn't knowattilio2011-05-041-4/+0
* | Add a comment explaining the discrepancy in size between kernel andattilio2011-05-031-0/+4
* | Make CPU_MAXSETSIZE dependant by MAXCPU as well.attilio2011-05-031-1/+1
|/
* - Add a new cpuset macro, CPU_FILL(), for setting the set to all 1s.jeff2009-06-231-0/+6
* Add hierarchical jails. A jail may further virtualize its environmentjamie2009-05-271-2/+2
* MFp4:bz2008-11-291-0/+5
* - Add the interrupt vector number to intr_event_create so MI code canjeff2008-04-111-0/+1
* - 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-1/+15
* Fixed type of the fourth argument of cpuset_{get,set}affinity(2) to be size_t.ru2008-03-251-2/+2
* Add const qualifier to cpuset mask's pointer, since the cpuset mask shoulddavidxu2008-03-131-1/+1
* - Verify that when a user supplies a mask that is bigger than the kerneljeff2008-03-051-0/+22
* Add cpuset, an api for thread to cpu binding and cpu resource groupingjeff2008-03-021-0/+146
OpenPOWER on IntegriCloud