| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-03-03 | Add WSDISPLAY_TYPE_RKDRM |  kettenis | 1 | -1/+2 |
| 2020-03-03 | Merge two blocks calling if_link_state_change(). |  mpi | 1 | -9/+6 |
| 2020-03-03 | Clean up attachment of PCI drm(4) devices and make the PCI aspects optional. |  kettenis | 3 | -58/+39 |
| 2020-03-02 | previous commit accidentally aliased two unique timeouts |  deraadt | 1 | -4/+4 |
| 2020-03-02 | Allow puc(4) to cope with 64-bit BARs. puc(4) iterates over the BARs |  patrick | 1 | -2/+7 |
| 2020-03-02 | Shuffle logic a bit to make sizes/limits more obvious. |  krw | 1 | -14/+12 |
| 2020-03-02 | Fix endian swapping of trb_flags and trb_status in xhci(4). |  visa | 1 | -9/+10 |
| 2020-03-02 | Add rkdwhdmi(4), a driver for the HDMI transmitter found on the Rockchip |  kettenis | 5 | -1/+1826 |
| 2020-03-02 | Update ix(4) from freebsd to add support for X553 controllers. |  jmatthew | 10 | -1141/+4051 |
| 2020-03-01 | rename functions and types unrelated to the higher-level arc4 API |  deraadt | 1 | -16/+16 |
| 2020-03-01 | When activating a video port, don't bail out if activating an endpoint |  kettenis | 1 | -3/+3 |
| 2020-03-01 | Make it possible to set the VPLL clock frequency and add a few more PLL clock |  kettenis | 1 | -1/+13 |
| 2020-03-01 | Use ffs() on sc_mps, removing need for sc_mps_bits. Replace ffs(64)-1 |  krw | 2 | -6/+5 |
| 2020-03-01 | Handle pinctrl and reset. |  kettenis | 1 | -1/+6 |
| 2020-03-01 | Implement support for read transfers larger than 32 bytes. Register the |  kettenis | 1 | -22/+46 |
| 2020-02-29 | Fix bogus received frame data rates reported by iwx(4) in monitor mode. |  stsp | 1 | -2/+2 |
| 2020-02-29 | Fix bogus received frame data rates reported by iwm(4) in monitor mode. |  stsp | 1 | -2/+2 |
| 2020-02-29 | drm/amdgpu/soc15: fix xclk for raven |  jsg | 1 | -1/+6 |
| 2020-02-28 | nvme_enable() doesn't need parameters for both sc and sc->sc_mps_bits. |  krw | 1 | -6/+6 |
| 2020-02-28 | Let iwx(4) ignore RX_NO_DATA_NOTIF firmware messages; seen in monitor mode |  stsp | 2 | -2/+6 |
| 2020-02-28 | In iwx(4) do not drop short control frames in monitor mode and do not |  stsp | 1 | -2/+10 |
| 2020-02-28 | In iwx(4), free mbufs that won't be passed to if_inputm(). |  stsp | 1 | -2/+8 |
| 2020-02-28 | Sync monitor mode fixes from iwm(4) to iwx(4): |  stsp | 2 | -7/+24 |
| 2020-02-28 | Sync tobhe's periodic interrupt fix from iwm(4) to iwx(4). |  stsp | 1 | -19/+23 |
| 2020-02-28 | In iwm(4), do not drop short control frames in monitor mode and do not |  stsp | 1 | -3/+19 |
| 2020-02-28 | In iwm(4), free mbufs that won't be passed to if_inputm(). |  stsp | 1 | -4/+16 |
| 2020-02-28 | Some monitor mode fixes for iwm(4): |  stsp | 2 | -22/+52 |
| 2020-02-28 | Treat non-0 value as true for boolean indicators. |  mpi | 1 | -2/+5 |
| 2020-02-28 | Allow devices with incomplete feature unit descriptor to attach. |  ratchov | 1 | -1/+9 |
| 2020-02-28 | oops some snapshot tests fell in |  deraadt | 10 | -4051/+1141 |
| 2020-02-28 | sync |  deraadt | 10 | -1141/+4051 |
| 2020-02-27 | Trailing whitespace. |  krw | 1 | -7/+7 |
| 2020-02-27 | drm/amdgpu/display: handle multiple numbers of fclks in dcn_calcs.c (v2) |  jsg | 1 | -11/+23 |
| 2020-02-27 | drm/amdgpu/smu10: fix smu10_get_clock_by_type_with_voltage |  jsg | 1 | -3/+5 |
| 2020-02-27 | drm/amdgpu/smu10: fix smu10_get_clock_by_type_with_latency |  jsg | 1 | -6/+9 |
| 2020-02-27 | radeon: insert 10ms sleep in dce5_crtc_load_lut |  jsg | 1 | -0/+2 |
| 2020-02-27 | drm/amd/display: fixup DML dependencies |  jsg | 3 | -2/+2 |
| 2020-02-27 | drm/amdgpu: Ensure ret is always initialized when using SOC15_WAIT_ON_RREG |  jsg | 1 | -0/+1 |
| 2020-02-27 | drm/amdgpu: remove 4 set but not used variable in amdgpu_atombios_get_connector_info_from_object_table |  jsg | 1 | -17/+2 |
| 2020-02-27 | drm/amd/display: Retrain dongles when SINK_COUNT becomes non-zero |  jsg | 1 | -2/+1 |
| 2020-02-26 | Rx interrupt handling can lead to a race where the interrupt is handled |  tobhe | 1 | -19/+23 |
| 2020-02-25 | Make bwfm(4) call if_input() only once per interrupt. |  patrick | 5 | -41/+51 |
| 2020-02-25 | Prevent buffer overflows by not assuming the report length, given by |  mpi | 3 | -13/+22 |
| 2020-02-25 | pcic(4): i82365.c: tsleep(9) -> tsleep_nsec(9) |  cheloha | 1 | -3/+3 |
| 2020-02-23 | regen |  jasper | 2 | -4/+28 |
| 2020-02-23 | - add an AMD hub found on APU2 |  jasper | 1 | -1/+9 |
| 2020-02-22 | use the UE_GET_XFERTYPE macro where applicable |  jasper | 15 | -48/+48 |
| 2020-02-21 | Add rkanxdp(4), an attachment driver for anxdp(4) on the RK3399. |  patrick | 2 | -1/+298 |
| 2020-02-21 | Add anxdp(4), a driver for the Analogix Display Port controller, |  patrick | 2 | -0/+949 |
| 2020-02-21 | Add rkvop(4), a driver for the RK3399's Video Output Processors, |  patrick | 2 | -1/+621 |