summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2020-02-04Enable rge(4).Kevin Lo
2020-02-02Reapply post-svc-sled in a repaired fashion. The SYS_sigreturn-relatedTheo de Raadt
2020-02-02Back out previous "insert two nop instructions after svc instructionsChristian Weisgerber
2020-02-01Also insert two nop instructions after svc instructions for SYS_exitTheo de Raadt
2020-02-01Back out previous. Nothing wrong with the diff per se but I should haveanton
2020-02-01Grab the kernel lock in pgsigio() as it's strictly needed whileanton
2020-02-01replace vlan instance SRP lists with SMR_SLISTsJonathan Matthew
2020-02-01Make writes to the f_flag field of `struct file' MP-safe using atomicanton
2020-01-31actually set the link state down when the /dev entry is closed.David Gwynne
2020-01-31Remove an unused function.Mike Larkin
2020-01-30device poll handlers should return POLL flags, not errnos.David Gwynne
2020-01-30Acquire fdplock when updating fd_cmask. This moves the codeVisa Hankala
2020-01-30Update lock annotations of struct filedesc.Visa Hankala
2020-01-30regenVisa Hankala
2020-01-30Unlock close*(2) and dup*(2).Visa Hankala
2020-01-30Split `p_priority' into `p_runpri' and `p_slppri'.Martin Pieuchot
2020-01-29Add support for notifications about audio(4) controls changes.Alexandre Ratchov
2020-01-28Simplify filterops routines where klist_invalidate() is used.Visa Hankala
2020-01-28The default-brightness-level property actually contains an indexPatrick Wildt
2020-01-28Make acpivout(4) call ws_[gs]et_param instead of directlyPatrick Wildt
2020-01-28drm/radeon: fix bad DMA from INTERRUPT_CNTL2Jonathan Gray
2020-01-28drm/panel: make drm_panel.h self-containedJonathan Gray
2020-01-28drm/fb-helper: generic: Call drm_client_add() after setup is doneJonathan Gray
2020-01-28drm/fb-helper: generic: Fix setup error pathJonathan Gray
2020-01-28drm/dp_mst: Skip validating ports during destruction, just refJonathan Gray
2020-01-27update bpf_iflist in bpfsdetach instead of bpfdetach as some driversJoshua Stein
2020-01-27Improve use of SMR in dt(4) by changing the time when smr_barrier()Visa Hankala
2020-01-27Make urtwn(4) attach to tp-link tl-wn823n (RTL8192EU).Stefan Sperling
2020-01-27regenStefan Sperling
2020-01-27add USB device ID for tp-link tl-wn823nStefan Sperling
2020-01-27Rename advminphys function to adv_minphys. The prototype and one usage wereStuart Henderson
2020-01-27Send APM_POWER_CHANGE events to userland after refreshing battery infoJeremie Courreges-Anglas
2020-01-27add some comments to tun_destroy, and try be a bit more paranoid.David Gwynne
2020-01-27Make the commonalities of cdminphys, sdminphys and stminphys moreKenneth R Westerback
2020-01-27Prototypes should not name the parameters.Kenneth R Westerback
2020-01-27Prototypes should not name the parameters.Kenneth R Westerback
2020-01-26Use long for temporary variables handling b_bcount values in physio().Kenneth R Westerback
2020-01-26Set the default brightness level upon attach.Patrick Wildt
2020-01-26The enable-gpios property is an optional property, so don't error out ifPatrick Wildt
2020-01-26add define for IPTOS_DSCP_LE; "low effort" DSCP codepoint standardisedDamien Miller
2020-01-26Pull in drm_bridge.c from linux 4.19.y.Patrick Wildt
2020-01-26Add simplepanel(4), a driver for simple display panels. This onePatrick Wildt
2020-01-26regenTed Unangst
2020-01-26add a new __tmpfd system call that creates a new unnamed file in /tmp.Ted Unangst
2020-01-26try disconnecting old world boot.mac bootloader for a bitTed Unangst
2020-01-26vsdk -> vdsk in a panic messageTed Unangst
2020-01-26invert some if logic to shortcircuit some loops and reduce nesting.Ted Unangst
2020-01-26Fix comment.Mark Kettenis
2020-01-26Fix spacing issue.Mark Kettenis
2020-01-26Shuffle some names around to make reading the code less headacheKenneth R Westerback