| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-07-23 | drm/i915/gt: Ignore irq enabling on the virtual engines |  jsg | 1 | -0/+1 |
| 2020-07-23 | drm/i915: Move cec_notifier to intel_hdmi_connector_unregister, v2. |  jsg | 1 | -8/+2 |
| 2020-07-23 | drm/amdgpu/display: create fake mst encoders ahead of time (v4) |  jsg | 4 | -28/+48 |
| 2020-07-23 | drm/amd/display: OLED panel backlight adjust not work with external display connected |  jsg | 1 | -0/+5 |
| 2020-07-23 | drm/amd/display: handle failed allocation during stream construction |  jsg | 1 | -3/+16 |
| 2020-07-23 | drm/amdgpu/sdma5: fix wptr overwritten in ->get_wptr() |  jsg | 1 | -18/+8 |
| 2020-07-23 | drm/amdgpu/powerplay: Modify SMC message name for setting power profile mode |  jsg | 1 | -1/+1 |
| 2020-07-23 | Even more whitespace fixup. |  patrick | 1 | -4/+4 |
| 2020-07-23 | Fix typo in previous commit such that the code is actually compiled in. |  kettenis | 1 | -2/+2 |
| 2020-07-23 | match on AMDI0010 |  jsg | 1 | -1/+2 |
| 2020-07-23 | Fix comments to match code; OK fcambus@ |  tim | 1 | -3/+3 |
| 2020-07-23 | Handle the case where we can sleep (and therefore switch CPUs) while |  kettenis | 1 | -5/+14 |
| 2020-07-23 | Increase the event queue size. When polling for admin command completion, |  jmatthew | 1 | -2/+2 |
| 2020-07-23 | Nuke unused struct scsi_link member of spc_softc. |  krw | 1 | -3/+1 |
| 2020-07-22 | Nuke unused struct scsi_link member of vdsk_softc. |  krw | 1 | -2/+1 |
| 2020-07-22 | Init GOP and COMPHY. |  patrick | 2 | -28/+202 |
| 2020-07-22 | Pass tid we're looking for to mvpp2_prs_hw_read(), then we can zero the |  patrick | 1 | -28/+19 |
| 2020-07-22 | Rework mvpp2_prs_flow_find() to return a tid instead of a whole prs |  patrick | 1 | -35/+24 |
| 2020-07-22 | Make switching CPUs in DDB work. |  kettenis | 6 | -19/+301 |
| 2020-07-22 | Actually try to evict a PTE from a different slot instead of failing to |  kettenis | 1 | -1/+3 |
| 2020-07-22 | Use interface index instead of pointer to `ifnet' in `struct bstp_port'. |  mvs | 4 | -79/+102 |
| 2020-07-22 | Fix more whitespace issues. |  patrick | 1 | -3/+3 |
| 2020-07-22 | Use correct ethertype and IP proto defines. |  patrick | 2 | -40/+25 |
| 2020-07-22 | Fix whitespace issue. |  patrick | 1 | -2/+2 |
| 2020-07-22 | Use 1U for BIT(x), always define it and use it in four more places. |  patrick | 2 | -9/+7 |
| 2020-07-22 | Don't grab the kernel lock for mpsafe interrupts. |  kettenis | 1 | -3/+14 |
| 2020-07-22 | pstat -t was showing bogus column data on ttys, in modes where |  deraadt | 1 | -2/+3 |
| 2020-07-22 | Implement IPIs. |  kettenis | 6 | -34/+202 |
| 2020-07-22 | console marker should be after : |  deraadt | 1 | -2/+2 |
| 2020-07-22 | Add missing CVS tags. |  tobhe | 12 | -0/+12 |
| 2020-07-22 | Nuke unused struct scsi_link members of adapter softc's where the |  krw | 41 | -101/+41 |
| 2020-07-22 | Remove debugging printf in critical section. This doesn't play well with |  kettenis | 1 | -3/+1 |
| 2020-07-22 | regen |  jsg | 2 | -4/+9 |
| 2020-07-22 | add Intel AX200 Bluetooth |  jsg | 1 | -1/+2 |
| 2020-07-22 | Add missing mplock.h file. |  kettenis | 1 | -0/+10 |
| 2020-07-22 | regen |  jsg | 2 | -2/+94 |
| 2020-07-22 | add devices found in Inspiron 5505 dmesg from jmc@ |  jsg | 1 | -1/+21 |
| 2020-07-22 | gc some ifmedia stuff that this driver doesnt use. |  dlg | 1 | -3/+1 |
| 2020-07-22 | Use CPU_IS_PRIMARY macro in identifycpu() on i386. |  fcambus | 1 | -2/+2 |
| 2020-07-22 | Use CPU_IS_PRIMARY macro in cpuattach() on mips64. |  fcambus | 1 | -2/+2 |
| 2020-07-22 | filter vlan and svlan packets by default. |  dlg | 1 | -1/+22 |
| 2020-07-22 | Change tpmr(4) from ifconfig [-]trunkport to add|del synopsis |  kn | 1 | -11/+12 |
| 2020-07-22 | deprecate interface input handler lists, just use one input function. |  dlg | 10 | -202/+139 |
| 2020-07-22 | move carp_input into ether_input, instead of via an input handler. |  dlg | 3 | -24/+28 |
| 2020-07-22 | move vlan_input into ether_input, instead of via an input handler. |  dlg | 3 | -48/+75 |
| 2020-07-22 | register as a bridge port, not an input handler, on member ifaces. |  dlg | 1 | -14/+26 |
| 2020-07-22 | register as a bridge port, not an input handler, on member ifaces. |  dlg | 1 | -11/+21 |
| 2020-07-22 | register tpmr as a bridge port, not an input handler, on member ifaces. |  dlg | 1 | -25/+53 |
| 2020-07-22 | Add support for newer RTL8125 chipset (RTL8125B). |  kevlo | 2 | -438/+3909 |
| 2020-07-22 | if an iface is a bridge port, pass the packet to the bridge in ether_input. |  dlg | 1 | -1/+22 |