aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common
Commit message (Expand)AuthorAgeFilesLines
* LinuxKPI: bitcount fix builds with gcc and older llvmBjoern A. Zeeb5 days1-0/+8
* LinuxKPI: Implement vmap_pfnVladimir Kondratyev7 days2-0/+68
* LinuxKPI: Move vmap-related code from linux_compat.c to linux_page.cVladimir Kondratyev7 days2-111/+125
* LinuxKPI: 802.11: rework MC/configure_filterBjoern A. Zeeb10 days2-11/+2
* LinuxKPI: 802.11: lock down the "txq_scheduled" tailqBjoern A. Zeeb2025-12-112-12/+42
* linuxkpi: clean up stray pctrie_iter_resetAustin Shafer2025-12-101-3/+1
* pci_reserve_map: Pass rid by valueJohn Baldwin2025-12-091-1/+1
* linuxkpi: Take const root in read-only radix tree functionsJean-Sébastien Pédron2025-12-092-6/+6
* LinuxKPI: ath10k: adjust for led changes to keep ath10k compilingBjoern A. Zeeb2025-12-061-1/+4
* LinuxKPI: mt76: depend on CONFIG_NET_MEDIATEK_SOC_WEDBjoern A. Zeeb2025-12-031-1/+27
* LinuxKPI: 802.11: move ieee80211_offload_flagsBjoern A. Zeeb2025-12-031-7/+7
* LinuxKPI: 802.11: fill in more skeleton functionsBjoern A. Zeeb2025-12-032-31/+141
* LinuxKPI: device: add a pr_debug("TODO") call to device_release_driver()Bjoern A. Zeeb2025-12-031-0/+1
* LinuxKPI: 802.11: make airtime fairness an IMPROVEBjoern A. Zeeb2025-12-031-1/+1
* LinuxKPI: page.c: remove a spurious character from a commentBjoern A. Zeeb2025-12-031-1/+1
* LinuxKPI: 802.11: when synching HT and VHT cap, mask rx_mcsBjoern A. Zeeb2025-12-021-28/+71
* LinuxKPI: pci: undo the pci_resource_len() check in lkpi_pci_request_region()Bjoern A. Zeeb2025-12-021-10/+3
* LinuxKPI: 802.11: initialize a backpointer on the link_staBjoern A. Zeeb2025-11-191-0/+1
* LinuxKPI: 802.11: implement mtx support for ieee80211_iterate_interfacesBjoern A. Zeeb2025-11-191-2/+8
* LinuxKPI: 802.11: use a _check rather than a _protected version for linkstaBjoern A. Zeeb2025-11-191-1/+1
* LinuxKPI: 802.11: initialize the passed in chandef in cfg80211_chandef_createBjoern A. Zeeb2025-11-171-1/+1
* LinuxKPI: 802.11: clear CONF_IDLE earlierBjoern A. Zeeb2025-11-101-2/+4
* linuxkpi: gracefully handle page lookup failure in lkpi_vmf_insert_pfn_prot_l...Austin Shafer2025-10-291-0/+4
* linuxkpi: add stub implementation of pm_vt_switch_(un)registerAustin Shafer2025-10-291-0/+14
* LinuxKPI: 802.11: additions for Linux v6.17 based wireless driversBjoern A. Zeeb2025-10-232-11/+15
* linuxkpi: Fix the definition of BITS_PER_LONGMark Johnston2025-10-221-7/+2
* LinuxKPI: 802.11: additions for Linux v6.17 based wireless driversBjoern A. Zeeb2025-10-216-136/+247
* LinuxKPI: netdevice add attach/detach skeleton functionsBjoern A. Zeeb2025-10-211-0/+15
* LinuxKPI: skbuff: add a misplaced socket operation to skbuff.h for nowBjoern A. Zeeb2025-10-211-0/+3
* LinuxKPI: soc/mediatek add pr_debug callsBjoern A. Zeeb2025-10-211-32/+15
* LinuxKPI: page_pool headers moved; add netmem.hBjoern A. Zeeb2025-10-214-119/+136
* LinuxKPI: add skeleton pci_enable_wake()Bjoern A. Zeeb2025-10-211-0/+13
* LinuxKPI: add fips.hBjoern A. Zeeb2025-10-211-0/+12
* LinuxKPI: device_driver add (*coredump)()Bjoern A. Zeeb2025-10-211-0/+1
* LinuxKPI: platform_device return type changeBjoern A. Zeeb2025-10-211-1/+1
* LinuxKPI: add three skeleton functions to etherdevice.hBjoern A. Zeeb2025-10-211-0/+23
* LinuxKPI: add __counted_by_le() and __counted_by_be()Bjoern A. Zeeb2025-10-211-0/+8
* knotes: kqueue: handle copy for trivial filtersKonstantin Belousov2025-10-181-0/+2
* linuxkpi: Support s2idle in `pm_suspend_target_state`Aymeric Wibo2025-10-061-10/+20
* power: Add stype parameter in power_suspend/resume eventhandlersAymeric Wibo2025-10-061-2/+5
* LinuxKPI: pci: implementation of [lkpi_]pci_get_slot()Bjoern A. Zeeb2025-09-292-0/+21
* Reapply "LinuxKPI: pci: allocate entire pci_dev hiereachy up to root port on ...Bjoern A. Zeeb2025-09-291-7/+40
* linuxkpi: Move string_helpers.h to string_choices.hEd Maste2025-09-192-63/+75
* LinuxKPI: 802.11: avoid recursive wiphy lockBjoern A. Zeeb2025-09-111-18/+36
* Revert "LinuxKPI: pci: allocate entire pci_dev hiereachy up to root port on a...Bjoern A. Zeeb2025-09-081-40/+7
* LinuxKPI: devres: divorce dem_kfree from lkpi_devm_kmalloc_releaseBjoern A. Zeeb2025-09-052-3/+28
* LinuxKPI: maths64: implement roundup_u64()Bjoern A. Zeeb2025-09-051-0/+6
* LinuxKPI: kunit: add static_stub.h and more dummy headersBjoern A. Zeeb2025-09-051-0/+15
* LinuxKPI: sync overflow.h from Linux v6.16Bjoern A. Zeeb2025-09-051-27/+153
* LinuxKPI: add __struct_sizeBjoern A. Zeeb2025-09-051-0/+6