aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common
Commit message (Expand)AuthorAgeFilesLines
* Fix statement with no effect in linuxkpi's xarray.hDimitry Andric3 days1-1/+1
* linux_page.c: Fix whitespaceVladimir Kondratyev5 days1-1/+1
* LinuxKPI: Add devm_memremap and devm_ioremap_wc functionsVladimir Kondratyev5 days2-0/+44
* LinuxKPI: remove timer KPI from Linux version before 4.15Bjoern A. Zeeb5 days2-25/+3
* LinuxKPI: Add PCI_EXP_TYPE_UPSTREAM and PCI_VENDOR_ID_AMD definesVladimir Kondratyev6 days2-0/+2
* LinuxKPI: implement __UNIQUE_ID() macroVladimir Kondratyev6 days1-0/+4
* fixup! mlx5/linuxkpi: Add MLX5_PCI_DEV_IS_VF to mlx5_core_pci_tableAriel Ehrenberg7 days1-1/+2
* mlx5/linuxkpi: Add MLX5_PCI_DEV_IS_VF to mlx5_core_pci_tableVag Singh7 days1-1/+1
* Implement vmemdup_{array}_userDavid Heidelberg7 days1-0/+26
* linuxkpi: Compile `x86_match_cpu()` on amd64 and i386 onlyJean-Sébastien Pédron8 days2-0/+4
* linuxkpi: Add x86 CPU ID matching functions and macrosJean-Sébastien Pédron8 days4-0/+81
* Revert "linuxkpi: Add device under parent, not under class"Bjoern A. Zeeb8 days1-4/+6
* LinuxKPI: 802.11: Always lock around lkpi_80211_mo_{remove_interface,stop}()Artem Bunichev8 days2-0/+8
* LinuxKPI: add can_wakeup option and accessor functionsBjoern A. Zeeb8 days2-0/+23
* LinuxKPI: pci: add reset_{prepare,done} to pci_error_handlersBjoern A. Zeeb8 days1-0/+2
* LinuxKPI: add PCI_IRQ_AFFINITY #defineBjoern A. Zeeb8 days2-0/+4
* LinuxKPI: implement dma_{alloc,free}_{noncoherent,attrs}Bjoern A. Zeeb8 days2-0/+86
* LinuxKPI: fix argument type to lkpi_pci_msi_desc_alloc()Bjoern A. Zeeb8 days3-2/+4
* LinuxKPI: pci: add pci_select_bars() and pci_msix_vec_count()Bjoern A. Zeeb8 days1-0/+29
* LinuxKPI: add typedef for clockid_tBjoern A. Zeeb8 days1-0/+2
* LinuxKPI: add #include of rculist.h to ethtool.h for Linux conformanceBjoern A. Zeeb8 days1-1/+2
* LinuxKPI: rcu: add optional condition to list_for_each_entry_rcu()Bjoern A. Zeeb8 days1-2/+4
* LinuxKPI: Add dma_length field to struct scatterlistVladimir Kondratyev9 days2-9/+18
* linuxkpi: Fix cancel_delayed_work_sync() return valueRyan Fahy10 days1-13/+24
* LinuxKPI: Run irq_work callbacks under RCU protectionJustAnotherHumanBeing11 days2-0/+5
* linuxkpi: Add compat_ptr_ioctlSourojeet A12 days1-0/+9
* linuxkpi: Add `int_sqrt()`Jean-Sébastien Pédron12 days2-0/+46
* linuxkpi: Define `DEFINE_CLASS()` and `CLASS()`Jean-Sébastien Pédron13 days2-0/+28
* linuxkpi: Add `pci_map_rom()` and `pci_unmap_rom()`Jean-Sébastien Pédron13 days2-0/+32
* linuxkpi: Add device under parent, not under classJean-Sébastien Pédron13 days1-1/+4
* LinuxKPI: Added jiffies64_to_msecs for amdkfd compatibilityJean-Sébastien Pédron13 days1-0/+1
* linuxkpi: Define `for_each_if()`Jean-Sébastien Pédron13 days1-0/+18
* LinuxKPI: Add tgid to task_struct under sched.hSourojeet A13 days1-0/+1
* linuxkpi: Add `hrtimer_setup()`Jean-Sébastien Pédron2026-09-072-0/+36
* linuxkpi: Add `timer64_to_tm()`Jean-Sébastien Pédron2026-09-072-0/+202
* linuxkpi: Fix assertion in `lkpi_vmf_insert_pfn_prot_locked()`Jean-Sébastien Pédron2026-09-072-1/+6
* linuxkpi: Add `split_page()`Jean-Sébastien Pédron2026-09-071-0/+6
* linuxkpi: Update `struct vm_area_struct` when an existing mapping is extendedJean-Sébastien Pédron2026-09-071-0/+13
* linuxkpi: Add `kthread_run_worker()`Jean-Sébastien Pédron2026-09-071-0/+11
* linuxkpi: Alias `sd` field of `struct kobject`Jean-Sébastien Pédron2026-09-071-1/+16
* LinuxKPI: Correct nents passed to dma_{un,}map_sg_attrs()Zishun Yi2026-09-061-2/+2
* LinuxKPI: implement dma_sync_sg_for_{cpu, device}()Zishun Yi2026-09-062-3/+59
* LinuxKPI: Fix DMA_BIDIRECTIONAL and other mappingsZishun Yi2026-09-042-13/+12
* LinuxKPI: 802.11: implement cfg80211_calculate_bitrate()Bjoern A. Zeeb2026-08-311-4/+105
* LinuxKPI: 802.11: add != NULL check in ieee80211_tx_status_ext()Kim Shrier2026-08-311-1/+9
* pci: Expose PME support by power stateKevin Bowling2026-08-301-18/+2
* LinuxKPI: 802.11: assert wiphy lock for lkpi_bss_info_change() and MOBjoern A. Zeeb2026-08-272-3/+8
* LinuxKPI: 802.11: deal with wdev list, and miscBjoern A. Zeeb2026-08-191-5/+24
* LinuxKPI: 802.11: add more defines, structures, ...Bjoern A. Zeeb2026-08-194-15/+84
* linuxkpi: Include <linux/page-flags.h> from <linux/mm.h>Jean-Sébastien Pédron2026-08-151-0/+1