summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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-10Remove the gazillion of macros to get fields from curcpu(), and useMiod Vallat
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-09Clear ps_xsig when continuing after a PS_TRACED stop.Claudio Jeker
2024-10-09Convert prsignal() into a real functionClaudio Jeker
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
2024-10-08Replace ps_oppid (old parent pid) with ps_opptr (a pointer to the old parent ...Claudio Jeker
2024-10-08Move common code to update the proc runtime into tuagg_add_runtime().Claudio Jeker
2024-10-08Adjust lock requirements for ps_pptr, ps_ppid and ps_oppid.Claudio Jeker
2024-10-08remove unused ffs_checkoverlap() ext2fs_checkoverlap(); ok miod@Jonathan Gray
2024-10-08remove unused uvm_pause(); ok miod@Jonathan Gray
2024-10-08set activate for ufshci_acpi and ufshci_fdtJonathan Gray
2024-10-07Remove VMFUNC feature detection and tracking.Dave Voutila
2024-10-07Tweak genassym code generation to force preprocessor conditional directivesMiod Vallat
2024-10-07add UQ_ALWAYS_OPEN for another PixArt mouseStuart Henderson
2024-10-07syncStuart Henderson
2024-10-07add another PixArt mouse, to be used in quirksStuart Henderson
2024-10-07Add support for AX88772D.Kevin Lo
2024-10-07drm/amd/display: Validate backlight caps are saneJonathan Gray
2024-10-07drm/amd/display: Round calculated vtotalJonathan Gray
2024-10-07drm/amd/display: Add HDMI DSC native YCbCr422 supportJonathan Gray
2024-10-07drm/amd/display: Fix Synaptics Cascaded Panamera DSC DeterminationJonathan Gray
2024-10-07drm/radeon/evergreen_cs: fix int overflow errors in cs track offsetsJonathan Gray
2024-10-07drm/amd/amdgpu: Properly tune the size of structJonathan Gray
2024-10-07drm/radeon: properly handle vbios fake edid sizingJonathan Gray
2024-10-07drm/amdgpu: properly handle vbios fake edid sizingJonathan Gray
2024-10-07drm/amd/display: Add null check for set_output_gamma in dcn30_set_output_tran...Jonathan Gray
2024-10-07include proc.h to fix APMDEBUG buildJonathan Gray
2024-10-06Fix the rx refill timeout to only refill rings that are currently empty.Jonathan Matthew
2024-10-06remove unused DEBUG_PLEDGE lines; ok deraadt@Jonathan Gray
2024-10-06remove unneeded includes and defines; ok miod@Jonathan Gray
2024-10-06use rdmsr_safe() instead of rdmsr() for probing featureSebastien Marie
2024-10-06remove unused axppmic_rsb_cd, axppmic at rsb uses axppmic_cdJonathan Gray
2024-10-06remove unused sched_cost_load variableJonathan Gray
2024-10-06remove unused wi_usb_cd, wi at usb uses wi_cdJonathan Gray
2024-10-06remove unused atw_beacon_len_adjust variableJonathan Gray
2024-10-06Seperate -> SeparateJonathan Gray
2024-10-05remove unneeded includesJonathan Gray
2024-10-04Allow boot loader to run as AMD SEV guest on QEMU with EFI.Alexander Bluhm