summaryrefslogtreecommitdiffstats
path: root/sys
AgeCommit message (Expand)AuthorFilesLines
2020-08-05drm/amd/display: Clear dm_state for fast updatesjsg1-9/+27
2020-08-05Revert "drm/amdgpu: Fix NULL dereference in dpm sysfs handlers"jsg1-3/+6
2020-08-05sigh, some duplication, but at least put things into the canonical orderderaadt1-3/+1
2020-08-04add cd9660, msdos, and inet6 supportderaadt1-1/+4
2020-08-04Validate input given to ioctl(SIOCAIFADDR_IN6) like NetBSD already does.anton1-1/+7
2020-08-04Initialize per-pmap lock.kettenis1-1/+2
2020-08-04Pack multiple packets into one xfer as possible. Given this is a 5x-7xkevlo2-164/+221
2020-08-04On POWER9 use the "darn" instruction and feed its output as entropy intokettenis1-1/+28
2020-08-04We have `pipexinq' and `pipexoutq' mbuf(9) queues to store pipex(4)mvs5-131/+36
2020-08-03add more scsi devices, observed by gkoehlerderaadt3-3/+21
2020-08-03syncderaadt2-4/+21
2020-08-03Gear Head keyboard IDs, from Tom Murphyderaadt1-1/+6
2020-08-03remove timeval conversion interfaces no longer in linuxjsg2-48/+2
2020-08-03add aliases for arm eabi long long shift functionsjsg3-0/+12
2020-08-03add a BPF_RND load location that provides a random value.dlg2-2/+8
2020-08-02additional files from libkern will be needed by clang10deraadt3-6/+6
2020-08-02additional files from libkern will be needed by clang10deraadt4-8/+9
2020-08-02Add missing rtable(4) check in rip6_input()kn1-1/+5
2020-08-02Make iwx(4) match any AX200 device again.stsp1-12/+2
2020-08-01Move range check inside sysctl_int_arrgnezdo13-127/+82
2020-08-01Add support for AX201 devices to iwx(4).stsp3-39/+156
2020-08-01Add support for remote coverage to kcov. Remote coverage is collectedanton6-13/+302
2020-07-31Update Spleen kernel fonts to version 1.8.2, bringing the followingfcambus3-65/+65
2020-07-31In xhci_device_isoc_start() do first check if the transfer ismglocker1-8/+8
2020-07-31Skip making structure elements const, as it provides no benefit, andderaadt3-8/+8
2020-07-31like amd64:deraadt1-3/+3
2020-07-31Make sure bcmtmon(4) attaches even if it has a "syscon" compatible.kettenis2-5/+8
2020-07-31On sun4u systems that have the STICK register, clear the NPT bit of thekettenis4-17/+42
2020-07-31Nuke all occurrences of usbd_abort_pipe() if it gets called rightmglocker50-200/+67
2020-07-31Make writes to the coverage buffer MP-safe using atomic operations.anton1-13/+31
2020-07-30When this Aviion-only driver is eventually sent to join its friends in the attickrw1-3/+1
2020-07-30Only invalidate "user" SLB entry if it is currently set.kettenis1-5/+7
2020-07-30`struct bstp_state' stores pointer to parent `ifnet' as `bs_ifp'.mvs4-19/+58
2020-07-30regenstsp2-0/+5
2020-07-30add PCI ID of intel Wi-Fi 6 AX201 devicesstsp1-1/+2
2020-07-30make pflog more mpsafe with variables on the stack instead of globals.dlg1-25/+18
2020-07-30"#ifndef SIOP_DEBUG\n#undef SIOP_DEBUG\n#endif" is a bit silly.krw1-2/+1
2020-07-29Don't turn on SDEV_DB* flags via UDMASS_UPPER. If you want SCSI debug output,krw1-3/+1
2020-07-29atapiscsi is not needed here. (well maybe it changes the behaviour ofderaadt1-2/+2
2020-07-29Don't #undef AHC_DEBUG. Lets kernel "option AHC_DEBUG" work. Not sure what I waskrw1-4/+2
2020-07-29Don't nest a enum declaration inside a struct declaration, and anywayderaadt1-6/+4
2020-07-29fix new typoderaadt1-2/+2
2020-07-29SC_DEBUG() and friends are for debugging the SCSI code, not for scattered randomkrw1-9/+15
2020-07-29SC_DEBUG() and friends are for debugging the SCSI code, not for scattered randomkrw1-12/+20
2020-07-29Interface index is unsigned integer. Fix the places where it referencedmvs5-11/+11
2020-07-29pfsync(4) holds pointer to corresponding `ifnet' as `sc_sync_if'. Thismvs1-44/+62
2020-07-29Remove SIOCSIFADDRkn1-5/+1
2020-07-29drm/amd/powerplay: fix a crash when overclocking Vega Mjsg1-4/+6
2020-07-29drm/amdgpu: Fix NULL dereference in dpm sysfs handlersjsg1-6/+3
2020-07-29drm/amdgpu: fix preemption unit testjsg1-5/+15