aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/include/linux/slab.h
Commit message (Expand)AuthorAgeFilesLines
* Implement basic support for allocating memory from a specific numa nodeHans Petter Selasky2021-03-091-4/+33
* LinuxKPI: Reimplement irq_work queue on top of fast taskqueueVladimir Kondratyev2021-01-171-0/+16
* LinuxKPI: Implement ksize() function.Vladimir Kondratyev2020-08-291-0/+6
* Implement more malloc function macros in the LinuxKPI.Hans Petter Selasky2019-03-131-1/+3
* Define ARCH_KMALLOC_MINALIGN in the LinuxKPI.Hans Petter Selasky2018-06-071-0/+3
* Implement support for the kvmalloc_array() function in the LinuxKPI.Hans Petter Selasky2018-05-311-0/+6
* linuxkpi whitespace cleanupEd Maste2018-03-231-5/+5
* Keep the old SLAB_DESTROY_BY_RCU macro definition around in the LinuxKPIHans Petter Selasky2018-03-041-0/+3
* Rename the SLAB_DESTROY_BY_RCU flag into SLAB_TYPESAFE_BY_RCU in the LinuxKPIHans Petter Selasky2018-03-041-2/+2
* Implement the KMEM_CACHE() function macro in the LinuxKPI.Hans Petter Selasky2018-02-181-0/+4
* linuxkpi: Simplify kmalloc_array.Pedro F. Giffuni2018-01-101-3/+1
* linuxkpi: Implement kcalloc() based on mallocarray()Kristof Provost2018-01-071-1/+7
* Implement vmalloc_32() in the LinuxKPI.Hans Petter Selasky2017-03-271-0/+7
* Cleanup the LinuxKPI slab implementation.Hans Petter Selasky2017-03-081-44/+78
* Revert crap accidentally committedBaptiste Daroussin2017-01-281-8/+0
* Revert r312923 a better approach will be taken laterBaptiste Daroussin2017-01-281-0/+8
* Avoid malloc() warnings when using the LinuxKPI by zero-checkingHans Petter Selasky2016-12-091-1/+1
* Prefix the Linux KPI's kmem_xxx() functions with linux_ to avoidHans Petter Selasky2016-12-091-7/+18
* Add more functions to the LinuxKPI.Hans Petter Selasky2016-03-031-0/+1
* Finish process of moving the LinuxKPI module into the default kernel build.Hans Petter Selasky2015-10-291-0/+112