summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2023-04-28Retire -E's "expert" mode. Introduced 23 years ago to avoidKenneth R Westerback
2023-04-28Add a driver for the Qualcomm rng device found on the Thinkpad X13s, based onPeter Hessler
2023-04-28regenKevin Lo
2023-04-28Add support for RTL8188FTV chip to urtwn(4).Kevin Lo
2023-04-27Use __size_t which is available in syslog.hGreg Steuck
2023-04-27Mark the fan speed sensor as invalid when it reports -1 RPM. This happens forMiod Vallat
2023-04-27add support for I/O statistics so that tape speeds can be observed withRobert Nagy
2023-04-27Remove efi32 and efi64. These are leftovers from a project that didn't goMark Kettenis
2023-04-27Remove kernel lock from rtfree(9).Vitaliy Makkoveev
2023-04-27Temporarily workaround double calls into vioscsi_req_done()Kenneth R Westerback
2023-04-27Remove net lock from DIOCGETTIMEOUTKlemens Nanni
2023-04-27Add `rttimer_mtx' to the locking description.Vitaliy Makkoveev
2023-04-27Add support for (one of) the PCIe controllers on the RK3588 SoC. SinceMark Kettenis
2023-04-27Fix config space access for the root bus of a dwpcie(4) controller whenMark Kettenis
2023-04-27Add RK3588 support.Mark Kettenis
2023-04-27Add some RK3588 PCIe related clocks.Mark Kettenis
2023-04-27The ASIX AX88179A chipset does not work properly with the axen(4) driver.Gerhard Roth
2023-04-27Fix logic error in rtwn_r92e_get_txpower().Kevin Lo
2023-04-27Whitespace fixKevin Lo
2023-04-27drm/amd/display: set dcn315 lb bpp to 48Jonathan Gray
2023-04-27drm/amdgpu: Fix desktop freezed after gpu-resetJonathan Gray
2023-04-27drm/i915: Fix fast wake AUX sync lenJonathan Gray
2023-04-27drm: buddy_allocator: Fix buddy allocator init on 32-bit systemsJonathan Gray
2023-04-26Fix phy_enable_prop_idx() to retrieve the property length with the passedPatrick Wildt
2023-04-26Introduce `rtlabel_mtx' mutex(9) to protect route labels storage. ThisVitaliy Makkoveev
2023-04-26Implement dt(4) utrace support on amd64 and i386.Claudio Jeker
2023-04-26Reodrer some things to fix vmctl/vmd builds after the vmm MI/MD splitMike Larkin
2023-04-26Remove +20y old rt_timer_init() commentKlemens Nanni
2023-04-26Incorporate r1.140 and r1.141 of vmm.c:Mike Larkin
2023-04-26typofix rttimer commentKlemens Nanni
2023-04-26Integrate r1.339 of vmm.c which I missed during the previous MI/MD splitMike Larkin
2023-04-26vmm.c -> vmm_machdep.c (remove old file)Mike Larkin
2023-04-26Fix splassert noticed by sthenBob Beck
2023-04-26Refactor MD/MI parts of vmm.Mike Larkin
2023-04-26Fix my email address.Mark Kettenis
2023-04-26Properly handle userland branch target traps.Mark Kettenis
2023-04-26Backout previous commit:Alexander Bluhm
2023-04-26whitespace fixMike Larkin
2023-04-26Don't redeclare s, it's already there.Bob Beck
2023-04-26Fix missing splbio() needed in nfsBob Beck
2023-04-26Unbreak vmm on Intel. Mistakenly enabled CET on non-CET systems.Dave Voutila
2023-04-26Rotate the console in amdgpu when there is an orientation quirk.Anthony J. Bentley
2023-04-26Fix typo in comment: default scalue values -> default scale valuesAnthony J. Bentley
2023-04-26Declare sendsyslog to match its man pageGreg Steuck
2023-04-26Also set TSO flag on vlan interfaces.Jan Klemkow
2023-04-25Fix white space.Alexander Bluhm
2023-04-25regenMark Kettenis
2023-04-25Add RK3588.Mark Kettenis
2023-04-25Rename ps_refcnt to ps_threadcnt in struct process and implementClaudio Jeker
2023-04-25zlib: sync with srcTheo Buehler