summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2024-01-24tag packets going out a sec interface to prevent route/encap loops.David Gwynne
2024-01-23T-Head implemented a page attribute extension that violates the RISC-VMark Kettenis
2024-01-23Introduce pipex_iterator(), the special thing to performVitaliy Makkoveev
2024-01-23Remove `pipex_rd_head6' and `ps6_rn[2]'. They are not used.Vitaliy Makkoveev
2024-01-23drm: apple: Fix/remove log messagesMark Kettenis
2024-01-23drm: apple: backlight: force backlight update after resumeMark Kettenis
2024-01-23Sync with userlandTheo Buehler
2024-01-23drm/apple: spelling fixesMark Kettenis
2024-01-23drm: apple: use strscpy() in place of strlcpy()Mark Kettenis
2024-01-23drm: apple: mark local functions staticMark Kettenis
2024-01-23Pick up some fixup commits that add #include <linux/bitfield.h> fromMark Kettenis
2024-01-23Delete unused labels which cause error in making kernel.Kenji Aoyama
2024-01-23explicitly disable Energy-Efficient Ethernet (EEE) on Marvell E151xUwe Stuehler
2024-01-23Change default duplex setting and simplify the setup of srrctl.BSIZEPKT.Kevin Lo
2024-01-23move more defines out of kernel.hJonathan Gray
2024-01-23move CONCATENATE() to args.h to match linuxJonathan Gray
2024-01-22Add apldcp(4) and apldrm(4). Together these drivers provide KMSMark Kettenis
2024-01-22make a note about when to remove overly verbose logging for pinsyscall violat...Theo de Raadt
2024-01-22drm/amd/display: Pass pwrseq inst for backlight and ABMJonathan Gray
2024-01-22drm/crtc: fix uninitialized variable useJonathan Gray
2024-01-22drm/amd/display: get dprefclk ss info from integration info tableJonathan Gray
2024-01-22drm/amd/display: Add case for dcn35 to support usb4 dmub hpd eventJonathan Gray
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