summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2020-06-25Add mvpp(4), a driver for the Marvell Packet Processor v2, as used onPatrick Wildt
2020-06-25LUT writes go through actual regsiters on 710s, not ctl writes.David Gwynne
2020-06-25add rss/toeplitz support for 710 chips.David Gwynne
2020-06-25use the ixl_chip struct to store different rss_hena settings for 710/722David Gwynne
2020-06-25add definitions for rss bits.David Gwynne
2020-06-25we're close to a point where the differences between 710s and 722s matter.David Gwynne
2020-06-25use intrmap to set up multiple queues across multiple cpus.David Gwynne
2020-06-25bump the ifq maxlen like i just did for ixl(4).David Gwynne
2020-06-25report rx ring state for all rings, not just the first one.David Gwynne
2020-06-24set IFQ_SET_MAXLEN to the number of slots on the tx ring, not 1.David Gwynne
2020-06-24kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9)cheloha
2020-06-24Use SDEV_NO_ADAPTER_TARGET instead of '7' to indicate the adapter isKenneth R Westerback
2020-06-24Use SDEV_NO_ADAPTER_TARGET instead of the value that is beingKenneth R Westerback
2020-06-24Use SDEV_NO_ADAPTER_TARGET instead of the value of adapter_buswidth toKenneth R Westerback
2020-06-24Use SDEV_NO_ADAPTER_TARGET instead of -1 to indicateKenneth R Westerback
2020-06-24Use C99 initializers in wsdisplay_font struct definitions forFrederic Cambus
2020-06-24get rid of the per device sff lock because we only use the global one.David Gwynne
2020-06-24Acknowledge xhci(4) interrupts before calling usb_schedsoftintr().Patrick Wildt
2020-06-24Apply sc->sc_xfer_flags to control transfers as well. These are usedPatrick Wildt
2020-06-24actually use pci_intr_establish_cpu with cpus from the intrmap.David Gwynne
2020-06-24Nuke some pointless *_dev_probe() and *_dev_free() functions andKenneth R Westerback
2020-06-23Use C99 initializers in wsdisplay_font struct definitions for SpleenFrederic Cambus
2020-06-22Remove AMRR/MiRA support from iwx(4). Tx rate selection happens in firmware.Stefan Sperling
2020-06-22Remove unused code for parsing non-volatile memory (NVM) from iwx(4).Stefan Sperling
2020-06-22Blacklist Ericsson F5521gw broadband modem.tobhe
2020-06-22regentobhe
2020-06-22Add Ericsson F5521gw Mobile Broadband Modem.tobhe
2020-06-22Some connectors attach late when the drm driver is registers. ForMark Kettenis
2020-06-22apart from the lock wait_queue_head struct is unused so replace itJonathan Gray
2020-06-22don't try to decrement if completion flag is UINT_MAXJonathan Gray
2020-06-22drm/amdgpu: Sync with VM root BO when switching VM to CPU update modeJonathan Gray
2020-06-22drm/amd/powerpay: Disable gfxoff when setting manual mode on picasso and ravenJonathan Gray
2020-06-22drm/amd/display: Do not disable pipe split if mode is not supportedJonathan Gray
2020-06-22drm/amd/display: dmcu wait loop calculation is incorrect in RVJonathan Gray
2020-06-22drm/amd/display: Correct updating logic of dcn21's pipe VM flagsJonathan Gray
2020-06-22drm/amd/display: Revert to old formula in set_vtg_paramsJonathan Gray
2020-06-22drm/dp: Lenovo X13 Yoga OLED panel brightness fixJonathan Gray
2020-06-22drm/amdgpu: Init data to avoid oops while reading pp_num_states.Jonathan Gray
2020-06-22drm/amd/display: fix virtual signal dsc setupJonathan Gray
2020-06-22drm/amd/display: Force watermark value propagationJonathan Gray
2020-06-22drm/amdgpu: fix and cleanup amdgpu_gem_object_close v4Jonathan Gray
2020-06-22gup: document and work around "COW can break either way" issueJonathan Gray
2020-06-22Fix two iwx(4) TX_CMD_OFFLD macros.Stefan Sperling
2020-06-22Prepare for newer iwx(4) firmware scan command versions.Stefan Sperling
2020-06-22Update definition of the iwx_ac_to_tx_fifo map.Stefan Sperling
2020-06-22Enable critical temperature detection in iwx(4) firmware.Stefan Sperling
2020-06-22Do not copy an SSID into the iwx(4) probe request template.Stefan Sperling
2020-06-22Fix unconditional write to v1.scan_priority in iwx(4) scan command.Stefan Sperling
2020-06-22Fix length specification for 2GHz band IE data in iwx(4) probe requestStefan Sperling
2020-06-22in wait_for_completion_* return 0 on timeout -ERESTARTSYS on signalJonathan Gray