| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-06-11 | Add escodec(4), a driver for the Everest ES8316 audio codec, |  patrick | 2 | -1/+658 |
| 2020-06-11 | Add rkiis(4), a driver for the I2S controller found on the Rockchip |  patrick | 2 | -1/+621 |
| 2020-06-10 | Add simpleamp(4), a driver for "simple audio amplifier". This |  patrick | 2 | -1/+120 |
| 2020-06-10 | Add simpleaudio(4), a driver for "simple audio cards". This is |  patrick | 2 | -1/+601 |
| 2020-06-10 | Add a "framework" for digital audio interfaces. |  patrick | 2 | -2/+69 |
| 2020-06-10 | In case the device tree does not provide a list of brightness levels, |  patrick | 1 | -18/+21 |
| 2020-06-10 | Give userland a consistent battery and A/C state after resume |  jca | 4 | -20/+78 |
| 2020-06-10 | Avoid out-of-bounds access when dumping (faulty) edid info; as seen |  otto | 1 | -0/+3 |
| 2020-06-10 | Add cwfg(4), a driver for the CellWise CW201x fuel gauge. This allows |  patrick | 2 | -1/+398 |
| 2020-06-10 | Fix wrong size passed to free(9) when freeing an iwx(4) firmware image. |  stsp | 2 | -55/+64 |
| 2020-06-10 | Compute the Tx queue ID consistently in iwx(4). |  stsp | 1 | -4/+4 |
| 2020-06-09 | regen |  kettenis | 2 | -2/+7 |
| 2020-06-09 | Add IBM POWER9 host bridge. |  kettenis | 1 | -1/+2 |
| 2020-06-09 | Do not call encap routines with the IFQ mutex held, as they might |  gerhard | 11 | -49/+45 |
| 2020-06-09 | Various changes related but independant from multiqueue logic: |  mpi | 1 | -21/+51 |
| 2020-06-09 | Implement the rx side of checksum and vlan offloads too. |  jmatthew | 1 | -2/+27 |
| 2020-06-09 | reduce the diff to linux |  jsg | 2 | -7/+1 |
| 2020-06-09 | match on Intel 200 Series HD Audio pci id |  jsg | 1 | -1/+2 |
| 2020-06-09 | Make use of vlan and checksum offloads. This involves using the long |  jmatthew | 1 | -19/+58 |
| 2020-06-08 | Provide clear errors when trying to install oversized boot loader |  kn | 1 | -3/+9 |
| 2020-06-08 | update drm to linux 5.7 |  jsg | 2002 | -147326/+1038619 |
| 2020-06-07 | build on mpi's work toward ix multiq support. |  dlg | 2 | -49/+57 |
| 2020-06-07 | regen |  kettenis | 2 | -2/+12 |
| 2020-06-07 | Marvel 88SE9215 and 88SE9235 AHCI. |  kettenis | 1 | -1/+3 |
| 2020-06-07 | Turn anonymous state enum into preprocessor defines, paves the way for |  anton | 1 | -7/+7 |
| 2020-06-07 | Add include guard |  kn | 1 | -1/+6 |
| 2020-06-06 | additional device; from Bruno Flueckiger |  deraadt | 1 | -1/+2 |
| 2020-06-06 | Some devices have no phandle since they are not referenced in the |  patrick | 3 | -3/+39 |
| 2020-06-04 | HID parser could overflow if a malicious device (potentially USB) provided |  deraadt | 1 | -5/+8 |
| 2020-06-03 | Add missing ieee80211_release_node() calls in cases where hardware |  jmatthew | 2 | -2/+8 |
| 2020-06-02 | disable debugging by default and only print unknown events when |  jcs | 1 | -5/+4 |
| 2020-06-02 | add acpihid(4) for ACPI HID event and 5-button array devices |  jcs | 2 | -1/+407 |
| 2020-06-02 | Add support for hardware vlan tagging. Tag insertion here is actually |  jmatthew | 1 | -5/+41 |
| 2020-06-02 | Add missing ieee80211_release_node() calls in cases where hardware |  jmatthew | 1 | -1/+4 |
| 2020-06-01 | regen |  jcs | 2 | -2/+14 |
| 2020-06-01 | add SK hynix, and an NVMe from them |  jcs | 1 | -1/+5 |
| 2020-05-31 | add umstc(4) for Microsoft Surface Type Cover keyboards |  jcs | 3 | -2/+184 |
| 2020-05-31 | regen |  jcs | 2 | -4/+14 |
| 2020-05-31 | add two Surface Go Type Cover models |  jcs | 1 | -1/+3 |
| 2020-05-31 | DDR mode seems to work fine on the Rockchip RK3399. |  kettenis | 1 | -4/+1 |
| 2020-05-31 | introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c. |  dlg | 1 | -4/+2 |
| 2020-05-31 | match on pci id for azalia device with wrong subclass |  jsg | 1 | -2/+7 |
| 2020-05-30 | Fix UVIDEO_DEBUG build |  feinerer | 1 | -1/+2 |
| 2020-05-29 | dev/rndvar.h no longer has statistical interfaces (removed during various |  deraadt | 27 | -100/+24 |
| 2020-05-29 | 3 includes not needed |  deraadt | 1 | -5/+1 |
| 2020-05-28 | Enable scrollback in simplefb(4). |  fcambus | 1 | -1/+2 |
| 2020-05-28 | Use MSI-X interrupts where available, and rearrange structures to allow |  jmatthew | 1 | -56/+148 |
| 2020-05-27 | limit clflush before monitor errata workaround to Intel |  jsg | 1 | -2/+3 |
| 2020-05-27 | set up rx so packets end up at the end of the mbuf cluster. |  dlg | 1 | -6/+10 |
| 2020-05-27 | Update comment block at the top to describe (a) the ring damage logic, |  deraadt | 1 | -5/+8 |