aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common
Commit message (Expand)AuthorAgeFilesLines
* linuxkpi: Implement atomic_dec_and_lock_irqsave()Neel Chauhan2021-04-261-0/+13
* linuxkpi: Implement the wait_event_interruptible macroNeel Chauhan2021-04-261-0/+3
* linuxkpi: reduce number of stray mm_struct allocationsKonstantin Belousov2021-04-191-35/+50
* linuxkpi: guarantee allocations of task and mm for interrupt threadsKonstantin Belousov2021-04-191-8/+58
* linuxkpi: some style, wrap too long linesKonstantin Belousov2021-04-191-2/+4
* linuxkpi: Fix pcie_set_readrq()Mark Johnston2021-04-121-1/+1
* linuxkpi: remove erronously committed diff save fileKonstantin Belousov2021-04-061-2615/+0
* linuxkpi: drop single-use variableKonstantin Belousov2021-04-062-14/+21
* linuxkpi: avoid counting per-thread use for the embedded linux cdevsKonstantin Belousov2021-04-062-14/+30
* linuxkpi: do not destroy/free embedded linux cdevsKonstantin Belousov2021-04-062-6/+13
* linuxkpi: rename cdev to ldevKonstantin Belousov2021-04-062-5/+6
* linuxkpi: copy ldev into local to test and free the same pointerKonstantin Belousov2021-04-062-2/+2601
* LinuxKPI: treat firmware file names more lenientBjoern A. Zeeb2021-04-021-2/+8
* LinuxKPI/OFED: (re)move inetdevice.h implementationBjoern A. Zeeb2021-03-301-87/+0
* Reduce chance of RCU deadlock in the LinuxKPI by implementing the sectionHans Petter Selasky2021-03-292-11/+33
* LinuxKPI: netdevice notifier callback argumentBjoern A. Zeeb2021-03-262-17/+32
* LinuxKPI: add net_ratelimit()Bjoern A. Zeeb2021-03-262-0/+25
* LinuxKPI: remove < 5.0 version supportBjoern A. Zeeb2021-03-243-11/+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
* Allocating the LinuxKPI current structure from a software interrupt threadHans Petter Selasky2021-03-101-2/+8
* Allocating the LinuxKPI current structure from an interrupt thread must beHans Petter Selasky2021-03-101-1/+2
* Implement basic support for allocating memory from a specific numa nodeHans Petter Selasky2021-03-094-9/+97
* Fix race condition in linuxkpi workqueueRyan Stone2021-02-041-22/+27
* LinuxKPI: add module dependency on firmware(9)Bjoern A. Zeeb2021-01-301-0/+1
* LinuxKPI: implement devres() framework parts and two examplesBjoern A. Zeeb2021-01-283-3/+294
* LinuxKPI: enhance PCI bits for DRMBjoern A. Zeeb2021-01-282-19/+33
* LinuxKPI: upstream a collection of drm-kmod conflicting changesBjoern A. Zeeb2021-01-286-0/+241
* LinuxKPI: add firmware loading supportBjoern A. Zeeb2021-01-282-0/+283
* linuxkpi: Fix the shrinker scan targetMark Johnston2021-01-181-3/+3
* LinuxKPI: Reimplement irq_work queue on top of fast taskqueueVladimir Kondratyev2021-01-175-5/+212
* linuxkpi: add kernel_fpu_begin/kernel_fpu_endEmmanuel Vadot2021-01-122-0/+118
* linuxkpi: Add shrinker supportEmmanuel Vadot2021-01-122-0/+181
* linuxkpi: Add more pci functions needed by DRMEmmanuel Vadot2021-01-122-9/+162
* linuxkpi: Fix the "error: unknown type name 'u32'" compilation issue whenNeel Chauhan2021-01-091-0/+1
* linuxkpi: handle ARIKonstantin Belousov2021-01-081-6/+14
* 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