aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Document how to run SPLATKohsuke Kawaguchi2013-10-091-2/+10
* Add kpreempt() compatibility macroNed Bass2013-10-091-0/+1
* Replace current_kernel_time() with getnstimeofday()Richard Yao2013-10-092-6/+9
* Tag spl-0.6.2Brian Behlendorf2013-08-164-1/+7
* Linux 3.8 compat: Use kuid_t/kgid_t when requiredRichard Yao2013-08-094-14/+87
* PaX/GrSecurity Linux 3.8.y compat: Use __no_const on struct ctl_tableRichard Yao2013-08-081-5/+12
* Fix race in spl_kmem_cache_reap_now()Richard Yao2013-08-081-5/+5
* Linux 3.11 compat: Replace num_physpages with totalram_pagesRichard Yao2013-08-082-3/+4
* Add kmod repo integrationBrian Behlendorf2013-08-013-162/+74
* Fix KMC_OFFSLAB type cachesBrian Behlendorf2013-07-302-3/+45
* Return -1 for generic kmem cache shrinkerBrian Behlendorf2013-07-301-1/+9
* Modify gethrestime to use current_kernel_time()James H2013-07-151-4/+3
* Improve build instructionsBrian Behlendorf2013-07-111-1/+6
* Fix bogus kmem leak warningBrian Behlendorf2013-07-101-4/+5
* Fix --enable-debug-kmem-tracking optionBrian Behlendorf2013-07-091-9/+9
* Merge branch 'linux-3.10'Brian Behlendorf2013-07-089-89/+143
|\
| * Linux 3.10 compat: Do not rely on struct proc_dir_entry definitionRichard Yao2013-07-084-88/+95
| * Linux 3.10 compat: add missing include of linux/slab.hYuxuan Shui2013-07-083-0/+3
| * Linux 3.10 compat: replace PDE()->data with PDE_DATA()Yuxuan Shui2013-07-082-1/+23
| * Linux 3.10 compat: struct vmalloc_info movedYuxuan Shui2013-07-082-0/+22
|/
* Add --buildroot option to kmod buildNathaniel Clark2013-06-213-7/+13
* Copy spl.release.in to kernel dirMatthew Thode2013-06-211-0/+1
* Fix ASSERT0 and VERIFY0 macro typoBrian Behlendorf2013-06-211-2/+2
* Add ASSERT0 and VERIFY0 macrosBrian Behlendorf2013-06-181-0/+6
* Fix --enable-debug-kmem-tracking optionTim Chase2013-06-181-7/+8
* Fix taskq_wait_id()Brian Behlendorf2013-05-031-26/+14
* Fix delay()Brian Behlendorf2013-05-011-1/+1
* Add msec/usec/nsec to tick convertorsBrian Behlendorf2013-05-011-0/+5
* Ignore *.{deb,rpm,tar.gz} files in the top directory.Turbo Fredriksson2013-04-241-0/+3
* Add --bump=0 to alienTurbo Fredriksson2013-04-241-2/+2
* Support .nogitrelease fileTurbo Fredriksson2013-04-241-1/+1
* Fix various generic kmod RPM spec issues.Etienne Dechamps2013-04-241-6/+6
* Add additional dependencies for DKMS packageBrian Behlendorf2013-04-021-0/+2
* Replace the SPL_AC_META perl dependency with awkBrian Behlendorf2013-04-021-30/+55
* Automake 1.10.1 compat: AM_SILENT_RULESBrian Behlendorf2013-04-021-1/+1
* build: do not call boilerplate ourselfJan Engelhardt2013-04-024-5/+8
* gitignore: anchor entries at their respective directoryJan Engelhardt2013-04-023-13/+14
* build: use CPPFLAGSJan Engelhardt2013-04-021-1/+2
* build: resolve orthographic and other grammatical errorsJan Engelhardt2013-04-021-4/+4
* Tag spl-0.6.1Brian Behlendorf2013-03-255-11/+10
* Provide ${kmodname}-devel-kmod for yum-builddepBrian Behlendorf2013-03-251-1/+2
* Use 'git describe' for working buildsBrian Behlendorf2013-03-222-4/+22
* Do not call cond_resched() in spl_slab_reclaim()Richard Yao2013-03-211-3/+0
* Use requested kernel for dkms buildsBrian Behlendorf2013-03-201-0/+2
* Remove spl-dkms conflict with spl-kmodBrian Behlendorf2013-03-201-1/+0
* Create splat man pageDarik Horn2013-03-196-1/+104
* Refresh RPM packagingBrian Behlendorf2013-03-1826-730/+1139
* Change spl-kmod-devel install pathBrian Behlendorf2013-03-1412-21/+17
* Merge branch 'linux-3.9'Brian Behlendorf2013-03-145-57/+114
|\
| * Linux 3.9 compat: Switch to hlist_for_each{,_rcu}Richard Yao2013-03-142-2/+4