aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common
Commit message (Expand)AuthorAgeFilesLines
* Implement the task_pid_vnr() function macro in the LinuxKPI.Hans Petter Selasky2018-06-051-0/+1
* Add "access" function pointer to the "vm_operations_struct" structureHans Petter Selasky2018-06-051-2/+3
* Implement mul_u32_u32() function in the LinuxKPI.Hans Petter Selasky2018-06-051-0/+7
* Implement timer_setup() and from_timer() function macros in the LinuxKPI.Hans Petter Selasky2018-06-051-1/+14
* Implement the __sg_alloc_table_from_pages() function based on the existingHans Petter Selasky2018-06-011-6/+29
* Implement radix_tree_iter_delete() in the LinuxKPI.Hans Petter Selasky2018-06-012-0/+8
* Improve high resolution timer support in the LinuxKPI.Hans Petter Selasky2018-06-012-9/+41
* Add more GFP macro definitions in the LinuxKPI.Hans Petter Selasky2018-06-011-0/+5
* Implement support for the PCI_BUS_NUM() function macro in the LinuxKPI.Hans Petter Selasky2018-05-311-0/+1
* Implement support for the kvmalloc_array() function in the LinuxKPI.Hans Petter Selasky2018-05-311-0/+6
* Correct macroname in the LinuxKPI.Hans Petter Selasky2018-05-311-1/+1
* Define __initconst in the LinuxKPI.Hans Petter Selasky2018-05-311-0/+1
* Implement bitmap_complement() in the LinuxKPI.Hans Petter Selasky2018-05-311-0/+11
* Implement idr_is_empty() in the LinuxKPI and make idr_remove() API compatibleHans Petter Selasky2018-05-312-5/+28
* The schedule_timeout_killable() function should listen for signalsHans Petter Selasky2018-05-281-1/+1
* Implement wait_event_killable() in the LinuxKPI.Hans Petter Selasky2018-05-281-0/+5
* Allow TASK_PARKED bit being set when going to sleep in the LinuxKPI.Hans Petter Selasky2018-05-281-1/+1
* UDP: further performance improvements on txMatt Macy2018-05-231-2/+4
* Remove "All rights reserved" from my files.Mark Johnston2018-05-092-2/+0
* Eliminate the overhead of gratuitous repeated reinitialization of cap_rightsMatt Macy2018-05-091-6/+3
* Add myself to copyright in the LinuxKPI RCU support layer.Hans Petter Selasky2018-05-091-0/+1
* Define USEC_PER_MSEC and USEC_PER_SEC in the LinuxKPI.Hans Petter Selasky2018-04-301-0/+3
* Fix the definitions of get_cpu() and put_cpu().Mark Johnston2018-04-051-2/+2
* Wrap long lines.Mark Johnston2018-04-031-3/+6
* Optimise use of Giant in the LinuxKPI.Hans Petter Selasky2018-03-305-37/+20
* Swap two instances of regular macros with function macros in the LinuxKPI,Hans Petter Selasky2018-03-281-2/+6
* linuxkpi whitespace cleanupEd Maste2018-03-2339-248/+244
* The pci_disable_device() function is also expected to clear the PCIHans Petter Selasky2018-03-221-0/+1
* Clear old MSIX IRQ numbers in the LinuxKPI.Hans Petter Selasky2018-03-221-0/+9
* Fix compliancy of the kstrtoXXX() functions in the LinuxKPI, by skippingHans Petter Selasky2018-03-141-0/+15
* Implement proper support for complete_all() in the LinuxKPI.Hans Petter Selasky2018-03-091-12/+13
* Add mapping for several ethernet types used by Linux to FreeBSDAndrey V. Elsukov2018-03-061-3/+6
* Properly wrap the BUILD_BUG() function macro in the LinuxKPI.Hans Petter Selasky2018-03-041-1/+1
* Stub kernel_param_lock() and kernel_param_unlock() in the LinuxKPI.Hans Petter Selasky2018-03-041-0/+3
* Implement wait_event_lock_irq() macro function in the LinuxKPI.Hans Petter Selasky2018-03-041-1/+9
* Keep the old SLAB_DESTROY_BY_RCU macro definition around in the LinuxKPIHans Petter Selasky2018-03-041-0/+3
* Implement DEFINE_WAIT_FUNC() function macro and default_wake_function()Hans Petter Selasky2018-03-042-2/+13
* Implement pr_err_ratelimited() function macro in the LinuxKPI.Hans Petter Selasky2018-03-041-0/+3
* Implement __MODULE_STRING() function macro in the LinuxKPI.Hans Petter Selasky2018-03-041-0/+1
* Implement BUILD_BUG() function macro in the LinuxKPI.Hans Petter Selasky2018-03-041-0/+1
* Implement writel_relaxed() in the LinuxKPI.Hans Petter Selasky2018-03-041-0/+7
* Define noinline and __maybe_unused macros in the LinuxKPI.Hans Petter Selasky2018-03-041-0/+2
* Implement for_each_clear_bit() function macro in the LinuxKPI.Hans Petter Selasky2018-03-041-0/+4
* Implement GENMASK_ULL() function macro in the LinuxKPI.Hans Petter Selasky2018-03-041-0/+3
* Rename the SLAB_DESTROY_BY_RCU flag into SLAB_TYPESAFE_BY_RCU in the LinuxKPIHans Petter Selasky2018-03-042-5/+5
* Use mstosbt() instead of SBT_1MS in the LinuxKPI to get the last few bitsHans Petter Selasky2018-03-032-2/+2
* Implement msleep_interruptible() in the LinuxKPI. While at it use pause_sbt()Hans Petter Selasky2018-03-032-3/+31
* Implement more lockdep stubs in the LinuxKPI.Hans Petter Selasky2018-03-021-1/+2
* Implement ktime_get_raw() function in the LinuxKPI.Hans Petter Selasky2018-03-021-0/+9
* Implement wait_on_bit() function macro in the LinuxKPI.Hans Petter Selasky2018-03-021-0/+2