summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2020-06-22Extend kqueue interface with EVFILT_EXCEPT filter.Martin Pieuchot
2020-06-22Change tsc_get_timecount return from uint to u_int per sys/timetc.h.Paul Irofti
2020-06-22add missing rcs idJasper Lievisse Adriaanse
2020-06-22Don't pass a pointer to an uninitialized variable as plenp toKenneth R Westerback
2020-06-22drm/amdgpu: Sync with VM root BO when switching VM to CPU update modeJonathan Gray
2020-06-22drm/amd/powerpay: Disable gfxoff when setting manual mode on picasso and ravenJonathan Gray
2020-06-22drm/amd/display: Do not disable pipe split if mode is not supportedJonathan Gray
2020-06-22drm/amd/display: dmcu wait loop calculation is incorrect in RVJonathan Gray
2020-06-22Rework checks for `pppx_ifs' tree modification.mvs
2020-06-22drm/amd/display: Correct updating logic of dcn21's pipe VM flagsJonathan Gray
2020-06-22drm/amd/display: Revert to old formula in set_vtg_paramsJonathan Gray
2020-06-22drm/dp: Lenovo X13 Yoga OLED panel brightness fixJonathan Gray
2020-06-22drm/amdgpu: Init data to avoid oops while reading pp_num_states.Jonathan Gray
2020-06-22drm/amd/display: fix virtual signal dsc setupJonathan Gray
2020-06-22drm/amd/display: Force watermark value propagationJonathan Gray
2020-06-22drm/amdgpu: fix and cleanup amdgpu_gem_object_close v4Jonathan Gray
2020-06-22The interface if_ioctl routine must be called with the NET_LOCK() held.Claudio Jeker
2020-06-22gup: document and work around "COW can break either way" issueJonathan Gray
2020-06-22Prevent potencial `state_list' corruption while pppac(4) destroys pipex(4)mvs
2020-06-22Fix two iwx(4) TX_CMD_OFFLD macros.Stefan Sperling
2020-06-22Prepare for newer iwx(4) firmware scan command versions.Stefan Sperling
2020-06-22Update definition of the iwx_ac_to_tx_fifo map.Stefan Sperling
2020-06-22Enable critical temperature detection in iwx(4) firmware.Stefan Sperling
2020-06-22Do not copy an SSID into the iwx(4) probe request template.Stefan Sperling
2020-06-22Fix unconditional write to v1.scan_priority in iwx(4) scan command.Stefan Sperling
2020-06-22Fix length specification for 2GHz band IE data in iwx(4) probe requestStefan Sperling
2020-06-22in wait_for_completion_* return 0 on timeout -ERESTARTSYS on signalJonathan Gray
2020-06-22let userland read vpd info from a pci device.David Gwynne
2020-06-22deprecate network livelock detection using the softclock.David Gwynne
2020-06-22there's not going to be any whole kernel wide network livelocks soon.David Gwynne
2020-06-22use ifiq_input and use it's return value to apply backpressure to rxrs.David Gwynne
2020-06-22use ifiq_input and use it's return value to apply backpressure to rxrs.David Gwynne
2020-06-22use ifiq_input and use it's return value to apply backpressure to rxrs.David Gwynne
2020-06-22enable nvme on i386.David Gwynne
2020-06-21Making tracing through traps work.Mark Kettenis
2020-06-21Update Spleen kernel fonts to version 1.7.1, bringing the followingFrederic Cambus
2020-06-21Enable machine check interrupt.Mark Kettenis
2020-06-21Set PTE valid bit in PTE descriptors such that we actually match them inMark Kettenis
2020-06-21Set reference count of freshly created pmap to one.Mark Kettenis
2020-06-21Nuke pointless vioblk_dev_probe() and vioblk_dev_free() functions andKenneth R Westerback
2020-06-21correct mutex_lock_interruptible()Jonathan Gray
2020-06-21Set up exec_map and phys_map.Mark Kettenis
2020-06-21Add code to synchronize I-cache if necessary when mapping an executableMark Kettenis
2020-06-21Implement copyin(9), copyout(9), copyinstr(9) and copyoutstr(9).Mark Kettenis
2020-06-21add a commented out entry for wg(4).David Gwynne
2020-06-21tell config how to build wg(4)David Gwynne
2020-06-21add wg(4), an in kernel driver for WireGuard vpn communication.David Gwynne
2020-06-21wireguard is taking over the gif mbuf tag.David Gwynne
2020-06-21wireguard can do ipv6, but doesnt do link local addresses.David Gwynne
2020-06-21add IFT_WIREGUARD.David Gwynne