summaryrefslogtreecommitdiffstats
path: root/sys/vm/uma_core.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r280957rstone2015-09-171-9/+9
* MFC r282690:kib2015-05-231-4/+38
* MFC r281113:dchagin2015-04-121-2/+2
* MFC r275347:kib2014-12-141-2/+31
* MFC r272573:bryanv2014-10-221-20/+20
* MFC 272550:bryanv2014-10-081-2/+0
* MFC r267391:mav2014-06-221-1/+2
* MFC r267387:mav2014-06-221-0/+2
* Merge r261722, r261723, r261724, r261725 from head:glebius2014-03-041-2/+14
* Merge 261593 from head:glebius2014-03-041-0/+29
* MFC r261896:dim2014-02-171-4/+1
* MFC r258716:mav2014-01-041-5/+34
* MFC r258693:mav2014-01-041-2/+16
* MFC r258691:mav2014-01-041-5/+3
* MFC r258340, r258497:mav2014-01-041-0/+89
* MFC r258338:mav2014-01-041-2/+13
* MFC r258337:mav2014-01-041-0/+2
* MFC r258336:mav2014-01-041-0/+9
* Merge r258690 by mav from head:glebius2014-01-041-3/+4
* MFC r258737rodrigc2013-12-041-1/+2
* Fix bug introduced in rewrite of keg_free_slab in -r251894.mckusick2013-08-311-1/+1
* Different consumers of the struct vm_page abuse pageq member to keepkib2013-08-101-13/+1
* Replace kernel virtual address space allocation with vmem. This providesjeff2013-08-071-6/+6
* Revert r249590 and in case if mp_ncpus isn't initialized use MAXCPU. Thisglebius2013-07-231-2/+3
* Remove a spurious keg lock acquisition.davide2013-06-281-1/+1
* - Resolve bucket recursion issues by passing a cookie with zone flagsjeff2013-06-261-41/+76
* - Add a per-zone lock for zones without kegs.jeff2013-06-201-96/+76
* - Persist the caller's flags in the bucket allocation flags so we don'tjeff2013-06-191-1/+1
* Refine UMA bucket allocation to reduce space consumption and improvejeff2013-06-181-302/+261
* - Add a new UMA API: uma_zcache_create(). This makes a zone without anyjeff2013-06-171-212/+256
* - Convert the slab free item list from a linked array of indices to ajeff2013-06-131-192/+98
* Panic if UMA_ZONE_PCPU is created at early stages of boot, when mp_ncpusglebius2013-04-221-0/+1
* Convert UMA code to C99 uintXX_t types.glebius2013-04-091-30/+30
* Fix KASSERTs: maximum number of items per slab is 256.glebius2013-04-091-3/+3
* Merge from projects/counters: UMA_ZONE_PCPU zones.glebius2013-04-081-32/+56
* MFCattilio2013-02-261-48/+56
* Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() toattilio2013-02-201-2/+2
* Switch vm_object lock to be a rwlock.attilio2013-02-201-1/+2
* Fix typo in debug printf.glebius2013-01-291-1/+1
* Implemented uma_zone_set_warning(9) function that sets a warning, whichpjd2012-12-071-1/+33
* Const-ify the zone name argument to uma_zcreate(9).mdf2012-10-261-2/+2
* Print flags as hex instead of an integer.eadler2012-10-221-3/+3
* If caller specifies UMA_ZONE_OFFPAGE explicitly, then do not waste memoryglebius2012-09-181-1/+3
* Fix function name in keg_cachespread_init() assert.glebius2012-08-261-1/+1
* Add missing sleep stat increaseeadler2012-07-071-0/+1
* Honor db_pager_quit in 'show uma' and 'show malloc'.jhb2012-07-021-0/+2
* Tweak condition for disabling allocation from per-CPU buckets inemax2012-05-231-4/+1
* exclude kmem_alloc'ed ARC data buffers from kernel minidumps on amd64kmacy2012-01-271-0/+3
* Make memguard(9) capable to guard uma(9) allocations.glebius2011-10-121-2/+38
* Correct an error in r222163. Unless UMA_MD_SMALL_ALLOC is defined,alc2011-05-221-1/+5
OpenPOWER on IntegriCloud