summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2023-02-18acpipwrres(4): remove unused aml_value's.Dave Voutila
2023-02-17Validate execve() libc stub location if kernel knows it. (due to ld.soTheo de Raadt
2023-02-17Do not need KTRC_CODE__SYSCALL in the ktrace files anymore, becauseTheo de Raadt
2023-02-17spellingJonathan Gray
2023-02-16Remove obsolete __HAVE_VM_PAGE_MD define - all platforms provide vm_page_mdMiod Vallat
2023-02-16Enable dwqe(4).Mark Kettenis
2023-02-16Fix MAC address register offsets.Mark Kettenis
2023-02-16regenClaudio Jeker
2023-02-16utrace(2) can run without kernel lock. Now ktruser() will take theClaudio Jeker
2023-02-16Like other ktrace functions make ktruser() callable without kernel lockClaudio Jeker
2023-02-16syncTheo de Raadt
2023-02-16Add pinsyscall(2). With this you can tell the kernel the locationTheo de Raadt
2023-02-15Relax kernel lock assertion within tsleep(9). The `nowake' channel isVitaliy Makkoveev
2023-02-15pfsync(4) panics on NULL pointer dereference if thereAlexandr Nedvedicky
2023-02-15The GMAC on the Rockchip RK356x and RK3588 SoCs can only do 32-bit DMAMark Kettenis
2023-02-15Don't print the version twice, but do print a newline before attaching theMark Kettenis
2023-02-15Add GMAC-related RK356x clocks.Mark Kettenis
2023-02-15Now Puffy comes on luna88k bootloader!Kenji Aoyama
2023-02-15drm/i915: Fix VBT DSI DVO port handlingJonathan Gray
2023-02-15drm/i915: Initialize the obj flags for shmem objectsJonathan Gray
2023-02-15drm/i915: Move fd_install after last use of fenceJonathan Gray
2023-02-15drm/amd/display: fix cursor offset on rotation 180Jonathan Gray
2023-02-15drm/amd/display: properly handling AGP aperture in vm setupJonathan Gray
2023-02-15drm/amdgpu/smu: skip pptable init under sriovJonathan Gray
2023-02-15drm/amdgpu/fence: Fix oops due to non-matching drm_sched init/finiJonathan Gray
2023-02-15drm/amd/pm: bump SMU 13.0.7 driver_if header versionJonathan Gray
2023-02-15drm/amdgpu: Add unique_id support for GC 11.0.1/2Jonathan Gray
2023-02-15drm/amd/pm: bump SMU 13.0.0 driver_if header versionJonathan Gray
2023-02-15drm/amdgpu: Use the TGID for trace_amdgpu_vm_update_ptesJonathan Gray
2023-02-15drm/amd/pm: add SMU 13.0.7 missing GetPptLimit message mappingJonathan Gray
2023-02-15Use the nowake channel for sys_nanosleep() instead of handrolling the same.Claudio Jeker
2023-02-15drm/i915: Don't do the WM0->WM1 copy w/a if WM1 is already enabledJonathan Gray
2023-02-15regenJonathan Gray
2023-02-15add a Navi 33 / Radeon RX 7600S device idJonathan Gray
2023-02-14enable scmi(4)Mark Kettenis
2023-02-14jca@ points out that the field I split in iwx(4) Rx descriptors is in a union.Stefan Sperling
2023-02-14use pragma pack around PPTable_t definitionsJonathan Gray
2023-02-14use pragma pack around dmub_addr definitionJonathan Gray
2023-02-14regenVitaliy Makkoveev
2023-02-14Backout previous. Assertion was triggered within tsleep().Vitaliy Makkoveev
2023-02-14Fix scmi(4) entry.Mark Kettenis
2023-02-13Add a driver for the ARM System Control and Management Interface, which,Mark Kettenis
2023-02-13Add RK356x TSADC clocks.Mark Kettenis
2023-02-13Add dwqe(4), a driver for the Synopsis DesignWare Ethernet QoS controllerPatrick Wildt
2023-02-13Add support for the Shenzhen Tangcheng Technology TCS4525 voltageMark Kettenis
2023-02-13Support device trees with NOPs in them (like the kernel version alreadyMark Kettenis
2023-02-13Fix an alignment issue in iwx(4) Rx descriptors.Stefan Sperling
2023-02-13Also lock the map in the execve-driven calls to uvm_map_check_copyin_add()Theo de Raadt
2023-02-13Upon fork, copy the copyin_check structure to the new map, otherwiseTheo de Raadt
2023-02-13regenVitaliy Makkoveev