summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2023-04-23Stop setting ri->ri_bs to prevent a panic caused by rasops accessing itsPatrick Wildt
2023-04-23rename sc_tick to sc_phy_tick. no functional change.David Gwynne
2023-04-23enable iosf(4)David Gwynne
2023-04-23iosf(4) implements functionality that was stubbed out in drmDavid Gwynne
2023-04-23add support for coordinating i2c bus access with iosf(4)David Gwynne
2023-04-23add iosf(4), a driver for the Intel OnChip System FabricDavid Gwynne
2023-04-23clockintr_cpu_init: don't update cached uptimeScott Soule Cheloha
2023-04-23clockintr_advance: don't use cached uptime when called outside of dispatchScott Soule Cheloha
2023-04-22clockintr, ddb(4): label non-pending clock interrupts "idle"Scott Soule Cheloha
2023-04-22Call pfkeyv2_sysctl_policydumper() with shared netlock. It performsVitaliy Makkoveev
2023-04-22Rename the XCR0_* #defines to XFEATURE_* and add the new supervisor-statePhilip Guenther
2023-04-22Teach the disassembler about xrstors, xsavec, and xsavesPhilip Guenther
2023-04-22reduce the delays used in the mii/mdio bus opsDavid Gwynne
2023-04-22use if_baudrate and if_link_state for mac config, not mii media valuesDavid Gwynne
2023-04-22revert vlan(4) inherits TSO flagsDavid Gwynne
2023-04-21clockintr: prepare to hoist clockqueue_init() out of clockintr_cpu_init()Scott Soule Cheloha
2023-04-21clockintr: refactor clockintr_queue initialization into clockqueue_init()Scott Soule Cheloha
2023-04-21clockintr_cpu_init: avoid CQ_INIT flag when scheduling cq_hardclockScott Soule Cheloha
2023-04-21vlan(4) inherits TSO flagsJan Klemkow
2023-04-21If gapdummy.c is compiled with -fcf-protection=branch, clang 13Alexander Bluhm
2023-04-21drm/amd/pm: correct SMU13.0.7 max shader clock reportingJonathan Gray
2023-04-21drm/amd/pm: correct SMU13.0.7 pstate profiling clock settingsJonathan Gray
2023-04-21drm/amdgpu/gfx: set cg flags to enter/exit safe modeJonathan Gray
2023-04-21drm/amdgpu: Force signal hw_fences that are embedded in non-sched jobsJonathan Gray
2023-04-21drm/amdgpu: add mes resume when do gfx post soft resetJonathan Gray
2023-04-21drm: panel-orientation-quirks: Add quirk for Lenovo Yoga Book X90FJonathan Gray
2023-04-21drm/i915/dsi: fix DSS CTL register offsets for TGL+Jonathan Gray
2023-04-21drm/amd/display: Pass the right info to drm_dp_remove_payloadJonathan Gray
2023-04-21clockintr_cpu_init: fix clockintr staggeringScott Soule Cheloha
2023-04-21clockintr: add clockqueue_reset_intrclock()Scott Soule Cheloha
2023-04-21Drop error variable and return directly; OK mvs tbKlemens Nanni
2023-04-20Call sysctl_source() with shared netlock. It performs read-onlyVitaliy Makkoveev
2023-04-20add viogpu, a VirtIO GPU driverJoshua Stein
2023-04-20clockintr: eliminate CL_SCHEDCLOCK flagScott Soule Cheloha
2023-04-20Move ring buffer allocation to before calling uhidev_open(), otherwiseBryan Steele
2023-04-20clockintr_cpu_init: mask CQ_INTRCLOCK while advancing scheduleScott Soule Cheloha
2023-04-19move kernel lock into multicast ioctl handlers; OK mvsKlemens Nanni
2023-04-19Protect rtable_setsource() and rtable_getsource() with exclusiveAlexander Bluhm
2023-04-19Add a new PT_OPENBSD_NOBTCFI "segment type" to indicate that the kernelMark Kettenis
2023-04-19clockintr: rename CL_CPU_* flags to CQ_* flagsScott Soule Cheloha
2023-04-19Remove strict checks added in 1.22, for they break some sensors.Miod Vallat
2023-04-19dwmshc on rockchips don't support dma crossy 128M boundaries.David Gwynne
2023-04-19dont advertise non-removable sdmmc devices as removable to the scsi layer.David Gwynne
2023-04-19handle some more manufacturer ids.David Gwynne
2023-04-19get rid of some dead code.David Gwynne
2023-04-19flag the device as non-removable if the dt says it's non-removableDavid Gwynne
2023-04-19enable dwmshc to support the emmc controller on rockchip rk356x boards.David Gwynne
2023-04-19dwmshc configDavid Gwynne
2023-04-18support Designware Mobile Storage Host ControllersDavid Gwynne
2023-04-18add support for loading files from the EFI System Partition.David Gwynne