| Age | Commit message (Expand) | Author | Files | Lines |
| 2019-08-09 | don't #define DEBUG, breaks building kernel with option DEBUG |  jsg | 1 | -0/+2 |
| 2019-08-09 | match radeon/atom.c rev 1.4 and #undef DEBUG before DEBUG macro |  jsg | 1 | -0/+4 |
| 2019-08-08 | Support WPA2 CCMP encryption/decryption in hardware with iwm(4). |  stsp | 2 | -17/+218 |
| 2019-08-08 | softraid(4): tsleep(9) -> tsleep_nsec(9); ok kn@ |  cheloha | 2 | -13/+16 |
| 2019-08-08 | wskbd, wsmouse(4): tsleep(9) -> tsleep_nsec(9); ok mpi@ kn@ |  cheloha | 3 | -7/+7 |
| 2019-08-07 | Handle VF resets. When the PF changes VF settings, the VF will be reset, |  jmatthew | 1 | -29/+168 |
| 2019-08-07 | Process admin queue responses in the interrupt handler, rather than |  jmatthew | 1 | -41/+26 |
| 2019-08-07 | recognize the Realtek ALC285 |  jcs | 1 | -1/+4 |
| 2019-08-07 | Add support for integrated USB cameras with two functions, as |  patrick | 1 | -9/+126 |
| 2019-08-07 | Add support for the KSMedia 8-bit IR format, a greyscale format, |  patrick | 2 | -2/+10 |
| 2019-08-06 | The vio(4) interface did not recover from mbuf shortage. The logic |  bluhm | 1 | -5/+2 |
| 2019-08-06 | remove some debug cruft i should have removed before the last commit. |  dlg | 1 | -6/+2 |
| 2019-08-06 | have a go at using msi interrupts. |  dlg | 2 | -8/+51 |
| 2019-08-06 | i replaced a misplaced tab with g, not a space. make this work again. |  dlg | 1 | -2/+2 |
| 2019-08-06 | if the rx ring gets empty and can't be filled, retry in the future |  dlg | 1 | -19/+40 |
| 2019-08-06 | use ifiq_input so we can call if_rxr_livelocked to apply backpressure |  dlg | 1 | -2/+3 |
| 2019-08-06 | Resolve some minor nits in diskmapioctl(): |  anton | 1 | -7/+9 |
| 2019-08-06 | Read the fifo depths from the appropriate configuration register and |  kettenis | 2 | -2/+14 |
| 2019-08-05 | Favor vn_close() in the error path of diskmapioctl() since side-effects |  anton | 1 | -4/+2 |
| 2019-08-05 | Allow concurrent reads of the f_offset field of struct file by |  anton | 1 | -2/+5 |
| 2019-08-05 | sis(4) calls mii_phy_reset(); add explicit dependency on mii_phy in config |  stsp | 1 | -2/+2 |
| 2019-08-04 | Add support for X-Gene/eMAG variant. |  kettenis | 1 | -1/+2 |
| 2019-08-04 | Implement smbios support on arm64. |  kettenis | 1 | -2/+10 |
| 2019-08-02 | regen |  kettenis | 2 | -2/+49 |
| 2019-08-02 | Add Ampere vendor and eMAG PCIe devices. |  kettenis | 1 | -1/+12 |
| 2019-07-31 | ihidev: continue doing polling when interrupt setup fails |  jcs | 1 | -2/+2 |
| 2019-07-31 | dwiic_acpi: handle GPIO interrupts when we have no appropriate driver |  jcs | 1 | -5/+11 |
| 2019-07-31 | dwiic: stop enabling polling by default |  jcs | 1 | -10/+4 |
| 2019-07-31 | aml_find_node: perform callback on matched direct-child nodes before |  jcs | 1 | -4/+7 |
| 2019-07-31 | The ACPI 3 spec says the ToHexString and ToDec(imal)String |  jcs | 1 | -3/+3 |
| 2019-07-31 | drm/amd/display: fix compilation error |  jsg | 1 | -0/+1 |
| 2019-07-31 | drm/amd/display: Always allocate initial connector state state |  jsg | 1 | -3/+7 |
| 2019-07-31 | drm/amdkfd: Fix sdma queue map issue |  jsg | 1 | -9/+12 |
| 2019-07-31 | drm/amdkfd: Fix a potential memory leak |  jsg | 1 | -1/+4 |
| 2019-07-31 | drm/amd/display: Disable ABM before destroy ABM struct |  jsg | 1 | -0/+2 |
| 2019-07-31 | drm/amdgpu/sriov: Need to initialize the HDP_NONSURFACE_BAStE |  jsg | 1 | -0/+3 |
| 2019-07-31 | drm/amd/display: Fill prescale_params->scale for RGB565 |  jsg | 1 | -0/+3 |
| 2019-07-31 | Actually set promisc modes based on the interface state |  jmatthew | 1 | -2/+11 |
| 2019-07-30 | Update media type and status on link change events. Since we don't have |  jmatthew | 1 | -48/+50 |
| 2019-07-30 | push rxed packets to the stack once per interrupt (per port) |  dlg | 1 | -11/+18 |
| 2019-07-30 | enable DRIVER and KMS debug messages when DRMDEBUG is defined |  jsg | 1 | -1/+6 |
| 2019-07-29 | Shut down queues properly when bringing the interface down |  jmatthew | 1 | -25/+28 |
| 2019-07-29 | drm/i915: Fix I915_EXEC_RING_MASK |  jsg | 1 | -1/+1 |
| 2019-07-29 | Add support for 802.11n Tx aggregation to net80211 and the iwn(4) driver. |  stsp | 3 | -90/+485 |
| 2019-07-29 | reduce the diff to linux |  jsg | 1 | -1/+1 |
| 2019-07-29 | dma-buf: Discard old fence_excl on retrying get_fences_rcu for realloc |  jsg | 1 | -0/+4 |
| 2019-07-29 | remove some VF bits now that iavf(4) exists |  jmatthew | 1 | -28/+2 |
| 2019-07-29 | Add iavf(4), a driver for Intel Ethernet Adaptive Virtual Functions. |  jmatthew | 2 | -1/+2609 |
| 2019-07-28 | regen |  jmatthew | 2 | -2/+12 |
| 2019-07-28 | add newer intel nic virtual function ids |  jmatthew | 1 | -1/+3 |