aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common
Commit message (Expand)AuthorAgeFilesLines
* linuxkpi: Clean up linux_shmem_file_setup() a bitMark Johnston37 hours1-4/+3
* linuxkpi: Avoid a potential null pointer dereference in an error pathMark Johnston37 hours1-1/+2
* linuxkpi: Fix an error path in linux_alloc_current()Mark Johnston37 hours1-8/+2
* LinuxKPI: pci: fix pcie_get_speed_cap()Bjoern A. Zeeb2 days1-9/+18
* LinuxKPI: include acpi headers for RISC-VBjoern A. Zeeb2 days1-1/+1
* linuxkpi: Add `rol32()`Jean-Sébastien Pédron9 days1-0/+6
* linuxkpi: Replicate the chain of #include in the `cec*.h` headersJean-Sébastien Pédron9 days4-0/+59
* linuxkpi: Add WARN_RATELIMIT()Jean-Sébastien Pédron9 days1-0/+7
* linuxkpi: Add <linux/kmsg_dump.h>Jean-Sébastien Pédron9 days1-0/+51
* linuxkpi: Add <linux/font.h>Jean-Sébastien Pédron9 days1-0/+33
* linuxkpi: Define `raw_spinlock_t` in <linux/spinlock.h>Jean-Sébastien Pédron9 days1-0/+20
* linuxkpi: Add `radix_tree_deref_slot()`Jean-Sébastien Pédron11 days1-0/+6
* linuxkpi: Add <linux/siphash.h>Jean-Sébastien Pédron11 days2-0/+714
* linuxkpi: Add get_unaligned_le64()Jean-Sébastien Pédron11 days1-0/+7
* linuxkpi: Add `rol64()`Jean-Sébastien Pédron11 days1-0/+6
* linuxkpi: Add support for statically-allocated kfifoJean-Sébastien Pédron11 days1-2/+20
* linuxkpi: Replicate Linux #includes between headersJean-Sébastien Pédron11 days8-0/+99
* linuxkpi: Split <linux/compiler.h>Jean-Sébastien Pédron11 days3-46/+96
* linuxkpi: Define `PCI_POSSIBLE_ERROR()` macroJean-Sébastien Pédron11 days1-0/+14
* linuxkpi: Add hex_dump_to_buffer()Jean-Sébastien Pédron13 days2-0/+76
* linuxkpi: Add option to skip trailing newline in `lkpi_hex_dump()`Jean-Sébastien Pédron13 days3-7/+9
* linuxkpi: Avoid trailing whitespaces in lkpi_hex_dump()Jean-Sébastien Pédron13 days1-13/+53
* linuxkpi: Correct kstrtoboolDag-Erling Smørgrav14 days1-11/+5
* linuxkpi: Don't clobber result on failureDag-Erling Smørgrav2026-01-021-13/+30
* LinuxKPI: 802.11: fix rx_nss with VHTBjoern A. Zeeb2025-12-291-1/+2
* LinuxKPI: 802.11: reset hdr after crypto in lkpi_80211_txq_tx_one()Bjoern A. Zeeb2025-12-291-0/+2
* LinuxKPI: 802.11: assign sequence numbers to framesBjoern A. Zeeb2025-12-291-0/+2
* LinuxKPI: 802.11: add compat.linuxkpi.80211.IF.dump_stas_queuesBjoern A. Zeeb2025-12-292-5/+77
* LinuxKPI: bitcount fix builds with gcc and older llvmBjoern A. Zeeb2025-12-191-0/+8
* LinuxKPI: Implement vmap_pfnVladimir Kondratyev2025-12-172-0/+68
* LinuxKPI: Move vmap-related code from linux_compat.c to linux_page.cVladimir Kondratyev2025-12-172-111/+125
* LinuxKPI: 802.11: rework MC/configure_filterBjoern A. Zeeb2025-12-142-11/+2
* LinuxKPI: 802.11: lock down the "txq_scheduled" tailqBjoern A. Zeeb2025-12-112-12/+42
* linuxkpi: clean up stray pctrie_iter_resetAustin Shafer2025-12-101-3/+1
* pci_reserve_map: Pass rid by valueJohn Baldwin2025-12-091-1/+1
* linuxkpi: Take const root in read-only radix tree functionsJean-Sébastien Pédron2025-12-092-6/+6
* 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: move ieee80211_offload_flagsBjoern A. Zeeb2025-12-031-7/+7
* LinuxKPI: 802.11: fill in more skeleton functionsBjoern A. Zeeb2025-12-032-31/+141
* LinuxKPI: device: add a pr_debug("TODO") call to device_release_driver()Bjoern A. Zeeb2025-12-031-0/+1
* LinuxKPI: 802.11: make airtime fairness an IMPROVEBjoern A. Zeeb2025-12-031-1/+1
* LinuxKPI: page.c: remove a spurious character from a commentBjoern A. Zeeb2025-12-031-1/+1
* LinuxKPI: 802.11: when synching HT and VHT cap, mask rx_mcsBjoern A. Zeeb2025-12-021-28/+71
* LinuxKPI: pci: undo the pci_resource_len() check in lkpi_pci_request_region()Bjoern A. Zeeb2025-12-021-10/+3
* LinuxKPI: 802.11: initialize a backpointer on the link_staBjoern A. Zeeb2025-11-191-0/+1
* LinuxKPI: 802.11: implement mtx support for ieee80211_iterate_interfacesBjoern A. Zeeb2025-11-191-2/+8
* LinuxKPI: 802.11: use a _check rather than a _protected version for linkstaBjoern A. Zeeb2025-11-191-1/+1
* LinuxKPI: 802.11: initialize the passed in chandef in cfg80211_chandef_createBjoern A. Zeeb2025-11-171-1/+1
* LinuxKPI: 802.11: clear CONF_IDLE earlierBjoern A. Zeeb2025-11-101-2/+4