aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_malloc.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r282690:Konstantin Belousov2015-05-231-2/+4
* MFC r269963+269964:Xin LI2014-08-291-14/+10
* MFC r257854 (discussed with alc@)Ian Lepore2014-05-161-23/+31
* Tidy up kmeminit(): Since r245575, 'nmbclusters' is calculated afterAlan Cox2013-10-051-3/+2
* - Disable quantum caches on the kmem_arena. This can make fragmentationJeff Roberson2013-08-131-1/+1
* Instead of just trying to do it for arm, make sure vm_kmem_size is properlyOlivier Houchard2013-08-091-0/+1
* Replace kernel virtual address space allocation with vmem. This providesJeff Roberson2013-08-071-25/+41
* Remove unused malloc type.Konstantin Belousov2013-08-011-2/+0
* Try to improve r242655 take III: move these SYSCTLs describing the kernelMarius Strobl2013-02-041-11/+0
* Further improve r242655 and supply VM_{MIN,MAX}_KERNEL_ADDRESS as constantMarius Strobl2013-02-031-7/+7
* Make r242655 build on sparc64. While at it, make vm_{max,min}_kernel_addressMarius Strobl2012-11-081-2/+4
* export VM_MIN_KERNEL_ADDRESS and VM_MAX_KERNEL_ADDRESS via sysctl.Alfred Perlstein2012-11-061-0/+8
* Fix a bug with memguard(9) on 32-bit architectures without aMatthew D Fleming2012-07-151-1/+1
* Honor db_pager_quit in 'show uma' and 'show malloc'.John Baldwin2012-07-021-0/+4
* - Change contigmalloc() to use the vm_paddr_t type instead of an unsignedJohn Baldwin2012-03-011-1/+1
* Eliminate stale numbers from a comment.Alan Cox2011-12-071-5/+2
* Eliminate the possibility of 32-bit arithmetic overflow in the calculationAlan Cox2011-12-071-4/+4
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+1
* contigmalloc(9) and contigfree(9) are now implemented in terms of otherAlan Cox2011-10-271-0/+37
* Make memguard(9) capable to guard uma(9) allocations.Gleb Smirnoff2011-10-121-1/+1
* Fix the handling of an empty kmem map by sysctl_kmem_map_free(). InAlan Cox2011-10-081-2/+2
* Modestly increase the maximum allowed size of the kmem map on i386.Alan Cox2011-03-231-5/+0
* Explicitly wire the user buffer rather than doing it implicitly inMatthew D Fleming2011-01-271-0/+6
* add kmem_map_free sysctl: query largest contiguous free range in kmem_mapAndriy Gapon2010-10-091-0/+17
* vm.kmem_map_size: a sysctl to query current kmem_map->sizeAndriy Gapon2010-10-071-0/+14
* kmem_size* sysctls: hint that these are also tunablesAndriy Gapon2010-09-301-4/+4
* Re-add r212370 now that the LOR in powerpc64 has been resolved:Matthew D Fleming2010-09-161-49/+9
* Revert r212370, as it causes a LOR on powerpc. powerpc does a fewMatthew D Fleming2010-09-131-9/+49
* Add a drain function for struct sysctl_req, and use it for a variety ofMatthew D Fleming2010-09-091-49/+9
* The realloc case for memguard(9) will copy too many bytes whenMatthew D Fleming2010-08-311-9/+2
* Rework memguard(9) to reserve significantly more KVA to detectMatthew D Fleming2010-08-111-18/+21
* Add MALLOC_DEBUG_MAXZONES debug malloc(9) option to use multiple umaMatthew D Fleming2010-07-281-24/+124
* Use ISO C99 integer types in sys/kern where possible.Ed Schouten2010-06-211-4/+4
* If we're passed garbage in malloc_init(), panic() rather than expectingBrian Somers2009-06-051-3/+7
* Retire kern.vm.kmem.size. It was marked as obsolete prior to 5.2, soWarner Losh2009-05-091-4/+0
* struct malloc_type has had a 'magic' field statically initialized toRobert Watson2009-04-191-1/+13
* Remove even more unneeded variable assignments.Ed Schouten2009-02-261-2/+0
* - Make the keg abstraction more complete. Permit a zone to have multipleJeff Roberson2009-01-251-4/+1
* Enable the creation of a kmem map larger than 4GB.Alan Cox2008-07-051-11/+11
* Correct an error in the comments for init_param3().Alan Cox2008-07-041-1/+1
* Add support for the DTrace malloc provider which can enable probesJohn Birrell2008-05-231-0/+63
* Introduce a new parameter "superpage_align" to kmem_suballoc() that isAlan Cox2008-05-101-1/+1
* In keeping with style(9)'s recommendations on macros, use a ';'Robert Watson2008-03-161-1/+1
* Use vm_offset_t for kmembase and kmemlimit rather than char *, avoidingRobert Watson2007-06-271-4/+4
* Spell statistics more correctly in comments.Robert Watson2007-06-141-1/+1
* Revert VMCNT_* operations introduction.Attilio Rao2007-05-311-5/+4
* Remove #if 0'd check for 0-size allocations, which if enabled, calledRobert Watson2007-05-271-4/+0
* - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulatingJeff Roberson2007-05-181-4/+5
* Add support for specifying a minimal size for vm.kmem_size in the loader viaStephane E. Potvin2007-04-211-0/+12
* Increase usefulness of "show malloc" by moving from displaying the basicRobert Watson2006-10-261-5/+11