aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common
Commit message (Expand)AuthorAgeFilesLines
...
* LinuxKPI: add kmalloc_obj[s], kzalloc_obj[s], and kzalloc_flexBjoern A. Zeeb2026-04-181-1/+23
* LinuxKPI: sync overflow.h from Linux v7.0Bjoern A. Zeeb2026-04-181-14/+130
* LinuxKPI: conditionally add __flex_counter()Bjoern A. Zeeb2026-04-181-0/+13
* LinuxKPI: add default_gfp()Bjoern A. Zeeb2026-04-181-0/+3
* LinuxKPI: move hex2bin() from kernel.h to new hex.hBjoern A. Zeeb2026-04-182-31/+45
* LinuxKPI: 802.11: make sure dtim_period is setBjoern A. Zeeb2026-04-181-5/+16
* LinuxKPI: 802.11: start filling vif->cfg.ap_addrBjoern A. Zeeb2026-04-181-11/+10
* LinuxKPI: 802.11: add chandef tracingBjoern A. Zeeb2026-04-182-3/+77
* LinuxKPI: 802.11: improve emulate chanctx implementationBjoern A. Zeeb2026-04-183-63/+218
* LinuxKPI: 802.11: rework lkpi_ic_set_channel()Bjoern A. Zeeb2026-04-182-39/+132
* LinuxKPI: 802.11: factor out getting and setting a chanctxBjoern A. Zeeb2026-04-181-56/+92
* LinuxKPI: 802.11: keep chanctx on a reserved listBjoern A. Zeeb2026-04-182-5/+66
* LinuxKPI: 802.11: save the default channelBjoern A. Zeeb2026-04-182-0/+4
* LinuxKPI: 802.11: factor out chandef/chanctx initializationBjoern A. Zeeb2026-04-181-39/+78
* linuxkpi: Fix an off-by-one error in the kfifo implementationMark Johnston2026-04-151-2/+2
* linuxkpi: Add <linux/ascii85.h>Jean-Sébastien Pédron2026-04-061-0/+46
* linuxkpi: Define missing `SZ_*` below 1 kibJean-Sébastien Pédron2026-04-061-0/+11
* linuxkpi: Define `MIN_T()` and `MAX_T()`Jean-Sébastien Pédron2026-04-061-0/+3
* linuxkpi: Document why <linux/pci.h> can't include <linux/ioport.h>Jean-Sébastien Pédron2026-04-061-0/+11
* linuxkpi: Add field `flags` to `struct resource`Jean-Sébastien Pédron2026-04-061-0/+1
* linuxkpi: Add <linux/mfd/core.h>Jean-Sébastien Pédron2026-04-061-0/+49
* linuxkpi: Add <linux/linux_logo.h>Jean-Sébastien Pédron2026-04-061-0/+19
* linuxkpi: Define `PMD_SHIFT`Jean-Sébastien Pédron2026-04-061-0/+34
* linuxkpi: Define `CONFIG_PGTABLE_LEVELS`Jean-Sébastien Pédron2026-04-061-0/+35
* linuxkpi: Add mising functions in <linux/kmsg_dump.h>Jean-Sébastien Pédron2026-04-061-0/+42
* linuxkpi: Define `_THIS_IP_`Jean-Sébastien Pédron2026-04-061-0/+2
* linuxkpi: Move `_RET_IP_` to <linux/instruction_pointer.h>Jean-Sébastien Pédron2026-04-062-2/+14
* linuxkpi: Add `strtomem()` and `strtomem_pad()`Jean-Sébastien Pédron2026-04-061-0/+16
* linuxkpi: Handle bin attributes in sysfs attribute groupsJean-Sébastien Pédron2026-04-011-9/+25
* LinuxKPI: add supporting #includesBjoern A. Zeeb2026-03-213-0/+3
* LinuxKPI: Fix simple_read_from_buffer for zero-size and off-the-end readsJohn Baldwin2026-03-171-2/+2
* lindebugfs: Pass user buffer pointers to the read/write file operationsJohn Baldwin2026-03-174-29/+38
* LinuxKPI: Use simple_read_from_buffer in simple_attr_read and seq_readJohn Baldwin2026-03-172-20/+4
* LinuxKPI: Clear the sbuf at the start of each call to seq_readJohn Baldwin2026-03-171-0/+1
* LinuxKPI: 802.11: lkpi_sta_auth_to_scan() fail graciously on lsta == NULLBjoern A. Zeeb2026-03-081-7/+19
* LinuxKPI: 802.11: change teardown order of disassoc and sta rmBjoern A. Zeeb2026-03-051-27/+30
* LinuxKPI: 802.11: split (*bss_info_changed) up for more modern driversBjoern A. Zeeb2026-03-053-21/+128
* LinuxKPI: 802.11: fix typoBjoern A. Zeeb2026-03-051-1/+1
* LinuxKPI: pass attrs in more places in dma-mapping.hBjoern A. Zeeb2026-03-041-6/+6
* LinuxKPI: 802.11: improve prep_tx_infoBjoern A. Zeeb2026-03-042-22/+72
* LinuxKPI: 802.11: move linuxkpi_ieee80211_handle_wake_tx_queue()Bjoern A. Zeeb2026-03-041-39/+37
* LinuxKPI: 802.11: fix typoBjoern A. Zeeb2026-03-041-1/+1
* LinuxKPI: avoid -Werror=unused-value in sort() from BUILD_BUG_ON_ZERO()Siva Mahadevan2026-03-031-1/+1
* LinuxKPI: 802.11: fold the sta state machine againBjoern A. Zeeb2026-02-251-532/+254
* LinuxKPI: 802.11: improve crypto debug loggingBjoern A. Zeeb2026-02-251-0/+8
* LinuxKPI: 802.11: adjust assoc check before key deletionBjoern A. Zeeb2026-02-251-9/+21
* LinuxKPI: 802.11: do not leak BA sessions when tearing down stateBjoern A. Zeeb2026-02-241-0/+22
* LinuxKPI: 802.11: add cfg80211 (*change_bss) and related structsBjoern A. Zeeb2026-02-111-1/+11
* 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