aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/include/linux
Commit message (Expand)AuthorAgeFilesLines
...
* LinuxKPI: add dummy rhashtable implementationBjoern A. Zeeb2023-06-261-0/+89
* LinuxKPI: uuid: add guid_gen() and guid_copy()Bjoern A. Zeeb2023-06-261-1/+18
* LinuxKPI: add utsname for init_utsname() with releaseBjoern A. Zeeb2023-06-261-0/+51
* LinuxKPI: pci: update struct msi_descBjoern A. Zeeb2023-06-261-2/+6
* LinuxKPI: pci: add PCI_COMMAND_MEMORYBjoern A. Zeeb2023-06-261-0/+1
* LinuxKPI: implement pci_rescan_bus()Bjoern A. Zeeb2023-06-261-0/+24
* ath10k: ath11k: add specific LinuxKPI supportBjoern A. Zeeb2023-06-263-0/+438
* LinuxKPI: netdevice: add dev_set_threaded()Bjoern A. Zeeb2023-06-261-1/+9
* LinuxKPI: add ns_to_timespec64()Bjoern A. Zeeb2023-06-261-0/+2
* LinuxKPI: skbuff.h: add more (skeleton) functions used by wireless driversBjoern A. Zeeb2023-06-261-7/+53
* LinuxKPI: add ptp_clock_kernel.hBjoern A. Zeeb2023-06-261-0/+77
* LinuxKPI: add dummy hash.h and kernel_connect()Bjoern A. Zeeb2023-06-261-0/+11
* LinuxKPI: pci.h: always initialize return valueBjoern A. Zeeb2023-06-261-0/+2
* LinuxKPI: fix WRITE_ONCE()Bjoern A. Zeeb2023-06-261-1/+1
* LinuxKPI: fix READ_ONCE() -Wcast-equal warningsBjoern A. Zeeb2023-06-261-1/+1
* LinuxKPI: skbuff.h: fix -Warray-bounds warningsBjoern A. Zeeb2023-06-261-27/+34
* Revert "LinuxKPI: Make FPU sections thread-safe and use the NOCTX flag."John Baldwin2023-05-271-2/+1
* LinuxKPI: Make FPU sections thread-safe and use the NOCTX flag.Hans Petter Selasky2023-03-221-1/+2
* linuxkpi: Use a proper declaration for pm_suspend_via_firmware.John Baldwin2023-03-221-1/+1
* linuxkpi: Add more suspend definesEmmanuel Vadot2023-02-211-0/+4
* LinuxKPI: return an address string in pci_name()Val Packett2023-02-171-2/+2
* LinuxKPI: pci: add more functionsBjoern A. Zeeb2023-02-171-0/+26
* LinuxKPI: PCI: implement support for more than 1 MSI vectorBjoern A. Zeeb2023-02-171-10/+26
* LinuxKPI: implement irq_get_msi_desc()Bjoern A. Zeeb2023-02-171-0/+14
* LinuxKPI: skbuff: implement skb_free_frag()Bjoern A. Zeeb2023-02-171-1/+1
* LinuxKPI: pm.h: add dummy pm_wakeup_event()Bjoern A. Zeeb2023-02-171-0/+12
* LinuxKPI: device: add device_set_wakeup_enable()Bjoern A. Zeeb2023-02-171-0/+18
* LinuxKPI: const argument to irq_set_affinity_hint()Bjoern A. Zeeb2023-02-171-2/+2
* LinuxKPI: mm.h: implement virt_to_head_page()Bjoern A. Zeeb2023-02-171-0/+8
* LinuxKPI: interrupt.h: add disable_irq_nosync(), irq_set_status_flags()Bjoern A. Zeeb2023-02-171-0/+21
* LinuxKPI: pci.h move function declaration to top of file.Bjoern A. Zeeb2023-02-171-2/+1
* linuxkpi: Define `totalram_pages()`Jean-Sébastien Pédron2023-02-161-0/+6
* linuxkpi: Add `strscpy_pad()` to <linux/string.h>Jean-Sébastien Pédron2023-02-161-0/+9
* linuxkpi: Define `debugfs_initialized()`Jean-Sébastien Pédron2023-02-161-0/+7
* linuxkpi: Move `IS_ENABLED()` and friends to <linux/kconfig.h>Jean-Sébastien Pédron2023-02-163-42/+80
* linuxkpi: Add <linux/cc_platform.h>Jean-Sébastien Pédron2023-02-161-0/+17
* linuxkpi: Update `ww_mutex_trylock()` API for Linux 5.16Jean-Sébastien Pédron2023-02-161-0/+5
* linuxkpi: Declare `struct fwnode_handle` in <linux/fwnode.h>Jean-Sébastien Pédron2023-02-162-1/+11
* linuxkpi: Add `synchronize_shrinkers()`Jean-Sébastien Pédron2023-02-161-0/+2
* linuxkpi: Add `sg_alloc_table_from_pages_segment()`Jean-Sébastien Pédron2023-02-161-0/+14
* linuxkpi: Add <linux/stdarg.h> + include it from <linux/string.h>Jean-Sébastien Pédron2023-02-163-1/+35
* linuxkpi: Define `IRQ_NOTCONNECTED`Jean-Sébastien Pédron2023-02-161-0/+2
* linuxkpi: Define `lockdep_assert{,_once}()`Jean-Sébastien Pédron2023-02-161-0/+6
* linuxkpi: Move definition of `struct list_head` to <linux/types.h>Jean-Sébastien Pédron2023-02-162-8/+8
* linuxkpi: Define `FIELD_FIT()`Jean-Sébastien Pédron2023-02-161-0/+3
* linuxkpi: Add `i2c_adapter_quirks` supportJean-Sébastien Pédron2023-02-161-0/+25
* linuxkpi: Define `xa_is_err()`, `xa_{store,erase}_irq()` and `xa_{,un}lock_ir...Jean-Sébastien Pédron2023-02-161-0/+21
* linuxkpi: Update `vga_client_register()` and add `vga_client_unregister()`Jean-Sébastien Pédron2023-02-161-0/+27
* linuxkpi: Declare missing `DMI_*` enum entriesJean-Sébastien Pédron2023-02-161-0/+5
* linuxkpi: Define `backlight_get_brightness()` and `backlight_is_blank()`Jean-Sébastien Pédron2023-02-161-0/+14