summaryrefslogtreecommitdiffstats
path: root/sys (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Provide working definitions of PROC_STACK() and PROC_PC().kettenis2020-06-221-3/+3
* don't try to decrement if completion flag is UINT_MAXjsg2020-06-221-6/+11
* Extend kqueue interface with EVFILT_EXCEPT filter.mpi2020-06-224-6/+51
* Change tsc_get_timecount return from uint to u_int per sys/timetc.h.pirofti2020-06-221-3/+3
* add missing rcs idjasper2020-06-222-0/+4
* Don't pass a pointer to an uninitialized variable as plenp tokrw2020-06-221-4/+4
* 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
* Rework checks for `pppx_ifs' tree modification.mvs2020-06-221-8/+4
* 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
* The interface if_ioctl routine must be called with the NET_LOCK() held.claudio2020-06-222-8/+5
* gup: document and work around "COW can break either way" issuejsg2020-06-221-0/+8
* Prevent potencial `state_list' corruption while pppac(4) destroys pipex(4)mvs2020-06-221-2/+4
* 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-222-5/+44
* deprecate network livelock detection using the softclock.dlg2020-06-221-38/+2
* there's not going to be any whole kernel wide network livelocks soon.dlg2020-06-221-3/+2
* 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
* enable nvme on i386.dlg2020-06-222-2/+5
* Making tracing through traps work.kettenis2020-06-211-2/+19
* Update Spleen kernel fonts to version 1.7.1, bringing the followingfcambus2020-06-215-35/+35
* Enable machine check interrupt.kettenis2020-06-211-2/+2
* Set PTE valid bit in PTE descriptors such that we actually match them inkettenis2020-06-211-4/+2
* Set reference count of freshly created pmap to one.kettenis2020-06-211-1/+2
* Nuke pointless vioblk_dev_probe() and vioblk_dev_free() functions andkrw2020-06-211-21/+5
* correct mutex_lock_interruptible()jsg2020-06-211-2/+9
* Set up exec_map and phys_map.kettenis2020-06-212-3/+23
* Add code to synchronize I-cache if necessary when mapping an executablekettenis2020-06-211-2/+26