summaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/src/linux_slab.c
AgeCommit message (Expand)Author
2025-08-07linuxkpi: Call `lkpi_fpu_safe_exec()` in the implementation of kvmalloc()Jean-Sébastien Pédron
2025-04-12LinuxKPI; cleanup slab.h a bit; move more free() into slab.cBjoern A. Zeeb
2025-04-12LinuxKPI: implement krealloc() for memory being contiguousBjoern A. Zeeb
2025-04-12LinuxKPI: switch mallocarray to an lkpi implementation using __kmalloc()Bjoern A. Zeeb
2025-04-01LinuxKPi: lkpi___kmalloc change a < into <= for proper boundry checkBjoern A. Zeeb
2025-03-14LinuxKPI: make __kmalloc() play by the rulesBjoern A. Zeeb
2024-07-26LinuxKPI: move __kmalloc from slab.h to slab.cBjoern A. Zeeb
2024-02-11LinuxKPI: Allow kmalloc to be called when FPU protection is enabledVladimir Kondratyev
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2021-10-06linuxkpi: Handle a NULL cache pointer in kmem_cache_destroy()Mark Johnston
2021-07-05LinuxKPI: Allow kmem_cache_free() to be called from critical sectionsVladimir Kondratyev
2021-01-17LinuxKPI: Reimplement irq_work queue on top of fast taskqueueVladimir Kondratyev
2018-03-04Rename the SLAB_DESTROY_BY_RCU flag into SLAB_TYPESAFE_BY_RCU in the LinuxKPIHans Petter Selasky
2017-03-08Cleanup the LinuxKPI slab implementation.Hans Petter Selasky