| .. |
|
acpi.h
|
LinuxKPI: add guid_t for ACPI consumers.
|
2021-05-25 18:01:46 +00:00 |
|
anon_inodes.h
|
LinuxKPI: stub anon_inode_getfile
|
2021-09-29 23:13:53 +03:00 |
|
atomic.h
|
LinuxKPI: Implement smp_*mb barriers with atomic_thread_fence_*
|
2022-01-10 22:49:37 +03:00 |
|
average.h
|
LinuxKPI: add Exponentially Weighted Moving Average implementation
|
2021-05-25 18:01:48 +00:00 |
|
backlight.h
|
LinuxKPI: Implement backlight_enable and backlight_disable functions
|
2021-09-29 23:15:12 +03:00 |
|
bcd.h
|
LinuxKPI: make bcd.h use libkern
|
2021-11-18 23:10:34 +00:00 |
|
bitfield.h
|
LinuxKPI: bitfields add more *replace_bits()
|
2022-01-09 14:39:19 +00:00 |
|
bitmap.h
|
Implement the bitmap_subset() function in the LinuxKPI. This function
|
2020-07-10 12:06:18 +00:00 |
|
bitops.h
|
LinuxKPI: add sign_extend32()
|
2021-07-27 15:03:38 +00:00 |
|
bottom_half.h
|
Add support for LinuxKPI tasklets.
|
2017-02-21 13:23:53 +00:00 |
|
bsearch.h
|
LinuxKPI: add linux/bsearch.h for sort(9)
|
2021-05-25 18:01:48 +00:00 |
|
cache.h
|
LinuxKPI: cache.h add SMP_CACHE_BYTES
|
2021-05-25 18:01:48 +00:00 |
|
capability.h
|
LinuxKPI: Add linux/capability.h header
|
2022-01-10 22:49:38 +03:00 |
|
cdev.h
|
Implement cdev_device_add() and cdev_device_del() in the LinuxKPI.
|
2021-05-11 21:00:23 +02:00 |
|
clocksource.h
|
Remove cycle_t type from the LinuxKPI similar to Linux upstream.
|
2017-07-31 09:17:54 +00:00 |
|
compat.h
|
Implement basic support for allocating memory from a specific numa node
|
2021-03-09 21:01:47 +01:00 |
|
compiler.h
|
LinuxKPI: Implement smp_*mb barriers with atomic_thread_fence_*
|
2022-01-10 22:49:37 +03:00 |
|
completion.h
|
Correct macroname in the LinuxKPI.
|
2018-05-31 12:55:38 +00:00 |
|
cpu.h
|
LinuxKPI: add cpu.h for cpumask_*()
|
2021-05-25 18:01:48 +00:00 |
|
crc32.h
|
LinuxKPI: add support for crc32_le()
|
2021-03-18 10:56:22 +00:00 |
|
dcache.h
|
Refactor dentry structure into its own header file in the LinuxKPI similary
|
2018-02-18 08:29:25 +00:00 |
|
debugfs.h
|
import linux debugfs support
|
2019-02-23 20:56:41 +00:00 |
|
delay.h
|
LinuxKPI: add fsleep()
|
2021-07-28 13:35:34 +00:00 |
|
devcoredump.h
|
LinuxKPI: add devcoredump.h
|
2021-05-25 18:01:48 +00:00 |
|
device.h
|
LinuxKPI: Add some typical header pollution
|
2022-01-10 22:49:37 +03:00 |
|
dma-attrs.h
|
compat: clean up empty lines in .c and .h files
|
2020-09-01 21:24:33 +00:00 |
|
dma-mapping.h
|
LinuxKPI: implement dma_set_coherent_mask()
|
2021-09-29 12:41:28 +00:00 |
|
dmapool.h
|
LinuxKPI: add dmam_pool_create() support
|
2021-06-18 21:20:09 +00:00 |
|
dmi.h
|
LinuxKPI: dmi.h do not rely on implicit includes
|
2021-07-28 13:28:48 +00:00 |
|
efi.h
|
LinuxKPI: Implement efi_enabled(EFI_BOOT)
|
2022-01-10 22:49:38 +03:00 |
|
err.h
|
Cleanups to *ERR* compat shims.
|
2020-12-17 20:28:53 +00:00 |
|
errno.h
|
LinuxKPI: add more linux-specific errno
|
2021-03-24 22:31:37 +00:00 |
|
etherdevice.h
|
LinuxKPI: add ether_addr_equal_unaligned()
|
2021-05-25 18:01:47 +00:00 |
|
export.h
|
Move the EXPORT_SYMBOL_XXX() function macros into own header file.
|
2018-06-07 11:34:59 +00:00 |
|
file.h
|
fd: remove the seq argument from fget_unlocked
|
2020-02-03 22:27:55 +00:00 |
|
firmware.h
|
LinuxKPI: add firmware loading support
|
2021-01-28 16:05:32 +00:00 |
|
fs.h
|
LinuxKPI: Add some typical header pollution
|
2022-01-10 22:49:37 +03:00 |
|
gcd.h
|
linuxkpi: Add gcd function
|
2020-10-06 10:35:03 +00:00 |
|
gfp.h
|
Add necessary bits for Linux KPI to work correctly on powerpc
|
2019-08-04 19:28:10 +00:00 |
|
hardirq.h
|
linuxkpi: Include hardirq.h in preempt.h and lockdep.h in hardirq.h
|
2020-07-26 16:30:59 +00:00 |
|
highmem.h
|
LinuxKPI: Import linux_page.c and some dependent code from drm-kmod
|
2021-09-29 23:15:37 +03:00 |
|
hrtimer.h
|
Improve high resolution timer support in the LinuxKPI.
|
2018-06-01 11:33:14 +00:00 |
|
idr.h
|
linuxkpi: implement ida_alloc()
|
2021-10-11 11:51:44 +01:00 |
|
ieee80211.h
|
LinuxKPI: 802.11 update compat code for driver updates
|
2022-01-09 18:08:47 +00:00 |
|
if_arp.h
|
|
|
|
if_ether.h
|
LinuxKPI: if_ether additions
|
2021-03-24 22:33:03 +00:00 |
|
if_vlan.h
|
linuxkpi whitespace cleanup
|
2018-03-23 15:50:01 +00:00 |
|
in.h
|
Add support for more IPv4 and IPv6 related macros in the LinuxKPI.
|
2017-03-22 15:44:00 +00:00 |
|
in6.h
|
Unconditionally include "opt_inet6.h" in the LinuxKPI.
|
2017-11-01 12:21:28 +00:00 |
|
inetdevice.h
|
LinuxKPI/OFED: (re)move inetdevice.h implementation
|
2021-03-30 14:40:46 +00:00 |
|
interrupt.h
|
LinuxKPI: Hide some internal symbols in linux_interrupt.c
|
2021-09-29 23:26:14 +03:00 |
|
interval_tree.h
|
LinuxKPI: Implement interval_tree
|
2022-01-10 22:49:36 +03:00 |
|
interval_tree_generic.h
|
LinuxKPI: Implement interval_tree
|
2022-01-10 22:49:36 +03:00 |
|
io-mapping.h
|
Let io_mapping_init_wc() fall back to an uncacheable mapping.
|
2017-07-03 02:01:16 +00:00 |
|
io.h
|
LinuxKPI: Implement _ioremap_attr for riscv
|
2021-10-17 15:32:20 +01:00 |
|
ioctl.h
|
LinuxKPI: implement _IOC_TYPE and _IOC_NR macros in linux/ioctl.h
|
2021-09-29 23:12:47 +03:00 |
|
iopoll.h
|
LinuxKPI: Add readx_poll_timeout wrapper
|
2022-01-10 22:49:38 +03:00 |
|
ip.h
|
LinuxKPI: ip.h add #include
|
2022-01-09 00:57:13 +00:00 |
|
irq_work.h
|
LinuxKPI: Implement irq_work_sync() routine.
|
2021-07-05 03:20:06 +03:00 |
|
irqreturn.h
|
Move the IRQ_RETVAL() and irqreturn definitions to irqreturn.h in the
|
2018-02-17 20:37:21 +00:00 |
|
jhash.h
|
compat: clean up empty lines in .c and .h files
|
2020-09-01 21:24:33 +00:00 |
|
jiffies.h
|
LinuxKPI: add time_is_after_jiffies() definition
|
2021-05-25 18:01:47 +00:00 |
|
jump_label.h
|
LinuxKPI: Import linux/jump_label.h
|
2022-01-10 22:49:38 +03:00 |
|
kdev_t.h
|
Fix LinuxKPI regression after r321920. The mda_unit and si_drv0 fields are not
|
2017-08-02 14:27:27 +00:00 |
|
kernel.h
|
LinuxKPI: Implement kstrtoull
|
2022-01-10 22:49:37 +03:00 |
|
kmod.h
|
compat: clean up empty lines in .c and .h files
|
2020-09-01 21:24:33 +00:00 |
|
kobject.h
|
LinuxKPI: Implement default sysfs kobject attribute operations
|
2022-01-10 22:49:37 +03:00 |
|
kref.h
|
compat: clean up empty lines in .c and .h files
|
2020-09-01 21:24:33 +00:00 |
|
kthread.h
|
Add kthread parking support to the LinuxKPI.
|
2017-06-18 19:22:05 +00:00 |
|
ktime.h
|
LinuxKPI: add ktime_get_boottime_ns() implementation to ktime.h
|
2021-05-25 18:01:47 +00:00 |
|
list.h
|
LinuxKPI: Add compiler barriers to list_for_each_entry_lockless macro
|
2021-07-05 03:19:35 +03:00 |
|
llist.h
|
LinuxKPI: Reimplement irq_work queue on top of fast taskqueue
|
2021-01-17 12:47:28 +01:00 |
|
lockdep.h
|
LinuxKPI: Add some typical header pollution
|
2022-01-10 22:49:37 +03:00 |
|
log2.h
|
linuxkpi whitespace cleanup
|
2018-03-23 15:50:01 +00:00 |
|
math64.h
|
Implement DIV64_U64_ROUND_UP() in the LinuxKPI.
|
2020-05-01 10:25:07 +00:00 |
|
miscdevice.h
|
linuxkpi whitespace cleanup
|
2018-03-23 15:50:01 +00:00 |
|
mm.h
|
linuxkpi: add PAGE_ALIGNED macro
|
2021-10-11 11:51:43 +01:00 |
|
mm_types.h
|
Implement mmget_not_zero() in the LinuxKPI.
|
2020-01-24 13:05:53 +00:00 |
|
mod_devicetable.h
|
linuxkpi: Add dmi_* function
|
2020-10-02 18:28:00 +00:00 |
|
module.h
|
modules: increase MAXMODNAME and provide backward compat
|
2021-12-09 18:09:53 +00:00 |
|
moduleparam.h
|
LinuxKPI: add LINUXKPI_PARAM_charp()
|
2021-05-25 18:01:46 +00:00 |
|
mutex.h
|
linuxkpi: Add nested variant of mutex_lock_interruptible
|
2020-08-04 14:45:22 +00:00 |
|
net.h
|
LinuxKPI: add net_ratelimit()
|
2021-03-26 12:05:48 +00:00 |
|
net_dim.h
|
Add support for Dynamic Interrupt Moderation, DIM, in mlx5en(4).
|
2019-05-08 10:23:33 +00:00 |
|
netdev_features.h
|
LinuxKPI: add netdev_features.h
|
2021-10-25 20:16:23 +00:00 |
|
netdevice.h
|
LinuxKPI: import beginning of a new version of netdevice.h
|
2021-12-27 18:47:25 +00:00 |
|
nl80211.h
|
LinuxKPI: 802.11 update compat code for driver updates
|
2022-01-09 18:08:47 +00:00 |
|
notifier.h
|
Add definition for the NETDEV_CHANGE event and tidy up the LinuxKPI
|
2016-01-26 14:27:00 +00:00 |
|
numa.h
|
linuxkpi: Add numa.h
|
2020-10-06 10:36:16 +00:00 |
|
overflow.h
|
<linux/overflow.h>: Don't use __has_builtin().
|
2021-09-15 09:03:17 -07:00 |
|
page.h
|
LinuxKPI: Implement clflush_cache_range()
|
2022-01-10 22:49:36 +03:00 |
|
pagemap.h
|
linuxkpi: Add pagemap.h
|
2020-10-06 10:41:00 +00:00 |
|
pci.h
|
LinuxKPI: pci.h / linux_pci.c rename pci_driver field
|
2021-10-25 20:19:24 +00:00 |
|
pci_ids.h
|
LinuxKPI: add pci_ids.h
|
2021-03-24 22:35:18 +00:00 |
|
pfn.h
|
Implement a series of physical page management related functions in
|
2017-03-27 17:04:11 +00:00 |
|
pfn_t.h
|
Implement a series of physical page management related functions in
|
2017-03-27 17:04:11 +00:00 |
|
pid.h
|
Implement get_task_pid() function macro in the LinuxKPI.
|
2018-02-17 22:33:26 +00:00 |
|
pm.h
|
LinuxKPI: upstream a collection of drm-kmod conflicting changes
|
2021-01-28 16:15:12 +00:00 |
|
poison.h
|
LinuxKPI: Import linux/poison.h header
|
2021-09-29 23:14:34 +03:00 |
|
poll.h
|
Properly implement poll_wait() in the LinuxKPI. This prevents direct
|
2017-09-09 06:29:29 +00:00 |
|
power_supply.h
|
linuxkpi: Add power_supply.h
|
2020-10-06 10:39:40 +00:00 |
|
preempt.h
|
linuxkpi: Include hardirq.h in preempt.h and lockdep.h in hardirq.h
|
2020-07-26 16:30:59 +00:00 |
|
prefetch.h
|
linuxkpi: Add prefetch.h
|
2020-10-06 10:37:21 +00:00 |
|
printk.h
|
linuxkpi: Fix build from redefined pr_err_once()
|
2021-06-07 16:37:21 -07:00 |
|
radix-tree.h
|
Implement radix_tree_store() in the LinuxKPI for use with the coming
|
2020-08-07 16:15:44 +00:00 |
|
random.h
|
LinuxKPI: add prandom_u32() as used by wireless drivers.
|
2021-05-25 18:01:46 +00:00 |
|
rbtree.h
|
LinuxKPI: Implement interval_tree
|
2022-01-10 22:49:36 +03:00 |
|
rculist.h
|
LinuxKPI: Add compiler barriers to list_for_each_entry_lockless macro
|
2021-07-05 03:19:35 +03:00 |
|
rcupdate.h
|
LinuxKPI: add rcu_dereference_check()
|
2021-05-25 18:01:46 +00:00 |
|
refcount.h
|
linuxkpi: Add refcount.h
|
2020-05-25 12:44:07 +00:00 |
|
rwlock.h
|
linuxkpi whitespace cleanup
|
2018-03-23 15:50:01 +00:00 |
|
rwsem.h
|
linuxkpi whitespace cleanup
|
2018-03-23 15:50:01 +00:00 |
|
scatterlist.h
|
linuxkpi: Add sg_init_one
|
2021-10-11 11:51:43 +01:00 |
|
sched.h
|
LinuxKPI: Convert schedule() to inlined function
|
2022-01-10 22:49:37 +03:00 |
|
semaphore.h
|
Use function macro for sema_init() in the LinuxKPI to limit macro expansion scope.
|
2020-11-30 09:47:53 +00:00 |
|
seq_file.h
|
LinuxKPI: Finalize import of seq_file.
|
2019-05-16 21:17:18 +00:00 |
|
seqlock.h
|
LinuxKPI: Implement sequence counters and sequential locks
|
2021-07-05 03:20:55 +03:00 |
|
shmem_fs.h
|
linuxkpi: Move shmem related functions in it's own file
|
2020-02-21 09:28:45 +00:00 |
|
shrinker.h
|
linuxkpi: Add shrinker support
|
2021-01-12 12:31:00 +01:00 |
|
sizes.h
|
linuxkpi: Add linux/sizes.h
|
2020-08-04 14:42:38 +00:00 |
|
skbuff.h
|
LinuxKPI: add a work-in-progress skbuff implementation
|
2021-12-27 18:47:25 +00:00 |
|
slab.h
|
LinuxKPI: Move kfree_async() functionality in to kfree()
|
2022-01-10 22:49:37 +03:00 |
|
smp.h
|
Add on_each_cpu() and wbinvd_on_all_cpus().
|
2017-05-01 16:32:28 +00:00 |
|
socket.h
|
|
|
|
spinlock.h
|
LinuxKPI: Add some typical header pollution
|
2022-01-10 22:49:37 +03:00 |
|
srcu.h
|
Implement synchronize_srcu_expedited() in the LinuxKPI.
|
2020-05-16 14:27:50 +00:00 |
|
string.h
|
LinuxKPI: add strreplace() to string.h
|
2021-10-25 16:12:10 +00:00 |
|
stringify.h
|
LinuxKPI: extract stringify() in their own header file
|
2021-05-25 18:01:46 +00:00 |
|
swap.h
|
linuxkpi: Use pageproc instead of vmproc
|
2018-11-21 04:34:18 +00:00 |
|
sysfs.h
|
LinuxKPI: extract stringify() in their own header file
|
2021-05-25 18:01:46 +00:00 |
|
tcp.h
|
LinuxKPI: add linux/{ip,tcp,udp}.h
|
2021-05-25 18:01:47 +00:00 |
|
time.h
|
Make timespecadd(3) and friends public
|
2018-07-30 15:46:40 +00:00 |
|
timer.h
|
linuxkpi: Fix mod_timer and del_timer_sync
|
2020-05-25 12:46:05 +00:00 |
|
types.h
|
LinuxKPI: add kernel_ulong_t typedef in linux/kernel.h.
|
2021-05-25 18:01:46 +00:00 |
|
uaccess.h
|
LinuxKPI: remove < 5.0 version support
|
2021-03-24 23:00:03 +00:00 |
|
udp.h
|
LinuxKPI: add linux/{ip,tcp,udp}.h
|
2021-05-25 18:01:47 +00:00 |
|
usb.h
|
linuxkpi whitespace cleanup
|
2018-03-23 15:50:01 +00:00 |
|
uuid.h
|
LinuxKPI: add guid_t for ACPI consumers.
|
2021-05-25 18:01:46 +00:00 |
|
vmalloc.h
|
|
|
|
wait.h
|
linuxkpi: Add a few wait_bit functions
|
2020-08-14 08:48:17 +00:00 |
|
wait_bit.h
|
linuxkpi: Implement the wait_event_interruptible macro
|
2021-04-26 08:12:18 -07:00 |
|
workqueue.h
|
linuxkpi: Add rcu_work functions
|
2020-05-21 20:18:38 +00:00 |
|
ww_mutex.h
|
Populate the acquire context field of a ww_mutex in the LinuxKPI.
|
2020-10-04 17:23:39 +00:00 |
|
xarray.h
|
LinuxKPI: Add support for XA_FLAGS_ALLOC1 xarray flag
|
2022-01-10 22:49:37 +03:00 |