freebsd-dev/sys/compat/linuxkpi/common/src
Hans Petter Selasky 404027276b Add basic support for VIMAGE to the LinuxKPI and ibcore.
Support is implemented by mapping Linux's "struct net" into FreeBSD's
"struct vnet". Currently only vnet0 is supported by ibcore.

MFC after:		1 week
Sponsored by:		Mellanox Technologies
2017-03-16 09:59:35 +00:00
..
linux_compat.c Add basic support for VIMAGE to the LinuxKPI and ibcore. 2017-03-16 09:59:35 +00:00
linux_current.c Make the LinuxKPI task struct persistent accross system calls. 2017-02-21 12:43:02 +00:00
linux_idr.c Add a missing error check for a malloc() call in idr_get(). 2016-06-14 03:57:00 +00:00
linux_kmod.c
linux_kthread.c Make the LinuxKPI task struct persistent accross system calls. 2017-02-21 12:43:02 +00:00
linux_lock.c Implement support for mutexes with deadlock avoidance in the LinuxKPI. 2017-03-09 18:33:40 +00:00
linux_page.c Optimise unmapped LinuxKPI page allocations. 2017-02-22 19:39:54 +00:00
linux_pci.c Make the LinuxKPI task struct persistent accross system calls. 2017-02-21 12:43:02 +00:00
linux_radix.c sys/compat/linux*: spelling fixes. 2016-04-30 00:53:10 +00:00
linux_rcu.c Update the LinuxKPI RCU and SRCU wrappers for the concurrency kit, CK. 2017-03-03 16:28:03 +00:00
linux_slab.c Cleanup the LinuxKPI slab implementation. 2017-03-08 11:09:27 +00:00
linux_tasklet.c Use grouptaskqueue for tasklets in the LinuxKPI. 2017-03-07 13:51:14 +00:00
linux_usb.c sys/compat/linux*: spelling fixes. 2016-04-30 00:53:10 +00:00
linux_work.c Don't create any threads before SI_SUB_INIT_IF in the LinuxKPI. Else 2017-03-09 09:17:43 +00:00