opnsense-src/sys/compat/linuxkpi/common/include/linux
Hans Petter Selasky 0628fc903e Make the vm_fault structure in the LinuxKPI compatible with
newer versions of the Linux kernel. No functional change.

MFC after:	1 week
Submitted by:	Johannes Lundberg <johalun0@gmail.com>
Sponsored by:	Mellanox Technologies
Sponsored by:	Limelight Networks
2018-02-18 09:31:01 +00:00
..
atomic.h
bitmap.h
bitops.h
bottom_half.h
cache.h
cdev.h
clocksource.h
compat.h
compiler.h Add support for __percpu and __weak macros in the LinuxKPI. 2018-02-17 20:50:18 +00:00
completion.h
dcache.h Refactor dentry structure into its own header file in the LinuxKPI similary 2018-02-18 08:29:25 +00:00
delay.h
device.h Move the IRQ_RETVAL() and irqreturn definitions to irqreturn.h in the 2018-02-17 20:37:21 +00:00
dma-attrs.h
dma-mapping.h
dmapool.h
err.h
errno.h
etherdevice.h
file.h
fs.h Implement file_inode() and call_mmap() helper functions in the LinuxKPI. 2018-02-18 08:40:07 +00:00
gfp.h Implement __GFP_BITS_SHIFT and __GFP_BITS_MASK macros in the LinuxKPI. 2018-02-18 08:58:20 +00:00
hardirq.h
hrtimer.h
idr.h
if_arp.h
if_ether.h
if_vlan.h
in.h
in6.h
inetdevice.h
interrupt.h Move the IRQ_RETVAL() and irqreturn definitions to irqreturn.h in the 2018-02-17 20:37:21 +00:00
io-mapping.h
io.h
ioctl.h
irqreturn.h Move the IRQ_RETVAL() and irqreturn definitions to irqreturn.h in the 2018-02-17 20:37:21 +00:00
jhash.h
jiffies.h
kdev_t.h
kernel.h Implement BUILD_BUG_ON_INVALID() function macro in the LinuxKPI. 2018-02-17 21:40:19 +00:00
kmod.h
kobject.h
kref.h Add support for kref_read() function in the LinuxKPI. 2018-02-17 20:56:35 +00:00
kthread.h
ktime.h Update the ktime type in the LinuxKPI to be a signed 64-bit integer similarly 2018-02-18 08:05:40 +00:00
list.h Implement __list_del_entry() helper functions in the LinuxKPI. 2018-02-18 08:47:15 +00:00
lockdep.h Stub more lockdep function macros in the LinuxKPI. 2018-02-17 22:41:20 +00:00
log2.h
math64.h
miscdevice.h
mm.h Make the vm_fault structure in the LinuxKPI compatible with 2018-02-18 09:31:01 +00:00
mm_types.h Add support for mmgrab() function in the LinuxKPI. 2018-02-17 20:52:54 +00:00
module.h
moduleparam.h
mutex.h Implement mutex_trylock_recursive() in the LinuxKPI. 2018-02-16 16:01:39 +00:00
net.h
netdevice.h
notifier.h
page.h
pci.h
pfn.h
pfn_t.h
pid.h Implement get_task_pid() function macro in the LinuxKPI. 2018-02-17 22:33:26 +00:00
poll.h
preempt.h
printk.h Add support for printk_ratelimit() function macro and improve the existing 2018-02-17 21:25:19 +00:00
radix-tree.h
random.h
rbtree.h
rculist.h
rcupdate.h Implement the rcu_dereference_raw() function macro. 2018-02-18 09:10:14 +00:00
rwlock.h
rwsem.h
scatterlist.h
sched.h Properly implement the cond_resched() function macro in the LinuxKPI. 2018-01-31 13:40:36 +00:00
semaphore.h
slab.h linuxkpi: Simplify kmalloc_array. 2018-01-10 20:50:06 +00:00
smp.h
socket.h
spinlock.h Implement spin_trylock_irq() function macro in the LinuxKPI. 2018-02-17 22:45:15 +00:00
srcu.h
string.h Implement memdup_user_nul() in the LinuxKPI. 2018-02-16 15:52:28 +00:00
sysfs.h
time.h
timer.h Mask away return codes from del_timer() and del_timer_sync() because 2017-11-11 10:46:12 +00:00
types.h
uaccess.h Allow the put_user() function macro to put constant values by using the 2018-02-17 21:47:15 +00:00
usb.h
vmalloc.h
wait.h
workqueue.h
ww_mutex.h