summaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* Invert minclsyspri and maxclsyspriBrian Behlendorf2015-07-282-4/+3
* Remove skc_ref from alloc/free pathsBrian Behlendorf2015-07-241-9/+2
* Add defclsyspri macroBrian Behlendorf2015-07-238-24/+31
* Default to --disable-debug-kmemBrian Behlendorf2015-07-211-18/+3
* Support parallel build trees (VPATH builds)Turbo Fredriksson2015-07-172-36/+42
* Set TASKQ_DYNAMIC for kmem and system taskqsBrian Behlendorf2015-06-242-5/+5
* Add TASKQ_DYNAMIC featureBrian Behlendorf2015-06-242-123/+332
* Rename cv_wait_interruptible() to cv_wait_sig()Brian Behlendorf2015-06-101-34/+47
* Make taskq_wait() block until the queue is emptyChris Dunlop2015-06-092-48/+65
* Fix cstyle issues in spl-tsd.cBrian Behlendorf2015-04-241-20/+21
* Make tsd_set(key, NULL) remove the tsd entry for current threadChunwei Chen2015-04-241-0/+63
* Implement areleasef()Richard Yao2015-04-241-5/+14
* vn_getf/vn_releasef should not accept negative file descriptorsRichard Yao2015-04-241-0/+6
* Clear PF_FSTRANS over vfs_sync()Brian Behlendorf2015-04-071-1/+15
* Don't allow shrinking a PF_FSTRANS contextTim Chase2015-04-031-0/+6
* Reduce splat_taskq_test2_impl() stack frame sizeBrian Behlendorf2015-03-031-20/+31
* Add MUTEX_FSTRANS mutex typeBrian Behlendorf2015-03-031-1/+1
* Retire spl_module_init()/spl_module_fini()Brian Behlendorf2015-02-272-35/+8
* Fix spl_hostid module parameterChunwei Chen2015-02-041-1/+3
* Optimize vmem_alloc() retry pathBrian Behlendorf2015-02-021-1/+11
* Fix GFP_KERNEL allocations flagsBrian Behlendorf2015-01-213-4/+4
* Use __get_free_pages() for emergency objectsBrian Behlendorf2015-01-161-10/+12
* Fix kmem cache deadlock logicBrian Behlendorf2015-01-161-10/+25
* Refine slab cache sizingBrian Behlendorf2015-01-162-140/+229
* Reduce kmem cache deadlock thresholdBrian Behlendorf2015-01-161-1/+1
* Make slab reclaim more aggressiveBrian Behlendorf2015-01-161-29/+47
* Enforce architecture-specific barriers around clear_bit()Richard Yao2015-01-161-3/+20
* Add hooks for disabling direct reclaimRichard Yao2015-01-163-2/+29
* Refactor generic memory allocation interfacesBrian Behlendorf2015-01-166-516/+334
* Fix kmem cstyle issuesBrian Behlendorf2015-01-163-167/+194
* Refactor existing codeBrian Behlendorf2015-01-1616-1794/+2066
* Fix debug object on stack warningBrian Behlendorf2015-01-071-34/+57
* Remove compat includes from sys/types.hNed Bass2014-11-1913-10/+27
* Retire legacy debugging infrastructureBrian Behlendorf2014-11-1917-2203/+328
* Lower minimum objects/slab thresholdBrian Behlendorf2014-11-051-0/+9
* Fix modules installation directoryAlexander Pyhalov2014-10-281-1/+2
* kmem_cache: Call constructor/destructor on each alloc/freeRichard Yao2014-10-281-21/+16
* Linux 3.12 compat: shrinker semanticsTim Chase2014-10-282-25/+50
* Remove kern_path() wrapperBrian Behlendorf2014-10-171-16/+0
* Remove kvasprintf() wrapperBrian Behlendorf2014-10-171-23/+0
* Remove proc_handler() wrapperBrian Behlendorf2014-10-171-21/+39
* Remove credential configure checks.Brian Behlendorf2014-10-171-94/+0
* Remove set_fs_pwd() configure checkBrian Behlendorf2014-10-171-12/+10
* Remove user_path_dir() wrapperBrian Behlendorf2014-10-171-20/+0
* Remove kallsyms_lookup_name() wrapperBrian Behlendorf2014-10-172-122/+1
* Remove shrink_{i,d}node_cache() wrappersBrian Behlendorf2014-10-173-109/+15
* Remove global memory variablesBrian Behlendorf2014-10-173-342/+2
* Remove get_vmalloc_info() wrapperBrian Behlendorf2014-10-172-112/+4
* Remove on_each_cpu() wrapperBrian Behlendorf2014-10-171-1/+1
* Remove i_mutex() configure checkBrian Behlendorf2014-10-171-1/+1