aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/include
Commit message (Expand)AuthorAgeFilesLines
* Fix implementation of task_pid_group_leader() in the LinuxKPI.Hans Petter Selasky2017-04-061-2/+1
* Implement proper support for memory map operations in the LinuxKPI,Hans Petter Selasky2017-04-062-6/+42
* Implement down_write_killable() in the LinuxKPI.Hans Petter Selasky2017-04-051-0/+1
* Implement vmalloc_32() in the LinuxKPI.Hans Petter Selasky2017-03-271-0/+7
* Implement a series of physical page management related functions inHans Petter Selasky2017-03-277-5/+304
* Use ppsratecheck() for ratelimiting in the LinuxKPI.Hans Petter Selasky2017-03-232-4/+14
* Add proper error checking for the string to number conversionHans Petter Selasky2017-03-231-5/+92
* Function macros are preferred in the LinuxKPI.Hans Petter Selasky2017-03-231-1/+1
* Add support for ratelimited printouts in the LinuxKPI.Hans Petter Selasky2017-03-232-0/+19
* Extend cmpxchg() to support 8- and 16-bit values, and add xchg().Mark Johnston2017-03-221-22/+40
* Add full VNET support to the inet_get_local_port_range() function inHans Petter Selasky2017-03-221-2/+3
* Add support for more IPv4 and IPv6 related macros in the LinuxKPI.Hans Petter Selasky2017-03-222-2/+8
* Implement get_pid_task(), pid_task() and some other PID helperHans Petter Selasky2017-03-172-5/+87
* Implement minimalistic memory mapping structure, struct mm_struct, andHans Petter Selasky2017-03-173-0/+74
* Add comment describing the use of pagefault_disable() andHans Petter Selasky2017-03-171-0/+7
* The LinuxKPI pagefault disable and enable functions can only be usedHans Petter Selasky2017-03-161-15/+6
* Implement more userspace memory access functions in the LinuxKPI.Hans Petter Selasky2017-03-161-1/+22
* Define some more LinuxKPI task related macros.Hans Petter Selasky2017-03-161-0/+6
* Add helper function similar to ip_dev_find() to the LinuxKPI to lookupHans Petter Selasky2017-03-161-1/+25
* Add basic support for VIMAGE to the LinuxKPI and ibcore.Hans Petter Selasky2017-03-162-12/+27
* Fix implementation of the DECLARE_WORK() macro in the LinuxKPI to fullyHans Petter Selasky2017-03-091-2/+7
* Implement support for mutexes with deadlock avoidance in the LinuxKPI.Hans Petter Selasky2017-03-091-0/+142
* Cleanup the LinuxKPI mutex wrappers.Hans Petter Selasky2017-03-091-13/+80
* Cleanup the LinuxKPI slab implementation.Hans Petter Selasky2017-03-082-46/+78
* Implement eth_zero_addr() in the LinuxKPI.Hans Petter Selasky2017-03-081-0/+6
* Add support for constant pointer constructs to READ_ONCE() in theHans Petter Selasky2017-03-071-3/+4
* Implement time_is_after_eq_jiffies() function in the LinuxKPI.Hans Petter Selasky2017-03-071-0/+1
* Fix implementation of the DECLARE_RWSEM() macro in the LinuxKPI.Hans Petter Selasky2017-03-071-2/+2
* Make sure jiffies value is cast to an integer in the LinuxKPI beforeHans Petter Selasky2017-03-071-1/+1
* LinuxKPI workqueue cleanup.Hans Petter Selasky2017-03-071-131/+141
* Implement add_timer_on() function in the LinuxKPI.Hans Petter Selasky2017-03-061-0/+1
* Implement DECLARE_RWSEM() macro in the LinuxKPI to initialize aHans Petter Selasky2017-03-061-0/+9
* Give LinuxKPI Read-Write semaphores better debug names whenHans Petter Selasky2017-03-061-5/+17
* Remove duplicate prototype in the LinuxKPI to fix compilation warning.Hans Petter Selasky2017-03-041-1/+0
* Update the LinuxKPI RCU and SRCU wrappers for the concurrency kit, CK.Hans Petter Selasky2017-03-032-4/+5
* Implement more bit operation functions in the LinuxKPI.Hans Petter Selasky2017-02-271-1/+22
* Define __sum16 type in the LinuxKPI.Hans Petter Selasky2017-02-271-0/+1
* Implement more string functions in the LinuxKPI.Hans Petter Selasky2017-02-241-3/+85
* Prototype device structure to ensure LinuxKPI header file can beHans Petter Selasky2017-02-241-0/+2
* Implement srcu_dereference() macro in the LinuxKPI.Hans Petter Selasky2017-02-241-0/+2
* Implement BIT_ULL() macro in the LinuxKPI.Hans Petter Selasky2017-02-241-0/+1
* Implement __test_and_clear_bit() and __test_and_set_bit() in the LinuxKPI.Hans Petter Selasky2017-02-231-0/+30
* Convert magic values into macros in the LinuxKPI scatterlistHans Petter Selasky2017-02-221-9/+13
* Optimise unmapped LinuxKPI page allocations.Hans Petter Selasky2017-02-221-56/+68
* Improve LinuxKPI scatter list support.Hans Petter Selasky2017-02-221-49/+191
* Replace dummy implementation of RCU in the LinuxKPI with one based onHans Petter Selasky2017-02-214-98/+166
* Streamline the LinuxKPI spinlock wrappers.Hans Petter Selasky2017-02-211-19/+109
* Add support for LinuxKPI tasklets.Hans Petter Selasky2017-02-212-0/+55
* Make the LinuxKPI task struct persistent accross system calls.Hans Petter Selasky2017-02-2114-101/+66
* Implement GFP_DMA32 flag in the LinuxKPI.Hans Petter Selasky2017-02-172-3/+6