| Commit message (Expand) | Author | Age | Files | Lines |
* | Un-static cpuset_which() - it's useful in other contexts, such as some | adrian | 2015-06-26 | 1 | -1/+1 |
* | Allow sizeof(cpuset_t) to be queried in capability mode. | jonathan | 2015-05-14 | 1 | -1/+1 |
* | Reject attempts to read the cpuset mask of a negative domain ID. | jhb | 2015-01-08 | 1 | -1/+1 |
* | Create a cpuset mask for each NUMA domain that is available in the | jhb | 2015-01-08 | 1 | -1/+21 |
* | Fix multiple incorrect SYSCTL arguments in the kernel: | hselasky | 2014-10-21 | 1 | -1/+1 |
* | Modify cpuset_setithread() to take a CPU ID as an integer, not a char. | adrian | 2014-09-16 | 1 | -1/+1 |
* | Fix error handling in cpuset_setithread() introduced in r267716. | melifaro | 2014-09-13 | 1 | -6/+17 |
* | Permit changing cpu mask for cpu set 1 in presence of drivers | melifaro | 2014-06-22 | 1 | -1/+88 |
* | Several improvements to rmlock(9). Many of these are based on patches | jhb | 2013-06-25 | 1 | -10/+19 |
* | - Add a BIT_FFS() macro and use it to replace cpusetffs_obj() | jeff | 2013-06-13 | 1 | -20/+0 |
* | Do not compare the existing mask of a cpuset with a new mask when changing | jhb | 2013-06-06 | 1 | -8/+11 |
* | Post r222812 KTR_CPUMASK started being initialized only as a tunable | attilio | 2012-08-30 | 1 | -7/+7 |
* | Add a missing curly bracket | kevlo | 2011-12-05 | 1 | -0/+1 |
* | In order to maximize the re-usability of kernel code in user space this | kmacy | 2011-09-16 | 1 | -5/+5 |
* | Fix KTR_CPUMASK in order to accept a string representing a cpuset_t. | attilio | 2011-05-31 | 1 | -0/+38 |
* | Revert a change that crept in during MFC. | attilio | 2011-05-31 | 1 | -36/+0 |
* | MFC | attilio | 2011-05-31 | 1 | -0/+36 |
|\ |
|
| * | Merge r221912 from largeSMP project branch: | attilio | 2011-05-22 | 1 | -1/+1 |
* | | Revert a patch that unvolountary sneaked in while I was MFCing. | attilio | 2011-05-23 | 1 | -36/+0 |
* | | MFC | attilio | 2011-05-23 | 1 | -0/+36 |
* | | Make cpusetobj_strprint() prepare the string in order to print the | attilio | 2011-05-22 | 1 | -2/+2 |
* | | Fix a longstanding bug where only the first part of the cpumask was | attilio | 2011-05-14 | 1 | -1/+1 |
* | | Simplify the code here. | attilio | 2011-05-14 | 1 | -4/+0 |
* | | Commit the support for removing cpumask_t and replacing it directly with | attilio | 2011-05-05 | 1 | -3/+45 |
|/ |
|
* | When constructing a new cpuset, apply the parent cpuset's mask to the new | jhb | 2011-03-08 | 1 | -4/+4 |
* | Use integer for size of cpuset, as it won't be bigger than INT_MAX, | davidxu | 2010-11-01 | 1 | -0/+4 |
* | - Revert r214409. | davidxu | 2010-10-27 | 1 | -4/+0 |
* | If input parameter cpusetsize is zero, give userland size of cpuset mask | davidxu | 2010-10-27 | 1 | -0/+4 |
* | Use function tdfind() to find a thread. | davidxu | 2010-10-25 | 1 | -11/+2 |
* | Another nit that both I and ispell missed. | jhb | 2009-10-26 | 1 | -1/+1 |
* | Fix some spelling nits. | jhb | 2009-10-26 | 1 | -5/+5 |
* | Remove unnecessary/redundant includes. | jamie | 2009-06-23 | 1 | -1/+0 |
* | Add hierarchical jails. A jail may further virtualize its environment | jamie | 2009-05-27 | 1 | -38/+14 |
* | Prevent a superuser inside a jail from modifying the dedicated | bz | 2009-04-28 | 1 | -0/+9 |
* | Correct a comment: the function name given had never existed in any | bz | 2009-04-22 | 1 | -1/+2 |
* | MFp4: | bz | 2008-11-29 | 1 | -4/+111 |
* | Add a `show cpusets' DDB command to print numbered root and | bz | 2008-07-07 | 1 | -0/+33 |
* | Move cpuset_refroot and cpuset_refbase functions up, grouping the | bz | 2008-07-07 | 1 | -32/+32 |
* | Add a new priv 'PRIV_SCHED_CPUSET' to check if manipulating cpusets is | bz | 2008-06-29 | 1 | -1/+1 |
* | Take into account possible overflow when multiplying. The casuality is | kib | 2008-05-26 | 1 | -2/+2 |
* | - Add the interrupt vector number to intr_event_create so MI code can | jeff | 2008-04-11 | 1 | -0/+16 |
* | - Add a Nokia copyright to cpuset to reflect their generous | jeff | 2008-04-04 | 1 | -0/+3 |
* | - Consistently return EDEADLK when presented with a new set that is | jeff | 2008-03-30 | 1 | -20/+27 |
* | Fixed type of the fourth argument of cpuset_{get,set}affinity(2) to be size_t. | ru | 2008-03-25 | 1 | -11/+10 |
* | - Relax requirements for p_numthreads, p_threads, p_swtick, and p_nice from | jeff | 2008-03-19 | 1 | -10/+2 |
* | - Add a missing unlock to cpuset_setaffinity(CPU_LEVEL_CPUSET, CPU_WHICH_PID) | jeff | 2008-03-06 | 1 | -0/+1 |
* | - Don't overwrite the recently allocated 'nset' in cpuset_setthread() by | jeff | 2008-03-05 | 1 | -1/+1 |
* | - Verify that when a user supplies a mask that is bigger than the kernel | jeff | 2008-03-05 | 1 | -26/+78 |
* | Add cpuset, an api for thread to cpu binding and cpu resource grouping | jeff | 2008-03-02 | 1 | -0/+907 |