| Age | Commit message (Expand) | Author | Files | Lines |
| 2019-09-03 | Avoid uninitialized variable; using a for loop like in siif_recvmsg() was |  kettenis | 1 | -4/+4 |
| 2019-09-03 | bnxt: Support MSI-X |  sf | 1 | -3/+8 |
| 2019-09-03 | remove unreachable return |  jsg | 1 | -2/+1 |
| 2019-09-02 | Implement setting the CPU clock for Allwinner A64 SoCs. |  kettenis | 1 | -0/+3 |
| 2019-09-02 | Implement setting the CPU clock for Allwinner A64 SoCs. |  kettenis | 1 | -1/+84 |
| 2019-09-02 | Reset the current wireless PHY mode to 'auto' when a scan begins if we |  stsp | 2 | -2/+16 |
| 2019-09-02 | Release locks in error paths. Spotted by semarie@ |  kettenis | 1 | -2/+8 |
| 2019-09-02 | A few more missing bits: power regulators, eMMC power sequencing, |  kettenis | 1 | -4/+96 |
| 2019-09-02 | Two additional pin configurations. |  kettenis | 1 | -1/+3 |
| 2019-09-01 | Write to the correct register when setting the output level for a GPIO pin. |  kettenis | 1 | -2/+2 |
| 2019-09-01 | Use interrupt handler instead of polling for completion. |  kettenis | 1 | -14/+48 |
| 2019-09-01 | Use DMA descriptors if necessary. |  kettenis | 1 | -23/+72 |
| 2019-09-01 | Add amlmmc(4), a driver for the SD/MMC controller found on various |  kettenis | 2 | -1/+555 |
| 2019-09-01 | Adopt the SCSI versioning #define's from FreeBSD. Eliminate the |  krw | 2 | -6/+4 |
| 2019-08-31 | Add code to configure SD/MMC pins. |  kettenis | 1 | -4/+234 |
| 2019-08-31 | More SD/MMC clock stuff. |  kettenis | 1 | -1/+97 |
| 2019-08-31 | Add SD/MMC clocks. Generalize the clock gating code for this purpose. |  kettenis | 1 | -5/+42 |
| 2019-08-31 | Fix a bug of the tap-detection code. |  bru | 1 | -13/+18 |
| 2019-08-30 | Add "amlogic,meson-axg-dwmac" compatible. |  kettenis | 1 | -1/+2 |
| 2019-08-30 | Don't use misleadingly named SCSISPC() which returns SCSI version not |  krw | 1 | -1/+1 |
| 2019-08-30 | On SAS3 and newer controllers (using the IEEE sgl layout), the chain offset |  jmatthew | 1 | -2/+3 |
| 2019-08-29 | Enable USB Vbus supply on i.MX 8M. |  patrick | 1 | -2/+6 |
| 2019-08-29 | Add amldwusb(4), amlusbphy(4) and amlpciephy(4), drivers for the USB |  kettenis | 4 | -1/+754 |
| 2019-08-29 | ure: attach to RTL8153B device on Lenovo USB-C Dock |  jcs | 1 | -1/+2 |
| 2019-08-29 | Capitalize my last name in copyright. |  kettenis | 8 | -16/+16 |
| 2019-08-29 | Add support for RTL8153B after study of Linux r8152 driver. |  kevlo | 2 | -352/+593 |
| 2019-08-29 | fix iwm(4) frame length check to account for header in firmware rx packet |  stsp | 1 | -2/+2 |
| 2019-08-29 | Don't write to mbuf length fields before mbuf is removed from iwm(4) Rx ring. |  stsp | 1 | -8/+7 |
| 2019-08-28 | Use ACPI information to attach PCI busses like we do on arm64. There are a |  kettenis | 3 | -3/+6 |
| 2019-08-28 | This code calls task_add(9) from a timeout, so create the taskq with |  kettenis | 1 | -2/+2 |
| 2019-08-28 | Build and enable amdgpu(4) on arm64. The DCN1.0 support has been made |  kettenis | 3 | -29/+31 |
| 2019-08-28 | Add amlpinctrl(4), a driver to configure pins and control GPIOs on Amlogic |  kettenis | 2 | -1/+267 |
| 2019-08-28 | Add a PHY "framework". |  kettenis | 2 | -2/+119 |
| 2019-08-28 | implement a DV_POWERDOWN handler to flush cache and shutdown the controller |  dlg | 1 | -22/+100 |
| 2019-08-27 | On amd64 the bootup and resume paths for SP/BP/SP were not performing |  deraadt | 2 | -7/+4 |
| 2019-08-27 | Add amlrng(4), the simples random numer generator driver ever. |  kettenis | 2 | -1/+101 |
| 2019-08-27 | Fix HSET4 and HCLR4 macros; I shouldn't make last-minute changes without |  kettenis | 1 | -3/+3 |
| 2019-08-27 | sync |  jcs | 2 | -4/+9 |
| 2019-08-27 | add ethernet found on Lenovo USB-C Dock |  jcs | 1 | -1/+2 |
| 2019-08-27 | Keep ieee80211_node structures cached across scans, rather than |  stsp | 6 | -29/+21 |
| 2019-08-27 | Add imxtmu(4), a driver to support the temperature sensors on |  patrick | 2 | -1/+169 |
| 2019-08-27 | Error paths in radeondrm(4) call unregister_acpi_notifier() unconditionally |  kettenis | 1 | -3/+12 |
| 2019-08-27 | amclock(4), a driver for the Amlogic SoC clocks. For now this implements |  kettenis | 2 | -1/+170 |
| 2019-08-27 | don't check the page number was set correctly. |  dlg | 1 | -18/+1 |
| 2019-08-27 | make SIOCGIFSFFPAGE support QSFP modules better. |  dlg | 1 | -58/+190 |
| 2019-08-26 | Replace umb_ntop() with sockaddr_ntop() which does almost the same thing. |  claudio | 2 | -38/+26 |
| 2019-08-26 | Remove unnecessary retrieval of the GPC regmap. We don't need it since |  patrick | 1 | -4/+2 |
| 2019-08-26 | remove some debug cruft that i should have removed after the addr64 stuff |  dlg | 1 | -6/+1 |
| 2019-08-26 | Add amlreset(4), a driver to support reset signal controller blocks on |  kettenis | 2 | -1/+115 |
| 2019-08-26 | Implement GPIO hogging. |  kettenis | 1 | -2/+48 |