| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-06-11 | Fix small bug in parsing the IORT tables. Mapping entries specify the number |  kettenis | 1 | -3/+4 |
| 2020-06-11 | When detaching uaudio, wait for device ref counter to drop to 0 |  ratchov | 1 | -7/+46 |
| 2020-06-11 | Move FRELE() outside fdplock in dup*(2) code. This avoids a potential |  visa | 1 | -4/+7 |
| 2020-06-11 | handle sg_set_page() with NULL page argument |  jsg | 1 | -2/+2 |
| 2020-06-11 | In iwn(4), iwm(4), and iwx(4), don't set the interface's MAC address again |  stsp | 3 | -9/+3 |
| 2020-06-11 | Rename poll-compatibility flag to better reflect what it is. |  mpi | 10 | -25/+25 |
| 2020-06-11 | Make spec_kqfilter() and cttykqfilter() behave like their corresponding |  mpi | 2 | -8/+16 |
| 2020-06-11 | Make iwx(4) update the Tx ring byte count table. |  stsp | 1 | -8/+1 |
| 2020-06-11 | Increase iwx(4) command queue size. Otherwise the firmware sends duplicate |  stsp | 1 | -2/+2 |
| 2020-06-11 | Load iwx(4) firmware just once. |  stsp | 1 | -15/+1 |
| 2020-06-11 | Add initial support for regulatory domain updates in iwx(4). |  stsp | 2 | -14/+143 |
| 2020-06-11 | Use the NVM_GET_INFO command in iwx(4) instead of the manual NVM data |  stsp | 3 | -26/+320 |
| 2020-06-11 | whitespace and speeling fix in a comment. no functional change. |  dlg | 1 | -4/+4 |
| 2020-06-11 | make taskq_barrier wait for pending tasks, not just the running tasks. |  dlg | 1 | -2/+2 |
| 2020-06-11 | Make use of hardware crypto for CCMP. The tricky bits had been lying |  jmatthew | 3 | -40/+146 |
| 2020-06-11 | Add RK3399 audio clocks. |  patrick | 2 | -1/+63 |
| 2020-06-11 | Enable simpleamp(4), simpleaudio(4), rkiis(4) and escodec(4). |  patrick | 1 | -1/+7 |
| 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-11 | get rid of a vestigial bit of the sbartq. |  dlg | 1 | -5/+1 |
| 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 | Provide an optimized implementation of ffs(3) in the kernel on |  naddy | 3 | -0/+47 |
| 2020-06-10 | Add clock interrupt support, adapted from the randomized dual clock |  kettenis | 6 | -28/+209 |
| 2020-06-10 | Allocate MSIs from the range provided by the device tree and bind them |  kettenis | 2 | -5/+22 |
| 2020-06-10 | Another OPAL API that we need. |  kettenis | 2 | -2/+5 |
| 2020-06-10 | Avoid out-of-bounds access when dumping (faulty) edid info; as seen |  otto | 1 | -0/+3 |
| 2020-06-10 | Enable cwfg(4) |  patrick | 1 | -1/+2 |
| 2020-06-10 | Add cwfg(4), a driver for the CellWise CW201x fuel gauge. This allows |  patrick | 2 | -1/+398 |
| 2020-06-10 | A bit of MSI support code; we need to distinguish between 32-bit and 64-bit |  kettenis | 3 | -13/+47 |
| 2020-06-10 | Add MSI support calls. |  kettenis | 2 | -2/+10 |
| 2020-06-10 | Add ahci(4), bge(4) and xhci(4); ahci(4) and xhci(4) remain disabled for now. |  kettenis | 2 | -2/+25 |
| 2020-06-10 | Add opal(4) a driver that interacts with the OPAL frimware and implements |  kettenis | 3 | -2/+148 |
| 2020-06-10 | Add RTC read and write calls. |  kettenis | 2 | -2/+8 |
| 2020-06-10 | Move closef() outside fdplock() in sys_socketpair(). This prevents |  visa | 1 | -6/+11 |
| 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 | Add a few missing bits. |  kettenis | 1 | -0/+24 |
| 2020-06-09 | Implement intr_enable(), intr_disable() and intr_restore(). |  kettenis | 1 | -3/+56 |
| 2020-06-09 | Add mtdec(). |  kettenis | 1 | -1/+7 |
| 2020-06-09 | Make FRAME_LEAVE a bit more complete and do things in the same order as |  kettenis | 1 | -45/+67 |
| 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 |