aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/include/linux
Commit message (Expand)AuthorAgeFilesLines
* Fix statement with no effect in linuxkpi's xarray.hDimitry Andric39 hours1-1/+1
* LinuxKPI: Add devm_memremap and devm_ioremap_wc functionsVladimir Kondratyev4 days1-0/+14
* LinuxKPI: remove timer KPI from Linux version before 4.15Bjoern A. Zeeb4 days1-24/+2
* LinuxKPI: Add PCI_EXP_TYPE_UPSTREAM and PCI_VENDOR_ID_AMD definesVladimir Kondratyev5 days2-0/+2
* LinuxKPI: implement __UNIQUE_ID() macroVladimir Kondratyev5 days1-0/+4
* fixup! mlx5/linuxkpi: Add MLX5_PCI_DEV_IS_VF to mlx5_core_pci_tableAriel Ehrenberg5 days1-1/+2
* mlx5/linuxkpi: Add MLX5_PCI_DEV_IS_VF to mlx5_core_pci_tableVag Singh5 days1-1/+1
* Implement vmemdup_{array}_userDavid Heidelberg6 days1-0/+26
* linuxkpi: Add x86 CPU ID matching functions and macrosJean-Sébastien Pédron7 days2-0/+19
* Revert "linuxkpi: Add device under parent, not under class"Bjoern A. Zeeb7 days1-4/+6
* LinuxKPI: add can_wakeup option and accessor functionsBjoern A. Zeeb7 days1-0/+17
* LinuxKPI: pci: add reset_{prepare,done} to pci_error_handlersBjoern A. Zeeb7 days1-0/+2
* LinuxKPI: add PCI_IRQ_AFFINITY #defineBjoern A. Zeeb7 days1-0/+1
* LinuxKPI: implement dma_{alloc,free}_{noncoherent,attrs}Bjoern A. Zeeb7 days1-0/+36
* LinuxKPI: fix argument type to lkpi_pci_msi_desc_alloc()Bjoern A. Zeeb7 days2-1/+3
* LinuxKPI: pci: add pci_select_bars() and pci_msix_vec_count()Bjoern A. Zeeb7 days1-0/+29
* LinuxKPI: add typedef for clockid_tBjoern A. Zeeb7 days1-0/+2
* LinuxKPI: add #include of rculist.h to ethtool.h for Linux conformanceBjoern A. Zeeb7 days1-1/+2
* LinuxKPI: rcu: add optional condition to list_for_each_entry_rcu()Bjoern A. Zeeb7 days1-2/+4
* LinuxKPI: Add dma_length field to struct scatterlistVladimir Kondratyev8 days1-9/+17
* LinuxKPI: Run irq_work callbacks under RCU protectionJustAnotherHumanBeing10 days1-0/+2
* linuxkpi: Add compat_ptr_ioctlSourojeet A11 days1-0/+9
* linuxkpi: Add `int_sqrt()`Jean-Sébastien Pédron11 days1-0/+3
* linuxkpi: Define `DEFINE_CLASS()` and `CLASS()`Jean-Sébastien Pédron12 days2-0/+28
* linuxkpi: Add `pci_map_rom()` and `pci_unmap_rom()`Jean-Sébastien Pédron12 days1-0/+5
* linuxkpi: Add device under parent, not under classJean-Sébastien Pédron12 days1-1/+4
* LinuxKPI: Added jiffies64_to_msecs for amdkfd compatibilityJean-Sébastien Pédron12 days1-0/+1
* linuxkpi: Define `for_each_if()`Jean-Sébastien Pédron12 days1-0/+18
* LinuxKPI: Add tgid to task_struct under sched.hSourojeet A12 days1-0/+1
* linuxkpi: Add `hrtimer_setup()`Jean-Sébastien Pédron2026-09-071-0/+19
* linuxkpi: Add `timer64_to_tm()`Jean-Sébastien Pédron2026-09-071-0/+19
* linuxkpi: Add `split_page()`Jean-Sébastien Pédron2026-09-071-0/+6
* 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-061-3/+48
* LinuxKPI: Fix DMA_BIDIRECTIONAL and other mappingsZishun Yi2026-09-041-6/+4
* pci: Expose PME support by power stateKevin Bowling2026-08-301-18/+2
* LinuxKPI: 802.11: add more defines, structures, ...Bjoern A. Zeeb2026-08-192-5/+28
* linuxkpi: Include <linux/page-flags.h> from <linux/mm.h>Jean-Sébastien Pédron2026-08-151-0/+1
* linuxkpi: Fix return type of `kobject_uevent_env()`Jean-Sébastien Pédron2026-08-151-1/+3
* linuxkpi: Define `PCI_CLASS_BRIDGE_HOST`Jean-Sébastien Pédron2026-08-151-0/+1
* linuxkpi: Define `__GFP_HIGH` in <linux/gfp.h>Jean-Sébastien Pédron2026-08-151-0/+1
* linuxkpi: Include <linux/notifier.h> and <linux/device.h> from <linux/pm_qos.h>Jean-Sébastien Pédron2026-08-151-1/+3
* linuxkpi: stop inlining accesses to curthread->td_lkpi_taskKonstantin Belousov2026-08-131-5/+2
* linuxkpi: add WLAN_EID_HT_OPERATION to ieee80211_eidGleb Smirnoff2026-08-071-0/+1
* linuxkpi: Add xa_insert_irq wrapperJohn Baldwin2026-07-311-0/+3
* LinuxKPI: page.h: resort linesBjoern A. Zeeb2026-07-241-2/+3
* LinuxKPI: page.h: use atop() and ptoa() instead of PAGE_SHIFTBjoern A. Zeeb2026-07-241-2/+2
* LinuxKPI: move clear_page() within the linux/page.h fileBjoern A. Zeeb2026-07-241-1/+7