aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/include
Commit message (Expand)AuthorAgeFilesLines
* 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-0117-22/+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
* 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
* 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
* Document the is_signed(), type_max() and type_min() function macros in theHans Petter Selasky2020-06-301-11/+24
* Implement is_signed(), type_max() and type_min() function macros in theHans Petter Selasky2020-06-291-0/+16
* In r362552, RB_SET_PARENT is defined, and use in parens inDoug Moore2020-06-231-1/+1
* Define RB_SET_PARENT to do all assignments to rb parentDoug Moore2020-06-231-22/+6
* Linuxkpi uses the rb-tree structures without using their interfaces,Doug Moore2020-06-131-0/+5
* Revert r362108, as it breaks compilation.Doug Moore2020-06-121-2/+2
* The linuxkpi code accesses left/right rb tree pointers without usingDoug Moore2020-06-121-2/+2
* To reduce the size of an rb_node, drop the color field. Set the leastDoug Moore2020-06-091-5/+0
* Ensure pci_channel_offline() actually queries the PCI register space,Hans Petter Selasky2020-06-051-1/+1
* Implement __is_constexpr() function macro in the LinuxKPI.Hans Petter Selasky2020-06-021-0/+3
* Implement struct_size() function macro in the LinuxKPI.Hans Petter Selasky2020-06-021-0/+6
* Implement BUILD_BUG_ON_ZERO() in the LinuxKPI.Hans Petter Selasky2020-06-021-0/+3
* linuxkpi: Add kstrtou16Emmanuel Vadot2020-05-271-0/+18
* linuxkpi: Add rcu_swap_protectedEmmanuel Vadot2020-05-271-0/+6
* linuxkpi: Add overflow.hEmmanuel Vadot2020-05-271-0/+52
* linuxkpi: Fix mod_timer and del_timer_syncEmmanuel Vadot2020-05-251-2/+2
* linuxkpi: Add refcount.hEmmanuel Vadot2020-05-251-0/+82
* linuxkpi: Add __same_type and __must_be_array macrosEmmanuel Vadot2020-05-251-0/+3
* linuxkpi: Add prandom_u32_maxEmmanuel Vadot2020-05-231-0/+6