summaryrefslogtreecommitdiffstats
path: root/sys/compat/linuxkpi
Commit message (Expand)AuthorAgeFilesLines
* Add a missing error check for a malloc() call in idr_get().markj2016-06-141-1/+2
* Fallback to arc4rand() in the LinuxKPI when read_random() returnshselasky2016-06-072-4/+7
* The SCHEDULER_STOPPED() macro already contains a predict false statement.hselasky2016-05-272-5/+5
* Define ATOMIC_LONG_INIT() in the LinuxKPI.hselasky2016-05-261-0/+2
* Add support for runtime modifiable module parameters in the LinuxKPI.hselasky2016-05-261-21/+25
* Add more module parameter macros to the LinuxKPI.hselasky2016-05-261-0/+6
* Add support for boolean module parameters in the LinuxKPI.hselasky2016-05-261-0/+6
* Implement Linux module parameters as read-only tunable SYSCTLs.hselasky2016-05-252-200/+83
* Add checks for SCHEDULER_STOPPED() so that code using the LinuxKPI canhselasky2016-05-253-1/+13
* Add __iowrite32_copy() to the Linux kernel compatibility layer.kevlo2016-05-241-7/+12
* Use the DROP_GIANT() and PICKUP_GIANT() macros instead of makinghselasky2016-05-241-4/+4
* Set "current" for all PCI enumeration callbacks.hselasky2016-05-243-4/+37
* Use make_dev_s() instead of make_dev() to avoid race settinghselasky2016-05-241-8/+37
* Implement "atomic_long_add_unless()" in the LinuxKPI and fix thehselasky2016-05-231-1/+16
* A missing definition needed by ktime_to_ms().hselasky2016-05-231-0/+1
* Fix some data types and add "inline" keyword for __reg_op() function.hselasky2016-05-231-17/+18
* Implement ror32() in the LinuxKPI.hselasky2016-05-231-0/+6
* Define more copy to/from userspace functions in the LinuxKPI.hselasky2016-05-231-0/+3
* Add more printf() related functions to the LinuxKPI.hselasky2016-05-231-1/+33
* Set an invalid IRQ number when no PCI IRQ is available in the LinuxKPI.hselasky2016-05-231-1/+1
* Add more ktime related functions to the LinuxKPI.hselasky2016-05-231-0/+32
* Implement "kref_put_mutex()" for the LinuxKPI.hselasky2016-05-231-0/+19
* Add more list_xxx() functions to the LinuxKPI.hselasky2016-05-232-0/+61
* Make header file standalone by including definitions for neededhselasky2016-05-231-0/+1
* Implement "_outb()" to the LinuxKPI for i386 and amd64 only.hselasky2016-05-231-0/+8
* Add support for "cdev_add_ext()" to the LinuxKPI.hselasky2016-05-231-0/+12
* Add more GFP related defines to the LinuxKPI.hselasky2016-05-231-0/+13
* Add support for atomic_long_inc_not_zero() to the LinuxKPI.hselasky2016-05-231-0/+1
* Add support for atomic_long_inc_not_zero() to the LinuxKPI.hselasky2016-05-231-1/+1
* Only lock Giant when needed in the LinuxKPI.hselasky2016-05-161-6/+8
* Implement more Linux device related functions in the LinuxKPI. Whilehselasky2016-05-161-4/+118
* Don't dereference parent pointer when it is NULL.hselasky2016-05-161-3/+3
* Properly implement "cpu_has_clflush" macro.hselasky2016-05-162-1/+17
* Handle case of class being set, but not parent when callinghselasky2016-05-131-3/+7
* Add more PAGE related defines to the LinuxKPI. Move the definition ofhselasky2016-05-132-5/+22
* Implement "old_encode_dev()" for the LinuxKPI.hselasky2016-05-131-0/+6
* Define _IOC_SIZE() in the LinuxKPI.hselasky2016-05-131-1/+3
* Add unlikely() statement to optimise the IS_ERR_VALUE() macro.hselasky2016-05-131-2/+4
* Implement nsecs_to_jiffies() in the LinuxKPI and while at ithselasky2016-05-131-13/+21
* Add more Linux defines. Improve some existing ones.hselasky2016-05-132-14/+100
* The Linux error defines should all be positive, else frequently usedhselasky2016-05-131-2/+17
* Fix handling of IOCTLs in the LinuxKPI.hselasky2016-05-124-20/+97
* Remove redundant "task_struct_set()".hselasky2016-05-121-2/+1
* Create a dummy "task_struct" on the stack which is returned byhselasky2016-05-123-23/+90
* Match Linux behaviour and iterate the IDR tree unlocked. The caller ishselasky2016-05-111-6/+2
* Return a proper error code instead of panicing when an I/O vectorhselasky2016-05-111-6/+6
* Add more IDR and IDA related functions to the LinuxKPI.hselasky2016-05-112-2/+179
* Factor out common code into "idr_find_layer_locked()" and fix invertedhselasky2016-05-111-24/+24
* Add missing destruction of mutex.hselasky2016-05-111-0/+1
* Add more atomic LinuxKPI functions.hselasky2016-05-112-0/+118
OpenPOWER on IntegriCloud