aboutsummaryrefslogtreecommitdiffstats
path: root/module/splat
Commit message (Expand)AuthorAgeFilesLines
* Add zlib regression testBrian Behlendorf2011-02-254-0/+169
* Remove VN_HOLD/VN_RELE/VOP_PUTPAGEBrian Behlendorf2011-01-121-7/+0
* Add Thread Specific Data (TSD) Regression TestBrian Behlendorf2010-12-071-1/+184
* Linux 2.6.36 compat, use fops->unlocked_ioctl()Brian Behlendorf2010-11-101-5/+4
* Fix incorrect krw_type_t typeBrian Behlendorf2010-11-091-1/+1
* Support custom build directoriesBrian Behlendorf2010-09-051-15/+17
* Fix taskq code to not drop tasks when TQ_SLEEP is used.Ricardo M. Correia2010-08-021-5/+24
* Split <sys/debug.h> headerBrian Behlendorf2010-07-202-1/+2
* Proposed fix for oops on SIGINT in splat atomic:64-bit test.Ned Bass2010-07-151-1/+1
* Add __divdi3(), remove __udivdi3() kernel dependencyBrian Behlendorf2010-07-131-0/+133
* Implementation of a regression test for TQ_FRONT.Ned Bass2010-07-011-9/+142
* Initialize the /dev/splatctl device bufferNed Bass2010-07-011-1/+4
* Treat mutex->owner as volatileBrian Behlendorf2010-06-281-12/+88
* Fix subtle race in threads test caseBrian Behlendorf2010-06-281-4/+3
* Simplify rwlock implementation.Brian Behlendorf2010-05-201-4/+12
* Use KM_NODEBUG macro in preference to __GFP_NOWARN.Brian Behlendorf2010-05-201-2/+2
* Adjust 'large' object sizes in kmem:slab_large test.Brian Behlendorf2010-05-201-3/+3
* Remove kmem_set_warning() interface replace with __GFP_NOWARN flag.Brian Behlendorf2010-05-191-15/+3
* Public Release PrepBrian Behlendorf2010-05-1716-285/+288
* sun-misc-gitignoreRicardo M. Correia2010-01-081-0/+1
* Added splat taskq task ordering test case.Brian Behlendorf2010-01-051-11/+212
* Fix kmem:slab_overcommit regression test lockingBrian Behlendorf2009-12-231-2/+4
* Splat vnode tests must return negative error codes.Brian Behlendorf2009-12-101-25/+82
* Only run the kmem overcommit test on 64-bit systems.Brian Behlendorf2009-12-011-1/+11
* Type long expected explicitly cast for 32-bit systems.Brian Behlendorf2009-12-011-2/+2
* Linux 2.6.31 kmem cache alignment fixes and cleanup.Brian Behlendorf2009-11-131-1/+1
* Use kobject_set_name() for increased portability.Brian Behlendorf2009-10-021-5/+3
* Set cwd to '/' for the process executing insmod.Brian Behlendorf2009-10-011-4/+6
* Reimplement mutexs for Linux lock profiling/analysisBrian Behlendorf2009-09-251-234/+230
* Reimplement rwlocks for Linux lock profiling/analysis.Brian Behlendorf2009-09-182-588/+480
* Update global_page_state() support for 2.6.29 kernels.Brian Behlendorf2009-07-281-21/+24
* Add basic credential support and splat tests.Brian Behlendorf2009-07-274-0/+253
* Allow kmem or vmem based slab for slab_lock and slab_overcommit tests.Brian Behlendorf2009-07-231-1/+1
* SLES10 Fixes (part 9)Brian Behlendorf2009-05-2114-20/+16
* SLES10 Fixes (part 8)Brian Behlendorf2009-05-201-7/+19
* Powerpc Fixes (part 1):Brian Behlendorf2009-05-201-3/+5
* SLES10 Fixes (part 2):Brian Behlendorf2009-05-201-1/+1
* Fix vmem leak in kmem_cache_test (missing splat_kmem_cache_test_kcp_free())Brian Behlendorf2009-03-181-0/+1
* Allow spl_config.h to be included by dependant packagesBrian Behlendorf2009-03-171-2/+2
* FC10/i686 Compatibility Update (2.6.27.19-170.2.35.fc10.i686)Brian Behlendorf2009-03-171-9/+91
* Fix taskq_wait() not waiting bugBrian Behlendorf2009-03-151-0/+75
* Mutex tests updated to use task queues instead of work queues.Brian Behlendorf2009-03-151-59/+77
* Build system and packaging (RPM support)Brian Behlendorf2009-03-091-25/+0
* Coverity 9657: Resource LeakBrian Behlendorf2009-02-181-2/+2
* Coverity 9656: Forward NULLBrian Behlendorf2009-02-181-0/+1
* 2.6.27+ portability changesBrian Behlendorf2009-02-021-15/+8
* Update thread tests to have max_timeBrian Behlendorf2009-01-301-4/+4
* kmem_cache hardening and performance improvementsBrian Behlendorf2009-01-302-316/+652
* Implement kmem cache alignment argumentBrian Behlendorf2009-01-261-11/+37
* Sleep uninteruptibly, waking up early may result in a crashBrian Behlendorf2009-01-222-13/+14