summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2024-01-22drm/amdkfd: svm range always mapped flag not working on APUJonathan Gray
2024-01-22drm/crtc: Fix uninit-value bug in drm_mode_setcrtcJonathan Gray
2024-01-22drm/amdgpu: Add NULL checks for function pointersJonathan Gray
2024-01-22drm/amd/display: Add monitor patch for specific eDPJonathan Gray
2024-01-22Revert "drm/prime: Unexport helpers for fd/handle conversion"Jonathan Gray
2024-01-22drm/amdgpu: Use another offset for GC 9.4.3 remapJonathan Gray
2024-01-22drm/amdkfd: Free gang_ctx_bo and wptr_bo in pqm_uninitJonathan Gray
2024-01-22drm/amdgpu: Fix cat debugfs amdgpu_regs_didt causes kernel null pointerJonathan Gray
2024-01-22drm/amd/display: update dcn315 lpddr pstate latencyJonathan Gray
2024-01-22drm/amdkfd: Use common function for IP version checkJonathan Gray
2024-01-22drm/amdgpu: Do not issue gpu reset from nbio v7_9 bif interruptJonathan Gray
2024-01-21workaround for the static non-PIE instbin "instbin" program on the installTheo de Raadt
2024-01-21For minherit(MAP_INHERIT_ZERO) upon readonly memory return EPERM.Theo de Raadt
2024-01-21madvise(2) and msync(2) have some memory/mapping destructive ops which shouldTheo de Raadt
2024-01-21Add support for multiple matches in the component code.Mark Kettenis
2024-01-21sync with userlandTheo Buehler
2024-01-21sync with userlandTheo Buehler
2024-01-21Print raw battery information if KB3310_DEBUG, not DEBUG. NFCMiod Vallat
2024-01-21Assert that inpcb table has correct address family.Alexander Bluhm
2024-01-21oops, brain scrambled trying to squeeze the ifdef into bad placeTheo de Raadt
2024-01-21some bizzare glitch related to ramdisk instbin static binaries, theirTheo de Raadt
2024-01-20vmm(4)/vmd(8)/vmctl(8): increase max VM mem size.Mike Larkin
2024-01-20Early during mimmutable(2) development, we had a big problem with theTheo de Raadt
2024-01-20AEXECVE can be removed, because pinsyscall SYS_execve detection hasTheo de Raadt
2024-01-20There are several DART variants; print some more details such that we canMark Kettenis
2024-01-20Fetch touchpad dimensions from firmware here as well.Mark Kettenis
2024-01-19Implement extent_alloc_region_with_descr(9) which is the equivalent ofMark Kettenis
2024-01-19remove the guts of pinsyscall(2), it just returns 0 now.Theo de Raadt
2024-01-19ugly whitespaceTheo de Raadt
2024-01-19Implement Multiple Message MSI support on amd64. This is experimental codeMark Kettenis
2024-01-19Rename WSDISPLAY_TYPE_RKDRM to WSDISPLAY_TYPE_KMS such that we can use itMark Kettenis
2024-01-19add iwn(4) to arm64 GENERICMike Larkin
2024-01-19consolidate pci and cardbus detach code, and have it detach kstats.David Gwynne
2024-01-19Add TSO support. Previous commit fixed up a bug that could only beJonathan Matthew
2024-01-19Unify inpcb API for inet and inet6.Alexander Bluhm
2024-01-19Backout priterator() for walking allprocess list.Alexander Bluhm
2024-01-18Move the rtable_exists() check into in_pcbset_rtableid().Claudio Jeker
2024-01-18reduce diff to linuxJonathan Gray
2024-01-18Use solock() instead of netlock within fill_file(). This makes allVitaliy Makkoveev
2024-01-18Use `nowake' as tsleep_nsec(9) ident. It has no corresponding wakeup(9).Vitaliy Makkoveev
2024-01-18remove duplicate defines, merge error from local patchesJonathan Gray
2024-01-18remove duplicate steam deck block, merge error from local patchesJonathan Gray
2024-01-18Instead of skipping the call to hdcp_destroy(), use NULL for the kobjectJonathan Gray
2024-01-17Fix core file writing when a file map into memory has later been truncatedKurt Miller
2024-01-17Since pinsyscalls(2) applies to all system calls and does a more preciseTheo de Raadt
2024-01-17unstub i915_driver_hw_remove()Jonathan Gray
2024-01-16update drm to linux 6.6.12Jonathan Gray
2024-01-16The kernel will now read pinsyscall tables out of PT_OPENBSD_SYSCALLS inTheo de Raadt
2024-01-16Fix clang warning about possible unaligned access on arm64.Kevin Lo
2024-01-15Add support for bringing up RTKit while !cold.Mark Kettenis