aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/include/linux
Commit message (Expand)AuthorAgeFilesLines
* Reduce chance of RCU deadlock in the LinuxKPI by implementing the sectionHans Petter Selasky2021-03-291-0/+1
* LinuxKPI: netdevice notifier callback argumentBjoern A. Zeeb2021-03-261-11/+16
* LinuxKPI: add net_ratelimit()Bjoern A. Zeeb2021-03-261-0/+10
* LinuxKPI: remove < 5.0 version supportBjoern A. Zeeb2021-03-242-7/+0
* LinuxKPI: add lockdep_mapBjoern A. Zeeb2021-03-241-0/+6
* LinuxKPI: add pci_ids.hBjoern A. Zeeb2021-03-242-28/+73
* LinuxKPI: if_ether additionsBjoern A. Zeeb2021-03-241-0/+12
* LinuxKPI: add more linux-specific errnoBjoern A. Zeeb2021-03-241-0/+6
* linuxkpi: add ieee80211_node.h to headers to include before LIST_HEADBjoern A. Zeeb2021-03-241-0/+5
* LinuxKPI: add support for crc32_le()Bjoern A. Zeeb2021-03-181-0/+45
* Implement basic support for allocating memory from a specific numa nodeHans Petter Selasky2021-03-093-9/+38
* LinuxKPI: implement devres() framework parts and two examplesBjoern A. Zeeb2021-01-281-0/+42
* LinuxKPI: enhance PCI bits for DRMBjoern A. Zeeb2021-01-281-1/+9
* LinuxKPI: upstream a collection of drm-kmod conflicting changesBjoern A. Zeeb2021-01-285-0/+163
* LinuxKPI: add firmware loading supportBjoern A. Zeeb2021-01-281-0/+105
* LinuxKPI: Reimplement irq_work queue on top of fast taskqueueVladimir Kondratyev2021-01-173-5/+137
* linuxkpi: Add shrinker supportEmmanuel Vadot2021-01-121-0/+56
* linuxkpi: Add more pci functions needed by DRMEmmanuel Vadot2021-01-121-0/+96
* linuxkpi: Fix the "error: unknown type name 'u32'" compilation issue whenNeel Chauhan2021-01-091-0/+1
* Cleanups to *ERR* compat shims.John Baldwin2020-12-171-7/+7
* Use the 't' modifier to print a ptrdiff_t.John Baldwin2020-12-161-1/+1
* Prefer using the MIN() function macro over the min() inline functionHans Petter Selasky2020-12-072-2/+2
* Allow the rbtree header file in the LinuxKPI to be used in standalone code.Hans Petter Selasky2020-12-041-0/+3
* Allow the list header file in the LinuxKPI to be used in standalone code.Hans Petter Selasky2020-12-041-1/+4
* Use function macro for sema_init() in the LinuxKPI to limit macro expansion s...Hans Petter Selasky2020-11-301-1/+1
* Allow LinuxKPI types to be used in bootloaders, by checking for theHans Petter Selasky2020-11-181-1/+3
* LinuxKPI: Exclude linux/acpi.h content on non-ACPI archs.Vladimir Kondratyev2020-11-141-0/+4
* LinuxKPI: Implement ACPI bits required by drm-kmod in base systemEmmanuel Vadot2020-11-091-0/+42
* Implement xa_init() in the LinuxKPI as a wrapper for xa_init_flags().Hans Petter Selasky2020-10-241-0/+6
* Remove ifdefs around IS_ALIGNED() definition in the LinuxKPI.Hans Petter Selasky2020-10-161-3/+0
* Implement more RCU list functions in the LinuxKPI.Hans Petter Selasky2020-10-131-4/+37
* LinuxKPI: add a bitfield.h implementation.Bjoern A. Zeeb2020-10-071-0/+105
* linuxkpi: Add pagemap.hEmmanuel Vadot2020-10-061-0/+45
* linuxkpi: Add power_supply.hEmmanuel Vadot2020-10-061-0/+44
* linuxkpi: Add prefetch.hEmmanuel Vadot2020-10-061-0/+36
* linuxkpi: Add numa.hEmmanuel Vadot2020-10-061-0/+36
* linuxkpi: Add gcd functionEmmanuel Vadot2020-10-061-0/+50
* Populate the acquire context field of a ww_mutex in the LinuxKPI.Hans Petter Selasky2020-10-041-3/+4
* linuxkpi: Add dmi_* functionEmmanuel Vadot2020-10-023-1/+119
* linuxkpi: Add backlight supportEmmanuel Vadot2020-10-022-0/+98
* compat: clean up empty lines in .c and .h filesMateusz Guzik2020-09-0113-18/+0
* LinuxKPI: Implement ksize() function.Vladimir Kondratyev2020-08-291-0/+6
* Implement extensible arrays API using the existing radix tree implementationHans Petter Selasky2020-08-271-0/+94
* vfs: remove the thread argument from vgetMateusz Guzik2020-08-161-1/+1
* linuxkpi: Add a few wait_bit functionsEmmanuel Vadot2020-08-142-0/+65
* Use atomic_clear_rel_long() to implement clear_bit_unlock() in the LinuxKPIHans Petter Selasky2020-08-111-7/+3
* Need to clone the task struct fields related to RCU aswell in theHans Petter Selasky2020-08-111-2/+3
* Implement radix_tree_store() in the LinuxKPI for use with the comingHans Petter Selasky2020-08-071-0/+1
* linuxkpi: Add time_after32 and time_before32Emmanuel Vadot2020-08-041-0/+2
* linuxkpi: Add clear_bit_unlockEmmanuel Vadot2020-08-041-0/+7