aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Restructure uio to accommodate bio_vecChunwei Chen2015-08-241-1/+8
* Include other sources of freeable memory in the freemem calculationTim Chase2015-08-191-1/+4
* Remove needfree, desfree, lotsfree #definesBrian Behlendorf2015-07-301-3/+0
* Invert minclsyspri and maxclsyspriBrian Behlendorf2015-07-282-3/+3
* Add defclsyspri macroBrian Behlendorf2015-07-232-1/+2
* Support parallel build trees (VPATH builds)Turbo Fredriksson2015-07-171-1/+1
* Add memory compatibility wrappersBrian Behlendorf2015-06-292-0/+4
* Add TASKQ_DYNAMIC featureBrian Behlendorf2015-06-241-3/+5
* Add IMPLY() and EQUIV() macrosBrian Behlendorf2015-06-241-0/+10
* Rename cv_wait_interruptible() to cv_wait_sig()Brian Behlendorf2015-06-101-28/+28
* Retire rwsem_is_locked() compatBrian Behlendorf2015-06-102-28/+2
* Make taskq_wait() block until the queue is emptyChris Dunlop2015-06-091-1/+1
* Add boot_ncpus macroBrian Behlendorf2015-05-211-0/+1
* Implement areleasef()Richard Yao2015-04-243-0/+46
* Don't allow shrinking a PF_FSTRANS contextTim Chase2015-04-031-35/+21
* Add crgetzoneid() stubChris Dunlop2015-04-021-2/+5
* Add mutex_enter_nested() which maps to mutex_lock_nested()Tim Chase2015-03-201-2/+17
* Add MUTEX_FSTRANS mutex typeBrian Behlendorf2015-03-031-20/+30
* Retire MUTEX_OWNER checksBrian Behlendorf2015-03-031-77/+19
* Fix cstyle issue in mutex.hBrian Behlendorf2015-03-031-87/+83
* Retire spl_module_init()/spl_module_fini()Brian Behlendorf2015-02-272-60/+0
* Use __get_free_pages() for emergency objectsBrian Behlendorf2015-01-161-1/+1
* Refine slab cache sizingBrian Behlendorf2015-01-161-1/+16
* Add hooks for disabling direct reclaimRichard Yao2015-01-162-0/+35
* Refactor generic memory allocation interfacesBrian Behlendorf2015-01-163-259/+95
* Fix kmem cstyle issuesBrian Behlendorf2015-01-163-146/+141
* Refactor existing codeBrian Behlendorf2015-01-167-321/+440
* Revert "Add PF_NOFS debugging flag"Richard Yao2015-01-161-49/+0
* Use current_kernel_time() in the time compatibility wrappersTim Chase2015-01-161-5/+2
* mutex: force serialization on mutex_exit() to fix racesChunwei Chen2014-12-191-1/+31
* Remove compat includes from sys/types.hNed Bass2014-11-192-12/+1
* Retire legacy debugging infrastructureBrian Behlendorf2014-11-195-512/+60
* Lower minimum objects/slab thresholdBrian Behlendorf2014-11-051-1/+1
* Kernel header installation should respect --prefixRichard Yao2014-10-2811-11/+11
* Linux 3.12 compat: shrinker semanticsTim Chase2014-10-281-0/+7
* Remove vfs_fsync() wrapperBrian Behlendorf2014-10-171-11/+6
* Remove proc_handler() wrapperBrian Behlendorf2014-10-173-98/+0
* Remove credential configure checks.Brian Behlendorf2014-10-171-35/+24
* Remove kallsyms_lookup_name() wrapperBrian Behlendorf2014-10-173-46/+0
* Remove shrink_{i,d}node_cache() wrappersBrian Behlendorf2014-10-173-115/+0
* Remove global memory variablesBrian Behlendorf2014-10-172-84/+5
* Remove get_vmalloc_info() wrapperBrian Behlendorf2014-10-171-31/+4
* Remove on_each_cpu() wrapperBrian Behlendorf2014-10-173-42/+0
* Remove mutex_lock_nested() wrapperBrian Behlendorf2014-10-173-38/+0
* Remove i_mutex() configure checkBrian Behlendorf2014-10-171-9/+2
* Remove kmalloc_node() compatibility codeBrian Behlendorf2014-10-171-4/+0
* Remove linux/uaccess.h header checkBrian Behlendorf2014-10-173-37/+1
* Remove uintptr_t typedefBrian Behlendorf2014-10-171-4/+0
* Remove atomic64_xchg() wrappersBrian Behlendorf2014-10-171-8/+0
* Simplify the time compatibility wrappersBrian Behlendorf2014-10-174-95/+31