index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
compat
/
linuxkpi
/
common
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC r317148:
markj
2017-05-03
1
-9
/
+27
*
MFC r310559 and r310583:
hselasky
2017-01-09
1
-0
/
+76
*
MFC r309732:
hselasky
2016-12-19
1
-2
/
+2
*
MFC r309733:
hselasky
2016-12-19
1
-1
/
+1
*
Add a missing error check for a malloc() call in idr_get().
markj
2016-06-14
1
-1
/
+2
*
The SCHEDULER_STOPPED() macro already contains a predict false statement.
hselasky
2016-05-27
1
-2
/
+2
*
Implement Linux module parameters as read-only tunable SYSCTLs.
hselasky
2016-05-25
1
-0
/
+3
*
Add checks for SCHEDULER_STOPPED() so that code using the LinuxKPI can
hselasky
2016-05-25
1
-0
/
+5
*
Use the DROP_GIANT() and PICKUP_GIANT() macros instead of making
hselasky
2016-05-24
1
-4
/
+4
*
Set "current" for all PCI enumeration callbacks.
hselasky
2016-05-24
2
-4
/
+31
*
Set an invalid IRQ number when no PCI IRQ is available in the LinuxKPI.
hselasky
2016-05-23
1
-1
/
+1
*
Add more list_xxx() functions to the LinuxKPI.
hselasky
2016-05-23
1
-0
/
+42
*
Properly implement "cpu_has_clflush" macro.
hselasky
2016-05-16
1
-0
/
+12
*
Fix handling of IOCTLs in the LinuxKPI.
hselasky
2016-05-12
1
-7
/
+78
*
Create a dummy "task_struct" on the stack which is returned by
hselasky
2016-05-12
1
-14
/
+69
*
Match Linux behaviour and iterate the IDR tree unlocked. The caller is
hselasky
2016-05-11
1
-6
/
+2
*
Return a proper error code instead of panicing when an I/O vector
hselasky
2016-05-11
1
-6
/
+6
*
Add more IDR and IDA related functions to the LinuxKPI.
hselasky
2016-05-11
1
-0
/
+135
*
Factor out common code into "idr_find_layer_locked()" and fix inverted
hselasky
2016-05-11
1
-24
/
+24
*
Add missing destruction of mutex.
hselasky
2016-05-11
1
-0
/
+1
*
Fix file polling bug.
hselasky
2016-05-09
1
-1
/
+1
*
sys/compat/linux*: spelling fixes.
pfg
2016-04-30
2
-2
/
+2
*
Add wait_event_interruptible_timeout to linuxkpi.
np
2016-03-31
1
-10
/
+0
*
Run the LinuxKPI PCI shutdown handler free of the Giant mutex.
hselasky
2016-03-07
1
-2
/
+5
*
As <machine/pmap.h> is included from <vm/pmap.h>, there is no need to
skra
2016-02-22
2
-2
/
+0
*
Implement idr_preload(), idr_preload_end(), idr_alloc() and
hselasky
2016-01-21
1
-15
/
+94
*
Initialize vm_page_prot to VM_MEMATTR_DEFAULT instead of 0.
jhb
2016-01-20
1
-1
/
+1
*
Implement support for PCI suspend, resume and shutdown events in the
hselasky
2016-01-15
1
-0
/
+46
*
LinuxKPI style changes:
hselasky
2016-01-08
1
-0
/
+109
*
Implement RCU mechanism using shared exclusive locks.
hselasky
2016-01-05
1
-1
/
+8
*
Minor LinuxKPI code cleanup:
hselasky
2015-12-31
2
-28
/
+166
*
Make the kobject refcounting compliant with Linux. Refcounting on the
hselasky
2015-12-31
1
-4
/
+1
*
Reduce memory consumption when allocating kobject strings in the
hselasky
2015-12-28
1
-1
/
+44
*
Implement drain_workqueue() function.
hselasky
2015-12-21
1
-0
/
+1
*
Minor workqueue cleanup:
hselasky
2015-12-21
1
-0
/
+44
*
Add assert and note about the size of "unsigned long" inside the
hselasky
2015-11-13
1
-0
/
+8
*
Build fixes:
hselasky
2015-11-12
1
-5
/
+3
*
Finish process of moving the LinuxKPI module into the default kernel build.
hselasky
2015-10-29
6
-0
/
+3623