summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2020-06-12Since we don't support CONFIG_SWIOTLB, make drm_need_swiotlb() just returnMark Kettenis
2020-06-12We won't support debugfs stuff on OpenBSD, at least not via a filesystemMark Kettenis
2020-06-12Make i915_perf_register silent; don't see us supporting this functionalityMark Kettenis
2020-06-12DRM_I915_FBDEV was replaced by DRM_FBDEV_EMULATIONJonathan Gray
2020-06-12remove unused mcx_softc members.David Gwynne
2020-06-11wrap some long lines. no functional change.David Gwynne
2020-06-11When detaching uaudio, wait for device ref counter to drop to 0Alexandre Ratchov
2020-06-11handle sg_set_page() with NULL page argumentJonathan Gray
2020-06-11In iwn(4), iwm(4), and iwx(4), don't set the interface's MAC address againStefan Sperling
2020-06-11Make iwx(4) update the Tx ring byte count table.Stefan Sperling
2020-06-11Increase iwx(4) command queue size. Otherwise the firmware sends duplicateStefan Sperling
2020-06-11Load iwx(4) firmware just once.Stefan Sperling
2020-06-11Add initial support for regulatory domain updates in iwx(4).Stefan Sperling
2020-06-11Use the NVM_GET_INFO command in iwx(4) instead of the manual NVM dataStefan Sperling
2020-06-11Make use of hardware crypto for CCMP. The tricky bits had been lyingJonathan Matthew
2020-06-11Add RK3399 audio clocks.Patrick Wildt
2020-06-11Add escodec(4), a driver for the Everest ES8316 audio codec,Patrick Wildt
2020-06-11Add rkiis(4), a driver for the I2S controller found on the RockchipPatrick Wildt
2020-06-10Add simpleamp(4), a driver for "simple audio amplifier". ThisPatrick Wildt
2020-06-10Add simpleaudio(4), a driver for "simple audio cards". This isPatrick Wildt
2020-06-10Add a "framework" for digital audio interfaces.Patrick Wildt
2020-06-10In case the device tree does not provide a list of brightness levels,Patrick Wildt
2020-06-10Give userland a consistent battery and A/C state after resumeJeremie Courreges-Anglas
2020-06-10Avoid out-of-bounds access when dumping (faulty) edid info; as seenOtto Moerbeek
2020-06-10Add cwfg(4), a driver for the CellWise CW201x fuel gauge. This allowsPatrick Wildt
2020-06-10Fix wrong size passed to free(9) when freeing an iwx(4) firmware image.Stefan Sperling
2020-06-10Compute the Tx queue ID consistently in iwx(4).Stefan Sperling
2020-06-09regenMark Kettenis
2020-06-09Add IBM POWER9 host bridge.Mark Kettenis
2020-06-09Do not call encap routines with the IFQ mutex held, as they mightGerhard Roth
2020-06-09Various changes related but independant from multiqueue logic:Martin Pieuchot
2020-06-09Implement the rx side of checksum and vlan offloads too.Jonathan Matthew
2020-06-09reduce the diff to linuxJonathan Gray
2020-06-09match on Intel 200 Series HD Audio pci idJonathan Gray
2020-06-09Make use of vlan and checksum offloads. This involves using the longJonathan Matthew
2020-06-08Provide clear errors when trying to install oversized boot loaderkn
2020-06-08update drm to linux 5.7Jonathan Gray
2020-06-07build on mpi's work toward ix multiq support.David Gwynne
2020-06-07regenMark Kettenis
2020-06-07Marvel 88SE9215 and 88SE9235 AHCI.Mark Kettenis
2020-06-07Turn anonymous state enum into preprocessor defines, paves the way foranton
2020-06-07Add include guardkn
2020-06-06additional device; from Bruno FlueckigerTheo de Raadt
2020-06-06Some devices have no phandle since they are not referenced in thePatrick Wildt
2020-06-04HID parser could overflow if a malicious device (potentially USB) providedTheo de Raadt
2020-06-03Add missing ieee80211_release_node() calls in cases where hardwareJonathan Matthew
2020-06-02disable debugging by default and only print unknown events whenJoshua Stein
2020-06-02add acpihid(4) for ACPI HID event and 5-button array devicesJoshua Stein
2020-06-02Add support for hardware vlan tagging. Tag insertion here is actuallyJonathan Matthew
2020-06-02Add missing ieee80211_release_node() calls in cases where hardwareJonathan Matthew