summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2023-02-13Push kernel lock down to dopselect() and doppoll() and unlock select(2),Vitaliy Makkoveev
2023-02-13regenMark Kettenis
2023-02-13Add Rockchip RK3566 and shorten the name for the RK3399.Mark Kettenis
2023-02-12Rename pipeselwakeup() to pipe_wakeup(). It doesn't call selwakeup()Vitaliy Makkoveev
2023-02-12regenVitaliy Makkoveev
2023-02-12Add "Micron Technology" vendor and MTFDKBA512QFM NVMe storageVitaliy Makkoveev
2023-02-12m88k also needs to define PMAP_CHECK_COPYIN as 1.Kenji Aoyama
2023-02-11non-padded 64-bit system calls arrived 2021/12/23, over a year ago.Theo de Raadt
2023-02-11syncTheo de Raadt
2023-02-11sync for __syscall removalTheo de Raadt
2023-02-11__syscall() is no longer neccessary since the system calls which neededTheo de Raadt
2023-02-11I forgot to copy the msyscall interlock flag to forked processes, soTheo de Raadt
2023-02-11Make 'ls' command in bootloader work correctly on luna88k.Kenji Aoyama