summaryrefslogtreecommitdiffstats
path: root/module/splat
Commit message (Expand)AuthorAgeFilesLines
* Enhance SPLAT kmem:slab_overcommit testBrian Behlendorf2012-08-301-193/+208
* Remove Makefile from non-toplevel .gitignore filesRichard Yao2012-08-231-1/+0
* Add script for builtin module building.Etienne Dechamps2012-07-261-4/+2
* Use MODULE variable in module Makefile like zfs.Etienne Dechamps2012-07-261-19/+19
* Linux 3.4 compat, __clear_close_on_exec replaces FD_CLRRichard Yao2012-06-131-1/+1
* Fix uninit variable in slab reclaim testBrian Behlendorf2012-06-131-1/+1
* Add SPLAT test to exercise slab direct reclaimPrakash Surya2012-05-071-30/+165
* Remove condition variable namesBrian Behlendorf2012-04-061-5/+5
* Add SPL_META_RELEASE to module load/unload messagesBrian Behlendorf2012-03-231-4/+4
* Add taskq contention splat testNed Bass2012-01-181-0/+115
* Exercise new taskq interface in splat-taskq testsPrakash Surya2011-12-131-49/+280
* Add Test: "Single task queue, recursive dispatch"Prakash Surya2011-12-131-0/+77
* Add SPLAT_TEST_FINI call for SPLAT_TASKQ_TEST6_IDPrakash Surya2011-12-131-0/+1
* Fix a typo referencing an incorrect symbolPrakash Surya2011-11-211-1/+1
* Add linux compatibility testsBrian Behlendorf2011-06-214-0/+247
* Make the SPL kernel messages consistent with ZFS.Darik Horn2011-04-211-4/+4
* 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