aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/include/asm
Commit message (Expand)AuthorAgeFilesLines
* Implement a series of physical page management related functions inHans Petter Selasky2017-03-271-0/+7
* Function macros are preferred in the LinuxKPI.Hans Petter Selasky2017-03-231-1/+1
* Extend cmpxchg() to support 8- and 16-bit values, and add xchg().Mark Johnston2017-03-221-22/+40
* Implement more LinuxKPI atomic functions and macros.Hans Petter Selasky2017-02-163-0/+32
* Allow passing a constant atomic_t to atomic_read().Hans Petter Selasky2017-02-161-2/+2
* Define ATOMIC_LONG_INIT() in the LinuxKPI.Hans Petter Selasky2016-05-261-0/+2
* Implement "atomic_long_add_unless()" in the LinuxKPI and fix theHans Petter Selasky2016-05-231-1/+16
* Define more copy to/from userspace functions in the LinuxKPI.Hans Petter Selasky2016-05-231-0/+3
* Add support for atomic_long_inc_not_zero() to the LinuxKPI.Hans Petter Selasky2016-05-231-0/+1
* Add more PAGE related defines to the LinuxKPI. Move the definition ofHans Petter Selasky2016-05-131-1/+1
* Fix handling of IOCTLs in the LinuxKPI.Hans Petter Selasky2016-05-121-2/+2
* Add more atomic LinuxKPI functions.Hans Petter Selasky2016-05-112-0/+118
* Use function macros when possible to avoid stray substitutions.Hans Petter Selasky2016-05-101-17/+17
* Add missing semicolon and properly wrap macro argument.Hans Petter Selasky2016-05-101-12/+12
* Allow the argument for the cpu_to_xxxp() and xxx_to_cpup() macros toHans Petter Selasky2016-05-101-12/+12
* Update and add various macros to the LinuxKPI and resolve a macroHans Petter Selasky2016-01-261-0/+2
* Implement 64-bit atomic operations for the LinuxKPI.Hans Petter Selasky2016-01-211-0/+104
* LinuxKPI atomic fixes:Hans Petter Selasky2016-01-212-22/+22
* Make all the LinuxKPI include files compile standalone.Hans Petter Selasky2015-11-032-1/+3
* Finish process of moving the LinuxKPI module into the default kernel build.Hans Petter Selasky2015-10-298-0/+505