summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2019-07-29Shut down queues properly when bringing the interface downJonathan Matthew
2019-07-29drm/i915: Fix I915_EXEC_RING_MASKJonathan Gray
2019-07-29Add support for 802.11n Tx aggregation to net80211 and the iwn(4) driver.Stefan Sperling
2019-07-29reduce the diff to linuxJonathan Gray
2019-07-29dma-buf: Discard old fence_excl on retrying get_fences_rcu for reallocJonathan Gray
2019-07-29remove some VF bits now that iavf(4) existsJonathan Matthew
2019-07-29Add iavf(4), a driver for Intel Ethernet Adaptive Virtual Functions.Jonathan Matthew
2019-07-28vmm(4): join some short lines of codeMike Larkin
2019-07-28Link octeon bootloader to the build.Visa Hankala
2019-07-28Add a dedicated ramdisk entry for the octeon bootloader to reduceVisa Hankala
2019-07-28With the DWC2 reset in place, dwctwo(4) should be safe to useVisa Hankala
2019-07-28Put DWC2 controller into reset mode on (pseudo-)shutdown to makeVisa Hankala
2019-07-28Fix trimming of newline.Visa Hankala
2019-07-28regenJonathan Matthew
2019-07-28add newer intel nic virtual function idsJonathan Matthew
2019-07-27Move unveil prototypes from vfs_lookup.c to namei.h for functionsAlexander Bluhm
2019-07-27Make target numbers match the NVMe namespace identifiers. This fixes bootingMark Kettenis
2019-07-27drm/edid: parse CEA blocks embedded in DisplayIDJonathan Gray
2019-07-27Match linux path in i915_gem_mmap_ioctl() and change ggtt origin ifJonathan Gray
2019-07-26Recognize PCI busses that don't support INTx and refuse to map legacy onMark Kettenis
2019-07-26emove duplicate definitions of LAPIC_ID_MASK and LAPIC_ID_SHIFT.Kevin Lo
2019-07-25Enable sharing of root complex when appropriate.Mark Kettenis
2019-07-25Add support for virtual root complexes used for Static Direct I/O.Mark Kettenis
2019-07-25regenMark Kettenis
2019-07-25Add Sun Static Direct I/O devicesMark Kettenis
2019-07-25Add SDIO hypervisor calls.Mark Kettenis
2019-07-25AF_INET comes before AF_INET6. Shorten line to <80 chars.Kenneth R Westerback
2019-07-25itimerdecr(): simplify logic with timer*(9) macros; ok millert@cheloha
2019-07-25Add IFXF_AUTOCONF4 to if_xflags to match IFXF_AUTOCONF6. LetKenneth R Westerback
2019-07-25Use process accounting to find programs which try to access filesAlexander Bluhm
2019-07-25Remove old unused drm_debug_flag var and make drm_debug (used byJonathan Gray
2019-07-25Remove old DRM_READMEMORYBARRIER() DRM_WRITEMEMORYBARRIER() andJonathan Gray
2019-07-25remove some unused macrosJonathan Gray
2019-07-25ipw, iwi, iwm, iwn, wpi(4): tsleep -> tsleep_nsec(9); ok stsp@cheloha
2019-07-25vinvalbuf(9): tlseep -> tsleep_nsec(9); ok millert@cheloha
2019-07-24Set athn(4) Tx descriptor fields which specify Tx power used for retries.Stefan Sperling
2019-07-24Make athn(4) provide full Tx time of each frame in a Tx series to hardware.Stefan Sperling
2019-07-24Avoid strlcpy() and printing of bios date if fixstring() returns NULL.Jonathan Gray
2019-07-23Grab the vnode lock earlier in vn_read() since it could end up sleeping,anton
2019-07-23In 11n hostap mode, properly disable HT protection when neededStefan Sperling
2019-07-23Fix realpath(3) errno code for an empty input path string.Stefan Sperling
2019-07-22Correct minor style nit in sys_getdents() for consistency, missing parens aroundanton
2019-07-22Grab the vnode lock earlier in sys_getdents() since it could end upanton
2019-07-22implement SO_DOMAIN and SO_PROTOCOL so that the domain and the protocolRobert Nagy
2019-07-22Even when polling is requested, install ihidev's interrupt handlerJoshua Stein
2019-07-22Disable caches and MMU before jumping to the kernel entry point. NeededMark Kettenis
2019-07-21Grab the vnode lock in vn_seek(). Consensus has emerged around using theanton
2019-07-21add a panel orientation quirk for Kogan Atlas 2-in-1 D300Jonathan Gray
2019-07-21apply backpressure when ifiq says the stack is getting busyDavid Gwynne
2019-07-20Get rid of `ddb_is_active' instead use `db_active'.Martin Pieuchot