aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/include/linux
Commit message (Expand)AuthorAgeFilesLines
* LinuxKPI: 802.11: bring in some HT codeBjoern A. Zeeb4 days1-2/+1
* sockets: don't malloc/free sockaddr memory on getpeername/getsocknameGleb Smirnoff5 days1-8/+9
* linuxkpi: Include <linux/rbtree.h> from <linux/hrtimer.h> and <linux/mm_types.h>Jean-Sébastien Pédron6 days2-0/+2
* sys: Automated cleanup of cdefs and other formattingWarner Losh9 days6-6/+0
* linuxkpi: `GFP_KERNEL` equals `M_NOWAIT` nowJean-Sébastien Pédron11 days2-5/+5
* linuxkpi: dma_get_cache_alignment(): Fix off-by-one resultOlivier Certner2023-11-021-1/+1
* uma: Hide 'uma_align_cache'; Create/rename accessorsOlivier Certner2023-11-021-2/+2
* linuxkpi: Fix uses of `pmap_change_attr()`Jean-Sébastien Pédron2023-10-031-2/+13
* LinuxKPI: skbuff: remove assumption about mac_headerBjoern A. Zeeb2023-09-111-2/+1
* kern: Globally define abs64Emmanuel Vadot2023-09-081-6/+0
* linuxkpi: fix iteration in __sg_alloc_table_from_pagesAustin Shafer2023-09-061-4/+10
* mt76: update driver from upstreamBjoern A. Zeeb2023-08-211-1/+15
* LinuxKPI: 802.11: update compat code for updated driversBjoern A. Zeeb2023-08-212-8/+90
* LinuxKPI: skbuff: add skb_cow_head()Bjoern A. Zeeb2023-08-191-0/+8
* LinuxKPI: skbuff: fix tracingBjoern A. Zeeb2023-08-191-2/+1
* linuxkpi math: fix kassert in math64.hDoug Moore2023-08-181-0/+1
* linuxkpi: fix buildkernel after b80ea452375fKyle Evans2023-08-181-1/+1
* LinuxKPI: implement mul_u64_u64_div_u64()Bjoern A. Zeeb2023-08-181-0/+48
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-161-1/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-16146-292/+0
* LinuxKPI: cleanup internal calls to VM_PAGE_TO_PHYSBjoern A. Zeeb2023-08-073-5/+5
* LinuxKPI: reduce usage of struct vm_page and vm_page_tBjoern A. Zeeb2023-08-074-15/+15
* LinuxKPI: pci.h add more constantsBjoern A. Zeeb2023-08-071-0/+2
* LinuxKPI: implement get_random_u32_inclusive()Bjoern A. Zeeb2023-08-071-2/+28
* LinuxKPI: list.h add list_count_nodes()Bjoern A. Zeeb2023-06-281-0/+14
* LinuxKPI: cast jiffies_to_msecs() resultBjoern A. Zeeb2023-06-261-1/+1
* linuxkpi: advance platform_deviceCorvin Köhne2023-06-131-0/+10
* LinuxKPI: qcom: update QMI and MHIBjoern A. Zeeb2023-06-102-3/+11
* LinuxKPI: implement timer_{delete,shutdown}_sync()Bjoern A. Zeeb2023-06-091-0/+2
* LinuxKPI: add dummy rhashtable implementationBjoern A. Zeeb2023-06-081-0/+89
* LinuxKPI: add devm_ioremap()Bjoern A. Zeeb2023-06-081-0/+7
* LinuxKPI: pci: update struct msi_descBjoern A. Zeeb2023-06-081-2/+6
* LinuxKPI: pci: add PCI_COMMAND_MEMORYBjoern A. Zeeb2023-06-081-0/+1
* LinuxKPI: add struct_group(...)Bjoern A. Zeeb2023-06-081-0/+6
* LinuxKPI: add ktime_get_real_ts64()Bjoern A. Zeeb2023-06-081-0/+1
* LinuxKPI: add utsname for init_utsname() with releaseBjoern A. Zeeb2023-05-241-0/+51
* LinuxKPI: uuid: add guid_gen() and guid_copy()Bjoern A. Zeeb2023-05-241-1/+18
* LinuxKPI: skbuff: add napi_build_skb() and skb_mark_for_recycle()Bjoern A. Zeeb2023-05-231-1/+17
* LinuxKPI: fix WRITE_ONCE(), remove ACCESS_ONCE()Bjoern A. Zeeb2023-05-211-3/+1
* LinuxKPI: implement pci_rescan_bus()Bjoern A. Zeeb2023-05-211-0/+24
* LinuxKPI: skbuff: add skb_get_hash()Bjoern A. Zeeb2023-05-201-0/+8
* LinuxKPI: qcom: update qmi and mhiBjoern A. Zeeb2023-05-202-10/+27
* LinuxKPI: netdevice: add dev_set_threaded()Bjoern A. Zeeb2023-05-201-1/+9
* LinuxKPI: add ns_to_timespec64()Bjoern A. Zeeb2023-05-171-0/+2
* LinuxKPI: skbuff.h: add skb_hwtstamps(), implement *mac_header()Bjoern A. Zeeb2023-05-161-6/+28
* LinuxKPI: add ptp_clock_kernel.hBjoern A. Zeeb2023-05-161-0/+77
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-1213-13/+13
* LinuxKPI: add dummy hash.h and kernel_connect()Bjoern A. Zeeb2023-05-121-0/+11
* linuxkpi: Migrate to IfAPIJustin Hibbits2023-04-242-4/+1
* ath10k: ath11k: add specific LinuxKPI supportBjoern A. Zeeb2023-04-233-0/+413