summaryrefslogtreecommitdiffstats
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
* some clarifying commentsdjm2020-06-221-2/+9
* timecounting: add gettime(9), getuptime(9)cheloha2020-06-223-5/+62
* 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
* Remove unused variabledenis2020-06-221-2/+1
* 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
* On my previous commit I made the wrong assumption that the control socket wasmestre2020-06-223-7/+6
* 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
* spelling fix;jmc2020-06-221-2/+2
* don't try to decrement if completion flag is UINT_MAXjsg2020-06-221-6/+11
* change "East Tupelo" reference to just "Tupelo";jmc2020-06-221-2/+2
* add missing .Pplandry2020-06-221-2/+3
* Document "s" commandkn2020-06-221-1/+3
* Remove ^Z mentionkn2020-06-221-5/+2
* Fix "the symbol HZ is undefined" yacc warningkn2020-06-221-2/+2
* Extend kqueue interface with EVFILT_EXCEPT filter.mpi2020-06-225-8/+60
* 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