summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2024-03-28unstub guc functionsJonathan Gray
2024-03-28add more iosys_map interfaces used by inteldrm guc codeJonathan Gray
2024-03-28reduce diff to linuxJonathan Gray
2024-03-28syncTheo de Raadt
2024-03-28sysTheo de Raadt
2024-03-28Delete pinsyscall(2) [which was specific only to SYS_execve] nowTheo de Raadt
2024-03-27The RISC-V architecture specification says that memory read/writes areMark Kettenis
2024-03-27Fix fdt_find_node(). We should make sure we match the full name whenMark Kettenis
2024-03-27Introduce SB_OWNLOCK to mark sockets which `so_rcv' buffer modifiedVitaliy Makkoveev
2024-03-27Initialize uvm_km_pages.mtx before use.Kurt Miller
2024-03-27Initialize pmap_tramp.pm_mtx before use.Kurt Miller
2024-03-27Support having bcmpcie(4) as both PCIe bus and simplebus to enablePatrick Wildt
2024-03-27zlib: sync with baseTheo Buehler
2024-03-27drm: Fix drm_fixp2int_round() making it add 0.5Jonathan Gray
2024-03-27drm/amd/pm: Fix esm reg mask use to get pcie speedJonathan Gray
2024-03-27drm/amdgpu: Fix missing break in ATOM_ARG_IMM Case of atom_get_src_int()Jonathan Gray
2024-03-27drm/amd/display: Add 'replay' NULL check in 'edp_set_replay_allow_active()'Jonathan Gray
2024-03-27drm/amd/display: fix NULL checks for adev->dm.dc in amdgpu_dm_fini()Jonathan Gray
2024-03-27drm/radeon/ni: Fix wrong firmware size logging in ni_init_microcode()Jonathan Gray
2024-03-27drm/amdgpu: Fix potential out-of-bounds access in 'amdgpu_discovery_reg_base_...Jonathan Gray
2024-03-27drm/amd/display: Fix potential NULL pointer dereferences in 'dcn10_set_output...Jonathan Gray
2024-03-27drm/amd/display: Fix a potential buffer overflow in 'dp_dsc_clock_en_read()'Jonathan Gray
2024-03-27drm: Don't treat 0 as -1 in drm_fixp2int_ceilJonathan Gray
2024-03-27drm/amdgpu: Enable gpu reset for S3 abort cases on Raven seriesJonathan Gray
2024-03-26Additional length check for IPv6 reassembled fragments.Alexander Bluhm
2024-03-26The devicetree standard allows for multiple /memory nodes, each withMark Kettenis
2024-03-26Implement support for the RISC-V UEFI Boot Protocol. This provides usMark Kettenis
2024-03-26Improve spinning in mtx_enter().Alexander Bluhm
2024-03-26Implement the chmod a-x bsd.upgrade trick in the sparc64 ofwboot bootloader.Claudio Jeker
2024-03-26Temporarily change the connector to unregistered when adding the backlightJonathan Gray
2024-03-26test bl_idx instead of the connector type to check for backlightJonathan Gray
2024-03-26Avoid NULL pointer dereference in routing table an_match().Alexander Bluhm
2024-03-26Use `sb_mtx' to protect `so_rcv' receive buffer of unix(4) sockets.Vitaliy Makkoveev
2024-03-26adapt ttm fault handler to OpenBSDJonathan Gray
2024-03-26amps and watts typesDavid Gwynne
2024-03-25Add missing SFENCE.VMA instructions after switching page tables duringMark Kettenis
2024-03-25Add the VLAN_HWTAGGING capability. Big thanks to bket@ for testing,Moritz Buhl
2024-03-25Move the "no (hard) linking directories" and "no cross-mount links"Philip Guenther
2024-03-25regenVitaliy Makkoveev
2024-03-25Unlock shutdown(2).Vitaliy Makkoveev
2024-03-25Add rpigpio(4), a driver for the RP1 GPIO controller on the Raspberry Pi 5.Patrick Wildt
2024-03-25Add 'ws_' prefix to 'wseventvar' structure members. No functionalVitaliy Makkoveev
2024-03-25fix xbacklight on amdgpuJonathan Gray
2024-03-24Enable cad(4).Patrick Wildt
2024-03-24Implement resetting the PHY via a GPIO pin, like in fec(4). This helpsPatrick Wildt
2024-03-24Cleanup uvmpd_tune() & document global variable ownership.Martin Pieuchot
2024-03-24use LIST_FOREACH_SAFE() to avoid use after freeJonathan Gray
2024-03-23Recognise Meinberg PCI510, from Maurice JanssenStuart Henderson
2024-03-23syncStuart Henderson
2024-03-23Add Meinberg PCI510, from Maurice JanssenStuart Henderson