aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/include
Commit message (Expand)AuthorAgeFilesLines
...
* LinuxKPI: 802.11: assign values to WLAN_HT_CAP_SM_PS_*Bjoern A. Zeeb2025-08-241-3/+3
* LinuxKPI: 802.11: add dummy IEEE80211_EML_CAP_EMLSR_*_DELAY_256USBjoern A. Zeeb2025-08-211-0/+2
* LinuxKPI: 802.11: add wiphy_locked_debugfs_read()Bjoern A. Zeeb2025-08-211-0/+13
* LinuxKPI: 802.11: ieee80211_probereq_get() takes const argumentsBjoern A. Zeeb2025-08-211-3/+3
* LinuxKPI: 802.11: define the full set of IEEE80211_VHT_MAX_AMPDU_*Bjoern A. Zeeb2025-08-211-1/+14
* LinuxKPI: 802.11: add bitfield.h to ieee80211.hBjoern A. Zeeb2025-08-211-0/+1
* linuxkpi: Use `__builtin_popcountg()` instead of `bitcount*()`Jean-Sébastien Pédron2025-08-091-4/+4
* linuxkpi: Include <linux/spinlock.h> from <linux/refcount.h>Jean-Sébastien Pédron2025-08-091-0/+1
* linuxkpi: Add the `topology_*()` functionsJean-Sébastien Pédron2025-08-093-0/+90
* linuxkpi: Define `DEFINE_SHOW_STORE_ATTRIBUTE()`Jean-Sébastien Pédron2025-08-091-0/+15
* linuxkpi: Declare several log message prefixesJean-Sébastien Pédron2025-08-091-0/+6
* linuxkpi: Add `name` field to `struct resource`Jean-Sébastien Pédron2025-08-091-0/+1
* linuxkpi: Add `ida_alloc_range()`Jean-Sébastien Pédron2025-08-091-0/+7
* linuxkpi: Add `sysfs_add_file_to_group()` and `sysfs_remove_file_from_group()`Jean-Sébastien Pédron2025-08-091-0/+57
* acpi_powerres: D3cold supportAymeric Wibo2025-08-081-5/+5
* linuxkpi: Call `lkpi_fpu_safe_exec()` in the implementation of kvmalloc()Jean-Sébastien Pédron2025-08-071-1/+2
* LinuxKPI: pci: use unsigned int for vendor/device argumentsBjoern A. Zeeb2025-07-311-2/+2
* LinuxKPI: pci: fix argument type to linuxkpi_pci_iomap[_range]Bjoern A. Zeeb2025-07-311-4/+4
* LinuxKPI: pci: harmonize #definesBjoern A. Zeeb2025-07-311-20/+28
* LinuxKPI: acpi: fix guid_t argument typeBjoern A. Zeeb2025-07-311-2/+2
* LinuxKPI: Have kvzalloc() rely on kvmalloc(), not kmalloc()Olivier Certner2025-07-131-1/+1
* LinuxKPI: acpi: add acpi_evaluate_dsm()Bjoern A. Zeeb2025-07-041-0/+6
* 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
* vm: retire vm_page_lock()Alan Cox2025-06-112-4/+2
* machine/stdarg.h -> sys/stdarg.hBrooks Davis2025-06-114-4/+4
* 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 HE structuresBjoern A. Zeeb2025-06-031-11/+17
* 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: 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: 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-031-23/+27
* 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: Add `folio` and `folio_batch` APIsJean-Sébastien Pédron2025-05-129-2/+183
* linuxkpi: Make "free page" code paths closer to LinuxJean-Sébastien Pédron2025-05-121-1/+2
* linuxkpi: Constify `struct page` arg to `linux_page_address()`Jean-Sébastien Pédron2025-05-121-1/+1
* 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-122-9/+3
* linuxkpi: Add `woken_wake_function()` and `wait_woken()`Jean-Sébastien Pédron2025-05-121-3/+11
* linuxkpi: Fix up jiffies handlingMark Johnston2025-05-122-12/+1