summaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/src/linux_schedule.c
AgeCommit message (Expand)Author
2025-05-12linuxkpi: Add `woken_wake_function()` and `wait_woken()`Jean-Sébastien Pédron
2025-05-12linuxkpi: Fix up jiffies handlingMark Johnston
2025-04-29linuxkpi: Introduce a properly typed jiffiesMark Johnston
2024-07-29sleepqueue: Remove kernel stack swapping support, part 10Mark Johnston
2024-07-29proc: Remove kernel stack swapping support, part 7Mark Johnston
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2022-01-27Revert "LinuxKPI: Allow wake_up to be executed within a critical section"Vladimir Kondratyev
2022-01-18LinuxKPI: Allow wake_up to be executed within a critical sectionVladimir Kondratyev
2018-06-06Implement the init_wait_entry() function macro in the LinuxKPI.Hans Petter Selasky
2018-05-28Allow TASK_PARKED bit being set when going to sleep in the LinuxKPI.Hans Petter Selasky
2018-04-03Wrap long lines.Mark Johnston
2018-03-30Optimise use of Giant in the LinuxKPI.Hans Petter Selasky
2018-03-04Implement DEFINE_WAIT_FUNC() function macro and default_wake_function()Hans Petter Selasky
2018-03-03Use mstosbt() instead of SBT_1MS in the LinuxKPI to get the last few bitsHans Petter Selasky
2018-03-03Implement msleep_interruptible() in the LinuxKPI. While at it use pause_sbt()Hans Petter Selasky
2018-02-22Return correct error code to user-space when a system call receives aHans Petter Selasky
2017-11-11Remove release and acquire semantics when accessing the "state" field of theHans Petter Selasky
2017-10-13Make the PHOLD in linux_wait_event_common() unconditional.Mark Johnston
2017-08-10Make sure the linux_wait_event_common() function in the LinuxKPI properlyHans Petter Selasky
2017-06-09Augment wait queue support in the LinuxKPI.Mark Johnston