aboutsummaryrefslogtreecommitdiff
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* linuxkpi: reduce number of stray mm_struct allocationsKonstantin Belousov2021-04-191-35/+50
* linuxkpi: guarantee allocations of task and mm for interrupt threadsKonstantin Belousov2021-04-191-8/+58
* linuxkpi: some style, wrap too long linesKonstantin Belousov2021-04-191-2/+4
* linux(4): bump osrelease to 4.4.0.Edward Tomasz Napierala2021-04-191-2/+2
* linux: support AT_EMPTY_PATH flag in fchownat(2)Edward Tomasz Napierala2021-04-161-2/+7
* linux: make fstatat(2) handle AT_EMPTY_PATHEdward Tomasz Napierala2021-04-161-2/+11
* linux: implement O_PATHEdward Tomasz Napierala2021-04-152-0/+3
* linux: extend the LINUX_O_ constants to make room for O_PATHEdward Tomasz Napierala2021-04-151-18/+18
* linux: adjust ordering of Linux auxv and add dummy AT_HWCAP2Edward Tomasz Napierala2021-04-131-0/+1
* linuxkpi: Fix pcie_set_readrq()Mark Johnston2021-04-121-1/+1
* linuxkpi: remove erronously committed diff save fileKonstantin Belousov2021-04-061-2615/+0
* linuxkpi: drop single-use variableKonstantin Belousov2021-04-062-14/+21
* linuxkpi: avoid counting per-thread use for the embedded linux cdevsKonstantin Belousov2021-04-062-14/+30
* linuxkpi: do not destroy/free embedded linux cdevsKonstantin Belousov2021-04-062-6/+13
* linuxkpi: rename cdev to ldevKonstantin Belousov2021-04-062-5/+6
* linuxkpi: copy ldev into local to test and free the same pointerKonstantin Belousov2021-04-062-2/+2601
* LinuxKPI: treat firmware file names more lenientBjoern A. Zeeb2021-04-021-2/+8
* LinuxKPI/OFED: (re)move inetdevice.h implementationBjoern A. Zeeb2021-03-301-87/+0
* Reduce chance of RCU deadlock in the LinuxKPI by implementing the sectionHans Petter Selasky2021-03-292-11/+33
* LinuxKPI: netdevice notifier callback argumentBjoern A. Zeeb2021-03-262-17/+32
* LinuxKPI: add net_ratelimit()Bjoern A. Zeeb2021-03-262-0/+25
* LinuxKPI: remove < 5.0 version supportBjoern A. Zeeb2021-03-243-11/+0
* LinuxKPI: add lockdep_mapBjoern A. Zeeb2021-03-241-0/+6
* LinuxKPI: add pci_ids.hBjoern A. Zeeb2021-03-242-28/+73
* LinuxKPI: if_ether additionsBjoern A. Zeeb2021-03-241-0/+12
* LinuxKPI: add more linux-specific errnoBjoern A. Zeeb2021-03-241-0/+6
* linuxkpi: add ieee80211_node.h to headers to include before LIST_HEADBjoern A. Zeeb2021-03-241-0/+5
* Rename linux_set_upcall_kse() to linux_set_upcall().John Baldwin2021-03-182-3/+3
* LinuxKPI: add support for crc32_le()Bjoern A. Zeeb2021-03-181-0/+45
* linux(4): make getcwd(2) return ERANGE instead of ENOMEMEdward Tomasz Napierala2021-03-121-0/+2
* linsysfs: create /sys/bus/ and /sys/subsystem/Edward Tomasz Napierala2021-03-111-0/+6
* Allocating the LinuxKPI current structure from a software interrupt threadHans Petter Selasky2021-03-101-2/+8
* Allocating the LinuxKPI current structure from an interrupt thread must beHans Petter Selasky2021-03-101-1/+2
* Implement basic support for allocating memory from a specific numa nodeHans Petter Selasky2021-03-094-9/+97
* linux: add support for SO_PEERGROUPSEdward Tomasz Napierala2021-03-062-1/+46
* Use atomic loads/stores when updating td->td_stateAlex Richardson2021-02-181-1/+1
* linux: Unmap the VDSO page when unloadingMark Johnston2021-02-162-2/+6
* epoll: Store epoll_event udata member in ext member of kevent.Vladimir Kondratyev2021-02-073-99/+11
* linux: add support for SO_PEERSEC getsockoptEdward Tomasz Napierala2021-02-072-0/+27
* linux: fix handling of flags for 32 bit send(2) syscallEdward Tomasz Napierala2021-02-061-1/+1
* Fix race condition in linuxkpi workqueueRyan Stone2021-02-041-22/+27
* linux: remove locks around callout_drain in timerfd_close()shu2021-02-031-2/+0
* linux: make timerfd_settime(2) set expirations count to zeroshu2021-02-031-0/+1
* LinuxKPI: add module dependency on firmware(9)Bjoern A. Zeeb2021-01-301-0/+1
* LinuxKPI: implement devres() framework parts and two examplesBjoern A. Zeeb2021-01-283-3/+294
* LinuxKPI: enhance PCI bits for DRMBjoern A. Zeeb2021-01-282-19/+33
* LinuxKPI: upstream a collection of drm-kmod conflicting changesBjoern A. Zeeb2021-01-286-0/+241
* LinuxKPI: add firmware loading supportBjoern A. Zeeb2021-01-282-0/+283
* Rename kern_mmap_req to kern_mmapBrooks Davis2021-01-253-8/+26
* ndis(4): remove as previous announcedBrooks Davis2021-01-2516-17950/+0