summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2022-01-27drm/amdgpu: fixup bad vram size on gmc v8Jonathan Gray
2022-01-27drm/amd/amdgpu: fix gmc bo pin count leak in SRIOVJonathan Gray
2022-01-27drm/amd/amdgpu: fix psp tmr bo pin count leak in SRIOVJonathan Gray
2022-01-27drm/amdkfd: Fix error handling in svm_range_addJonathan Gray
2022-01-27drm/amd/display: add else to avoid double destroy clk_mgrJonathan Gray
2022-01-27drm/amdgpu/display: set vblank_disable_immediate for DCJonathan Gray
2022-01-27drm/amd/display: check top_pipe_to_program pointerJonathan Gray
2022-01-27drm: panel-orientation-quirks: Add quirk for the Lenovo Yoga Book X91F/LJonathan Gray
2022-01-27drm/amd/display: Fix out of bounds access on DNC31 stream encoder regsJonathan Gray
2022-01-27drm/amd/display: Fix bug in debugfs crc_win_update entryJonathan Gray
2022-01-27drm/radeon/radeon_kms: Fix a NULL pointer dereference in radeon_driver_open_k...Jonathan Gray
2022-01-27drm/amdgpu: Fix a NULL pointer dereference in amdgpu_connector_lcd_native_mode()Jonathan Gray
2022-01-27drm/dp: Don't read back backlight mode in drm_edp_backlight_enable()Jonathan Gray
2022-01-27drm: fix null-ptr-deref in drm_dev_init_release()Jonathan Gray
2022-01-27drm/ttm: Put BO in its memory manager's lru listJonathan Gray
2022-01-27Cast to unsigned integer before overflow can happen.Alexander Bluhm
2022-01-27cad(4): Disable unused priority queuesVisa Hankala
2022-01-27drop some local changes in an unused functionJonathan Gray
2022-01-27raise sched_engine lock mtx ipl to IPL_TTYJonathan Gray
2022-01-27raise mm obj_lock mtx ipl to IPL_TTYJonathan Gray
2022-01-27use process name for both thread and process nameJonathan Gray
2022-01-26An ACPI device needs to be both present and enabled for it to function.Mark Kettenis
2022-01-26shrink uca.ibufsize from UCHCOMIBUFSIZE to wMaxPacketSize of bulk-in pipeSASANO Takayoshi
2022-01-26Make vmm(4/amd64) tracepoints amd64-onlyKlemens Nanni
2022-01-26Rework initialization of sensors on device connect.Anton Lindqvist
2022-01-26implement might_alloc() using assertwaitok()Jonathan Gray
2022-01-26reduce diff to linux ggtt_probe_common()Jonathan Gray
2022-01-25reduce diff to linux shmem_create_from_object()Jonathan Gray
2022-01-25reduce diff to linux vm_fault_cpu()Jonathan Gray
2022-01-24sync dma-resv with linux-5.15.yJonathan Gray
2022-01-23move uao_reference() call before uvm_map()Jonathan Gray
2022-01-21release mtx before pool_get() in __xa_alloc()/__xa_store() whenJonathan Gray
2022-01-21Fix and re-enable active scans on iwm(4) and iwx(4).Stefan Sperling
2022-01-21sync kfd_ioctl.h with linux 5.15Jonathan Gray
2022-01-21move media-bus-format.h to match comment in drm_connector.cJonathan Gray
2022-01-20regenJonathan Gray
2022-01-20add Tiger Lake H idsJonathan Gray
2022-01-20drm/amd/display: explicitly set is_dsc_supported to false before useJonathan Gray
2022-01-20dt: Add frame skip parameters for octeonVisa Hankala
2022-01-20xa_pool is protected by xa_lock mtx so drop pool ipl to IPL_NONEJonathan Gray
2022-01-20initial support for drm sync files, fences associated with fileJonathan Gray
2022-01-19On SDHC version 3.0 controllers the divisor doesn't have to be a powerPatrick Wildt
2022-01-19Remove temporary verbose logging.Anton Lindqvist
2022-01-19go back to rev 1.5 of irq_work.h with tasks on system_wqJonathan Gray
2022-01-19no longer need to disable -Wtautological-compare andJonathan Gray
2022-01-19move some unused functions under ifdefJonathan Gray
2022-01-19__always_inline needs the inline keyword as well as the attributeJonathan Gray
2022-01-18Improve how quirks are handled on sdhc(4)-compatible drivers. So farPatrick Wildt
2022-01-18Add cdsdhc(4), a driver for the Cadence SD/SDIO/eMMC host controller.Visa Hankala
2022-01-17change irq work from interrupt context back to process context likeJonathan Gray