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