aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/include/linux/mutex.h
Commit message (Expand)AuthorAgeFilesLines
* LinuxKPI: add cleanup.h to mutex.hBjoern A. Zeeb2025-04-241-0/+1
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* linuxkpi: Include <linux/list.h> and <linux/kernel.h> from <linux/mutex.h>Jean-Sébastien Pédron2022-11-111-0/+2
* LinuxKPI: Constantly use _LINUXKPI_ prefix in include guardsVladimir Kondratyev2022-01-101-3/+3
* linuxkpi: Add nested variant of mutex_lock_interruptibleEmmanuel Vadot2020-08-041-0/+2
* linuxkpi: Add __mutex_initEmmanuel Vadot2020-05-171-0/+3
* linuxkpi: Add atomic_dec_and_mutex_lockEmmanuel Vadot2020-05-171-0/+11
* Implement mutex_lock_killable() in the LinuxKPI.Hans Petter Selasky2020-05-011-0/+12
* linuxkpi whitespace cleanupEd Maste2018-03-231-1/+1
* Return correct error code to user-space when a system call receives aHans Petter Selasky2018-02-221-1/+3
* Implement mutex_trylock_recursive() in the LinuxKPI.Hans Petter Selasky2018-02-161-0/+15
* Cleanup the LinuxKPI mutex wrappers.Hans Petter Selasky2017-03-091-13/+80
* Use function macro instead of non-function macro to reduce chance ofHans Petter Selasky2016-01-211-1/+1
* Finish process of moving the LinuxKPI module into the default kernel build.Hans Petter Selasky2015-10-291-0/+64