summaryrefslogtreecommitdiffstats
path: root/sys/dev
AgeCommit message (Expand)AuthorFilesLines
2019-08-09don't #define DEBUG, breaks building kernel with option DEBUGjsg1-0/+2
2019-08-09match radeon/atom.c rev 1.4 and #undef DEBUG before DEBUG macrojsg1-0/+4
2019-08-08Support WPA2 CCMP encryption/decryption in hardware with iwm(4).stsp2-17/+218
2019-08-08softraid(4): tsleep(9) -> tsleep_nsec(9); ok kn@cheloha2-13/+16
2019-08-08wskbd, wsmouse(4): tsleep(9) -> tsleep_nsec(9); ok mpi@ kn@cheloha3-7/+7
2019-08-07Handle VF resets. When the PF changes VF settings, the VF will be reset,jmatthew1-29/+168
2019-08-07Process admin queue responses in the interrupt handler, rather thanjmatthew1-41/+26
2019-08-07recognize the Realtek ALC285jcs1-1/+4
2019-08-07Add support for integrated USB cameras with two functions, aspatrick1-9/+126
2019-08-07Add support for the KSMedia 8-bit IR format, a greyscale format,patrick2-2/+10
2019-08-06The vio(4) interface did not recover from mbuf shortage. The logicbluhm1-5/+2
2019-08-06remove some debug cruft i should have removed before the last commit.dlg1-6/+2
2019-08-06have a go at using msi interrupts.dlg2-8/+51
2019-08-06i replaced a misplaced tab with g, not a space. make this work again.dlg1-2/+2
2019-08-06if the rx ring gets empty and can't be filled, retry in the futuredlg1-19/+40
2019-08-06use ifiq_input so we can call if_rxr_livelocked to apply backpressuredlg1-2/+3
2019-08-06Resolve some minor nits in diskmapioctl():anton1-7/+9
2019-08-06Read the fifo depths from the appropriate configuration register andkettenis2-2/+14
2019-08-05Favor vn_close() in the error path of diskmapioctl() since side-effectsanton1-4/+2
2019-08-05Allow concurrent reads of the f_offset field of struct file byanton1-2/+5
2019-08-05sis(4) calls mii_phy_reset(); add explicit dependency on mii_phy in configstsp1-2/+2
2019-08-04Add support for X-Gene/eMAG variant.kettenis1-1/+2
2019-08-04Implement smbios support on arm64.kettenis1-2/+10
2019-08-02regenkettenis2-2/+49
2019-08-02Add Ampere vendor and eMAG PCIe devices.kettenis1-1/+12
2019-07-31ihidev: continue doing polling when interrupt setup failsjcs1-2/+2
2019-07-31dwiic_acpi: handle GPIO interrupts when we have no appropriate driverjcs1-5/+11
2019-07-31dwiic: stop enabling polling by defaultjcs1-10/+4
2019-07-31aml_find_node: perform callback on matched direct-child nodes beforejcs1-4/+7
2019-07-31The ACPI 3 spec says the ToHexString and ToDec(imal)Stringjcs1-3/+3
2019-07-31drm/amd/display: fix compilation errorjsg1-0/+1
2019-07-31drm/amd/display: Always allocate initial connector state statejsg1-3/+7
2019-07-31drm/amdkfd: Fix sdma queue map issuejsg1-9/+12
2019-07-31drm/amdkfd: Fix a potential memory leakjsg1-1/+4
2019-07-31drm/amd/display: Disable ABM before destroy ABM structjsg1-0/+2
2019-07-31drm/amdgpu/sriov: Need to initialize the HDP_NONSURFACE_BAStEjsg1-0/+3
2019-07-31drm/amd/display: Fill prescale_params->scale for RGB565jsg1-0/+3
2019-07-31Actually set promisc modes based on the interface statejmatthew1-2/+11
2019-07-30Update media type and status on link change events. Since we don't havejmatthew1-48/+50
2019-07-30push rxed packets to the stack once per interrupt (per port)dlg1-11/+18
2019-07-30enable DRIVER and KMS debug messages when DRMDEBUG is definedjsg1-1/+6
2019-07-29Shut down queues properly when bringing the interface downjmatthew1-25/+28
2019-07-29drm/i915: Fix I915_EXEC_RING_MASKjsg1-1/+1
2019-07-29Add support for 802.11n Tx aggregation to net80211 and the iwn(4) driver.stsp3-90/+485
2019-07-29reduce the diff to linuxjsg1-1/+1
2019-07-29dma-buf: Discard old fence_excl on retrying get_fences_rcu for reallocjsg1-0/+4
2019-07-29remove some VF bits now that iavf(4) existsjmatthew1-28/+2
2019-07-29Add iavf(4), a driver for Intel Ethernet Adaptive Virtual Functions.jmatthew2-1/+2609
2019-07-28regenjmatthew2-2/+12
2019-07-28add newer intel nic virtual function idsjmatthew1-1/+3