summaryrefslogtreecommitdiffstats
path: root/sys/dev (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove AMRR/MiRA support from iwx(4). Tx rate selection happens in firmware.stsp2020-06-222-146/+13
* Remove unused code for parsing non-volatile memory (NVM) from iwx(4).stsp2020-06-223-465/+5
* Blacklist Ericsson F5521gw broadband modem.tobhe2020-06-221-1/+9
* regentobhe2020-06-222-4/+16
* Add Ericsson F5521gw Mobile Broadband Modem.tobhe2020-06-221-1/+5
* Some connectors attach late when the drm driver is registers. Forkettenis2020-06-221-17/+37
* apart from the lock wait_queue_head struct is unused so replace itjsg2020-06-221-25/+25
* don't try to decrement if completion flag is UINT_MAXjsg2020-06-221-6/+11
* drm/amdgpu: Sync with VM root BO when switching VM to CPU update modejsg2020-06-221-2/+9
* drm/amd/powerpay: Disable gfxoff when setting manual mode on picasso and ravenjsg2020-06-221-0/+9
* drm/amd/display: Do not disable pipe split if mode is not supportedjsg2020-06-221-2/+7
* drm/amd/display: dmcu wait loop calculation is incorrect in RVjsg2020-06-221-3/+0
* drm/amd/display: Correct updating logic of dcn21's pipe VM flagsjsg2020-06-221-5/+1
* drm/amd/display: Revert to old formula in set_vtg_paramsjsg2020-06-221-2/+4
* drm/dp: Lenovo X13 Yoga OLED panel brightness fixjsg2020-06-221-0/+1
* drm/amdgpu: Init data to avoid oops while reading pp_num_states.jsg2020-06-221-1/+4
* drm/amd/display: fix virtual signal dsc setupjsg2020-06-221-1/+1
* drm/amd/display: Force watermark value propagationjsg2020-06-222-1/+6
* drm/amdgpu: fix and cleanup amdgpu_gem_object_close v4jsg2020-06-221-18/+25
* gup: document and work around "COW can break either way" issuejsg2020-06-221-0/+8
* Fix two iwx(4) TX_CMD_OFFLD macros.stsp2020-06-221-3/+3
* Prepare for newer iwx(4) firmware scan command versions.stsp2020-06-222-9/+72
* Update definition of the iwx_ac_to_tx_fifo map.stsp2020-06-221-5/+5
* Enable critical temperature detection in iwx(4) firmware.stsp2020-06-222-2/+71
* Do not copy an SSID into the iwx(4) probe request template.stsp2020-06-221-2/+4
* Fix unconditional write to v1.scan_priority in iwx(4) scan command.stsp2020-06-221-2/+3
* Fix length specification for 2GHz band IE data in iwx(4) probe requeststsp2020-06-221-2/+2
* in wait_for_completion_* return 0 on timeout -ERESTARTSYS on signaljsg2020-06-221-14/+11
* let userland read vpd info from a pci device.dlg2020-06-221-4/+35
* use ifiq_input and use it's return value to apply backpressure to rxrs.dlg2020-06-2212-28/+50
* use ifiq_input and use it's return value to apply backpressure to rxrs.dlg2020-06-225-12/+19
* use ifiq_input and use it's return value to apply backpressure to rxrs.dlg2020-06-224-11/+16
* Update Spleen kernel fonts to version 1.7.1, bringing the followingfcambus2020-06-215-35/+35
* Nuke pointless vioblk_dev_probe() and vioblk_dev_free() functions andkrw2020-06-211-21/+5
* correct mutex_lock_interruptible()jsg2020-06-211-2/+9
* The onboard interfaces on T7/S7 machines don't provide a valid MAC addressjmatthew2020-06-211-1/+11
* Add bcmtmon(4), a driver for the temperature sensor on the Raspberry Pi 4.kettenis2020-06-202-1/+129
* Shifts (<<) of more than 32 bits must be done on 64-bit values.krw2020-06-201-2/+2
* Make FUNCTION()/UNIT() return valid major/minor device numbers ratherkrw2020-06-201-3/+4
* make zeroing fb mem conditional matching linux pathjsg2020-06-201-1/+2
* Add support for BCM4359 SDIO variants such as the AP6359SA module foundkettenis2020-06-192-3/+12
* Whitespace.krw2020-06-191-2/+2
* Whitespace. Two short lines to one line.krw2020-06-192-14/+13
* Make iwx(4) reset Tx byte count table slots for frames that are done.stsp2020-06-191-5/+11
* Add WPA2 (CCMP) crypto offload support to iwx(4).stsp2020-06-192-25/+216
* reduce the diff to linuxjsg2020-06-192-4/+2
* Add pcamux(4), a driver for the PCA8548 I2C switch.kettenis2020-06-182-1/+235
* BCM5719 A1 seen in the wild.kettenis2020-06-182-2/+4
* Fix broken HID descriptors of Elecom trackballs.bru2020-06-174-4/+99
* needs param.h, not types.hderaadt2020-06-171-2/+2