summaryrefslogtreecommitdiff
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* linuxkpi: move io_mapping_create_wc to .cWarner Losh2022-04-062-11/+14
* linuxkpi: Move lkpi_pcim_iomap_devres_find to .c fileWarner Losh2022-04-062-20/+21
* linuxkpi: Move pci_alloc_irq_vectors to .c fileWarner Losh2022-04-062-36/+38
* linuxkpi: Move pci_request_region and _lkpi_pci_iomap into .cWarner Losh2022-04-062-84/+88
* linuxkpi: Move lkpi_pci_devres_get_alloc into .c fileWarner Losh2022-04-062-15/+17
* linuxkpi: Move cdev_alloc into .c fileWarner Losh2022-04-062-11/+13
* linuxkpi: Move class_create to .c fileWarner Losh2022-04-062-19/+21
* linuxkpi: Move device_create_groups_vargs to linux_compat.cWarner Losh2022-04-062-44/+47
* linuxkpi: move kobject_create to .c fileWarner Losh2022-04-062-13/+15
* linuxkpi: add padding to struct pci_driverWarner Losh2022-04-061-0/+19
* linuxkpi: Restore the KBI for struct pci_driverWarner Losh2022-04-062-7/+10
* LinuxKPI: 802.11: fix RSSI (and NF)Bjoern A. Zeeb2022-04-052-6/+8
* LinuxKPI: 802.11: fix compat code for i386Bjoern A. Zeeb2022-04-052-6/+7
* LinuxKPI: 802.11: various updates for iwlwifi stability and upcoming rtwBjoern A. Zeeb2022-03-306-316/+837
* LinuxKPI: skbuff: fix skb_queue_splice_init()Bjoern A. Zeeb2022-03-302-12/+15
* LinuxKPI: allow bsddriver name to be set for PCIBjoern A. Zeeb2022-03-301-1/+2
* LinuxKPI: pci: implement pci_upstream_bridge()Bjoern A. Zeeb2022-03-302-7/+49
* LinuxKPI: pci.h MODULE_DEVICE_TABLE to MODULE_PNP_INFOBjoern A. Zeeb2022-03-301-1/+21
* LinuxKPI: allow a driver to override the default pci probe resultBjoern A. Zeeb2022-03-302-1/+7
* LinuxKPI: remove duplicate includeBjoern A. Zeeb2022-03-301-1/+0
* Clear non-x86 compat stat syscall kernel stack memory disclosureEd Maste2022-03-301-0/+23
* linux: add sysctl to pass untranslated interface namesAlexander V. Chernikov2022-03-285-15/+28
* linux: fix linux_recvmsg() MSG_PEEK flag handlingAlexander V. Chernikov2022-03-281-0/+6
* LinuxKPI: Add comment describing proper use of the on_each_cpu() function.Hans Petter Selasky2022-03-171-0/+12
* lindebugfs: Make single_release() NULL safe.Hans Petter Selasky2022-03-171-1/+7
* lindebugfs: The Linux file operations use negative return values in the kernel.Hans Petter Selasky2022-03-171-2/+2
* lindebugfs: Zero the linux_file structure before use.Hans Petter Selasky2022-03-171-2/+1
* linuxkpi: Add mmap_lock.hEmmanuel Vadot2022-03-053-0/+56
* linuxkpi: Add atomic64_fetch_addEmmanuel Vadot2022-03-051-0/+6
* linuxkpi: Add orderly_poweroffEmmanuel Vadot2022-03-051-0/+40
* linuxkpi: Add dev_emergEmmanuel Vadot2022-03-051-0/+1
* linuxkpi: Add backlight_device_set_brightnessEmmanuel Vadot2022-03-051-0/+10
* linuxkpi: Add user_write_access_*Emmanuel Vadot2022-03-051-0/+3
* linuxkpi: Add list_rotate_to_frontEmmanuel Vadot2022-03-051-0/+7
* linuxkpi: Add __var_waitqueueEmmanuel Vadot2022-03-051-0/+6
* lindebugfs: Fix writeEmmanuel Vadot2022-03-051-2/+8
* LinuxKPI: update 802.11 headersBjoern A. Zeeb2022-02-274-8/+58
* LinuxKPI: change DECLARE_FLEX_ARRAY()Bjoern A. Zeeb2022-02-271-1/+1
* LinuxKPI: add MODULE_IMPORT_NS()Bjoern A. Zeeb2022-02-271-0/+1
* LinuxKPI: skbuff.h add skb_postpush_rcsum()Bjoern A. Zeeb2022-02-271-0/+6
* LinuxKPI: USB change successful probe result to BUS_PROBE_DEFAULTBjoern A. Zeeb2022-02-271-1/+1
* LinuxKPI: return value for linux_pci_probe()Bjoern A. Zeeb2022-02-271-1/+1
* MFC b58cf1cb35ab:Ryan Stone2022-02-251-22/+27
* linux: Fix ptrace panic with ERESTARTEdward Tomasz Napierala2022-02-211-0/+6
* Remove PT_GET_SC_ARGS_ALLKonstantin Belousov2022-02-211-3/+0
* linux: implement PTRACE_GET_SYSCALL_INFOEdward Tomasz Napierala2022-02-211-0/+3
* LinuxKPI: 802.11 simplify beacon checks in rx pathBjoern A. Zeeb2022-02-201-8/+11
* LinuxKPI: implement dma_sync_single_for_*, apply to (un)map single/sgBjoern A. Zeeb2022-02-202-11/+124
* LinuxKPI: 802.11: disable ic_headroom for the momentBjoern A. Zeeb2022-02-201-0/+5
* LinuxKPI: 802.11 advertise full offload scanning based on hw_scan onlyBjoern A. Zeeb2022-02-201-3/+8