summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2024-10-04Allow kernel boot on QEMU with AMD SEV.Alexander Bluhm
2024-10-04Remove unused SIGEMT.Miod Vallat
2024-10-04Increase psp(4) timeouts.Alexander Bluhm
2024-10-04Remove two MHI LOOPBACK channels, there's no need to match them.Kevin Lo
2024-10-04As with other multiqueue drivers, print the number of queues we set upJonathan Matthew
2024-10-04Expose {T,R}X desc trail and add link_enabled field to prepare VFYASUOKA Masahiko
2024-10-03In rucheck() sum up the tusage from all threads to get the real currentClaudio Jeker
2024-10-03Fix the clock_gettime() handler for pthread_getcpuclockid() toClaudio Jeker
2024-10-03vio: Increase rx mbuf size with lroStefan Fritsch
2024-10-03We've left release mode. Time to re-enable POOL_DEBUGTheo Buehler
2024-10-02Improve the heuristic for detecting i2c devices. On the x1e some of theMark Kettenis
2024-10-02amd64: implement a pmap_shootept() for non-MP kernels.Dave Voutila
2024-10-02Move some PCI MMIO defines from vmm(4) kernel headers to userland.Dave Voutila
2024-10-02Modify uvmpd_scan_inactive() to access `uvmexp.pdfreed' only once.Martin Pieuchot
2024-10-02Improve responsiveness in OOM situations & make free target checks coherent.Martin Pieuchot