aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Linux 2.6.32 compat, proc_handler() API changeBrian Behlendorf2010-03-042-0/+73
* sun-misc-gitignoreRicardo M. Correia2010-01-081-0/+1
* sun-fix-whitespaceRicardo M. Correia2010-01-081-1/+1
* Check for changed gaurd macro in 2.6.28+ for rwsem implementation.Brian Behlendorf2009-12-171-1/+5
* Atomic64 compatibility for 32-bit systems without kernel support.Brian Behlendorf2009-12-046-519/+40
* When using x86 specific rwsem correctly intepret rwsem->count.Brian Behlendorf2009-12-011-6/+12
* Add missing atomic64 compat helpers for 32-bit systems.Brian Behlendorf2009-12-011-0/+32
* Always use the generic mutex_destroy().Brian Behlendorf2009-11-151-3/+7
* Add mutex_enter_nested() as wrapper for mutex_lock_nested().Brian Behlendorf2009-11-151-2/+24
* Linux 2.6.31 kmem cache alignment fixes and cleanup.Brian Behlendorf2009-11-131-4/+0
* Remove __GFP_NOFAIL in kmem and retry internally.Brian Behlendorf2009-11-121-5/+50
* Linux 2.6.31 Compatibility UpdatesBrian Behlendorf2009-11-103-1/+24
* Autoconf --enable-debug-* cleanupBrian Behlendorf2009-10-304-24/+0
* Add autoconf checks for atomic64_cmpxchg + atomic64_xchgBrian Behlendorf2009-10-302-0/+9
* Use Linux atomic primitives by default.Brian Behlendorf2009-10-301-49/+97
* Set cwd to '/' for the process executing insmod.Brian Behlendorf2009-10-014-1/+40
* Expand SEM() outside init_rwsem and directly call __init_rwsem().Brian Behlendorf2009-09-291-1/+3
* Reimplement mutexs for Linux lock profiling/analysisBrian Behlendorf2009-09-252-68/+158
* Update rwlocks to track owner to ensure correct semanticsBrian Behlendorf2009-09-251-58/+174
* Reimplement rwlocks for Linux lock profiling/analysis.Brian Behlendorf2009-09-181-50/+71
* Disable stack overflow checking by default.Brian Behlendorf2009-07-301-1/+9
* Update global_page_state() support for 2.6.29 kernels.Brian Behlendorf2009-07-281-11/+10
* Add basic credential support and splat tests.Brian Behlendorf2009-07-273-56/+22
* Fixed NULL dereference by tcd_for_each() when the kmalloc() call in module/sp...Ricardo M. Correia2009-07-141-1/+1
* Add a little paranoia here to ensure endianess is set correctly.Brian Behlendorf2009-07-141-1/+5
* Add basic groupmember() function, not sup groups.Brian Behlendorf2009-07-101-0/+12
* Add ddi_copyin/ddi_copyout support for fake kernel originated ioctls.Brian Behlendorf2009-07-101-0/+3
* Define ACE_ALL_PERMS for use by ACLsBrian Behlendorf2009-07-091-0/+6
* Define FKIOCTL which is used on Solaris to mark an in-kernel ioctl.Brian Behlendorf2009-07-091-0/+2
* Add ASSERTV macro to simplify removing variables (the V in ASSERTV)Brian Behlendorf2009-07-091-0/+2
* Add basic support for TASKQ_THREADS_CPU_PCT taskq flag which isBrian Behlendorf2009-07-091-0/+1
* Simplify rpm build rules, added config/rpm.am.Brian Behlendorf2009-07-011-1/+6
* Install spl-devel products in /usr/src/spl-SPL_VERSION/LINUX_VERSION/Brian Behlendorf2009-06-262-2/+4
* Packaging improvements for RHEL and SLES (part 2)Brian Behlendorf2009-06-161-0/+1
* Packaging improvements for RHEL and SLESBrian Behlendorf2009-06-162-2/+2
* SLES10 Fixes (part 9)Brian Behlendorf2009-05-211-23/+39
* SLES10 Fixes (part 7)Brian Behlendorf2009-05-202-3/+3
* SLES10 Fixes (part 6)Brian Behlendorf2009-05-201-11/+19
* Powerpc Fixes (part 1):Brian Behlendorf2009-05-202-4/+25
* SLES10 Fixes (part 5):Brian Behlendorf2009-05-201-3/+3
* SLES10 Fixes (part 3):Brian Behlendorf2009-05-202-0/+13
* SLES10 Fixes (part 2):Brian Behlendorf2009-05-202-3/+3
* Add list_move_tail() function.Brian Behlendorf2009-03-191-0/+8
* Allow spl_config.h to be included by dependant packagesBrian Behlendorf2009-03-172-2/+2
* FC10/i686 Compatibility Update (2.6.27.19-170.2.35.fc10.i686)Brian Behlendorf2009-03-171-4/+15
* Fix taskq_wait() not waiting bugBrian Behlendorf2009-03-151-0/+1
* Added SPL_AC_5ARGS_DEVICE_CREATE autoconf configure checkBrian Behlendorf2009-03-131-1/+8
* Minor bug fix in XDR code introduced in last minute change before landing.Ricardo M. Correia2009-03-111-2/+0
* Add XDR implementationRicardo M. Correia2009-03-112-2/+152
* Build system cleanupBrian Behlendorf2009-03-112-59/+43