aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/include/linux
Commit message (Expand)AuthorAgeFilesLines
...
* LinuxKPI: add DEFINE_LOCK_GUARD_0 for rcuBjoern A. Zeeb2025-09-052-1/+39
* LinuxKPI: cleanup: implement __free() and DEFINE_FREE(); use for kfree()Bjoern A. Zeeb2025-09-052-1/+17
* LinuxKPI: timer KPI *_timer -> timer_*Bjoern A. Zeeb2025-09-051-2/+14
* LinuxKPI: rename from_timer() to timer_container_of()Bjoern A. Zeeb2025-09-051-0/+5
* LinuxKPI: correct the LINUXKPI_VERSION check for abs_diff()Bjoern A. Zeeb2025-09-051-1/+1
* LinuxKPI: pci: implement [linuxkpi_]pcim_request_all_regions()Bjoern A. Zeeb2025-09-051-3/+8
* LinuxKPI: pci: implement pcim_iomap()Bjoern A. Zeeb2025-09-051-0/+3
* LinuxKPI: pci: implement for_each_pci_dev() and improve pci_get_device()Bjoern A. Zeeb2025-09-051-0/+3
* LinuxKPI: skbuff: no longer use IEEE80211_DEBUG to turn on debugBjoern A. Zeeb2025-09-031-8/+6
* net80211 / LinuxKPI: 802.11: revert / redo enum ieee80211_sta_rx_bwBjoern A. Zeeb2025-08-301-0/+8
* LinuxKPI: skbuff: checksum offloading flagsBjoern A. Zeeb2025-08-291-2/+2
* LinuxKPI: 802.11: mark all structs in struct ieee80211_mgmt __packedBjoern A. Zeeb2025-08-291-10/+10
* LinuxKPI: implement str_disable_enable()Bjoern A. Zeeb2025-08-291-0/+2
* LinuxKPI: 802.11: rework multicat filter updatesBjoern A. Zeeb2025-08-251-1/+8
* LinuxKPI: 802.11: assign values to WLAN_HT_CAP_SM_PS_*Bjoern A. Zeeb2025-08-241-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-092-0/+36
* 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: Have kvzalloc() rely on kvmalloc(), not kmalloc()Olivier Certner2025-07-131-1/+1
* 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-113-3/+3
* net80211: LinuxKPI: migrate HE defines to net80211, put correct valuesBjoern A. Zeeb2025-06-091-4/+0
* LinuxKPI: skbuff: add dummy skb_copy_header()Bjoern A. Zeeb2025-06-031-0/+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: 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