Age | Commit message (Expand) | Author |
2024-04-16 | drm/amdgpu: validate the parameters of bo mapping operations more clearly | xinhui pan |
2024-03-22 | drm/amdgpu: sync page table freeing with tlb flush | Shashank Sharma |
2024-03-20 | drm/amdgpu: implement TLB flush fence | Christian Koenig |
2024-03-20 | drm/amdgpu: add recent pagefault info in vm_manager | Sunil Khatri |
2024-03-04 | drm/amdgpu: cleanup conditional execution | Christian König |
2024-03-04 | drm/amdgpu: change vm->task_info handling | Shashank Sharma |
2024-03-04 | Revert "drm/amdgpu: remove vm sanity check from amdgpu_vm_make_compute" for R... | Jesse Zhang |
2024-01-18 | drm/amd/amdgpu: Update RLC_SPM_MC_CNT by ring wreg in guest | YuanShang |
2024-01-18 | drm/amdgpu: Remove unnecessary NULL check | Felix Kuehling |
2024-01-15 | drm/amdgpu: Auto-validate DMABuf imports in compute VMs | Felix Kuehling |
2023-12-19 | drm/amdgpu: re-create idle bo's PTE during VM state machine reset | ZhenGuo Yin |
2023-11-17 | drm/amdgpu: Add function parameter 'xcc_mask' not described in 'amdgpu_vm_flu... | Srinivasan Shanmugam |
2023-11-17 | drm/amdkfd: Move TLB flushing logic into amdgpu | Felix Kuehling |
2023-11-10 | drm/amdgpu: fix error handling in amdgpu_vm_init | Christian König |
2023-11-10 | drm/amdgpu: Fix possible null pointer dereference | Felix Kuehling |
2023-11-03 | drm/amdkfd: Improve amdgpu_vm_handle_moved | Felix Kuehling |
2023-10-27 | drm/amdgpu: Add EXT_COHERENT support for APU and NUMA systems | David Francis |
2023-10-23 | BackMerge tag 'v6.6-rc7' into drm-next | Dave Airlie |
2023-10-19 | drm/amdgpu: Fix possible null pointer dereference | Felix Kuehling |
2023-10-05 | drm/amdgpu: refine fault cache updates | Alex Deucher |
2023-10-05 | drm/amdgpu: add new INFO ioctl query for the last GPU page fault | Alex Deucher |
2023-10-04 | drm/amdgpu: add cached GPU fault structure to vm struct | Alex Deucher |
2023-09-20 | drm/amdgpu: Use function for IP version check | Lijo Lazar |
2023-09-11 | drm/amdgpu: Merge debug module parameters | André Almeida |
2023-09-06 | drm/amdgpu: Use min_t to replace min | Srinivasan Shanmugam |
2023-08-04 | Merge tag 'amd-drm-next-6.6-2023-07-28' of https://gitlab.freedesktop.org/agd... | Daniel Vetter |
2023-07-18 | drm/amdgpu: fix slab-out-of-bounds issue in amdgpu_vm_pt_create | Guchun Chen |
2023-07-17 | Merge tag 'drm-misc-next-2023-07-13' of git://anongit.freedesktop.org/drm/drm... | Daniel Vetter |
2023-07-12 | drm/amdgpu: Rename to amdgpu_vm_tlb_seq_struct | Luben Tuikov |
2023-07-12 | drm/amdgpu: use the new drm_exec object for CS v3 | Christian König |
2023-07-12 | drm/amdkfd: switch over to using drm_exec v3 | Christian König |
2023-07-07 | drm/amdgpu: have bos for PDs/PTS cpu accessible when kfd uses cpu to update vm | Xiaogang Chen |
2023-07-07 | drm/amdgpu: Update invalid PTE flag setting | Mukul Joshi |
2023-06-30 | drm/amdgpu: remove vm sanity check from amdgpu_vm_make_compute | Xiaogang Chen |
2023-06-23 | drm/amdgpu: fix clearing mappings for BOs that are always valid in VM | Samuel Pitoiset |
2023-06-15 | drm/amdgpu: add VM generation token | Christian König |
2023-06-15 | drm/amdgpu: reset VM when an error is detected | Christian König |
2023-06-15 | drm/amdgpu: make sure BOs are locked in amdgpu_vm_get_memory | Christian König |
2023-06-09 | drm/amdgpu: add option params to enforce process isolation between graphics a... | Chong Li |
2023-06-09 | amdgpu: validate offset_in_bo of drm_amdgpu_gem_va | Chia-I Wu |
2023-06-09 | drm/amdgpu: Validate VM ioctl flags. | Bas Nieuwenhuizen |
2023-06-09 | drm/amdkfd: Update interrupt handling for GFX9.4.3 | Mukul Joshi |
2023-06-09 | drm/amdkfd: pass kfd_node ref to svm migration api | Alex Sierra |
2023-06-09 | drm/amdgpu: introduce vmhub definition for multi-partition cases (v3) | Hawking Zhang |
2023-06-09 | drm/amdgpu: install stub fence into potential unused fence pointers | Lang Yu |
2023-04-14 | drm/amdgpu: move vmhub out of amdgpu_ring_funcs (v4) | Le Ma |
2023-03-13 | drm/amdgpu: expose more memory stats in fdinfo | Marek Olšák |
2023-03-07 | drm/amdgpu: Optimize end of non-contig VA ranges | Felix Kuehling |
2023-01-04 | Merge tag 'drm-misc-next-2023-01-03' of git://anongit.freedesktop.org/drm/drm... | Daniel Vetter |
2022-12-14 | drm/amdgpu: stop waiting for the VM during unreserve | Christian König |