summaryrefslogtreecommitdiff
path: root/sys/cddl/compat/opensolaris/kern/opensolaris_kmem.c
Commit message (Expand)AuthorAgeFilesLines
* Merge OpenZFS support in to HEAD.Matt Macy2020-08-251-296/+0
* Extend uma_reclaim() to permit different reclamation targets.Mark Johnston2019-09-011-2/+2
* 9018 Replace kmem_cache_reap_now() with kmem_cache_reap_soon()Alexander Motin2018-02-211-2/+23
* All these files need sys/vmmeter.h, but now they got it implicitlyGleb Smirnoff2017-04-171-0/+1
* Refactor ZFS ARC reclaim checks and limitsSteven Hartland2014-10-031-43/+0
* Ensure that ZFS ARC free memory checks include cached pagesSteven Hartland2014-08-301-1/+8
* Refactor ZFS ARC reclaim logic to be more VM cooperativeSteven Hartland2014-08-281-5/+34
* Rename global cnt to vm_cnt to avoid shadowing.Bryan Drewery2014-03-221-1/+1
* Replace kernel virtual address space allocation with vmem. This providesJeff Roberson2013-08-071-1/+3
* Finally... Import the latest open-source ZFS version - (SPA) 28.Pawel Jakub Dawidek2011-02-271-1/+1
* opensolaris_kmem kmem_size(): report lesser of vm_kmem_size and availableAndriy Gapon2010-10-071-2/+14
* Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes.Pawel Jakub Dawidek2008-11-171-9/+14
* Remove definition of KMEM_DEBUG accidentally brought in by latest DTraceCraig Rodrigues2008-11-051-2/+0
* Merge latest DTrace changes from Perforce.Craig Rodrigues2008-11-051-4/+9
* Remove redundant redeclaration of 'zone_drain'.Bjoern A. Zeeb2008-05-241-1/+0
* Change type of kmem_used() and kmem_size() functions to uint64_t, so itPawel Jakub Dawidek2008-01-241-4/+4
* Try to stabilize ZFS with regard to memory consumption:Pawel Jakub Dawidek2007-04-101-7/+22
* Please welcome ZFS - The last word in file systems.Pawel Jakub Dawidek2007-04-061-0/+245