aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi
Commit message (Expand)AuthorAgeFilesLines
* LinuxKPI: utsname.h add missing SPDX-License-IdentifierBjoern A. Zeeb2024-04-191-0/+2
* LinuxKPI: add __counted_by() and __nonstringBjoern A. Zeeb2024-04-151-0/+11
* LinuxKPI: 802.11: disable early queue wakeup workaround; better classifyBjoern A. Zeeb2024-04-151-2/+12
* LinuxKPI: 802.11: remove unneeded re-lookup in lkpi_80211_txq_tx_one()Bjoern A. Zeeb2024-04-151-41/+35
* LinuxKPI: add devm_kfree()Bjoern A. Zeeb2024-04-151-0/+1
* LinuxKPI: napi_schedule() requires return value, implement napi_is_scheduled()Bjoern A. Zeeb2024-04-152-3/+14
* LinuxKPI: sk_buff: implement skb_queue_splice_tail_init()Bjoern A. Zeeb2024-04-151-2/+17
* LinuxKPI: add dev_alloc_pages()Bjoern A. Zeeb2024-04-121-0/+6
* LinuxKPI: add BITS_TO_BYTES()Bjoern A. Zeeb2024-04-121-0/+1
* LinuxKPI: implement memzero_explicit()Bjoern A. Zeeb2024-04-121-0/+7
* LinuxKPI: add further constants to pci.hBjoern A. Zeeb2024-04-121-0/+2
* LinuxKPI: Stub sysfs_remove_link in linux/sysfs.hVladimir Kondratyev2024-04-081-0/+6
* LinuxKPI: Add want_init_on_free to linux/mm.hVladimir Kondratyev2024-04-081-0/+6
* LinuxKPI: Add ACPI_ID_LEN const to linux/mod_devicetable.hVladimir Kondratyev2024-04-081-0/+2
* LinuxKPI: Add pci_dev_id to linux/pci.hVladimir Kondratyev2024-04-081-0/+7
* LinuxKPI: Add the accelerator PCIe classVladimir Kondratyev2024-04-081-0/+2
* LinuxKPI: Add PTR_IF macroVladimir Kondratyev2024-04-081-0/+2
* LinuxKPI: Add vm_flags_(clear|set) functionsVladimir Kondratyev2024-04-081-0/+12
* LinuxKPI: Improve timer_shutdown_syncVladimir Kondratyev2024-04-081-0/+5
* LinuxKPI: Add get_random_u32_below functionVladimir Kondratyev2024-04-081-0/+6
* LinuxKPI: Add VM_ACCESS_FLAGS define to linux/mm.hVladimir Kondratyev2024-04-081-0/+2
* LinuxKPI: Import vanilla linux/overflow.hVladimir Kondratyev2024-04-087-76/+352
* LinuxKPI: Move [SU](8|16|32|64)_(MAX|MIN) defines to linux/limits.hVladimir Kondratyev2024-04-083-13/+48
* LinuxKPI: Add strnchr functionVladimir Kondratyev2024-04-081-0/+15
* LinuxKPI: Add ms_to_ktimeVladimir Kondratyev2024-04-081-0/+6
* LinuxKPI: Set suspend type on syspend/resume cycle enterVladimir Kondratyev2024-04-081-0/+2
* LinuxKPI: Remove the temporary variable fileid from the macro request_moduleZhenlei Huang2024-04-051-2/+1
* LinuxKPI: add PCI_VENDOR_ID_ITTIMBjoern A. Zeeb2024-04-021-0/+1
* LinuxKPI: remove dummy header files with implementationBjoern A. Zeeb2024-03-293-0/+0
* LinuxKPI: 802.11: return proper value for IEEE80211_CRYPTO_AES_CCMBjoern A. Zeeb2024-03-121-1/+1
* LinuxKPI: Queue skbuffs at tail in __skb_queue_tailTom Coldrick2024-03-041-1/+1
* LinuxKPI: 802.11: implement a deferred RX pathBjoern A. Zeeb2024-02-222-11/+154
* LinuxKPI: 802.11: lsta txq locking cleanupBjoern A. Zeeb2024-02-162-13/+32
* LinuxKPI: sort dev_<loglevel>() functionsBjoern A. Zeeb2024-02-141-8/+10
* LinuxKPI: 802.11: update the ni/lsta reference cycleBjoern A. Zeeb2024-02-142-80/+130
* LinuxKPI: 802.11: band-aid for invalid state changes after (*iv_update_bss)Bjoern A. Zeeb2024-02-142-95/+216
* LinuxKPI: 802.11: correct HT protection fieldsBjoern A. Zeeb2024-02-141-5/+6
* LinuxKPI: Allow kmalloc to be called when FPU protection is enabledVladimir Kondratyev2024-02-104-5/+62
* Revert "LinuxKPI: Add explicit software context to FPU sections"Vladimir Kondratyev2024-02-104-36/+4
* Revert "LinuxKPI: Do not use explicit context in FPU sections on powerpc64"Vladimir Kondratyev2024-02-103-8/+9
* LinuxKPI: implement memset_after()Bjoern A. Zeeb2024-02-031-0/+8
* LinuxKPI: 802.11: extend ieee80211_key_seq and WLAN_KEY_LEN_* definesBjoern A. Zeeb2024-02-032-0/+7
* LinuxKPI: 802.11: fix field order in ieee80211_key_confBjoern A. Zeeb2024-02-031-2/+2
* sockets: garbage collect SS_ISCONFIRMINGGleb Smirnoff2024-01-301-1/+1
* linuxkpi: remove invalid KASSERT from hash_add_rcuEd Maste2024-01-291-2/+0
* kcmp(2): implement for linuxkpi cdevsKonstantin Belousov2024-01-241-0/+14
* linuxkpi: correct zone item size for linux_mm_zoneKonstantin Belousov2024-01-151-1/+1
* sys: Use mbufq_empty instead of comparing mbufq_len against 0John Baldwin2024-01-091-1/+1
* linuxkpi: Annotate an unused variable as suchMark Johnston2023-12-271-1/+1
* LinuxKPI: Constify src parameter of bitmap_copyVladimir Kondratyev2023-12-241-1/+1