summaryrefslogtreecommitdiff
path: root/sys/modules/linuxkpi/Makefile
AgeCommit message (Expand)Author
14 dayslinuxkpi: Add <linux/siphash.h>Jean-Sébastien Pédron
2025-05-12linuxkpi: Add `folio` and `folio_batch` APIsJean-Sébastien Pédron
2023-12-13linuxkpi: Move `struct kobject` code to `linux_kobject.c`Jean-Sébastien Pédron
2023-08-16sys: Remove $FreeBSD$: one-line sh patternWarner Losh
2022-09-26LinuxKPI: define LINUXKPI_INCLUDES for module builds as wellBjoern A. Zeeb
2022-09-20linuxkpi: drm-kmod debugfs supportJake Freeland
2022-09-01linuxkpi: on i386 only use first_msi_irq if apic is in kernel configTijl Coosemans
2022-03-11linuxkpi: fix module build outside of kernel build environmentEugene Grosbein
2022-01-25linuxkpi: Add i2c supportEmmanuel Vadot
2021-12-27LinuxKPI: import beginning of a new version of netdevice.hBjoern A. Zeeb
2021-12-27LinuxKPI: add a work-in-progress skbuff implementationBjoern A. Zeeb
2021-11-18Fix some modules to export more used symbolsKonstantin Belousov
2021-09-29LinuxKPI: Remove FreeBSD struct resource from all LKPI headersVladimir Kondratyev
2021-07-31LinuxKPI: Make FPU sections thread-safe and use the NOCTX flag.Hans Petter Selasky
2021-03-09Implement basic support for allocating memory from a specific numa nodeHans Petter Selasky
2021-01-28LinuxKPI: implement devres() framework parts and two examplesBjoern A. Zeeb
2021-01-28LinuxKPI: add firmware loading supportBjoern A. Zeeb
2021-01-12linuxkpi: add kernel_fpu_begin/kernel_fpu_endEmmanuel Vadot
2021-01-12linuxkpi: Add shrinker supportEmmanuel Vadot
2020-11-18Add missing header file when building the LinuxKPI module separately.Hans Petter Selasky
2020-11-09LinuxKPI: Implement ACPI bits required by drm-kmod in base systemEmmanuel Vadot
2020-10-02linuxkpi: Add dmi_* functionEmmanuel Vadot
2020-08-27Implement extensible arrays API using the existing radix tree implementationHans Petter Selasky
2020-03-20Introduce LINUXKPI_GENSRCS.Konstantin Belousov
2020-03-18Add pci_iov_if.h header as a dependency for Linuxkpi consumers.Konstantin Belousov
2020-02-21linuxkpi: Move shmem related functions in it's own fileEmmanuel Vadot
2019-05-16LinuxKPI: Finalize import of seq_file.Johannes Lundberg
2018-10-30Implement the dump_stack() function in the LinuxKPI.Hans Petter Selasky
2017-06-26Sort SRCS.Mark Johnston
2017-06-26Implement parts of the hrtimer API in the LinuxKPI.Mark Johnston
2017-06-09Augment wait queue support in the LinuxKPI.Mark Johnston
2017-03-09Implement support for mutexes with deadlock avoidance in the LinuxKPI.Hans Petter Selasky
2017-03-08Cleanup the LinuxKPI slab implementation.Hans Petter Selasky
2017-03-07LinuxKPI workqueue cleanup.Hans Petter Selasky
2017-03-04sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper
2017-02-22Optimise unmapped LinuxKPI page allocations.Hans Petter Selasky
2017-02-21Replace dummy implementation of RCU in the LinuxKPI with one based onHans Petter Selasky
2017-02-21Add support for LinuxKPI tasklets.Hans Petter Selasky
2017-02-21Make the LinuxKPI task struct persistent accross system calls.Hans Petter Selasky
2015-10-29Finish process of moving the LinuxKPI module into the default kernel build.Hans Petter Selasky
2015-10-22Rename linuxapi[.ko] into linuxkpi[.ko], to reflect that it is aHans Petter Selasky