aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/include/linux/spinlock.h
Commit message (Expand)AuthorAgeFilesLines
* linuxkpi: Fix spin_lock_initEmmanuel Vadot2024-05-171-1/+1
* linuxkpi: spinlock: Simplify codeEmmanuel Vadot2024-05-161-24/+10
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* LinuxKPI: Appease -Wunused-but-set-variable warnings from GCC.John Baldwin2023-03-311-0/+1
* Revert "LinuxKPI: Allow spin_lock_irqsave to be called within a critical sect...Vladimir Kondratyev2022-01-261-23/+4
* LinuxKPI: Allow spin_lock_irqsave to be called within a critical sectionVladimir Kondratyev2022-01-181-4/+23
* LinuxKPI: Constantly use _LINUXKPI_ prefix in include guardsVladimir Kondratyev2022-01-101-3/+3
* LinuxKPI: Add some typical header pollutionVladimir Kondratyev2022-01-101-0/+1
* linuxkpi: Add spin_trylock_irqsave() macroNeel Chauhan2021-07-151-0/+5
* LinuxKPI: Change flags parameter type of atomic_dec_and_lock_irqsaveVladimir Kondratyev2021-07-051-6/+11
* LinuxKPI: avoid userret: Returning with with pinned threadBjoern A. Zeeb2021-06-181-0/+2
* linuxkpi: Remove unneeded {} in atomic_dec_and_lock_irqsave()Neel Chauhan2021-04-261-2/+1
* linuxkpi: Elimiate brackets on return in spinlock.hNeel Chauhan2021-04-261-2/+2
* linuxkpi: Implement atomic_dec_and_lock_irqsave()Neel Chauhan2021-04-261-0/+13
* linuxkpi whitespace cleanupEd Maste2018-03-231-1/+1
* Implement spin_trylock_irq() function macro in the LinuxKPI.Hans Petter Selasky2018-02-171-0/+3
* Streamline the LinuxKPI spinlock wrappers.Hans Petter Selasky2017-02-211-19/+109
* Make the LinuxKPI task struct persistent accross system calls.Hans Petter Selasky2017-02-211-1/+1
* Finish process of moving the LinuxKPI module into the default kernel build.Hans Petter Selasky2015-10-291-0/+70