aboutsummaryrefslogtreecommitdiff
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* ptrace(2): add PT_SC_REMOTE remote syscall requestKonstantin Belousov2023-01-202-0/+38
* compat32: move struct ptrace_sc_ret32 definition from .c to .hKonstantin Belousov2023-01-202-5/+5
* LinuxKPI: add (skeleton) functions to make drivers compileBjoern A. Zeeb2023-01-183-0/+264
* LinuxKPI: pci: add [linuxkpi_]pci_get_device()Bjoern A. Zeeb2023-01-182-0/+31
* LinuxKPI: fix pci_alloc_irq_vectors() for MSIBjoern A. Zeeb2023-01-181-0/+5
* LinuxKPI: add kstrtou32_from_user() and mac_pton()Bjoern A. Zeeb2023-01-181-13/+52
* LinuxKPI: 802.11: implement some *eleme/ie* lookup functionsBjoern A. Zeeb2023-01-182-25/+65
* LinuxKPI: 802.11: move ieee80211_{unregister,restart}_hw out of headerBjoern A. Zeeb2023-01-182-11/+28
* LinuxKPI; 802.11: update mac80211.h structures and fieldsBjoern A. Zeeb2023-01-181-4/+13
* LinuxKPI: 802.11: implement ieee80211_get_hdrlen_from_skb()Bjoern A. Zeeb2023-01-181-3/+14
* LinuxKPI: 802.11: set sta supported legacy ratesBjoern A. Zeeb2023-01-181-1/+21
* LinuxKPI: 802.11: implement cfg80211_{get,put}_bssBjoern A. Zeeb2023-01-182-46/+199
* LinuxKPI: 802.11: implement cfg80211_get_ies_channel_number()Bjoern A. Zeeb2023-01-181-2/+26
* LinuxKPI: add simplified version of page_frag_cacheBjoern A. Zeeb2023-01-182-0/+76
* LinuxKPI: pm.h add pm_sleep_ptr and DEFINE_SIMPLE_DEV_PM_OPSBjoern A. Zeeb2023-01-181-6/+22
* LinuxKPI: pci.h add more MSI related constanst and pci_is_enabled()Bjoern A. Zeeb2023-01-181-0/+13
* LinuxKPI,lindebugfs: add u8 base type and blob supportBjoern A. Zeeb2023-01-182-1/+76
* LinuxKPI: SKB: implement skb_peek()Bjoern A. Zeeb2023-01-181-8/+12
* LinuxKPI: 802.11: minor header updatesBjoern A. Zeeb2023-01-183-6/+11
* LinuxKPI: ethtool.h add more definitionsBjoern A. Zeeb2023-01-182-3/+19
* LinuxKPI: add a no-op generic_file_llseek()Bjoern A. Zeeb2023-01-181-0/+6
* LinuxKPI: iwlwifi: rtw88: rtw89: remove budget argument from netif_napi_add()Bjoern A. Zeeb2023-01-182-5/+5
* LinuxKPI: SKB updateBjoern A. Zeeb2023-01-182-27/+62
* LinuxKPI: linux/seqlock.h: Fix write_seqcount_(begin|end)Vladimir Kondratyev2023-01-071-81/+13
* linuxkpi: Add `seqcount_mutex_t` support in <linux/seqlock.h>Jean-Sébastien Pédron2023-01-071-10/+81
* rb_tree: fix stable/13 linux/rbtree.h post ABI fixDoug Moore2022-12-191-2/+2
* rb_tree: restore binary compat w/ 13Doug Moore2022-12-161-8/+3
* Revert "LinuxKPI: Add pci_power querying for drm-kmod"Emmanuel Vadot2022-12-154-26/+0
* linuxkpi/dmi: don't match exactly on DMI_MATCHCorvin Köhne2022-12-082-6/+16
* linuxkpi: Resolve duplicate global symbol name to fix LINT kernel build.Hans Petter Selasky2022-11-292-4/+7
* LinuxKPI: Add pci_power querying for drm-kmodJake Freeland2022-11-294-0/+26
* linuxkpi: drm-kmod debugfs supportJake Freeland2022-11-297-63/+492
* linuxkpi: Add strndup_userJake Freeland2022-11-291-0/+9
* linuxkpi: Add EPOLL aliasesJake Freeland2022-11-292-0/+46
* linuxkpi: Add down_read_killable()Jake Freeland2022-11-292-0/+15
* LinuxKPI: add memset_startat macroBjoern A. Zeeb2022-11-281-0/+8
* LinuxKPI: in efi.h include queue.hBjoern A. Zeeb2022-11-281-0/+1
* LinuxKPI: add virt_to_phys()Bjoern A. Zeeb2022-11-281-0/+7
* LinuxKPI: implement cpumask_of()Bjoern A. Zeeb2022-11-282-0/+24
* LinuxKPI: 802.11: enable WME supportBjoern A. Zeeb2022-11-282-17/+52
* LinuxKPI: add devm_request_irq()Bjoern A. Zeeb2022-11-281-0/+8
* LinuxKPI: add linux/leds.hBjoern A. Zeeb2022-11-281-0/+40
* LinuxKPI: string.h implement memcpy_and_pad()Bjoern A. Zeeb2022-11-281-0/+13
* LinuxKPI: 802.11: pass internal variable to lkpi_80211_mo_sta_state()Bjoern A. Zeeb2022-11-283-23/+19
* LinuxKPI: 802.11 update header filesBjoern A. Zeeb2022-11-284-5/+36
* LinuxKPI: 802.11: update struct member typesBjoern A. Zeeb2022-11-282-4/+7
* LinuxKPI: add timekeeping.h, another dummy (empty) header fileBjoern A. Zeeb2022-11-281-0/+0
* LinuxKPI: seq_file add "private" versions.Bjoern A. Zeeb2022-11-282-0/+36
* LinuxKPI: 802.11: add MO tracingBjoern A. Zeeb2022-11-283-16/+62
* LinuxKPI: add MSEC_PER_SECBjoern A. Zeeb2022-11-281-0/+2