aboutsummaryrefslogtreecommitdiffstats
path: root/module/spl/spl-tsd.c
Commit message (Expand)AuthorAgeFilesLines
* Remove all spin_is_locked callsJames Cowgill2017-10-301-1/+0
* Use tsd to store tq for taskq_memberChunwei Chen2016-01-201-0/+27
* Fix cstyle issues in spl-tsd.cBrian Behlendorf2015-04-241-20/+21
* Make tsd_set(key, NULL) remove the tsd entry for current threadChunwei Chen2015-04-241-0/+63
* Refactor generic memory allocation interfacesBrian Behlendorf2015-01-161-2/+1
* Refactor existing codeBrian Behlendorf2015-01-161-0/+1
* Retire legacy debugging infrastructureBrian Behlendorf2014-11-191-65/+22
* Linux 3.9 compat: Switch to hlist_for_each{,_rcu}Richard Yao2013-03-141-1/+2
* Refresh links to web siteNed Bass2013-03-041-1/+1
* Fix tsd_get/set() race with tsd_exit/destroy()Brian Behlendorf2013-01-311-1/+32
* Switch KM_SLEEP to KM_PUSHPAGEMassimo Maggi2012-10-111-3/+3
* Suppress task_hash_table_init() large allocation warningBrian Behlendorf2012-08-301-1/+2
* Prepend spl_ to all init/fini functionsBrian Behlendorf2011-11-111-2/+4
* Add Thread Specific Data (TSD) ImplementationBrian Behlendorf2010-12-071-0/+638