summaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi
Commit message (Expand)AuthorAgeFilesLines
* 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
* Improve handling of alternate settings in the USB stack.Hans Petter Selasky2020-12-151-5/+0
* linux_dma: Ensure proper flags pass to allocators.Bryan Drewery2020-12-101-3/+3
* 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-182-3/+5
* 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-095-0/+475
* kqueue: save space by using only one func pointer for assertionsMateusz Guzik2020-11-091-14/+6
* 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-042-4/+10
* linuxkpi: Add dmi_* functionEmmanuel Vadot2020-10-024-1/+259
* linuxkpi: Add backlight supportEmmanuel Vadot2020-10-024-0/+182
* compat: clean up empty lines in .c and .h filesMateusz Guzik2020-09-0126-49/+1
* LinuxKPI: Implement ksize() function.Vladimir Kondratyev2020-08-291-0/+6
* Implement extensible arrays API using the existing radix tree implementationHans Petter Selasky2020-08-272-0/+485
* vfs: remove the thread argument from vgetMateusz Guzik2020-08-161-1/+1
* linuxkpi: Add a few wait_bit functionsEmmanuel Vadot2020-08-143-0/+71
* 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-112-9/+14
* vfs: add VOP_STATMateusz Guzik2020-08-071-1/+1
* Implement radix_tree_store() in the LinuxKPI for use with the comingHans Petter Selasky2020-08-072-10/+134
* linuxkpi: Add time_after32 and time_before32Emmanuel Vadot2020-08-041-0/+2
* linuxkpi: Add clear_bit_unlockEmmanuel Vadot2020-08-041-0/+7
* Re-apply r363564.Emmanuel Vadot2020-08-041-0/+1
* linuxkpi: Add nested variant of mutex_lock_interruptibleEmmanuel Vadot2020-08-041-0/+2
* linuxkpi: Add kref_put_lockEmmanuel Vadot2020-08-041-0/+15
* linuxkpi: Add linux/sizes.hEmmanuel Vadot2020-08-041-0/+51
* Fix r363565Emmanuel Vadot2020-07-261-0/+2
* Revert r363564Emmanuel Vadot2020-07-261-1/+0
* linuxkpi: Add taint* definesEmmanuel Vadot2020-07-261-0/+3
* linuxkpi: Include hardirq.h in preempt.h and lockdep.h in hardirq.hEmmanuel Vadot2020-07-262-0/+2
* linuxkpi: Include linux/sizes.h in dma-mapping.hEmmanuel Vadot2020-07-261-0/+1
* usb(4): Stop checking for failures from malloc(M_WAITOK).Mark Johnston2020-07-221-13/+7
* linuxkpi: Ignore NULL pointers passed to string parameter of kstr(n)dupVladimir Kondratyev2020-07-141-0/+4
* Implement the bitmap_subset() function in the LinuxKPI. This functionHans Petter Selasky2020-07-101-0/+22
* Implement the array_size() function in the LinuxKPI. This functionHans Petter Selasky2020-07-101-0/+13
* Fix include file order in io.h in the LinuxKPI.Hans Petter Selasky2020-07-051-1/+2
* linuxkpi: improvements for linux_pid_task() and linux_get_pid_task().Konstantin Belousov2020-07-021-46/+33