summaryrefslogtreecommitdiffstats
path: root/include/sys/kmem.h
Commit message (Expand)AuthorAgeFilesLines
* Remove kmalloc_node() compatibility codeBrian Behlendorf2014-10-171-4/+0
* Add spl_kmem_cache_reclaim module optionBrian Behlendorf2014-05-221-0/+2
* Add KMC_SLAB cache typeBrian Behlendorf2014-05-221-2/+25
* Refresh links to web siteNed Bass2013-03-041-1/+1
* Add spl_kmem_cache_expire module optionBrian Behlendorf2013-01-281-2/+6
* kmem-cache: Use a taskq for async allocationsBrian Behlendorf2012-12-121-1/+1
* kmem-cache: Use taskqs for ageingBrian Behlendorf2012-12-121-2/+2
* Track emergency object in rbtreeBrian Behlendorf2012-11-061-2/+3
* Improved vmem cached deadlock detectionBrian Behlendorf2012-11-061-0/+3
* splat: Cleanup headersBrian Behlendorf2012-11-061-1/+0
* Add KMC_NOEMERGENCY slab flagBrian Behlendorf2012-09-071-0/+2
* Add PF_NOFS debugging flagBrian Behlendorf2012-08-271-0/+49
* Emergency slab objectsBrian Behlendorf2012-08-271-0/+17
* Avoid calling smp_processor_id in spl_magazine_agePrakash Surya2012-08-241-0/+1
* Fix incorrect type in spl_kmem_cache_set_move() parameterRichard Yao2012-08-011-1/+1
* Constify memory management functionsRichard Yao2012-07-031-4/+4
* Modify KM_PUSHPAGE to use GFP_NOIO instead of GFP_NOFSRichard Yao2012-05-071-1/+1
* Throttle number of freed slabs based on nr_to_scanPrakash Surya2012-05-071-2/+3
* Decrease target objects per slabBrian Behlendorf2011-04-061-1/+1
* Add slab usage summeries to /procBrian Behlendorf2011-04-061-0/+6
* Remove default GFP_NOFS allocationsBrian Behlendorf2011-03-191-7/+6
* Stub out kmem cache defrag APIBrian Behlendorf2010-08-271-5/+18
* Ensure kmem_alloc() and vmem_alloc() never failBrian Behlendorf2010-07-261-88/+146
* Split <sys/debug.h> headerBrian Behlendorf2010-07-201-1/+0
* Proposed fix for low memory ZFS deadlocksBrian Behlendorf2010-07-131-1/+1
* Add kmem_vasprintf functionBrian Behlendorf2010-06-241-0/+1
* Include kstat.h from kmem.hBrian Behlendorf2010-06-141-0/+1
* Add kmem_asprintf(), strfree(), strdup(), and minor cleanup.Brian Behlendorf2010-06-111-51/+4
* Use KM_NODEBUG macro in preference to __GFP_NOWARN.Brian Behlendorf2010-05-201-0/+1
* Public Release PrepBrian Behlendorf2010-05-171-25/+15
* Atomic64 compatibility for 32-bit systems without kernel support.Brian Behlendorf2009-12-041-1/+29
* Remove __GFP_NOFAIL in kmem and retry internally.Brian Behlendorf2009-11-121-5/+50
* Linux 2.6.31 Compatibility UpdatesBrian Behlendorf2009-11-101-1/+1
* Autoconf --enable-debug-* cleanupBrian Behlendorf2009-10-301-1/+0
* Linux VM Integration CleanupBrian Behlendorf2009-03-041-0/+1
* Matching kmem_free() fix for use after free case.Brian Behlendorf2009-02-191-5/+5
* Coverity 9654, 9654: Use After FreeBrian Behlendorf2009-02-171-1/+1
* kmem slab magazine ageing deadlockBrian Behlendorf2009-02-171-3/+3
* kmem slab fixesBrian Behlendorf2009-02-121-1/+3
* Linux VM integration / device special filesBrian Behlendorf2009-02-041-0/+1
* 2.6.27+ portability changesBrian Behlendorf2009-02-021-2/+1
* kmem_cache hardening and performance improvementsBrian Behlendorf2009-01-301-26/+47
* Implement kmem cache alignment argumentBrian Behlendorf2009-01-261-0/+2
* Under Solaris KM_SLEEP ensures success (or at least you hang forever). behlendo2008-11-031-1/+1
* Add a SPL_AC_TYPE_ATOMIC64_T test to configure for systems which dobehlendo2008-11-031-341/+74
* Apply two nice improvements caught by Ricardo,behlendo2008-11-031-0/+2
* Commit bulk of remaining 2.6.9 and 2.6.26 compat changes.behlendo2008-08-111-12/+27
* Start bringing in Ricardo's spl-00-rhel4-compat.patch, a few chunksbehlendo2008-08-051-0/+1
* - Remove hash functionality from slab in favor of direct lookupsbehlendo2008-07-011-20/+12
* Remove stray call to spl_cache_free() and remove all thebehlendo2008-06-281-5/+0