summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2022-09-18Define PMU_ADB_CMD and PMU_INT_ACKGeorge Koehler
2022-09-18Fix a memory leak which was introduced by the previous commit.Marcus Glocker
2022-09-18timecounting: tc_reset_quality: print notice if active counter changesScott Soule Cheloha
2022-09-18tsc: make tsc_report_test_results() less noisy without TSC_DEBUGScott Soule Cheloha
2022-09-18Revert previous it prevents the PinebookPro and the Rockpro64 to reach userland.Martin Pieuchot
2022-09-17bind() to AF_UNIX will now require unveil "w". "w" may seem a little oddTheo de Raadt
2022-09-16move most of the key combination translation code out of ukbd(4)Robert Nagy
2022-09-16semctl1 and msgctl were introduced for binary compatibility for OpenBSD 3.5.Moritz Buhl
2022-09-16Make mfii(4) recover from firmware FAULT state on startup.Stefan Sperling
2022-09-16drm/i915: Implement WaEdpLinkRateDataReloadJonathan Gray
2022-09-16drm/amd/display: fix memory leak when using debugfs_lookup()Jonathan Gray
2022-09-16drm/amdgpu: mmVM_L2_CNTL3 register not initialized correctlyJonathan Gray
2022-09-16drm/radeon: add a force flush to delay work when radeonJonathan Gray
2022-09-16drm/amdgpu: Check num_gfx_rings for gfx v9_0 rb setup.Jonathan Gray
2022-09-16drm/amdgpu: Move psp_xgmi_terminate call from amdgpu_xgmi_remove_device to ps...Jonathan Gray
2022-09-16drm/gem: Fix GEM handle release errorsJonathan Gray
2022-09-16mask non-chain fence sequence numbers to 32-bit for comparisonsJonathan Gray
2022-09-15tsc: configure LFENCE to serialize dispatch before testing TSC syncScott Soule Cheloha
2022-09-15Enable the keyboard on the Samsung Galaxy Book Go.Marcus Glocker
2022-09-15Add support for Apple fn key combinations. Based on Apple fn key handlingTobias Heider
2022-09-15Add GPTPARTATTR_MS_* defines for Microsoft basic data attributesKenneth R Westerback
2022-09-15Remove unneeded interim DPRINTF() verbiage. Make DEBUG compileKenneth R Westerback
2022-09-15regenKurt Mosiejczuk
2022-09-15Add IDs for the JHL6240 Thunderbolt 3 controller found in my Thinkpad T490Kurt Mosiejczuk
2022-09-15recognise Neoverse V2 (Demeter)Jonathan Gray
2022-09-14AF_UNIX bind() must use UNVEIL_CREATE for namei() because it is creatingTheo de Raadt
2022-09-13Split out the code that collects data from acpiac(4), acpibat(4) andMark Kettenis
2022-09-13Change pru_rcvd() return type to the type of void. We have no interestVitaliy Makkoveev
2022-09-13Do soreceive() with shared netlock for raw sockets.Vitaliy Makkoveev
2022-09-12Enable acpiac(4) and acpibat(4).Mark Kettenis
2022-09-12Store mod/ref flags using md pg_flags values rather than a specific field inMiod Vallat
2022-09-12Store mod/ref flags using md pg_flags values rather than a specific field inMiod Vallat
2022-09-12Drop orphaned pv_flags values.Miod Vallat
2022-09-12Add support for level-triggered GPIO events.Mark Kettenis
2022-09-12disable Panel Self Refresh (PSR) by default in inteldrmJonathan Gray
2022-09-12acpihpet(4): acpihpet_delay: only use lower 32 bits of counterScott Soule Cheloha
2022-09-11Remove the DKF_LABELVALID flag from struct disk. Instead, trust disk driversMiod Vallat
2022-09-11Add the new inout vmm(4) tracepoint to dt(4).Dave Voutila
2022-09-11Register the I2C controller with ACPI. Skip this on the SC8280XP SoC forMark Kettenis
2022-09-11drop the -betaTheo de Raadt
2022-09-11Add #define's for GPT partition attribute bits REQUIRED, IGNOREKenneth R Westerback
2022-09-11Add wsmux(4) such that systems with multiple keyboards work in bsd.rd.Mark Kettenis
2022-09-11On smmu(4) instances without coherent page table walk we need to make surePatrick Wildt
2022-09-11Make an attempt at taking over existing streams on Qualcomm machines. SomePatrick Wildt
2022-09-11Handle if pci_intr_establish() failed. This actually happens if manyYASUOKA Masahiko
2022-09-11Change OF_getnodebyname() such that lokking up a node using just the nameMark Kettenis
2022-09-10Remove pmap_collect() when a no-op, define __HAVE_PMAP_COLLECT otherwise.Miod Vallat
2022-09-10Get rid of the extra vnode reference known as UVM_VNODE_CANPERSIST.Martin Pieuchot
2022-09-10Add another pin to the SC7180 map function.Mark Kettenis
2022-09-10Don't restrict GPIO events to pin numbers below 256. With the _EVT()Mark Kettenis