| Commit message (Expand) | Author | Age | Files | Lines |
* | Compile fixes: | hselasky | 2014-06-28 | 1 | -1/+1 |
* | Pull in r267961 and r267973 again. Fix for issues reported will follow. | hselasky | 2014-06-28 | 1 | -27/+30 |
* | Revert r267961, r267973: | gjb | 2014-06-27 | 1 | -30/+27 |
* | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | hselasky | 2014-06-27 | 1 | -27/+30 |
* | Rename global cnt to vm_cnt to avoid shadowing. | bdrewery | 2014-03-22 | 1 | -2/+2 |
* | On sparc64, VM_KMEM_SIZE_SCALE is not a constant expression, so it | dim | 2014-02-23 | 1 | -0/+2 |
* | - For kernel compiled only with KDTRACE_HOOKS and not any lock debugging | attilio | 2013-11-25 | 1 | -1/+0 |
* | As of r257209, all architectures have defined VM_KMEM_SIZE_SCALE. In other | alc | 2013-11-08 | 1 | -23/+31 |
* | Tidy up kmeminit(): Since r245575, 'nmbclusters' is calculated after | alc | 2013-10-05 | 1 | -3/+2 |
* | - Disable quantum caches on the kmem_arena. This can make fragmentation | jeff | 2013-08-13 | 1 | -1/+1 |
* | Instead of just trying to do it for arm, make sure vm_kmem_size is properly | cognet | 2013-08-09 | 1 | -0/+1 |
* | Replace kernel virtual address space allocation with vmem. This provides | jeff | 2013-08-07 | 1 | -25/+41 |
* | Remove unused malloc type. | kib | 2013-08-01 | 1 | -2/+0 |
* | Try to improve r242655 take III: move these SYSCTLs describing the kernel | marius | 2013-02-04 | 1 | -11/+0 |
* | Further improve r242655 and supply VM_{MIN,MAX}_KERNEL_ADDRESS as constant | marius | 2013-02-03 | 1 | -7/+7 |
* | Make r242655 build on sparc64. While at it, make vm_{max,min}_kernel_address | marius | 2012-11-08 | 1 | -2/+4 |
* | export VM_MIN_KERNEL_ADDRESS and VM_MAX_KERNEL_ADDRESS via sysctl. | alfred | 2012-11-06 | 1 | -0/+8 |
* | Fix a bug with memguard(9) on 32-bit architectures without a | mdf | 2012-07-15 | 1 | -1/+1 |
* | Honor db_pager_quit in 'show uma' and 'show malloc'. | jhb | 2012-07-02 | 1 | -0/+4 |
* | - Change contigmalloc() to use the vm_paddr_t type instead of an unsigned | jhb | 2012-03-01 | 1 | -1/+1 |
* | Eliminate stale numbers from a comment. | alc | 2011-12-07 | 1 | -5/+2 |
* | Eliminate the possibility of 32-bit arithmetic overflow in the calculation | alc | 2011-12-07 | 1 | -4/+4 |
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | ed | 2011-11-07 | 1 | -1/+1 |
* | contigmalloc(9) and contigfree(9) are now implemented in terms of other | alc | 2011-10-27 | 1 | -0/+37 |
* | Make memguard(9) capable to guard uma(9) allocations. | glebius | 2011-10-12 | 1 | -1/+1 |
* | Fix the handling of an empty kmem map by sysctl_kmem_map_free(). In | alc | 2011-10-08 | 1 | -2/+2 |
* | Modestly increase the maximum allowed size of the kmem map on i386. | alc | 2011-03-23 | 1 | -5/+0 |
* | Explicitly wire the user buffer rather than doing it implicitly in | mdf | 2011-01-27 | 1 | -0/+6 |
* | add kmem_map_free sysctl: query largest contiguous free range in kmem_map | avg | 2010-10-09 | 1 | -0/+17 |
* | vm.kmem_map_size: a sysctl to query current kmem_map->size | avg | 2010-10-07 | 1 | -0/+14 |
* | kmem_size* sysctls: hint that these are also tunables | avg | 2010-09-30 | 1 | -4/+4 |
* | Re-add r212370 now that the LOR in powerpc64 has been resolved: | mdf | 2010-09-16 | 1 | -49/+9 |
* | Revert r212370, as it causes a LOR on powerpc. powerpc does a few | mdf | 2010-09-13 | 1 | -9/+49 |
* | Add a drain function for struct sysctl_req, and use it for a variety of | mdf | 2010-09-09 | 1 | -49/+9 |
* | The realloc case for memguard(9) will copy too many bytes when | mdf | 2010-08-31 | 1 | -9/+2 |
* | Rework memguard(9) to reserve significantly more KVA to detect | mdf | 2010-08-11 | 1 | -18/+21 |
* | Add MALLOC_DEBUG_MAXZONES debug malloc(9) option to use multiple uma | mdf | 2010-07-28 | 1 | -24/+124 |
* | Use ISO C99 integer types in sys/kern where possible. | ed | 2010-06-21 | 1 | -4/+4 |
* | If we're passed garbage in malloc_init(), panic() rather than expecting | brian | 2009-06-05 | 1 | -3/+7 |
* | Retire kern.vm.kmem.size. It was marked as obsolete prior to 5.2, so | imp | 2009-05-09 | 1 | -4/+0 |
* | struct malloc_type has had a 'magic' field statically initialized to | rwatson | 2009-04-19 | 1 | -1/+13 |
* | Remove even more unneeded variable assignments. | ed | 2009-02-26 | 1 | -2/+0 |
* | - Make the keg abstraction more complete. Permit a zone to have multiple | jeff | 2009-01-25 | 1 | -4/+1 |
* | Enable the creation of a kmem map larger than 4GB. | alc | 2008-07-05 | 1 | -11/+11 |
* | Correct an error in the comments for init_param3(). | alc | 2008-07-04 | 1 | -1/+1 |
* | Add support for the DTrace malloc provider which can enable probes | jb | 2008-05-23 | 1 | -0/+63 |
* | Introduce a new parameter "superpage_align" to kmem_suballoc() that is | alc | 2008-05-10 | 1 | -1/+1 |
* | In keeping with style(9)'s recommendations on macros, use a ';' | rwatson | 2008-03-16 | 1 | -1/+1 |
* | Use vm_offset_t for kmembase and kmemlimit rather than char *, avoiding | rwatson | 2007-06-27 | 1 | -4/+4 |
* | Spell statistics more correctly in comments. | rwatson | 2007-06-14 | 1 | -1/+1 |