aboutsummaryrefslogtreecommitdiff
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* compat: linux: use appropriate variables for copying out old timersKyle Evans9 days1-2/+2
* cdefs: Add __deprecatedWarner Losh13 days1-0/+2
* LinuxKPI: Use IfAPI to get LLADDRJustin Hibbits2025-12-261-1/+1
* linuxkpi: gracefully handle page lookup failure in lkpi_vmf_insert_pfn_prot_l...Austin Shafer2025-12-081-0/+2
* linuxkpi: add stub implementation of pm_vt_switch_(un)registerAustin Shafer2025-12-081-0/+14
* linux: getsockopt(): Simplify exporting groups a bitOlivier Certner2025-10-101-6/+6
* linux: setgroups16(): Pre-extend the groups arrayOlivier Certner2025-10-101-0/+1
* linux: setgroups(): Avoid allocation under the process lockOlivier Certner2025-10-101-2/+1
* Avoid waiting on physical allocations that can't possibly be satisfiedJason A. Harmening2025-09-191-3/+5
* linuxkpi: Fix a typo in a source code commentGordon Bergling2025-08-291-1/+1
* LinuxKPI: Have kvzalloc() rely on kvmalloc(), not kmalloc()Olivier Certner2025-07-281-1/+1
* LinuxKPI: alloc_pages(): Don't reclaim on __GFP_NORETRYOlivier Certner2025-07-281-0/+5
* linuxkpi: Remove incorrect + 1 from HWEIGHT* macrosEd Maste2025-07-221-4/+4
* LinuxKPI: acpi: add acpi_evaluate_dsm()Bjoern A. Zeeb2025-07-132-0/+25
* LinuxKPI: acpi: provide union [linuxkpi]_acpi_(object|buffer)Bjoern A. Zeeb2025-07-131-5/+71
* LinuxKPI: MODULE_DEVICE_TABLE() factor out the bus specific MODULE_PNP_INFO()Bjoern A. Zeeb2025-07-131-2/+5
* LinuxKPI: MODULE_DEVICE_TABLE() remove hard coded pciBjoern A. Zeeb2025-07-131-1/+1
* LinuxKPI: Implement dma_map_resource/dma_unmap_resource functionsBjoern A. Zeeb2025-07-131-0/+14
* LinuxKPI: add missing bus_dmamap_sync() calls or exclude themBjoern A. Zeeb2025-07-132-29/+70
* Fix new users of MAXPHYS and hide it from the kernel namespaceAndrew Gallatin2025-07-091-1/+1
* ptrace: Rename the internal command range constantsMark Johnston2025-06-301-1/+1
* linux: Fix usage of ptrace(PT_GET_SC_ARGS)Mark Johnston2025-06-302-14/+7
* LinuxKPI: 802.11: cast jiffies to unsigned longBjoern A. Zeeb2025-06-111-12/+12
* net80211: LinuxKPI: migrate HE defines to net80211, put correct valuesBjoern A. Zeeb2025-06-102-174/+2
* net80211: LinuxKPI: migrate HE IE structs from LinuxKPI to net80211Bjoern A. Zeeb2025-06-102-28/+1
* LinuxKPI: 802.11; update frag_threshold and rts_thresholdBjoern A. Zeeb2025-06-101-0/+6
* LinuxKPI: 802.11: fix lkpi_scan_ies_add() channel lookupBjoern A. Zeeb2025-06-101-1/+15
* LinuxKPI: 802.11: stop queues during key updatesBjoern A. Zeeb2025-06-101-0/+11
* LinuxKPI: 802.11: improve queue lockingBjoern A. Zeeb2025-06-101-4/+15
* LinuxKPI: 802.11: place lock asserts for key operationBjoern A. Zeeb2025-06-101-16/+19
* LinuxKPI: 802.11: adjust logging for key handlingBjoern A. Zeeb2025-06-101-27/+35
* LinuxKPI: 802.11: WEP noiseBjoern A. Zeeb2025-06-101-2/+7
* LinuxKPI: 802.11: add support for GCMP hw crypto offloadBjoern A. Zeeb2025-06-101-9/+14
* LinuxKPI: 802.11: make synching from HT more resilientBjoern A. Zeeb2025-06-101-8/+12
* LinuxKPI: 802.11: update HE structuresBjoern A. Zeeb2025-06-101-11/+17
* LinuxKPI: 802.11: add ieee80211_purge_tx_queue()Bjoern A. Zeeb2025-06-101-1/+8
* LinuxKPI: skbuff: add dummy skb_copy_header()Bjoern A. Zeeb2025-06-101-0/+7
* LinuxKPI: 802.11: use macros for lockingBjoern A. Zeeb2025-06-101-13/+4
* LinuxKPI: 802.11: move rx_nss check to be at least 1 into sync functionBjoern A. Zeeb2025-06-101-1/+7
* LinuxKPI: netdev features style, annotate, and add %b decoding maskBjoern A. Zeeb2025-06-101-10/+14
* LinuxKPI: skbuff: make csum_unfold return __wsumBjoern A. Zeeb2025-06-101-1/+1
* LinuxKPI: 802.11: switch to m_get3()Bjoern A. Zeeb2025-06-101-1/+1
* LinuxKPI: 802.11: ensure bandwidth <= channel bandwidthBjoern A. Zeeb2025-06-101-3/+23
* net80211: fix VHT160 and VHT80P80 selection and enable in LinuxKPI 802.11Bjoern A. Zeeb2025-06-101-8/+1
* LinuxKPI: add struct_group_tagged()Bjoern A. Zeeb2025-06-041-5/+21
* LinuxKPI: 802.11: mark struct ieee80211_ht_cap __packedBjoern A. Zeeb2025-05-271-2/+2
* LinuxKPI: 802.11: make sure AUTH frames are not being sent if BSS changedBjoern A. Zeeb2025-05-151-10/+14
* LinuxKPI: add ktime_get_boottime_seconds()Bjoern A. Zeeb2025-05-151-0/+7
* LinuxKPI: add _devcd_free_sgtable() to devcoredump.hBjoern A. Zeeb2025-05-151-1/+8
* LinuxKPI: pci: fix two errors in lkpi_pci_get_device()Bjoern A. Zeeb2025-05-151-3/+7