summaryrefslogtreecommitdiffstats
path: root/sys
AgeCommit message (Expand)AuthorFilesLines
2020-08-29Mark certain sections with debug information as "allocated" such that theykettenis1-2/+14
2020-08-29Before clearing the kcov descriptor associated with a thread make sureanton1-41/+102
2020-08-29Prepare to extend the scope of the kcov remote mutex by renaming it toanton1-21/+21
2020-08-29Have [cd|sd]_cmd_rw[6|10|12|16] return the length of the created command andkrw2-39/+39
2020-08-28Shuffle [cd|sd]start code into closer alignment. Move the initialization of thekrw2-49/+22
2020-08-28Abstract cd_cmd_rw6() and cd_cmd_rw10() a la sd_cmd_rw6() and sd_cmd_rw10().krw1-15/+29
2020-08-28Nuke CDF_ANCIENT, SDF_ANCIENT SDEV_ONLYBIG and bogus check of SID_RelAdr inkrw5-29/+12
2020-08-28Make fdt root node's model property readable through sysctl hw.productvisa1-2/+19
2020-08-28Make sure not to pass NULL to explicit_bzero().tobhe1-2/+3
2020-08-28Add missing #if's to fix build without bpf(4).mvs6-8/+26
2020-08-28free the correct object when a remote subsystem already is presentanton1-2/+2
2020-08-27Use p2p_rtrequest()kn1-1/+2
2020-08-27Fix a potential panic during free(9) which can be caused by an USBmglocker1-4/+4
2020-08-27usbd_get_cdesc() returns usb_config_descriptor_t *. Therefore returnmglocker1-3/+3
2020-08-27Clear endpoint stall on open(2) of /dev/uhidX to synchronize toggle bitpatrick1-2/+4
2020-08-27Improve write un-protecting of kernel memory. For the Computrace modulepatrick2-12/+32
2020-08-27Make pipex(4) more common for pppac(4) and pppx(4). Replaceyasuoka4-362/+182
2020-08-27bring back local #undef DEBUG changes lost in drm 5.7 updatejsg2-0/+8
2020-08-27Reorder the acpi attach process so we look at Processor() CPU nodesjmatthew3-6/+17
2020-08-26Improve detection of the proper boot device by picking the disk thatkettenis1-1/+14
2020-08-26Reset the Rx block ack session counter when an iwm/iwx interface disassociatesstsp2-2/+10
2020-08-26Let aml_copyvalue() handle AML_OBJTYPE_DEVICE.kettenis2-2/+17
2020-08-26Remove needless uses of SDEV_ONLYBIG. It was always set when SDEV_UMASS was set,krw8-28/+16
2020-08-26Revert "drm/amd/display: Improve DisplayPort monitor interop"jsg3-23/+8
2020-08-26drm/ttm: fix offset in VMAs with a pg_offs in ttm_bo_vm_accessjsg1-1/+3
2020-08-26drm/amd/display: fix pow() crashing when given base 0jsg1-0/+3
2020-08-26drm/amd/display: Fix DFPstate hang due to view port changedjsg1-2/+2
2020-08-26drm/amd/display: Blank stream before destroying HDCP sessionjsg1-2/+1
2020-08-26drm/amd/display: Fix EDID parsing after resume from suspendjsg1-0/+1
2020-08-26drm/amdgpu/display: use GFP_ATOMIC in dcn20_validate_bandwidth_internaljsg1-1/+1
2020-08-26Declare hw_{prod,serial,uuid,vendor,ver} in <sys/systm.h>.visa29-90/+36
2020-08-26Annotate locking of ps_single.visa1-2/+3
2020-08-26Fix a race in single-thread mode switchingvisa1-14/+15
2020-08-25Clear user SLB upon context switch.kettenis3-6/+14
2020-08-25usbd_set_idle() use requires prototype from usbdi_util.hderaadt1-1/+2
2020-08-25enable more of the syncobj codejsg2-30/+37
2020-08-24Convert ip6_sysctl to sysctl_bounded_argsgnezdo2-62/+22
2020-08-24Convert divert*_sysctl to sysctl_bounded_argsgnezdo4-24/+18
2020-08-24Rehash main ruleset after rule expirationkn1-12/+9
2020-08-24Remove ptr_array from struct pf_rulesetkn3-25/+10
2020-08-24Enable xicp(4) here as well.kettenis1-1/+2
2020-08-24Enable UHS-I support. No SDR104 support though since it doesn't seem to workkettenis1-2/+16
2020-08-24Implement UHS-I support in the sdmmc(4) midlayer.kettenis4-21/+158
2020-08-24Add some USB HID devices.kettenis3-3/+24
2020-08-24According the code `nfsbootdevname' is always set to network device namemvs1-11/+3
2020-08-23Enable xicp(4).kettenis1-1/+2
2020-08-23amd64: TSC timecounter: prefix RDTSC with LFENCEcheloha1-2/+2
2020-08-23regenkettenis2-2/+7
2020-08-23Add IBM POWER8 host bridge.kettenis1-1/+2
2020-08-23Add xicp(4), a driver for the interrupt control presenter hardware foundkettenis3-2/+290