summaryrefslogtreecommitdiffstats
path: root/sys/dev
AgeCommit message (Expand)AuthorFilesLines
2020-07-31Make writes to the coverage buffer MP-safe using atomic operations.anton1-13/+31
2020-07-30When this Aviion-only driver is eventually sent to join its friends in the attickrw1-3/+1
2020-07-30regenstsp2-0/+5
2020-07-30add PCI ID of intel Wi-Fi 6 AX201 devicesstsp1-1/+2
2020-07-30"#ifndef SIOP_DEBUG\n#undef SIOP_DEBUG\n#endif" is a bit silly.krw1-2/+1
2020-07-29Don't turn on SDEV_DB* flags via UDMASS_UPPER. If you want SCSI debug output,krw1-3/+1
2020-07-29Don't #undef AHC_DEBUG. Lets kernel "option AHC_DEBUG" work. Not sure what I waskrw1-4/+2
2020-07-29Don't nest a enum declaration inside a struct declaration, and anywayderaadt1-6/+4
2020-07-29fix new typoderaadt1-2/+2
2020-07-29SC_DEBUG() and friends are for debugging the SCSI code, not for scattered randomkrw1-9/+15
2020-07-29SC_DEBUG() and friends are for debugging the SCSI code, not for scattered randomkrw1-12/+20
2020-07-29drm/amd/powerplay: fix a crash when overclocking Vega Mjsg1-4/+6
2020-07-29drm/amdgpu: Fix NULL dereference in dpm sysfs handlersjsg1-6/+3
2020-07-29drm/amdgpu: fix preemption unit testjsg1-5/+15
2020-07-29drm/amdgpu/gfx10: fix race condition for kiqjsg1-1/+8
2020-07-29drm/amd/display: add dmcub check on RENOIRjsg1-1/+1
2020-07-29drm/amd/display: Check DMCU Exists Before Loadingjsg1-1/+6
2020-07-29change ktime to nanoseconds in drmjsg3-55/+52
2020-07-29Fix yet another panic in which wsevent_fini() ends up being called withanton3-9/+11
2020-07-28SC_DEBUG() and friends are for debugging the SCSI code, not for scattered randomkrw1-3/+4
2020-07-28SC_DEBUG() and friends are for debugging the SCSI code, not for scattered randomkrw4-12/+22
2020-07-28Fix a problem related to isochronous transfers appearing in certainmglocker1-9/+32
2020-07-27trim trailing whitespace in if_iwn.cstsp1-12/+12
2020-07-26Avoid nvram lock timeout on sparc64 systems with onboard BCM5704 instanceskettenis1-2/+3
2020-07-26Reduce IWN_DEBUG message noise related to scanning.stsp1-4/+6
2020-07-25No need for a bzero(), just init saa.sf to NULL. All the saa.saakrw1-2/+2
2020-07-25Nuke unused struct scsi_link member of struct wd33c93_softc.krw1-2/+1
2020-07-24Turning on various scsi drivers' *DEBUG options reveals that this haskrw17-61/+67
2020-07-23drm/i915/perf: Use GTT when saving/restoring engine GPRjsg1-0/+1
2020-07-23drm/i915/gvt: Fix two CFL MMIO handling caused by regression.jsg1-2/+2
2020-07-23drm/i915/gt: Only swap to a random sibling once upon creationjsg1-14/+4
2020-07-23drm/i915/gt: Ignore irq enabling on the virtual enginesjsg1-0/+1
2020-07-23drm/i915: Move cec_notifier to intel_hdmi_connector_unregister, v2.jsg1-8/+2
2020-07-23drm/amdgpu/display: create fake mst encoders ahead of time (v4)jsg4-28/+48
2020-07-23drm/amd/display: OLED panel backlight adjust not work with external display connectedjsg1-0/+5
2020-07-23drm/amd/display: handle failed allocation during stream constructionjsg1-3/+16
2020-07-23drm/amdgpu/sdma5: fix wptr overwritten in ->get_wptr()jsg1-18/+8
2020-07-23drm/amdgpu/powerplay: Modify SMC message name for setting power profile modejsg1-1/+1
2020-07-23Even more whitespace fixup.patrick1-4/+4
2020-07-23match on AMDI0010jsg1-1/+2
2020-07-23Fix comments to match code; OK fcambus@tim1-3/+3
2020-07-23Increase the event queue size. When polling for admin command completion,jmatthew1-2/+2
2020-07-22Init GOP and COMPHY.patrick2-28/+202
2020-07-22Pass tid we're looking for to mvpp2_prs_hw_read(), then we can zero thepatrick1-28/+19
2020-07-22Rework mvpp2_prs_flow_find() to return a tid instead of a whole prspatrick1-35/+24
2020-07-22Fix more whitespace issues.patrick1-3/+3
2020-07-22Use correct ethertype and IP proto defines.patrick2-40/+25
2020-07-22Fix whitespace issue.patrick1-2/+2
2020-07-22Use 1U for BIT(x), always define it and use it in four more places.patrick2-9/+7
2020-07-22Nuke unused struct scsi_link members of adapter softc's where thekrw40-99/+40