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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Only lock Giant when needed in the LinuxKPI.
hselasky
2016-05-16
1
-6
/
+8
*
Implement more Linux device related functions in the LinuxKPI. While
hselasky
2016-05-16
1
-4
/
+118
*
Don't dereference parent pointer when it is NULL.
hselasky
2016-05-16
1
-3
/
+3
*
Properly implement "cpu_has_clflush" macro.
hselasky
2016-05-16
2
-1
/
+17
*
Handle case of class being set, but not parent when calling
hselasky
2016-05-13
1
-3
/
+7
*
Add more PAGE related defines to the LinuxKPI. Move the definition of
hselasky
2016-05-13
2
-5
/
+22
*
Implement "old_encode_dev()" for the LinuxKPI.
hselasky
2016-05-13
1
-0
/
+6
*
Define _IOC_SIZE() in the LinuxKPI.
hselasky
2016-05-13
1
-1
/
+3
*
Add unlikely() statement to optimise the IS_ERR_VALUE() macro.
hselasky
2016-05-13
1
-2
/
+4
*
Implement nsecs_to_jiffies() in the LinuxKPI and while at it
hselasky
2016-05-13
1
-13
/
+21
*
Add more Linux defines. Improve some existing ones.
hselasky
2016-05-13
2
-14
/
+100
*
The Linux error defines should all be positive, else frequently used
hselasky
2016-05-13
1
-2
/
+17
*
Fix handling of IOCTLs in the LinuxKPI.
hselasky
2016-05-12
4
-20
/
+97
*
Remove redundant "task_struct_set()".
hselasky
2016-05-12
1
-2
/
+1
*
Create a dummy "task_struct" on the stack which is returned by
hselasky
2016-05-12
3
-23
/
+90
*
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
2
-2
/
+179
*
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
*
Add more atomic LinuxKPI functions.
hselasky
2016-05-11
2
-0
/
+118
*
Implement ioremap_wt() and use that in the MEMREMAP_WT case for i386
hselasky
2016-05-10
1
-1
/
+3
*
Add more LinuxKPI I/O functions.
hselasky
2016-05-10
1
-1
/
+77
*
Use function macros when possible to avoid stray substitutions.
hselasky
2016-05-10
1
-17
/
+17
*
Add missing semicolon and properly wrap macro argument.
hselasky
2016-05-10
1
-12
/
+12
*
Allow the argument for the cpu_to_xxxp() and xxx_to_cpup() macros to
hselasky
2016-05-10
1
-12
/
+12
*
Fix file polling bug.
hselasky
2016-05-09
1
-1
/
+1
*
sys/compat/linux*: spelling fixes.
pfg
2016-04-30
4
-4
/
+4
*
tcp/lro: Change SLIST to LIST, so that removing an entry is O(1)
sephe
2016-04-01
1
-0
/
+1
*
Add wait_event_interruptible_timeout to linuxkpi.
np
2016-03-31
3
-10
/
+57
*
Fix bugs in currently unused bit searching loop.
hselasky
2016-03-31
1
-2
/
+2
*
Run the LinuxKPI PCI shutdown handler free of the Giant mutex.
hselasky
2016-03-07
1
-2
/
+5
*
Add more functions to the LinuxKPI.
hselasky
2016-03-03
4
-3
/
+16
*
As <machine/pmap.h> is included from <vm/pmap.h>, there is no need to
skra
2016-02-22
4
-4
/
+0
*
Update and add various macros to the LinuxKPI and resolve a macro
hselasky
2016-01-26
5
-9
/
+17
*
LinuxKPI list updates:
hselasky
2016-01-26
2
-36
/
+62
*
Implement ether_addr_equal(), ether_addr_equal_64bits() and
hselasky
2016-01-26
1
-0
/
+24
*
Implement is_vlan_dev() and vlan_dev_vlan_id() for the LinuxKPI.
hselasky
2016-01-26
1
-1
/
+18
*
Implement bitmap_weight() and bitmap_equal() for the LinuxKPI.
hselasky
2016-01-26
1
-1
/
+31
*
Add more network related macros and functions to the LinuxKPI.
hselasky
2016-01-26
1
-0
/
+15
*
Add definition for the NETDEV_CHANGE event and tidy up the LinuxKPI
hselasky
2016-01-26
1
-19
/
+17
*
Define __get_user() and __put_user() for the LinuxKPI.
hselasky
2016-01-26
1
-1
/
+12
*
Add more LinuxKPI PCI related functions and defines.
hselasky
2016-01-26
1
-56
/
+51
*
Implement 64-bit atomic operations for the LinuxKPI.
hselasky
2016-01-21
1
-0
/
+104
*
LinuxKPI atomic fixes:
hselasky
2016-01-21
2
-22
/
+22
*
Use function macro instead of non-function macro to reduce chance of
hselasky
2016-01-21
1
-1
/
+1
*
Implement idr_preload(), idr_preload_end(), idr_alloc() and
hselasky
2016-01-21
2
-16
/
+101
*
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
2
-2
/
+49
*
LinuxKPI style changes:
hselasky
2016-01-08
5
-126
/
+130
[next]