aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/include/linux
Commit message (Expand)AuthorAgeFilesLines
* 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 days2-0/+19
* 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 days1-0/+168
* 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édron12 days1-0/+6
* linuxkpi: Add option to skip trailing newline in `lkpi_hex_dump()`Jean-Sébastien Pédron12 days2-3/+3
* linuxkpi: Correct kstrtoboolDag-Erling Smørgrav13 days1-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
* LinuxKPI: skbuff: add a misplaced socket operation to skbuff.h for nowBjoern A. Zeeb2025-10-211-0/+3
* LinuxKPI: soc/mediatek add pr_debug callsBjoern A. Zeeb2025-10-211-32/+15
* LinuxKPI: add skeleton pci_enable_wake()Bjoern A. Zeeb2025-10-211-0/+13
* LinuxKPI: add fips.hBjoern A. Zeeb2025-10-211-0/+12
* LinuxKPI: device_driver add (*coredump)()Bjoern A. Zeeb2025-10-211-0/+1
* LinuxKPI: platform_device return type changeBjoern A. Zeeb2025-10-211-1/+1
* LinuxKPI: add three skeleton functions to etherdevice.hBjoern A. Zeeb2025-10-211-0/+23
* LinuxKPI: add __counted_by_le() and __counted_by_be()Bjoern A. Zeeb2025-10-211-0/+8
* LinuxKPI: pci: implementation of [lkpi_]pci_get_slot()Bjoern A. Zeeb2025-09-291-0/+6
* linuxkpi: Move string_helpers.h to string_choices.hEd Maste2025-09-192-63/+75
* LinuxKPI: devres: divorce dem_kfree from lkpi_devm_kmalloc_releaseBjoern A. Zeeb2025-09-051-2/+3
* LinuxKPI: maths64: implement roundup_u64()Bjoern A. Zeeb2025-09-051-0/+6
* LinuxKPI: sync overflow.h from Linux v6.16Bjoern A. Zeeb2025-09-051-27/+153
* LinuxKPI: add __struct_sizeBjoern A. Zeeb2025-09-051-0/+6
* 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