summaryrefslogtreecommitdiffstats
path: root/sys/dev
AgeCommit message (Expand)AuthorFilesLines
2019-07-06Ensure Rx/Tx resources are freed during interface stop.kevlo1-1/+58
2019-07-05Since on a SCAN each node is provided in its own event,patrick2-13/+21
2019-07-05Use multi-threaded task queues to prevent deadlocks in the case where akettenis2-5/+4
2019-07-04Fix a free size panic when detaching a crypto softraid on i386.bluhm3-9/+12
2019-07-04when the mac address changes, update the mac/vlan filters accordingly.jmatthew1-1/+11
2019-07-04drm/amdgpu: simplify Raven, Raven2, and Picasso handlingjsg16-121/+81
2019-07-04drm/amdgpu: use IP presence to free uvd and vce handlesjsg1-2/+2
2019-07-04drm/amdgpu/soc15: clean up picasso supportjsg1-17/+0
2019-07-04drm/amdgpu: add new raven series devicejsg1-0/+2
2019-07-04drm/amdgpu: add ip blocks for picasso (v2)jsg1-0/+18
2019-07-04drm/amdgpu: enable vcn powergating for PCOjsg1-1/+1
2019-07-04drm/amdgpu: Enable SDMA power gating for PCOjsg1-0/+2
2019-07-04drm/amdgpu: Add pg support for gfxoff for PCOjsg1-1/+4
2019-07-04drm/amdgpu: add picasso for amdgpu kmsjsg1-1/+1
2019-07-04drm/amdgpu: add picasso support for sdma_v4jsg1-1/+9
2019-07-04drm/amdgpu: add picasso support for gfx_v9_0jsg1-3/+27
2019-07-04drm/amdgpu: add picasso support for gmcjsg1-0/+4
2019-07-04drm/amdgpu: add clockgating support for picassojsg1-5/+6
2019-07-04drm/amdgpu: add picasso support for vcnjsg1-0/+5
2019-07-04drm/amdgpu: add picasso ucode loading methodjsg1-0/+1
2019-07-04drm/amdgpu: initilize picasso psp firmwares supportjsg2-0/+5
2019-07-04drm/amdgpu: Add support of powerplay for picassojsg2-4/+5
2019-07-04drm/amd/display/dm: add picasso supportjsg2-2/+7
2019-07-04drm/amdgpu: add picasso support for vmjsg1-2/+2
2019-07-04drm/amdgpu: add soc15 support for picassojsg2-1/+27
2019-07-04drm/amdgpu: add picasso to asic_type enumjsg2-0/+2
2019-07-04Make seqlock_init() take an IPL argument so the engine stats lock whichjsg3-4/+4
2019-07-03Skip thermal zones without "trips" or "cooling-maps" nodes.kettenis1-1/+6
2019-07-03OF_finddevice(9) returns -1 if the node in question couldn't be found.kettenis1-2/+2
2019-07-03use ifiq_input return values to apply backpressure to rings.dlg1-3/+6
2019-07-03Don't check if unsigned value is less than zeroians1-5/+3
2019-07-02acpi_set_gpehandler: turn edge arg into flags, add support forjcs3-33/+52
2019-07-02Register rktemp(4) as a thermal sensor with the thermal zone support code.kettenis1-1/+27
2019-07-02Add thermal zone handling code. This provides support for thermal zoneskettenis3-1/+499
2019-07-02re-add framebuffer size change from 1.4 that was lost in the bigjcs1-0/+2
2019-07-02Use IPL_TTY for locks used as arguments to spin_lock_irq() andjsg1-1/+1
2019-07-02Use IPL_TTY for locks used as arguments to spin_lock_irq() andjsg7-8/+8
2019-07-01Use timeout_add_msec(9)kn2-16/+15
2019-07-01drm/i915/gen9+: Fix initial readout for Y tiled framebuffersjcs1-2/+23
2019-07-01revert local changes in code under #ifdef __linux__jsg1-4/+4
2019-06-30drm: add fallback override/firmware EDID modes workaroundjsg3-0/+38
2019-06-30drm/edid: abstract override/firmware EDID retrievaljsg1-8/+17
2019-06-30drm/i915/sdvo: Implement proper HDMI audio support for SDVOjsg2-11/+50
2019-06-27Enable MSI-X interrupts.kettenis1-2/+3
2019-06-26Use timeout_add_msec(9)kn1-3/+6
2019-06-26Create IF_WWAN_DEFAULT_PRIORITY which is lower thanclaudio1-1/+2
2019-06-26Fix IPL of connector_list_lock.kettenis1-1/+1
2019-06-25Implement suspend/resume support for MSI-X interrupts. Loosely based onkettenis2-2/+154
2019-06-25Turn off the code which waits for AHCI_PREG_CMD_CR to be set by thepatrick1-6/+1
2019-06-25avoid uninitialised var accessjsg1-1/+1