| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-07-31 | Make writes to the coverage buffer MP-safe using atomic operations. |  anton | 1 | -13/+31 |
| 2020-07-30 | When this Aviion-only driver is eventually sent to join its friends in the attic |  krw | 1 | -3/+1 |
| 2020-07-30 | regen |  stsp | 2 | -0/+5 |
| 2020-07-30 | add PCI ID of intel Wi-Fi 6 AX201 devices |  stsp | 1 | -1/+2 |
| 2020-07-30 | "#ifndef SIOP_DEBUG\n#undef SIOP_DEBUG\n#endif" is a bit silly. |  krw | 1 | -2/+1 |
| 2020-07-29 | Don't turn on SDEV_DB* flags via UDMASS_UPPER. If you want SCSI debug output, |  krw | 1 | -3/+1 |
| 2020-07-29 | Don't #undef AHC_DEBUG. Lets kernel "option AHC_DEBUG" work. Not sure what I was |  krw | 1 | -4/+2 |
| 2020-07-29 | Don't nest a enum declaration inside a struct declaration, and anyway |  deraadt | 1 | -6/+4 |
| 2020-07-29 | fix new typo |  deraadt | 1 | -2/+2 |
| 2020-07-29 | SC_DEBUG() and friends are for debugging the SCSI code, not for scattered random |  krw | 1 | -9/+15 |
| 2020-07-29 | SC_DEBUG() and friends are for debugging the SCSI code, not for scattered random |  krw | 1 | -12/+20 |
| 2020-07-29 | drm/amd/powerplay: fix a crash when overclocking Vega M |  jsg | 1 | -4/+6 |
| 2020-07-29 | drm/amdgpu: Fix NULL dereference in dpm sysfs handlers |  jsg | 1 | -6/+3 |
| 2020-07-29 | drm/amdgpu: fix preemption unit test |  jsg | 1 | -5/+15 |
| 2020-07-29 | drm/amdgpu/gfx10: fix race condition for kiq |  jsg | 1 | -1/+8 |
| 2020-07-29 | drm/amd/display: add dmcub check on RENOIR |  jsg | 1 | -1/+1 |
| 2020-07-29 | drm/amd/display: Check DMCU Exists Before Loading |  jsg | 1 | -1/+6 |
| 2020-07-29 | change ktime to nanoseconds in drm |  jsg | 3 | -55/+52 |
| 2020-07-29 | Fix yet another panic in which wsevent_fini() ends up being called with |  anton | 3 | -9/+11 |
| 2020-07-28 | SC_DEBUG() and friends are for debugging the SCSI code, not for scattered random |  krw | 1 | -3/+4 |
| 2020-07-28 | SC_DEBUG() and friends are for debugging the SCSI code, not for scattered random |  krw | 4 | -12/+22 |
| 2020-07-28 | Fix a problem related to isochronous transfers appearing in certain |  mglocker | 1 | -9/+32 |
| 2020-07-27 | trim trailing whitespace in if_iwn.c |  stsp | 1 | -12/+12 |
| 2020-07-26 | Avoid nvram lock timeout on sparc64 systems with onboard BCM5704 instances |  kettenis | 1 | -2/+3 |
| 2020-07-26 | Reduce IWN_DEBUG message noise related to scanning. |  stsp | 1 | -4/+6 |
| 2020-07-25 | No need for a bzero(), just init saa.sf to NULL. All the saa.saa |  krw | 1 | -2/+2 |
| 2020-07-25 | Nuke unused struct scsi_link member of struct wd33c93_softc. |  krw | 1 | -2/+1 |
| 2020-07-24 | Turning on various scsi drivers' *DEBUG options reveals that this has |  krw | 17 | -61/+67 |
| 2020-07-23 | drm/i915/perf: Use GTT when saving/restoring engine GPR |  jsg | 1 | -0/+1 |
| 2020-07-23 | drm/i915/gvt: Fix two CFL MMIO handling caused by regression. |  jsg | 1 | -2/+2 |
| 2020-07-23 | drm/i915/gt: Only swap to a random sibling once upon creation |  jsg | 1 | -14/+4 |
| 2020-07-23 | drm/i915/gt: Ignore irq enabling on the virtual engines |  jsg | 1 | -0/+1 |
| 2020-07-23 | drm/i915: Move cec_notifier to intel_hdmi_connector_unregister, v2. |  jsg | 1 | -8/+2 |
| 2020-07-23 | drm/amdgpu/display: create fake mst encoders ahead of time (v4) |  jsg | 4 | -28/+48 |
| 2020-07-23 | drm/amd/display: OLED panel backlight adjust not work with external display connected |  jsg | 1 | -0/+5 |
| 2020-07-23 | drm/amd/display: handle failed allocation during stream construction |  jsg | 1 | -3/+16 |
| 2020-07-23 | drm/amdgpu/sdma5: fix wptr overwritten in ->get_wptr() |  jsg | 1 | -18/+8 |
| 2020-07-23 | drm/amdgpu/powerplay: Modify SMC message name for setting power profile mode |  jsg | 1 | -1/+1 |
| 2020-07-23 | Even more whitespace fixup. |  patrick | 1 | -4/+4 |
| 2020-07-23 | match on AMDI0010 |  jsg | 1 | -1/+2 |
| 2020-07-23 | Fix comments to match code; OK fcambus@ |  tim | 1 | -3/+3 |
| 2020-07-23 | Increase the event queue size. When polling for admin command completion, |  jmatthew | 1 | -2/+2 |
| 2020-07-22 | Init GOP and COMPHY. |  patrick | 2 | -28/+202 |
| 2020-07-22 | Pass tid we're looking for to mvpp2_prs_hw_read(), then we can zero the |  patrick | 1 | -28/+19 |
| 2020-07-22 | Rework mvpp2_prs_flow_find() to return a tid instead of a whole prs |  patrick | 1 | -35/+24 |
| 2020-07-22 | Fix more whitespace issues. |  patrick | 1 | -3/+3 |
| 2020-07-22 | Use correct ethertype and IP proto defines. |  patrick | 2 | -40/+25 |
| 2020-07-22 | Fix whitespace issue. |  patrick | 1 | -2/+2 |
| 2020-07-22 | Use 1U for BIT(x), always define it and use it in four more places. |  patrick | 2 | -9/+7 |
| 2020-07-22 | Nuke unused struct scsi_link members of adapter softc's where the |  krw | 40 | -99/+40 |