summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/disp/fss.c
AgeCommit message (Collapse)AuthorFilesLines
2019-05-22OS-7753 THREAD_KPRI_RELEASE does nothing of the sortPatrick Mooney1-174/+67
Reviewed by: Bryan Cantrill <bryan@joyent.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Approved by: Jerry Jelinek <jerry.jelinek@joyent.com>
2014-08-14 [illumos-gate merge]Keith M Wesolowski1-1/+1
commit c65ceeb86e91d6d94cf15d4cb9884845c2ce8a04 5081 mpt_sas watchdog timout needs to be initialized earlier 5080 potential memory leak in mpt_sas commit 640c1670a105457bb0040e8e11037b53ab6ebcfa 5047 don't use atomic_*_nv if you discard the return value commit 9c68c0524222ca5eac2fb0835154553c1cdaa96c 5046 comstar: use the correct type instead of casting all the time commit 1a5e258f5471356ca102c7176637cdce45bac147 5045 use atomic_{inc,dec}_* instead of atomic_add_* commit febac2a0e9cb29c6762618e32b7ca73916512d7f 5044 define static inlines for most often used atomic functions commit 6ed9368a130d7c9a82e574da808d34034da33748 5043 remove deprecated atomic functions' prototypes commit 75d94465dbafa487b716482dc36d5150a4ec9853 5042 stop using deprecated atomic functions
2014-08-125042 stop using deprecated atomic functionsJosef 'Jeff' Sipek1-1/+1
Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Robert Mustacchi <rm@joyent.com>
2013-08-043923 Users should be able to lower nice value of processes within a zoneJerry Jelinek1-2/+3
3924 privileges.5 man page missing PRIV_SYS_RES_BIND Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Gordon Ross <gwr@nexenta.com>
2013-07-09OS-2295 Users should be able to lower nice value of processes within a zone.Jerry Jelinek1-3/+3
OS-2367 privileges.5 man page missing PRIV_SYS_RES_BIND
2012-10-11OS-1607 FSS observability needs to handle projects with no sharesJerry Jelinek1-8/+12
2012-09-18OS-1550 FSS observability and comment improvementsJerry Jelinek1-89/+162
2012-09-07OS-1512 improved FSS observabilityJerry Jelinek1-18/+15
2012-03-30OS-1063 Add a 'big theory' comment to FSSJerry Jelinek1-8/+147
2012-03-26OS-1051 process starvation in FSSJerry Jelinek1-13/+59
2012-01-16OS-507 need better fss observabilityJerry Jelinek1-3/+57
2010-07-076893273 panic in fss_newpri() when scheduling class was changedPramod Batni1-4/+7
2009-11-13PSARC/2009/396 Tickless Kernel Architecture / lbolt decouplingRafael Vanoni1-10/+8
6860030 tickless clock requires a clock() decoupled lbolt / lbolt64 Portions contributed by Chad Mynhier <cmynhier@gmail.com>
2008-03-20PSARC 2007/661 delete sched_niceraf1-9/+46
PSARC 2008/039 POSIX scheduling interfaces 6647542 POSIX scheduling should be compatible with Solaris scheduling classes --HG-- rename : usr/src/lib/libc/inc/rtsched.h => deleted_files/usr/src/lib/libc/inc/rtsched.h rename : usr/src/lib/libc/port/threads/rtsched.c => deleted_files/usr/src/lib/libc/port/threads/rtsched.c
2007-07-206577453 Java CPU hogs can escape CPU Caps enforcement by sleeping a lotakolb1-3/+10
2007-03-09PSARC/2004/402 CPU Capsakolb1-17/+100
6327235 PSARC/2004/402 CPU caps 6464161 Dead KSLICE code should be removed 6514387 FX class contains dead code to keep list of member threads 6518395 kstat_zone_add performs KM_SLEEP allocation when it should not
2005-11-186302167 polling using aiowait causes performance degradationraf1-3/+27
2005-09-016217375 CPU unconfigure, t_disp_queue, and restore_mstate() duke it outmishra1-1/+2
6294464 machine hung with threads spining in thread_lock()on a cpu dispatch lock that never gets released.
2005-08-296313929 system panic when global zone.cpu-shares is 0andrei1-3/+3
2005-06-14OpenSolaris Launchstevel@tonic-gate1-0/+2525