summaryrefslogtreecommitdiffstats
path: root/sys (follow)
Commit message (Expand)AuthorAgeFilesLines
* Histogramjd/histogramJason A. Donenfeld2020-06-222-2/+15
* add intrmap_one, some temp code to help us write pci_intr_establish_cpu.dlg2020-06-232-2/+17
* Implement pci_intr_establish_cpu() for pyro(4) and vpci(4) based sparc64jmatthew2020-06-2310-129/+426
* timecounting: add gettime(9), getuptime(9)cheloha2020-06-222-2/+49
* Add opalcons(4), a driver for the OPAL console.kettenis2020-06-226-5/+309
* The minimum frame size for the ELFv2 ABI is 32 bytes. Using this valuekettenis2020-06-223-87/+86
* inittodr(9): introduce dedicated flag to enable writes from resettodr(9)cheloha2020-06-221-2/+9
* Enable interrupts when they were enabled before the trap (except when wekettenis2020-06-221-7/+4
* Handle data storage and data segment interrupts from userland as well.kettenis2020-06-223-18/+66
* Make return-to-user and kernel re-entry work. This adds a per-pmap SLBkettenis2020-06-229-14/+105
* Fix previous commit; pasted instructed in the wrong spot.kettenis2020-06-221-2/+2
* 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
* Add magic offset to make the frames line up.kettenis2020-06-221-1/+2
* Implement setregs().kettenis2020-06-221-2/+9
* 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