summaryrefslogtreecommitdiffstats
path: root/sys/compat/linuxkpi/common/src
Commit message (Expand)AuthorAgeFilesLines
* MFC r317148:markj2017-05-031-9/+27
* MFC r310559 and r310583:hselasky2017-01-091-0/+76
* MFC r309732:hselasky2016-12-191-2/+2
* MFC r309733:hselasky2016-12-191-1/+1
* Add a missing error check for a malloc() call in idr_get().markj2016-06-141-1/+2
* The SCHEDULER_STOPPED() macro already contains a predict false statement.hselasky2016-05-271-2/+2
* Implement Linux module parameters as read-only tunable SYSCTLs.hselasky2016-05-251-0/+3
* Add checks for SCHEDULER_STOPPED() so that code using the LinuxKPI canhselasky2016-05-251-0/+5
* Use the DROP_GIANT() and PICKUP_GIANT() macros instead of makinghselasky2016-05-241-4/+4
* Set "current" for all PCI enumeration callbacks.hselasky2016-05-242-4/+31
* Set an invalid IRQ number when no PCI IRQ is available in the LinuxKPI.hselasky2016-05-231-1/+1
* Add more list_xxx() functions to the LinuxKPI.hselasky2016-05-231-0/+42
* Properly implement "cpu_has_clflush" macro.hselasky2016-05-161-0/+12
* Fix handling of IOCTLs in the LinuxKPI.hselasky2016-05-121-7/+78
* Create a dummy "task_struct" on the stack which is returned byhselasky2016-05-121-14/+69
* 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-111-0/+135
* 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
* Fix file polling bug.hselasky2016-05-091-1/+1
* sys/compat/linux*: spelling fixes.pfg2016-04-302-2/+2
* Add wait_event_interruptible_timeout to linuxkpi.np2016-03-311-10/+0
* Run the LinuxKPI PCI shutdown handler free of the Giant mutex.hselasky2016-03-071-2/+5
* As <machine/pmap.h> is included from <vm/pmap.h>, there is no need toskra2016-02-222-2/+0
* Implement idr_preload(), idr_preload_end(), idr_alloc() andhselasky2016-01-211-15/+94
* Initialize vm_page_prot to VM_MEMATTR_DEFAULT instead of 0.jhb2016-01-201-1/+1
* Implement support for PCI suspend, resume and shutdown events in thehselasky2016-01-151-0/+46
* LinuxKPI style changes:hselasky2016-01-081-0/+109
* Implement RCU mechanism using shared exclusive locks.hselasky2016-01-051-1/+8
* Minor LinuxKPI code cleanup:hselasky2015-12-312-28/+166
* Make the kobject refcounting compliant with Linux. Refcounting on thehselasky2015-12-311-4/+1
* Reduce memory consumption when allocating kobject strings in thehselasky2015-12-281-1/+44
* Implement drain_workqueue() function.hselasky2015-12-211-0/+1
* Minor workqueue cleanup:hselasky2015-12-211-0/+44
* Add assert and note about the size of "unsigned long" inside thehselasky2015-11-131-0/+8
* Build fixes:hselasky2015-11-121-5/+3
* Finish process of moving the LinuxKPI module into the default kernel build.hselasky2015-10-296-0/+3623
OpenPOWER on IntegriCloud