opnsense-src/sys/compat/linuxkpi/common/src
Bjoern A. Zeeb dc70c937b1 LinuxKPI: pci.h / linux_pci.c rename pci_driver field
Rename the struct pci_driver {} field to the list_head from links
to node as a driver is actually initialsing this to {} which seems
questionable but it will at least make us match the Linux structure
field name.

Reviewed by:	manu, hselasky

(cherry picked from commit cf89934842)
2021-11-19 00:01:26 +00:00
..
linux_acpi.c LinuxKPI: Implement ACPI bits required by drm-kmod in base system 2020-11-09 13:20:14 +00:00
linux_compat.c LinuxKPI: Add sysctl(8) knob to control verbosity of WARN_ON's. 2021-11-12 15:31:24 +01:00
linux_current.c linuxkpi: remove global atomic counter of the task allocations 2021-08-03 12:56:02 +03:00
linux_devres.c LinuxKPI: implement devres() framework parts and two examples 2021-02-02 11:51:26 +00:00
linux_dmi.c linuxkpi: Add dmi_* function 2020-10-02 18:28:00 +00:00
linux_domain.c MFC ebe5cf355d: 2021-03-23 11:50:47 +01:00
linux_firmware.c LinuxKPI: firmware, implement deferred loading for "nowait" 2021-07-18 00:35:04 +00:00
linux_fpu.c linuxkpi: add kernel_fpu_begin/kernel_fpu_end 2021-01-12 12:31:00 +01:00
linux_hrtimer.c compat: clean up empty lines in .c and .h files 2020-09-01 21:24:33 +00:00
linux_idr.c compat: clean up empty lines in .c and .h files 2020-09-01 21:24:33 +00:00
linux_interrupt.c LinuxKPI: Remove FreeBSD struct resource from all LKPI headers 2021-10-13 11:58:39 +03:00
linux_kmod.c LinuxKPI: add firmware loading support 2021-02-02 11:50:38 +00:00
linux_kthread.c schedlock 1/4 2019-12-15 21:11:15 +00:00
linux_lock.c Populate the acquire context field of a ww_mutex in the LinuxKPI. 2020-10-04 17:23:39 +00:00
linux_page.c Convert consumers to vm_page_alloc_noobj_contig() 2021-11-03 13:41:40 -04:00
linux_pci.c LinuxKPI: pci.h / linux_pci.c rename pci_driver field 2021-11-19 00:01:26 +00:00
linux_radix.c compat: clean up empty lines in .c and .h files 2020-09-01 21:24:33 +00:00
linux_rcu.c LinuxKPI: Do not wait for a grace period in rcu_barrier() 2021-07-21 01:43:52 +03:00
linux_schedule.c Implement the init_wait_entry() function macro in the LinuxKPI. 2018-06-06 14:59:23 +00:00
linux_seq_file.c compat: clean up empty lines in .c and .h files 2020-09-01 21:24:33 +00:00
linux_shmemfs.c linuxkpi: Move shmem related functions in it's own file 2020-02-21 09:28:45 +00:00
linux_shrinker.c LinuxKPI: allocate current before taking shrinkers lock 2021-10-13 12:00:17 +03:00
linux_slab.c linuxkpi: Handle a NULL cache pointer in kmem_cache_destroy() 2021-10-12 20:36:18 -04:00
linux_tasklet.c Make sure all tasklets are drained before unloading the LinuxKPI. 2021-06-02 13:23:19 +02:00
linux_usb.c Improve handling of alternate settings in the USB stack. 2020-12-15 12:05:07 +00:00
linux_work.c LinuxKPI: Reimplement irq_work queue on top of fast taskqueue 2021-01-17 12:47:28 +01:00
linux_xarray.c Implement extensible arrays API using the existing radix tree implementation 2020-08-27 10:28:12 +00:00