]> git.proxmox.com Git - mirror_spl.git/history - module/spl/spl-tsd.c
Prepare SPL repo to merge with ZFS repo
[mirror_spl.git] / module / spl / spl-tsd.c
2017-10-30 James CowgillRemove all spin_is_locked calls
2016-01-20 Chunwei ChenUse tsd to store tq for taskq_member
2015-04-24 Brian BehlendorfFix cstyle issues in spl-tsd.c
2015-04-24 Chunwei ChenMake tsd_set(key, NULL) remove the tsd entry for curren...
2015-01-16 Brian BehlendorfMerge branch 'kmem-rework'
2015-01-16 Brian BehlendorfRefactor generic memory allocation interfaces
2015-01-16 Brian BehlendorfRefactor existing code
2014-11-19 Brian BehlendorfRetire legacy debugging infrastructure
2013-03-14 Brian BehlendorfMerge branch 'linux-3.9'
2013-03-14 Richard YaoLinux 3.9 compat: Switch to hlist_for_each{,_rcu}
2013-03-06 Brian BehlendorfMerge branch 'build-system'
2013-03-05 Ned BassRefresh links to web site
2013-01-31 Brian BehlendorfFix tsd_get/set() race with tsd_exit/destroy()
2012-10-11 Massimo MaggiSwitch KM_SLEEP to KM_PUSHPAGE
2012-08-31 Brian BehlendorfSuppress task_hash_table_init() large allocation warning
2011-11-11 Brian BehlendorfPrepend spl_ to all init/fini functions
2010-12-07 Brian BehlendorfAdd Thread Specific Data (TSD) Implementation