aboutsummaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Add 5 splat tests for list handlingBrian Behlendorf2009-01-074-11/+425
* Add system taskq supportBrian Behlendorf2009-01-053-12/+83
* Add struct ddi_strtox functionsBrian Behlendorf2008-12-051-6/+53
* * include/sys/sunddi.h, modules/spl/spl-module.c : Removed defaultbehlendo2008-11-131-40/+10
* Remove 3 instances of unused variables.behlendo2008-11-052-3/+0
* Add proper error handling for the case where a thread can not bebehlendo2008-11-051-5/+12
* Fix a small corner case in the test infrastructure wherebehlendo2008-11-041-2/+2
* 3 minor fixups where sprintf() was used instead of snprintf() withbehlendo2008-11-043-6/+7
* Removed useless checkbehlendo2008-11-041-14/+8
* Add missing error handling to this case where a memory allocation fails.behlendo2008-11-041-2/+7
* Simple ignore the return type which was never used here and cast it to void.behlendo2008-11-041-2/+2
* Add proper error handling to one of the atomic test cases in the event behlendo2008-11-041-5/+15
* Add missing initializer which is needed in an unlikely error case.behlendo2008-11-041-1/+1
* Ensure GPL-only symbols are re-exported as GPL-onlybehlendo2008-11-042-11/+7
* * spl-09-fix-kmem-track-oops.patchbehlendo2008-11-031-2/+30
* Add a SPL_AC_TYPE_ATOMIC64_T test to configure for systems which dobehlendo2008-11-031-18/+389
* Apply two nice improvements caught by Ricardo,behlendo2008-11-033-10/+24
* Apply a nice fix caught by Ricardo,behlendo2008-11-031-21/+20
* Reviewed and applied spl-01-rm-gpl-symbol-set_cpus_allowed.patchbehlendo2008-11-031-71/+65
* Reviewed and applied spl-00-rm-gpl-symbol-notifier_chain.patch behlendo2008-11-031-46/+1
* Sigh more compat fixes, this is almost right for 2.6.9 - 2.6.26 kernels.behlendo2008-08-113-9/+14
* Pull in initial 32-bit support patches.behlendo2008-08-111-0/+24
* Commit bulk of remaining 2.6.9 and 2.6.26 compat changes.behlendo2008-08-118-48/+85
* Include linux/uaccess.h compat changes.behlendo2008-08-111-5/+0
* More 2.6.26 compat changesbehlendo2008-08-112-1/+6
* Pull in timespec, list, and type compat changes to supportbehlendo2008-08-111-2/+7
* Resolve incomplete type when building against 2.6.26behlendo2008-08-111-0/+1
* Add class / device portability code. Two autoconf testsbehlendo2008-08-103-42/+17
* Start bringing in Ricardo's spl-00-rhel4-compat.patch, a few chunksbehlendo2008-08-051-2/+2
* Apply Ricardo's spl-02-condvar-poison.patchbehlendo2008-08-041-1/+1
* Fix race in kmem_locking testbehlendo2008-07-071-4/+6
* Two easy fixes I caught with debug enabledbehlendo2008-07-011-3/+2
* - Remove hash functionality from slab in favor of direct lookupsbehlendo2008-07-013-329/+220
* Remove stray call to spl_cache_free() and remove all thebehlendo2008-06-282-48/+2
* Victory! I've reworked caches with large objects which arebehlendo2008-06-282-86/+198
* Further slab improvements, I'm getting close to something which works behlendo2008-06-274-86/+246
* Fix for memory corruption caused by overruning the magazinebehlendo2008-06-262-62/+94
* Implement per-cpu local caches. This seems to have bough me another behlendo2008-06-254-143/+388
* The first locking issue was due to the semaphore I used. I was tryingbehlendo2008-06-242-27/+33
* Add another kmem test to check for lock contention in the slabbehlendo2008-06-231-0/+158
* Fix minor chaos/fc9 kernel discrepencies in buildbehlendo2008-06-131-7/+13
* * : modules/sys/kmem-slab.c : Re-implemented the slab to nobehlendo2008-06-134-543/+774
* Minor tweak to ensure kstat values are printed correctly on x86_64 at leastbehlendo2008-06-061-3/+3
* Fix some bad grammerbehlendo2008-06-041-1/+1
* Just use CONFIG_SLUB to detect SLUB usebehlendo2008-06-041-1/+1
* Whoops, fix a minor proc issue which slipped through withbehlendo2008-06-041-0/+2
* Fixes:behlendo2008-06-044-108/+143
* Update utsname to use proper compatible interface to avoid API issues.behlendo2008-06-031-0/+7
* Fix missing return resulting in a double unlock of &files->file_lockbehlendo2008-06-032-2/+3
* Breaking the world for a little bit. If anyone is going to continuebehlendo2008-06-0215-56/+201