aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/include/linux
Commit message (Expand)AuthorAgeFilesLines
* brcm80211: add LinuxKPI files and module MakefilesBjoern A. Zeeb2026-02-105-0/+277
* LinuxKPI: add scoped_guard(), spinlock guard supportBjoern A. Zeeb2026-02-092-28/+109
* LinuxKPI: mod_devicetable, add comment about [future] LinuxKPI USBBjoern A. Zeeb2026-02-091-0/+6
* LinuxKPI: move MODULE_DEVICE_TABLE from pci.h to module.hBjoern A. Zeeb2026-02-092-18/+18
* LinuxKPI: string_choices.h: use ternary operatorBjoern A. Zeeb2026-02-031-20/+5
* LinuxKPI: add str_read_write()Bjoern A. Zeeb2026-02-031-0/+9
* linuxkpi: Add tag support to radix treeJean-Sébastien Pédron2026-01-281-4/+25
* linuxkpi: Add eventfd_*()Jean-Sébastien Pédron2026-01-251-0/+54
* LinuxKPI: improve hweight<n> if complie time constantBjoern A. Zeeb2026-01-251-6/+6
* LinuxKPI: add umin()Bjoern A. Zeeb2026-01-251-0/+3
* LinuxKPI: implement dmam_free_coherent()Bjoern A. Zeeb2026-01-251-0/+9
* LinuxKPI: PTP add (*settime64) to struct ptp_clock_infoBjoern A. Zeeb2026-01-251-0/+1
* linuxkpi: Implement <linux/seq_buf.h>Jean-Sébastien Pédron2026-01-241-0/+73
* mt76: update Mediatek's mt76 driverBjoern A. Zeeb2026-01-232-1/+61
* LinuxKPI: netdevice: add structs net_device_path, net_device_path_ctxBjoern A. Zeeb2026-01-211-0/+24
* LinuxKPi: 802.11: add more definesBjoern A. Zeeb2026-01-211-0/+1
* LinuxKPI: skbuff: implement skb_queue_splice()Bjoern A. Zeeb2026-01-211-1/+8
* LinuxKPI: 802.11: rename enum ieee80211_tx_rate_flags and move fileBjoern A. Zeeb2026-01-211-12/+0
* LinuxKPI: 802.11: Management MIC element can have 8 or 16 octets MICBjoern A. Zeeb2026-01-211-3/+11
* LinuxKPI: 802.11: factor out rate logic for mandatory channelsBjoern A. Zeeb2026-01-201-1/+12
* LinuxKPI: pci: fix pcie_get_speed_cap()Bjoern A. Zeeb2026-01-141-9/+18
* LinuxKPI: include acpi headers for RISC-VBjoern A. Zeeb2026-01-141-1/+1
* linuxkpi: Add `rol32()`Jean-Sébastien Pédron2026-01-071-0/+6
* linuxkpi: Replicate the chain of #include in the `cec*.h` headersJean-Sébastien Pédron2026-01-072-0/+19
* linuxkpi: Add WARN_RATELIMIT()Jean-Sébastien Pédron2026-01-071-0/+7
* linuxkpi: Add <linux/kmsg_dump.h>Jean-Sébastien Pédron2026-01-071-0/+51
* linuxkpi: Add <linux/font.h>Jean-Sébastien Pédron2026-01-071-0/+33
* linuxkpi: Define `raw_spinlock_t` in <linux/spinlock.h>Jean-Sébastien Pédron2026-01-071-0/+20
* linuxkpi: Add `radix_tree_deref_slot()`Jean-Sébastien Pédron2026-01-051-0/+6
* linuxkpi: Add <linux/siphash.h>Jean-Sébastien Pédron2026-01-051-0/+168
* linuxkpi: Add `rol64()`Jean-Sébastien Pédron2026-01-051-0/+6
* linuxkpi: Add support for statically-allocated kfifoJean-Sébastien Pédron2026-01-051-2/+20
* linuxkpi: Replicate Linux #includes between headersJean-Sébastien Pédron2026-01-058-0/+99
* linuxkpi: Split <linux/compiler.h>Jean-Sébastien Pédron2026-01-053-46/+96
* linuxkpi: Define `PCI_POSSIBLE_ERROR()` macroJean-Sébastien Pédron2026-01-051-0/+14
* linuxkpi: Add hex_dump_to_buffer()Jean-Sébastien Pédron2026-01-041-0/+6
* linuxkpi: Add option to skip trailing newline in `lkpi_hex_dump()`Jean-Sébastien Pédron2026-01-042-3/+3
* linuxkpi: Correct kstrtoboolDag-Erling Smørgrav2026-01-031-11/+5
* linuxkpi: Don't clobber result on failureDag-Erling Smørgrav2026-01-021-13/+30
* LinuxKPI: bitcount fix builds with gcc and older llvmBjoern A. Zeeb2025-12-191-0/+8
* LinuxKPI: Implement vmap_pfnVladimir Kondratyev2025-12-171-0/+3
* linuxkpi: Take const root in read-only radix tree functionsJean-Sébastien Pédron2025-12-091-2/+2
* LinuxKPI: ath10k: adjust for led changes to keep ath10k compilingBjoern A. Zeeb2025-12-061-1/+4
* LinuxKPI: mt76: depend on CONFIG_NET_MEDIATEK_SOC_WEDBjoern A. Zeeb2025-12-031-1/+27
* LinuxKPI: 802.11: fill in more skeleton functionsBjoern A. Zeeb2025-12-031-31/+137
* LinuxKPI: device: add a pr_debug("TODO") call to device_release_driver()Bjoern A. Zeeb2025-12-031-0/+1
* linuxkpi: add stub implementation of pm_vt_switch_(un)registerAustin Shafer2025-10-291-0/+14
* linuxkpi: Fix the definition of BITS_PER_LONGMark Johnston2025-10-221-7/+2
* LinuxKPI: 802.11: additions for Linux v6.17 based wireless driversBjoern A. Zeeb2025-10-212-0/+12
* LinuxKPI: netdevice add attach/detach skeleton functionsBjoern A. Zeeb2025-10-211-0/+15