summaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/src/linux_current.c
AgeCommit message (Expand)Author
5 dayslinuxkpi: Fix an error path in linux_alloc_current()Mark Johnston
2024-02-11Revert "LinuxKPI: Add explicit software context to FPU sections"Vladimir Kondratyev
2024-02-11Revert "LinuxKPI: Do not use explicit context in FPU sections on powerpc64"Vladimir Kondratyev
2024-01-15linuxkpi: correct zone item size for linux_mm_zoneKonstantin Belousov
2023-12-24LinuxKPI: Do not use explicit context in FPU sections on powerpc64Vladimir Kondratyev
2023-12-24LinuxKPI: Add explicit software context to FPU sectionsVladimir Kondratyev
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2022-09-17linuxkpi: use SI_SUB_EVENTHANDLER + 1, like other consumersMateusz Guzik
2022-09-01linuxkpi: on i386 only use first_msi_irq if apic is in kernel configTijl Coosemans
2021-07-27linuxkpi: remove global atomic counter of the task allocationsKonstantin Belousov
2021-05-21There is a window where threads are removed from the process list and whereHans Petter Selasky
2021-04-19linuxkpi: reduce number of stray mm_struct allocationsKonstantin Belousov
2021-04-19linuxkpi: guarantee allocations of task and mm for interrupt threadsKonstantin Belousov
2021-04-19linuxkpi: some style, wrap too long linesKonstantin Belousov
2020-07-02linuxkpi: improvements for linux_pid_task() and linux_get_pid_task().Konstantin Belousov
2020-07-01The "pid" field in the LinuxKPI task struct is typically set to the thread IDHans Petter Selasky
2019-05-16LinuxKPI: Add group_leader member to struct task_struct.Johannes Lundberg
2019-03-13Implement current_exiting() in the LinuxKPI.Hans Petter Selasky
2019-02-22lkpi: allow late binding of linux_alloc_currentMatt Macy
2017-11-11Remove release and acquire semantics when accessing the "state" field of theHans Petter Selasky
2017-07-09Free existing per-thread task structs when unloading linuxkpi.ko.Mark Johnston
2017-06-18Add kthread parking support to the LinuxKPI.Mark Johnston
2017-05-31Don't acquire a reference on the VM-space when allocating the LinuxKPIHans Petter Selasky
2017-04-06Fix implementation of task_pid_group_leader() in the LinuxKPI.Hans Petter Selasky
2017-04-06Before registering a new mm_struct in the LinuxKPI check if otherHans Petter Selasky
2017-03-17Implement get_pid_task(), pid_task() and some other PID helperHans Petter Selasky
2017-03-17Implement minimalistic memory mapping structure, struct mm_struct, andHans Petter Selasky
2017-02-21Make the LinuxKPI task struct persistent accross system calls.Hans Petter Selasky