summaryrefslogtreecommitdiffstats
path: root/sys/compat/linuxkpi
Commit message (Expand)AuthorAgeFilesLines
* MFC r317148:markj2017-05-031-9/+27
* MFC r312888:mjg2017-03-141-1/+0
* MFC r310559 and r310583:hselasky2017-01-093-4/+115
* MFC r310589:hselasky2017-01-091-2/+29
* MFC r310553:hselasky2017-01-091-12/+38
* MFC r310557:hselasky2017-01-091-2/+2
* MFC r309737:hselasky2016-12-191-5/+65
* MFC r309736:hselasky2016-12-191-3/+3
* MFC r309732:hselasky2016-12-193-17/+17
* MFC r309731:hselasky2016-12-191-7/+18
* MFC r309733:hselasky2016-12-192-1/+2
* MFC r309734:hselasky2016-12-192-2/+2
* MFC 306480sephe2016-10-111-3/+8
* MFC r306451:hselasky2016-10-101-9/+20
* 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
OpenPOWER on IntegriCloud