aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common
Commit message (Expand)AuthorAgeFilesLines
* LinuxKPI: pci: use unsigned int for vendor/device argumentsBjoern A. Zeeb3 days2-3/+3
* LinuxKPI: pci: fix argument type to linuxkpi_pci_iomap[_range]Bjoern A. Zeeb3 days2-13/+13
* LinuxKPI: pci: harmonize #definesBjoern A. Zeeb3 days1-20/+28
* LinuxKPI: acpi: fix guid_t argument typeBjoern A. Zeeb3 days2-11/+17
* LinuxKPI: Have kvzalloc() rely on kvmalloc(), not kmalloc()Olivier Certner2025-07-131-1/+1
* LinuxKPI: alloc_pages(): Don't reclaim on __GFP_NORETRYOlivier Certner2025-07-131-0/+5
* LinuxKPI: acpi: add acpi_evaluate_dsm()Bjoern A. Zeeb2025-07-042-0/+25
* LinuxKPI: acpi: provide union [linuxkpi]_acpi_(object|buffer)Bjoern A. Zeeb2025-07-041-5/+71
* LinuxKPI: device.h add (*shutdown)Bjoern A. Zeeb2025-07-041-0/+2
* LinuxKPI: MODULE_DEVICE_TABLE() factor out the bus specific MODULE_PNP_INFO()Bjoern A. Zeeb2025-07-041-2/+5
* LinuxKPI: MODULE_DEVICE_TABLE() remove hard coded pciBjoern A. Zeeb2025-07-041-1/+1
* linuxkpi: Remove incorrect + 1 from HWEIGHT* macrosEd Maste2025-06-241-4/+4
* linuxkpi: Add `pm_runtime_get_if_active()` variant from Linux 6.9Jean-Sébastien Pédron2025-06-231-0/+5
* linuxkpi: Define `div64_ul()` as a synonym to `div64_u64()`Jean-Sébastien Pédron2025-06-231-0/+2
* newbus: replace leftover device unit wildcardsAhmad Khalifa2025-06-212-4/+6
* vm: retire vm_page_lock()Alan Cox2025-06-112-4/+2
* machine/stdarg.h -> sys/stdarg.hBrooks Davis2025-06-117-9/+7
* net80211: LinuxKPI: migrate HE defines to net80211, put correct valuesBjoern A. Zeeb2025-06-092-174/+2
* net80211: LinuxKPI: migrate HE IE structs from LinuxKPI to net80211Bjoern A. Zeeb2025-06-092-28/+1
* LinuxKPI: 802.11; update frag_threshold and rts_thresholdBjoern A. Zeeb2025-06-061-0/+6
* LinuxKPI: 802.11: fix lkpi_scan_ies_add() channel lookupBjoern A. Zeeb2025-06-061-1/+15
* LinuxKPI: 802.11: stop queues during key updatesBjoern A. Zeeb2025-06-061-0/+11
* LinuxKPI: 802.11: improve queue lockingBjoern A. Zeeb2025-06-061-4/+15
* LinuxKPI: 802.11: place lock asserts for key operationBjoern A. Zeeb2025-06-061-16/+19
* LinuxKPI: 802.11: adjust logging for key handlingBjoern A. Zeeb2025-06-061-27/+35
* LinuxKPI: 802.11: WEP noiseBjoern A. Zeeb2025-06-051-2/+7
* LinuxKPI: 802.11: add support for GCMP hw crypto offloadBjoern A. Zeeb2025-06-051-9/+14
* LinuxKPI: 802.11: make synching from HT more resilientBjoern A. Zeeb2025-06-051-8/+12
* LinuxKPI: 802.11: update HE structuresBjoern A. Zeeb2025-06-031-11/+17
* linuxkpi: Improve LKPI_80211_TRACE_MO messageEd Maste2025-06-031-1/+1
* LinuxKPI: 802.11: add ieee80211_purge_tx_queue()Bjoern A. Zeeb2025-06-031-1/+8
* LinuxKPI: skbuff: add dummy skb_copy_header()Bjoern A. Zeeb2025-06-031-0/+7
* LinuxKPI: 802.11: use macros for lockingBjoern A. Zeeb2025-06-031-13/+4
* LinuxKPI: 802.11: move rx_nss check to be at least 1 into sync functionBjoern A. Zeeb2025-06-031-1/+7
* LinuxKPI: netdev features style, annotate, and add %b decoding maskBjoern A. Zeeb2025-06-031-10/+14
* LinuxKPI: skbuff: make csum_unfold return __wsumBjoern A. Zeeb2025-06-031-1/+1
* LinuxKPI: 802.11: switch to m_get3()Bjoern A. Zeeb2025-06-031-1/+1
* LinuxKPI: 802.11: ensure bandwidth <= channel bandwidthBjoern A. Zeeb2025-06-031-3/+23
* LinuxKPI: Implement dma_map_resource/dma_unmap_resource functionsBjoern A. Zeeb2025-06-031-0/+14
* LinuxKPI: add missing bus_dmamap_sync() calls or exclude themBjoern A. Zeeb2025-06-032-29/+70
* net80211: fix VHT160 and VHT80P80 selection and enable in LinuxKPI 802.11Bjoern A. Zeeb2025-06-011-8/+1
* LinuxKPI: add struct_group_tagged()Bjoern A. Zeeb2025-05-281-5/+21
* LinuxKPI: 802.11: mark struct ieee80211_ht_cap __packedBjoern A. Zeeb2025-05-261-2/+2
* LinuxKPI: 802.11: make sure AUTH frames are not being sent if BSS changedBjoern A. Zeeb2025-05-121-10/+14
* linuxkpi: Add `folio` and `folio_batch` APIsJean-Sébastien Pédron2025-05-1211-4/+245
* linuxkpi: Make "free page" code paths closer to LinuxJean-Sébastien Pédron2025-05-122-4/+21
* linuxkpi: Constify `struct page` arg to `linux_page_address()`Jean-Sébastien Pédron2025-05-122-2/+2
* linuxkpi: Move `put_page()` closer to `get_page()`Jean-Sébastien Pédron2025-05-121-6/+6
* linuxkpi: Move `release_pages()` to linux_page.cJean-Sébastien Pédron2025-05-123-9/+12
* linuxkpi: Add `woken_wake_function()` and `wait_woken()`Jean-Sébastien Pédron2025-05-122-3/+70