summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci
AgeCommit message (Expand)AuthorFilesLines
2020-06-22Remove AMRR/MiRA support from iwx(4). Tx rate selection happens in firmware.stsp2-146/+13
2020-06-22Remove unused code for parsing non-volatile memory (NVM) from iwx(4).stsp3-465/+5
2020-06-22Some connectors attach late when the drm driver is registers. Forkettenis1-17/+37
2020-06-22apart from the lock wait_queue_head struct is unused so replace itjsg1-25/+25
2020-06-22don't try to decrement if completion flag is UINT_MAXjsg1-6/+11
2020-06-22drm/amdgpu: Sync with VM root BO when switching VM to CPU update modejsg1-2/+9
2020-06-22drm/amd/powerpay: Disable gfxoff when setting manual mode on picasso and ravenjsg1-0/+9
2020-06-22drm/amd/display: Do not disable pipe split if mode is not supportedjsg1-2/+7
2020-06-22drm/amd/display: dmcu wait loop calculation is incorrect in RVjsg1-3/+0
2020-06-22drm/amd/display: Correct updating logic of dcn21's pipe VM flagsjsg1-5/+1
2020-06-22drm/amd/display: Revert to old formula in set_vtg_paramsjsg1-2/+4
2020-06-22drm/dp: Lenovo X13 Yoga OLED panel brightness fixjsg1-0/+1
2020-06-22drm/amdgpu: Init data to avoid oops while reading pp_num_states.jsg1-1/+4
2020-06-22drm/amd/display: fix virtual signal dsc setupjsg1-1/+1
2020-06-22drm/amd/display: Force watermark value propagationjsg2-1/+6
2020-06-22drm/amdgpu: fix and cleanup amdgpu_gem_object_close v4jsg1-18/+25
2020-06-22gup: document and work around "COW can break either way" issuejsg1-0/+8
2020-06-22Fix two iwx(4) TX_CMD_OFFLD macros.stsp1-3/+3
2020-06-22Prepare for newer iwx(4) firmware scan command versions.stsp2-9/+72
2020-06-22Update definition of the iwx_ac_to_tx_fifo map.stsp1-5/+5
2020-06-22Enable critical temperature detection in iwx(4) firmware.stsp2-2/+71
2020-06-22Do not copy an SSID into the iwx(4) probe request template.stsp1-2/+4
2020-06-22Fix unconditional write to v1.scan_priority in iwx(4) scan command.stsp1-2/+3
2020-06-22Fix length specification for 2GHz band IE data in iwx(4) probe requeststsp1-2/+2
2020-06-22in wait_for_completion_* return 0 on timeout -ERESTARTSYS on signaljsg1-14/+11
2020-06-22let userland read vpd info from a pci device.dlg1-4/+35
2020-06-22use ifiq_input and use it's return value to apply backpressure to rxrs.dlg11-26/+46
2020-06-21correct mutex_lock_interruptible()jsg1-2/+9
2020-06-21The onboard interfaces on T7/S7 machines don't provide a valid MAC addressjmatthew1-1/+11
2020-06-20Make FUNCTION()/UNIT() return valid major/minor device numbers ratherkrw1-3/+4
2020-06-20make zeroing fb mem conditional matching linux pathjsg1-1/+2
2020-06-19Make iwx(4) reset Tx byte count table slots for frames that are done.stsp1-5/+11
2020-06-19Add WPA2 (CCMP) crypto offload support to iwx(4).stsp2-25/+216
2020-06-19reduce the diff to linuxjsg2-4/+2
2020-06-18BCM5719 A1 seen in the wild.kettenis2-2/+4
2020-06-17Remove the bus specific sc_ih (interrup handle) variable and use the commonclaudio1-7/+6
2020-06-17Let iwx(4) firmware decide which Tx rate to use.stsp2-7/+309
2020-06-17if the chip did rss, use the hash from the chip as an mbuf flowid.dlg2-2/+8
2020-06-17make ph_flowid in mbufs 16bits by storing whether it's set in csum_flags.dlg1-3/+3
2020-06-17enable multiple queues (and interrupts on multiple cpus) on vmx(4).dlg2-33/+53
2020-06-17use atomic_set() in kref_init()jsg1-2/+2
2020-06-17kref_sub() interface was removed from linux and is unusedjsg1-8/+1
2020-06-17add pci_intr_msix_count(), to get the msi-x table size for a device.dlg2-3/+22
2020-06-17use WRITE_ONCE and READ_ONCE for set and readjsg1-6/+6
2020-06-17Do not do logical negation of a bitshifted field.mortimer1-2/+2
2020-06-16remove some unused definesjsg1-14/+6
2020-06-16implement atomic_inc_not_zero() by way of atomic_add_unless()jsg1-11/+3
2020-06-16remove a dead storejsg1-2/+2
2020-06-16configure toeplitz using the kernel stoeplitz key if needed.dlg2-3/+32
2020-06-16show the structure for the rss configuration.dlg1-1/+20