| Commit message (Expand) | Author | Age | Files | Lines |
* | Linux 3.0: Shrinker compatibility | Brian Behlendorf | 2011-06-21 | 1 | -0/+136 |
* | Remove the gawk dependency. | Darik Horn | 2011-04-21 | 1 | -32/+2 |
* | Linux 2.6.39 compat, zlib_deflate_workspacesize() | Brian Behlendorf | 2011-04-20 | 1 | -0/+128 |
* | Linux 2.6.39 compat, kern_path_parent() | Brian Behlendorf | 2011-04-20 | 1 | -0/+82 |
* | Fix gcc configure warnings | Brian Behlendorf | 2011-04-19 | 1 | -40/+50 |
* | Linux 2.6.39 compat, invalidate_inodes() | Brian Behlendorf | 2011-04-19 | 1 | -0/+128 |
* | Add dnlc_reduce_cache() support | Brian Behlendorf | 2011-04-06 | 1 | -0/+164 |
* | Make Missing Modules.symvers Fatal | Brian Behlendorf | 2011-03-07 | 1 | -0/+28 |
* | Make CONFIG_PREEMPT Fatal | Brian Behlendorf | 2011-03-07 | 1 | -0/+146 |
* | Linux compat 2.6.37, invalidate_inodes() | Brian Behlendorf | 2011-02-23 | 1 | -0/+82 |
* | Prefer /lib/modules/$(uname -r)/ links | Brian Behlendorf | 2011-02-10 | 1 | -6/+16 |
* | Refresh autogen.sh products | Brian Behlendorf | 2010-11-30 | 1 | -2/+2 |
* | Linux 2.6.36 compat, fs_struct->lock type change | Brian Behlendorf | 2010-11-09 | 1 | -0/+134 |
* | Fix 2.6.35 shrinker callback API change | Brian Behlendorf | 2010-10-22 | 1 | -0/+146 |
* | Support custom build directories | Brian Behlendorf | 2010-09-05 | 1 | -11/+3 |
* | Move vendor check to spl-build.m4 | Brian Behlendorf | 2010-09-02 | 1 | -15/+37 |
* | Correctly handle rwsem_is_locked() behavior | Ned Bass | 2010-08-10 | 1 | -0/+82 |
* | Correctly detect atomic64_cmpxchg support | Ned Bass | 2010-08-08 | 1 | -0/+2 |
* | Add Debian and Slackware style packaging via alien | Brian Behlendorf | 2010-07-27 | 1 | -16/+179 |
* | Linux 2.6.35 compat: filp_fsync() dropped 'stuct dentry *' | Brian Behlendorf | 2010-07-14 | 1 | -0/+130 |
* | Add __divdi3(), remove __udivdi3() kernel dependency | Brian Behlendorf | 2010-07-13 | 1 | -164/+0 |
* | Allow config/build to work with autoconf-2.65 | Lars Johannsen | 2010-07-02 | 1 | -74/+74 |
* | Require gawk the usermode helper fails with awk | Brian Behlendorf | 2010-07-01 | 1 | -2/+28 |
* | Add configure check for user_path_dir() | Brian Behlendorf | 2010-07-01 | 1 | -0/+82 |
* | Use $target_cpu instead of `arch` | Brian Behlendorf | 2010-07-01 | 1 | -12/+12 |
* | Check sourcelink is set before passing to readlink | Brian Behlendorf | 2010-07-01 | 1 | -10/+14 |
* | Remove AC_DEFINE for DEBUG/NDEBUG | Brian Behlendorf | 2010-07-01 | 1 | -20/+0 |
* | Only make compiler warnings fatal with --enable-debug | Brian Behlendorf | 2010-06-30 | 1 | -24/+59 |
* | Linux-2.6.33 compat, .ctl_name removed from struct ctl_table | Brian Behlendorf | 2010-06-30 | 1 | -0/+132 |
* | Linux-2.6.33 compat, check <generated/utsrelease.h> for UTS_RELEASE | Brian Behlendorf | 2010-06-30 | 1 | -38/+44 |
* | Add kmem_asprintf(), strfree(), strdup(), and minor cleanup. | Brian Behlendorf | 2010-06-11 | 1 | -0/+82 |
* | Add support for 'make -s' silent builds | Brian Behlendorf | 2010-03-26 | 1 | -15602/+9020 |
* | Allow spl_config.h to be included by dependant packages (updated) | Brian Behlendorf | 2010-03-22 | 1 | -64/+67 |
* | When no kernel source has been pointed to, first attempt to use | Brian J. Murrell | 2010-03-08 | 1 | -4/+16 |
* | Linux 2.6.32 compat, proc_handler() API change | Brian Behlendorf | 2010-03-04 | 1 | -0/+130 |
* | Atomic64 compatibility for 32-bit systems without kernel support. | Brian Behlendorf | 2009-12-04 | 1 | -71/+135 |
* | Add 'srpm' --with-config option for creation of spec files. | Brian Behlendorf | 2009-11-24 | 1 | -3/+4 |
* | Linux 2.6.31 Compatibility Updates | Brian Behlendorf | 2009-11-10 | 1 | -0/+2 |
* | Autoconf --enable-debug-* cleanup | Brian Behlendorf | 2009-10-30 | 1 | -184/+82 |
* | Add autoconf checks for atomic64_cmpxchg + atomic64_xchg | Brian Behlendorf | 2009-10-30 | 1 | -0/+256 |
* | Use Linux atomic primitives by default. | Brian Behlendorf | 2009-10-30 | 1 | -28/+76 |
* | Set cwd to '/' for the process executing insmod. | Brian Behlendorf | 2009-10-01 | 1 | -0/+210 |
* | Reimplement mutexs for Linux lock profiling/analysis | Brian Behlendorf | 2009-09-25 | 1 | -91/+160 |
* | Reimplement rwlocks for Linux lock profiling/analysis. | Brian Behlendorf | 2009-09-18 | 1 | -0/+82 |
* | Update global_page_state() support for 2.6.29 kernels. | Brian Behlendorf | 2009-07-28 | 1 | -78/+1012 |
* | Add basic credential support and splat tests. | Brian Behlendorf | 2009-07-27 | 1 | -0/+214 |
* | Remove LINUXINCLUDE from autoconf wrapper, breaks 2.6.28+ kernels. | Brian Behlendorf | 2009-07-27 | 1 | -46/+46 |
* | Check arch/default/ path when detecting kernel objects on SLES | Brian Behlendorf | 2009-07-22 | 1 | -2/+6 |
* | Cleanly handle --with-linux=NONE option when used to generate source | Brian Behlendorf | 2009-07-02 | 1 | -6/+16 |
* | Simplify rpm build rules, added config/rpm.am. | Brian Behlendorf | 2009-07-01 | 1 | -53/+2514 |