aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common
Commit message (Expand)AuthorAgeFilesLines
* LinuxKPI: Import MTRR support functions from drm-kmodVladimir Kondratyev2022-01-102-0/+80
* LinuxKPI: Import linux/ratelimit.hVladimir Kondratyev2022-01-101-0/+17
* LinuxKPI: Add linux/capability.h headerVladimir Kondratyev2022-01-101-0/+51
* LinuxKPI: Add readx_poll_timeout wrapperVladimir Kondratyev2022-01-101-0/+3
* LinuxKPI: Add static_cpu_has() implementationVladimir Kondratyev2022-01-101-0/+37
* LinuxKPI: Implement efi_enabled(EFI_BOOT)Vladimir Kondratyev2022-01-101-0/+73
* LinuxKPI: Import linux/jump_label.hVladimir Kondratyev2022-01-101-0/+48
* LinuxKPI: Move kfree_async() functionality in to kfree()Vladimir Kondratyev2022-01-101-15/+10
* LinuxKPI: Add stdarg.h proxy headerVladimir Kondratyev2022-01-101-0/+33
* LinuxKPI: Add some typical header pollutionVladimir Kondratyev2022-01-105-0/+8
* LinuxKPI: Implement smp_*mb barriers with atomic_thread_fence_*Vladimir Kondratyev2022-01-103-1/+59
* LinuxKPI: Make lockdep*_pin_lock macros useable for drm-kmodVladimir Kondratyev2022-01-101-5/+7
* LinuxKPI: Convert schedule() to inlined functionVladimir Kondratyev2022-01-101-2/+6
* LinuxKPI: Add support for XA_FLAGS_ALLOC1 xarray flagVladimir Kondratyev2022-01-102-6/+11
* LinuxKPI: Implement default sysfs kobject attribute operationsVladimir Kondratyev2022-01-102-0/+32
* LinuxKPI: Implement kstrtoullVladimir Kondratyev2022-01-101-0/+6
* LinuxKPI: Implement dev_driver_string()Vladimir Kondratyev2022-01-101-0/+15
* LinuxKPI: Implement clflush_cache_range()Vladimir Kondratyev2022-01-101-0/+7
* LinuxKPI: Add clflush argument type conversion wrapperVladimir Kondratyev2022-01-101-0/+2
* LinuxKPI: Implement interval_treeVladimir Kondratyev2022-01-104-0/+201
* LinuxKPI: Import some linux/rbtree.h functions from OpenBSDVladimir Kondratyev2022-01-101-1/+39
* LinuxKPI: 802.11 correctly spell queuesRuslan Makhmatkhanov2022-01-101-2/+2
* LinuxKPI: 802.11 update compat code for driver updatesBjoern A. Zeeb2022-01-094-6/+81
* LinuxKPI: bitfields add more *replace_bits()Bjoern A. Zeeb2022-01-091-5/+37
* LinuxKPI: add hex2bin()Bjoern A. Zeeb2022-01-091-0/+31
* LinuxKPI / iwlwifi: fix spelling of constantsBjoern A. Zeeb2022-01-091-5/+5
* LinuxKPI: 802.11 handle IEEE80211_CONF_IDLE betterBjoern A. Zeeb2022-01-091-7/+33
* LinuxKPI: ip.h add #includeBjoern A. Zeeb2022-01-091-0/+1
* LinuxKPI: 802.11 fix queue waitBjoern A. Zeeb2021-12-311-2/+2
* LinuxKPI: add 802.11 compat codeBjoern A. Zeeb2021-12-278-2/+8762
* LinuxKPI: import beginning of a new version of netdevice.hBjoern A. Zeeb2021-12-272-6/+675
* LinuxKPI: add a work-in-progress skbuff implementationBjoern A. Zeeb2021-12-272-0/+939
* LinuxKPI: Replace missed Giant with bus_topo_lock.Alexander Motin2021-12-261-4/+4
* Create wrapper for Giant taken for newbusWarner Losh2021-12-103-10/+12
* modules: increase MAXMODNAME and provide backward compatBjoern A. Zeeb2021-12-091-0/+1
* LinuxKPI: USB return possible error from suspend/resumeBjoern A. Zeeb2021-11-241-6/+6
* LinuxKPI: fix -Wunused-but-set-variable warningsBjoern A. Zeeb2021-11-243-11/+4
* LinuxKPI: make bcd.h use libkernBjoern A. Zeeb2021-11-181-11/+3
* bus: Make BUS_TRANSLATE_RESOURCE behave more like other bus methodsMark Johnston2021-11-151-3/+6
* LinuxKPI: Add sysctl(8) knob to control verbosity of WARN_ON's.Hans Petter Selasky2021-11-022-11/+19
* LinuxKPI: module.h add MODULE_SUPPORTED_DEVICE()Bjoern A. Zeeb2021-10-251-0/+1
* LinuxKPI: add bcd.hBjoern A. Zeeb2021-10-251-0/+53
* LinuxKPI: pci.h / linux_pci.c rename pci_driver fieldBjoern A. Zeeb2021-10-252-5/+5
* LinuxKPI: pci.h make pci_dev argument const for pci_{read,write}_config*()Bjoern A. Zeeb2021-10-251-6/+6
* LinuxKPI: add netdev_features.hBjoern A. Zeeb2021-10-251-0/+48
* LinuxKPI: add simple_open() to fs.hBjoern A. Zeeb2021-10-251-0/+6
* LinuxKPI: add strreplace() to string.hBjoern A. Zeeb2021-10-251-0/+13
* LinuxKPI: add kstrtou8() and kstrtou8_from_user() to kernel.hBjoern A. Zeeb2021-10-251-0/+33
* Convert consumers to vm_page_alloc_noobj_contig()Mark Johnston2021-10-201-14/+3
* Convert vm_page_alloc() callers to use vm_page_alloc_noobj().Mark Johnston2021-10-201-1/+1