summaryrefslogtreecommitdiffstats
path: root/sys/vm/uma_core.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r281771alc2017-06-281-2/+1
* MFC 316493: Assert that the align parameter to uma_zcreate() is valid.jhb2017-05-111-0/+3
* MFC r315078: uma: fix pages <-> items conversions at several placesavg2017-04-141-6/+8
* MFC r286583: Avoid sign extension of value passed to kva_alloc from uma_zone_...avg2017-04-141-2/+2
* MFC r315077: uma: eliminate uk_slabsize fieldavg2017-04-141-13/+12
* MFC r283291: don't use CALLOUT_MPSAFE with callout_init()avg2017-03-041-1/+1
* MFC r314272: call vm_lowmem hook in uma_reclaim_workeravg2017-03-041-0/+4
* MFC r303059markj2016-08-141-3/+2
* 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
OpenPOWER on IntegriCloud