summaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/include/linux/mutex.h
AgeCommit message (Expand)Author
2025-04-24LinuxKPI: add cleanup.h to mutex.hBjoern A. Zeeb
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2022-11-11linuxkpi: Include <linux/list.h> and <linux/kernel.h> from <linux/mutex.h>Jean-Sébastien Pédron
2022-01-10LinuxKPI: Constantly use _LINUXKPI_ prefix in include guardsVladimir Kondratyev
2020-08-04linuxkpi: Add nested variant of mutex_lock_interruptibleEmmanuel Vadot
2020-05-17linuxkpi: Add __mutex_initEmmanuel Vadot
2020-05-17linuxkpi: Add atomic_dec_and_mutex_lockEmmanuel Vadot
2020-05-01Implement mutex_lock_killable() in the LinuxKPI.Hans Petter Selasky
2018-03-23linuxkpi whitespace cleanupEd Maste
2018-02-22Return correct error code to user-space when a system call receives aHans Petter Selasky
2018-02-16Implement mutex_trylock_recursive() in the LinuxKPI.Hans Petter Selasky
2017-03-09Cleanup the LinuxKPI mutex wrappers.Hans Petter Selasky
2016-01-21Use function macro instead of non-function macro to reduce chance ofHans Petter Selasky
2015-10-29Finish process of moving the LinuxKPI module into the default kernel build.Hans Petter Selasky