summaryrefslogtreecommitdiffstats
path: root/sys
AgeCommit message (Expand)AuthorFilesLines
2020-06-22Mark interface as MPSAFEjd/queueboostsJason A. Donenfeld1-11/+11
2020-06-22Increase if_txmit to 64Jason A. Donenfeld1-0/+1
2020-06-23add intrmap_one, some temp code to help us write pci_intr_establish_cpu.dlg2-2/+17
2020-06-23Implement pci_intr_establish_cpu() for pyro(4) and vpci(4) based sparc64jmatthew10-129/+426
2020-06-22timecounting: add gettime(9), getuptime(9)cheloha2-2/+49
2020-06-22Add opalcons(4), a driver for the OPAL console.kettenis6-5/+309
2020-06-22The minimum frame size for the ELFv2 ABI is 32 bytes. Using this valuekettenis3-87/+86
2020-06-22inittodr(9): introduce dedicated flag to enable writes from resettodr(9)cheloha1-2/+9
2020-06-22Enable interrupts when they were enabled before the trap (except when wekettenis1-7/+4
2020-06-22Handle data storage and data segment interrupts from userland as well.kettenis3-18/+66
2020-06-22Make return-to-user and kernel re-entry work. This adds a per-pmap SLBkettenis9-14/+105
2020-06-22Fix previous commit; pasted instructed in the wrong spot.kettenis1-2/+2
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-22Add magic offset to make the frames line up.kettenis1-1/+2
2020-06-22Implement setregs().kettenis1-2/+9
2020-06-22Blacklist Ericsson F5521gw broadband modem.tobhe1-1/+9
2020-06-22regentobhe2-4/+16
2020-06-22Add Ericsson F5521gw Mobile Broadband Modem.tobhe1-1/+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-22Provide working definitions of PROC_STACK() and PROC_PC().kettenis1-3/+3
2020-06-22don't try to decrement if completion flag is UINT_MAXjsg1-6/+11
2020-06-22Extend kqueue interface with EVFILT_EXCEPT filter.mpi4-6/+51
2020-06-22Change tsc_get_timecount return from uint to u_int per sys/timetc.h.pirofti1-3/+3
2020-06-22add missing rcs idjasper2-0/+4
2020-06-22Don't pass a pointer to an uninitialized variable as plenp tokrw1-4/+4
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-22Rework checks for `pppx_ifs' tree modification.mvs1-8/+4
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-22The interface if_ioctl routine must be called with the NET_LOCK() held.claudio2-8/+5
2020-06-22gup: document and work around "COW can break either way" issuejsg1-0/+8
2020-06-22Prevent potencial `state_list' corruption while pppac(4) destroys pipex(4)mvs1-2/+4
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