| 2012-10-08 |
Sepherosa Ziehau | kmalloc: Use 'fls' to round up the size to the nearest... |
blob | commitdiff |
| 2012-10-07 |
Sepherosa Ziehau | kmalloc: Add kmalloc_powerof2() and kmalloc_cachealign() |
blob | commitdiff | diff to current |
| 2012-04-01 |
Matthew Dillon | kernel - Do not use M_USE_INTERRUPT_RESERVE for M_NOWAIT |
blob | commitdiff | diff to current |
| 2011-12-06 |
Sascha Wildner | <sys/malloc.h>: Remove the MALLOC() and FREE() macros. |
blob | commitdiff | diff to current |
| 2011-11-26 |
John Marino | Initial import of binutils 2.22 on the new vendor branch |
blob | commitdiff | diff to current |
| 2011-10-18 |
Matthew Dillon | kernel - Major SMP performance patch / VM system, bus... |
blob | commitdiff | diff to current |
| 2011-02-15 |
Matthew Dillon | kernel - Add options SLAB_DEBUG to help debug memory... |
blob | commitdiff | diff to current |
| 2010-09-28 |
Matthew Dillon | kernel - Greatly reduce kernel memory use for x86_64 |
blob | commitdiff | diff to current |
| 2010-09-18 |
Matthew Dillon | kernel - Optimize kfree() to greatly reduce IPI traffic |
blob | commitdiff | diff to current |
| 2010-02-09 |
Matthew Dillon | kernel - slab allocator - Refactor struct kmemusage |
blob | commitdiff | diff to current |
| 2010-02-06 |
Matthew Dillon | kernel - More conversions to size_t in struct malloc_type |
blob | commitdiff | diff to current |
| 2010-02-06 |
Matthew Dillon | x86_64 kernel - Increase buffer cache and vnode resourc... |
blob | commitdiff | diff to current |
| 2009-07-08 |
Sepherosa Ziehau | Revoke kreallocf() |
blob | commitdiff | diff to current |
| 2009-07-08 |
Sepherosa Ziehau | Sync PCI code with FreeBSD 7.2 |
blob | commitdiff | diff to current |
| 2008-12-10 |
Matthew Dillon | Add kmalloc_create() and kmalloc_destroy(), an API... |
blob | commitdiff | diff to current |
| 2008-10-22 |
Matthew Dillon | Add kmalloc_raise_limit() - allow a subsystem to raise... |
blob | commitdiff | diff to current |
| 2008-06-30 |
Matthew Dillon | Add a new helper function, kmalloc_limit(). This funct... |
blob | commitdiff | diff to current |
| 2007-04-30 |
Matthew Dillon | Revamp SYSINIT ordering. Relabel sysinit IDs (SI_... |
blob | commitdiff | diff to current |
| 2006-12-28 |
Matthew Dillon | Introduce globals: KvaStart, KvaEnd, and KvaSize. ... |
blob | commitdiff | diff to current |
| 2006-09-05 |
Matthew Dillon | Make KMALLOC_ONLY the default, remove compatibility... |
blob | commitdiff | diff to current |
| 2006-09-05 |
Matthew Dillon | Rename malloc->kmalloc, free->kfree, and realloc->kreal... |
blob | commitdiff | diff to current |
| 2006-09-04 |
Matthew Dillon | Create 'k' versions of the kernel malloc API. |
blob | commitdiff | diff to current |
| 2006-09-04 |
Matthew Dillon | Rename functions to avoid conflicts with libc. |
blob | commitdiff | diff to current |
| 2006-05-21 |
Matthew Dillon | Clean up more #include files. Create an internal __boo... |
blob | commitdiff | diff to current |
| 2005-03-28 |
Joerg Sonnenberger | Separate M_NULLOK from M_RNOWAIT. |
blob | commitdiff | diff to current |
| 2004-11-17 |
Matthew Dillon | Remove unused junk from the slab allocator. |
blob | commitdiff | diff to current |
| 2004-07-29 |
Matthew Dillon | Implement a kernel strdup() function (API synch with... |
blob | commitdiff | diff to current |
| 2004-03-12 |
Joerg Sonnenberger | Initialize all fields in MALLOC_DEFINE and VFS_SET... |
blob | commitdiff | diff to current |
| 2004-01-20 |
Matthew Dillon | Retool the M_* flags to malloc() and the VM_ALLOC_... |
blob | commitdiff | diff to current |
| 2003-11-30 |
Matthew Dillon | Add the MPIPE subsystem. This subsystem is used for... |
blob | commitdiff | diff to current |
| 2003-11-21 |
Matthew Dillon | Do some fairly major include file cleanups to further... |
blob | commitdiff | diff to current |
| 2003-11-09 |
Matthew Dillon | Core integer types header file reorganization stage... |
blob | commitdiff | diff to current |
| 2003-11-03 |
Matthew Dillon | 64 bit address space cleanups which are a prerequisit... |
blob | commitdiff | diff to current |
| 2003-10-20 |
Matthew Dillon | Yah yah. Always good to commit the header file needed... |
blob | commitdiff | diff to current |
| 2003-10-19 |
Matthew Dillon | Entirely remove the old kernel malloc and kmem_map... |
blob | commitdiff | diff to current |
| 2003-10-18 |
Matthew Dillon | machine/param.h has to be included outside of _KERNEL... |
blob | commitdiff | diff to current |
| 2003-10-18 |
Matthew Dillon | Make malloc_type statistics per-cpu, which fixes statis... |
blob | commitdiff | diff to current |
| 2003-09-26 |
Matthew Dillon | Remove the NO_KMEM_MAP and USE_SLAB_ALLOCATOR kernel... |
blob | commitdiff | diff to current |
| 2003-08-27 |
Matthew Dillon | SLAB ALLOCATOR Stage 1. This brings in a slab allocato... |
blob | commitdiff | diff to current |
| 2003-08-25 |
Matthew Dillon | Add the NO_KMEM_MAP kernel configuration option. This... |
blob | commitdiff | diff to current |
| 2003-08-20 |
Robert Garrett | __P() != wanted, begin removal, in order to preserve... |
blob | commitdiff | diff to current |
| 2003-07-28 |
Hiten Pandya | Bring the malloc/mbuf flags up-to-date with FreeBSD. |
blob | commitdiff | diff to current |
| 2003-06-21 |
Matthew Dillon | thread stage 8: add crit_enter(), per-thread cpl handli... |
blob | commitdiff | diff to current |
| 2003-06-17 |
Matthew Dillon | Add the DragonFly cvs id and perform general cleanups... |
blob | commitdiff | diff to current |
| 2003-06-17 |
Matthew Dillon | Initial import from FreeBSD RELENG_4: |
blob | commitdiff | diff to current |
|