summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2020-08-27bring back local #undef DEBUG changes lost in drm 5.7 updateJonathan Gray
2020-08-27Reorder the acpi attach process so we look at Processor() CPU nodesJonathan Matthew
2020-08-26Improve detection of the proper boot device by picking the disk thatMark Kettenis
2020-08-26Reset the Rx block ack session counter when an iwm/iwx interface disassociatesStefan Sperling
2020-08-26Let aml_copyvalue() handle AML_OBJTYPE_DEVICE.Mark Kettenis
2020-08-26Remove needless uses of SDEV_ONLYBIG. It was always set when SDEV_UMASS was set,Kenneth R Westerback
2020-08-26Revert "drm/amd/display: Improve DisplayPort monitor interop"Jonathan Gray
2020-08-26drm/ttm: fix offset in VMAs with a pg_offs in ttm_bo_vm_accessJonathan Gray
2020-08-26drm/amd/display: fix pow() crashing when given base 0Jonathan Gray
2020-08-26drm/amd/display: Fix DFPstate hang due to view port changedJonathan Gray
2020-08-26drm/amd/display: Blank stream before destroying HDCP sessionJonathan Gray
2020-08-26drm/amd/display: Fix EDID parsing after resume from suspendJonathan Gray
2020-08-26drm/amdgpu/display: use GFP_ATOMIC in dcn20_validate_bandwidth_internalJonathan Gray
2020-08-26Declare hw_{prod,serial,uuid,vendor,ver} in <sys/systm.h>.Visa Hankala
2020-08-26Annotate locking of ps_single.Visa Hankala
2020-08-26Fix a race in single-thread mode switchingVisa Hankala
2020-08-25Clear user SLB upon context switch.Mark Kettenis
2020-08-25usbd_set_idle() use requires prototype from usbdi_util.hTheo de Raadt
2020-08-25enable more of the syncobj codeJonathan Gray
2020-08-24Convert ip6_sysctl to sysctl_bounded_argsgnezdo
2020-08-24Convert divert*_sysctl to sysctl_bounded_argsgnezdo
2020-08-24Rehash main ruleset after rule expirationkn
2020-08-24Remove ptr_array from struct pf_rulesetkn
2020-08-24Enable xicp(4) here as well.Mark Kettenis
2020-08-24Enable UHS-I support. No SDR104 support though since it doesn't seem to workMark Kettenis
2020-08-24Implement UHS-I support in the sdmmc(4) midlayer.Mark Kettenis
2020-08-24Add some USB HID devices.Mark Kettenis
2020-08-24According the code `nfsbootdevname' is always set to network device namemvs
2020-08-23Enable xicp(4).Mark Kettenis
2020-08-23amd64: TSC timecounter: prefix RDTSC with LFENCEcheloha
2020-08-23regenMark Kettenis
2020-08-23Add IBM POWER8 host bridge.Mark Kettenis
2020-08-23Add xicp(4), a driver for the interrupt control presenter hardware foundMark Kettenis
2020-08-23fix unused variable warning gcc4 complains aboutJonathan Gray
2020-08-23Add support for "normal" external interrupts. Needed for running on POWER8Mark Kettenis
2020-08-23Add OPAL_SET_XIVE and OPAL_GET_XIVE.Mark Kettenis
2020-08-23Add missing conversion from IPL to CPU priority.Mark Kettenis
2020-08-23uhidev(4) does apply the SET_IDLE request to all its child driversMarcus Glocker
2020-08-23Attempt to support IODA2 bridges such as the one found on POWER8 chips.Mark Kettenis
2020-08-23Add support for POWER8 (and maybe earlier) CPUs. Not sure if this works onMark Kettenis
2020-08-23Remove unused debug_syncprt, improve debug sysctl handlingkn
2020-08-23Allow userland to use EVFILT_EXCEPT.Martin Pieuchot
2020-08-23Use sysctl_bounded_args for simple cases in cpu_sysctl on i386gnezdo
2020-08-22Don't complain when child nodes don't have a _CRS method. This happens forMark Kettenis
2020-08-22Convert icmp_sysctl to sysctl_bounded_argsgnezdo
2020-08-22Convert ip_sysctl to sysctl_bounded_argsgnezdo
2020-08-22Convert udp_sysctl to sysctl_bounded_argsgnezdo
2020-08-22Add sizes to free() callskn
2020-08-22The last timeout_add(sc_timeout) died in the great XS_NO_CCB purge of 2017. NukeKenneth R Westerback
2020-08-22Rework unicast/multicast configuration. Keep note that this only changesPatrick Wildt