summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-10-11drm/radeon/r100: Handle unknown family in r100_cp_init_microcode()Jonathan Gray
2024-10-11drm/amdgpu: fix unchecked return value warning for amdgpu_gfxJonathan Gray
2024-10-11drm/printer: Allow NULL data in devcoredump printerJonathan Gray
2024-10-11drm/amd/display: Initialize get_bytes_per_element's default to 1Jonathan Gray
2024-10-11drm/amd/display: Fix index out of bounds in DCN30 color transformationJonathan Gray
2024-10-11drm/amd/display: Fix index out of bounds in degamma hardware format translationJonathan Gray
2024-10-11drm/amd/display: Fix index out of bounds in DCN30 degamma hardware format tra...Jonathan Gray
2024-10-11drm/amd/display: Check link_res->hpo_dp_link_enc before using itJonathan Gray
2024-10-11drm/amd/display: Check stream before comparing themJonathan Gray
2024-10-11drm/amdkfd: Fix resource leak in criu restore queueJonathan Gray
2024-10-11drm/amdgpu: enable gfxoff quirk on HP 705G4Jonathan Gray
2024-10-11drm/amdgpu: add raven1 gfxoff quirkJonathan Gray
2024-10-11drm/amd/display: fix double free issue during amdgpu module unloadJonathan Gray
2024-10-11drm/amd/display: Add null check for 'afb' in amdgpu_dm_plane_handle_cursor_up...Jonathan Gray
2024-10-11drm/amd/display: Check null pointers before using dc->clk_mgrJonathan Gray
2024-10-11drm/amd/display: Handle null 'stream_status' in 'planes_changed_for_existing_...Jonathan Gray
2024-10-11drm/amd/display: Add null check for top_pipe_to_program in commit_planes_for_...Jonathan Gray
2024-10-11drm/amdkfd: amdkfd_free_gtt_mem clear the correct pointerJonathan Gray
2024-10-11drm/amdgpu: disallow multiple BO_HANDLES chunks in one submitJonathan Gray
2024-10-11drm/amdgpu: Fix get each xcp macroJonathan Gray
2024-10-10remove unused struct cpu_freq_tblJonathan Gray
2024-10-10sysctl.2: NET_RT_DUMP defaults to the current rtablelucas
2024-10-10Remove the gazillion of macros to get fields from curcpu(), and useMiod Vallat
2024-10-10Add test for the various authentication config options.Claudio Jeker
2024-10-10Add a sixel_support format variable which is 1 if SIXEL is supportedNicholas Marriott
2024-10-10Print the session id (PID of the session leader) instead of a pointer.Claudio Jeker
2024-10-10Always print account URI on first creation of an account key.Florian Obser
2024-10-10Remove unused CONF_imodule struct members and accessorsTheo Buehler
2024-10-10neuter the tun/tap ioctls that try and modify interface flags.David Gwynne
2024-10-10allow MSI with the QEMU default pc-i440fx machineJonathan Gray
2024-10-10allow MSI with the QEMU default pc-i440fx machineJonathan Gray
2024-10-10remove unused agp_softc variablesJonathan Gray
2024-10-10remove unused definesJonathan Gray
2024-10-10remove unused struct agp_memory_infoJonathan Gray
2024-10-09Get trust anchor via unbound-checkconf(8)Klemens Nanni
2024-10-09Add regress test that sends a SIGSTOP to a child whit its mainproc gone.Claudio Jeker
2024-10-09Remove SSL_R_TRIED_TO_USE_UNSUPPORTED_CIPHERTheo Buehler
2024-10-09Make it possible to configure tcp md5 and ipsec on rtr as wellClaudio Jeker
2024-10-09Clear ps_xsig when continuing after a PS_TRACED stop.Claudio Jeker
2024-10-09Convert prsignal() into a real functionClaudio Jeker
2024-10-09Add missing alert descriptions (taken from RFC 8446)Theo Buehler
2024-10-09Add missing alerts to SSL_alert_desc_string{,_long}()Theo Buehler
2024-10-09Add missing alert errors and error stringsTheo Buehler
2024-10-09Appease mandoc -TlintTheo Buehler
2024-10-09Add .Xr to pkg_check-version(1) in packages-specs(7), as pkg_check-version(1)Sebastien Marie
2024-10-09correct indentationJonathan Gray
2024-10-09make attachments use pre-existing activate functions; ok deraadt@Jonathan Gray
2024-10-08Relax DMA restrictions on ehci(4) and xhci(4) controllers that can doMark Kettenis
2024-10-08Add the BUS_DMA_64BIT flag to bus_dmamem_alloc(9) calls since NVMe devicesMark Kettenis
2024-10-08Make bus_dmamem_alloc(9) recognize the BUS_DMA_64BIT flag and interpretMark Kettenis