| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r282690: | Konstantin Belousov | 2015-05-23 | 1 | -2/+4 |
| * | MFC r269963+269964: | Xin LI | 2014-08-29 | 1 | -14/+10 |
| * | MFC r257854 (discussed with alc@) | Ian Lepore | 2014-05-16 | 1 | -23/+31 |
| * | Tidy up kmeminit(): Since r245575, 'nmbclusters' is calculated after | Alan Cox | 2013-10-05 | 1 | -3/+2 |
| * | - Disable quantum caches on the kmem_arena. This can make fragmentation | Jeff Roberson | 2013-08-13 | 1 | -1/+1 |
| * | Instead of just trying to do it for arm, make sure vm_kmem_size is properly | Olivier Houchard | 2013-08-09 | 1 | -0/+1 |
| * | Replace kernel virtual address space allocation with vmem. This provides | Jeff Roberson | 2013-08-07 | 1 | -25/+41 |
| * | Remove unused malloc type. | Konstantin Belousov | 2013-08-01 | 1 | -2/+0 |
| * | Try to improve r242655 take III: move these SYSCTLs describing the kernel | Marius Strobl | 2013-02-04 | 1 | -11/+0 |
| * | Further improve r242655 and supply VM_{MIN,MAX}_KERNEL_ADDRESS as constant | Marius Strobl | 2013-02-03 | 1 | -7/+7 |
| * | Make r242655 build on sparc64. While at it, make vm_{max,min}_kernel_address | Marius Strobl | 2012-11-08 | 1 | -2/+4 |
| * | export VM_MIN_KERNEL_ADDRESS and VM_MAX_KERNEL_ADDRESS via sysctl. | Alfred Perlstein | 2012-11-06 | 1 | -0/+8 |
| * | Fix a bug with memguard(9) on 32-bit architectures without a | Matthew D Fleming | 2012-07-15 | 1 | -1/+1 |
| * | Honor db_pager_quit in 'show uma' and 'show malloc'. | John Baldwin | 2012-07-02 | 1 | -0/+4 |
| * | - Change contigmalloc() to use the vm_paddr_t type instead of an unsigned | John Baldwin | 2012-03-01 | 1 | -1/+1 |
| * | Eliminate stale numbers from a comment. | Alan Cox | 2011-12-07 | 1 | -5/+2 |
| * | Eliminate the possibility of 32-bit arithmetic overflow in the calculation | Alan Cox | 2011-12-07 | 1 | -4/+4 |
| * | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | Ed Schouten | 2011-11-07 | 1 | -1/+1 |
| * | contigmalloc(9) and contigfree(9) are now implemented in terms of other | Alan Cox | 2011-10-27 | 1 | -0/+37 |
| * | Make memguard(9) capable to guard uma(9) allocations. | Gleb Smirnoff | 2011-10-12 | 1 | -1/+1 |
| * | Fix the handling of an empty kmem map by sysctl_kmem_map_free(). In | Alan Cox | 2011-10-08 | 1 | -2/+2 |
| * | Modestly increase the maximum allowed size of the kmem map on i386. | Alan Cox | 2011-03-23 | 1 | -5/+0 |
| * | Explicitly wire the user buffer rather than doing it implicitly in | Matthew D Fleming | 2011-01-27 | 1 | -0/+6 |
| * | add kmem_map_free sysctl: query largest contiguous free range in kmem_map | Andriy Gapon | 2010-10-09 | 1 | -0/+17 |
| * | vm.kmem_map_size: a sysctl to query current kmem_map->size | Andriy Gapon | 2010-10-07 | 1 | -0/+14 |
| * | kmem_size* sysctls: hint that these are also tunables | Andriy Gapon | 2010-09-30 | 1 | -4/+4 |
| * | Re-add r212370 now that the LOR in powerpc64 has been resolved: | Matthew D Fleming | 2010-09-16 | 1 | -49/+9 |
| * | Revert r212370, as it causes a LOR on powerpc. powerpc does a few | Matthew D Fleming | 2010-09-13 | 1 | -9/+49 |
| * | Add a drain function for struct sysctl_req, and use it for a variety of | Matthew D Fleming | 2010-09-09 | 1 | -49/+9 |
| * | The realloc case for memguard(9) will copy too many bytes when | Matthew D Fleming | 2010-08-31 | 1 | -9/+2 |
| * | Rework memguard(9) to reserve significantly more KVA to detect | Matthew D Fleming | 2010-08-11 | 1 | -18/+21 |
| * | Add MALLOC_DEBUG_MAXZONES debug malloc(9) option to use multiple uma | Matthew D Fleming | 2010-07-28 | 1 | -24/+124 |
| * | Use ISO C99 integer types in sys/kern where possible. | Ed Schouten | 2010-06-21 | 1 | -4/+4 |
| * | If we're passed garbage in malloc_init(), panic() rather than expecting | Brian Somers | 2009-06-05 | 1 | -3/+7 |
| * | Retire kern.vm.kmem.size. It was marked as obsolete prior to 5.2, so | Warner Losh | 2009-05-09 | 1 | -4/+0 |
| * | struct malloc_type has had a 'magic' field statically initialized to | Robert Watson | 2009-04-19 | 1 | -1/+13 |
| * | Remove even more unneeded variable assignments. | Ed Schouten | 2009-02-26 | 1 | -2/+0 |
| * | - Make the keg abstraction more complete. Permit a zone to have multiple | Jeff Roberson | 2009-01-25 | 1 | -4/+1 |
| * | Enable the creation of a kmem map larger than 4GB. | Alan Cox | 2008-07-05 | 1 | -11/+11 |
| * | Correct an error in the comments for init_param3(). | Alan Cox | 2008-07-04 | 1 | -1/+1 |
| * | Add support for the DTrace malloc provider which can enable probes | John Birrell | 2008-05-23 | 1 | -0/+63 |
| * | Introduce a new parameter "superpage_align" to kmem_suballoc() that is | Alan Cox | 2008-05-10 | 1 | -1/+1 |
| * | In keeping with style(9)'s recommendations on macros, use a ';' | Robert Watson | 2008-03-16 | 1 | -1/+1 |
| * | Use vm_offset_t for kmembase and kmemlimit rather than char *, avoiding | Robert Watson | 2007-06-27 | 1 | -4/+4 |
| * | Spell statistics more correctly in comments. | Robert Watson | 2007-06-14 | 1 | -1/+1 |
| * | Revert VMCNT_* operations introduction. | Attilio Rao | 2007-05-31 | 1 | -5/+4 |
| * | Remove #if 0'd check for 0-size allocations, which if enabled, called | Robert Watson | 2007-05-27 | 1 | -4/+0 |
| * | - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulating | Jeff Roberson | 2007-05-18 | 1 | -4/+5 |
| * | Add support for specifying a minimal size for vm.kmem_size in the loader via | Stephane E. Potvin | 2007-04-21 | 1 | -0/+12 |
| * | Increase usefulness of "show malloc" by moving from displaying the basic | Robert Watson | 2006-10-26 | 1 | -5/+11 |