Age | Commit message (Expand) | Author |
2024-01-22 | drm/amdkfd: svm range always mapped flag not working on APU | Jonathan Gray |
2024-01-22 | drm/crtc: Fix uninit-value bug in drm_mode_setcrtc | Jonathan Gray |
2024-01-22 | drm/amdgpu: Add NULL checks for function pointers | Jonathan Gray |
2024-01-22 | drm/amd/display: Add monitor patch for specific eDP | Jonathan Gray |
2024-01-22 | Revert "drm/prime: Unexport helpers for fd/handle conversion" | Jonathan Gray |
2024-01-22 | drm/amdgpu: Use another offset for GC 9.4.3 remap | Jonathan Gray |
2024-01-22 | drm/amdkfd: Free gang_ctx_bo and wptr_bo in pqm_uninit | Jonathan Gray |
2024-01-22 | drm/amdgpu: Fix cat debugfs amdgpu_regs_didt causes kernel null pointer | Jonathan Gray |
2024-01-22 | drm/amd/display: update dcn315 lpddr pstate latency | Jonathan Gray |
2024-01-22 | drm/amdkfd: Use common function for IP version check | Jonathan Gray |
2024-01-22 | drm/amdgpu: Do not issue gpu reset from nbio v7_9 bif interrupt | Jonathan Gray |
2024-01-21 | Add support for multiple matches in the component code. | Mark Kettenis |
2024-01-19 | Implement Multiple Message MSI support on amd64. This is experimental code | Mark Kettenis |
2024-01-19 | Rename WSDISPLAY_TYPE_RKDRM to WSDISPLAY_TYPE_KMS such that we can use it | Mark Kettenis |
2024-01-19 | consolidate pci and cardbus detach code, and have it detach kstats. | David Gwynne |
2024-01-19 | Add TSO support. Previous commit fixed up a bug that could only be | Jonathan Matthew |
2024-01-18 | reduce diff to linux | Jonathan Gray |
2024-01-18 | remove duplicate defines, merge error from local patches | Jonathan Gray |
2024-01-18 | remove duplicate steam deck block, merge error from local patches | Jonathan Gray |
2024-01-18 | Instead of skipping the call to hdcp_destroy(), use NULL for the kobject | Jonathan Gray |
2024-01-17 | unstub i915_driver_hw_remove() | Jonathan Gray |
2024-01-16 | update drm to linux 6.6.12 | Jonathan Gray |
2024-01-16 | Fix clang warning about possible unaligned access on arm64. | Kevin Lo |
2024-01-15 | The maximum number of ring slots a tx packet can use is 32, which is | Jonathan Matthew |
2024-01-15 | vio(4): poll device status after issuing device reset. | Dave Voutila |
2024-01-13 | Provide a more complete implementation of the "component" APIs. Also tweak | Mark Kettenis |
2024-01-12 | add license; ok kettenis@ | Jonathan Gray |
2024-01-11 | fix build with VMM_DEBUG option | Jan Klemkow |
2024-01-11 | handle MHI M1->M2 state transitions in qwx(4) | Stefan Sperling |
2024-01-10 | If bringing up a queue fails, only tear down the ones that we set up | Jonathan Matthew |
2024-01-09 | remove unused of_device_get_match_data() prototype | Jonathan Gray |
2024-01-09 | inline -> static inline ; fixes sparc64 build | Jonathan Gray |
2024-01-09 | remove needless comment | Jonathan Matthew |
2024-01-09 | If there are still mbufs on a ring when we're freeing it, | Jonathan Matthew |
2024-01-09 | avoid unused var warning on sparc64 | Jonathan Gray |
2024-01-08 | Implement RootPathString support in the LoadTable() AML function. Fixes | Mark Kettenis |
2024-01-07 | In ixl(4) attach, initialize mutex before using it. | Alexander Bluhm |
2024-01-06 | Zap more obsolete debug code. | Marcus Glocker |
2024-01-06 | revert component_add() change | Jonathan Gray |
2024-01-06 | Unify UFS command function arguments a bit. | Marcus Glocker |
2024-01-06 | Merge read/write UFS commands in to one single function, since they are very | Marcus Glocker |
2024-01-06 | remove stray semicolon | Jonathan Gray |
2024-01-06 | move struct file_operations to linux/fs.h | Jonathan Gray |
2024-01-06 | Add more Linux compat code in preparation for the apple KMS driver. | Mark Kettenis |
2024-01-04 | Zap some '#if 0' code which was initially required for debugging. | Marcus Glocker |
2024-01-04 | Set the interrupt aggregation counter down to 1, which fixes the read | Marcus Glocker |
2024-01-04 | Fix timeout value for write command (typo). | Marcus Glocker |
2024-01-04 | Pass SCSI command directly to the UFS command descriptor instead of | Marcus Glocker |
2024-01-04 | Add support for AX88179A. AX88179A interweave dummies alongside valid | Kevin Lo |
2024-01-04 | fix up barriers in bnxt_down() - use barriers for all interrupts and | Jonathan Matthew |