summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdkfd/kfd_chardev.c
AgeCommit message (Expand)Author
2018-05-15Merge tag 'drm-amdkfd-next-2018-05-14' of git://people.freedesktop.org/~gabba...Dave Airlie
2018-04-24drm/amdkfd: fix clock counter retrieval for node without GPUAndres Rodriguez
2018-04-24drm/amdkfd: Fix the error return code in kfd_ioctl_unmap_memory_from_gpu()Wei Yongjun
2018-04-24drm/amdkfd: kfd_dev_is_large_bar() can be statickbuild test robot
2018-05-01drm/amdkfd: use %px to print user space address instead of %pPhilip Yang
2018-04-24drm/amdkfd: Integer overflows in ioctlDan Carpenter
2018-04-10drm/amdkfd: Implement doorbell allocation for SOC15Felix Kuehling
2018-04-10drm/amdkfd: Clean up KFD_MMAP_ offset handlingHarish Kasiviswanathan
2018-03-15drm/amdkfd: Add module option for testing large-BAR functionalityFelix Kuehling
2018-03-15drm/amdkfd: Kmap event page for dGPUsFelix Kuehling
2018-03-15drm/amdkfd: Add ioctls for GPUVM memory managementFelix Kuehling
2018-03-15drm/amdkfd: Remove limit on number of GPUsFelix Kuehling
2018-01-04drm/amdkfd: Make sched_policy a per-device settingFelix Kuehling
2017-11-27drm/amdkfd: Add crash protection in debugger register pathPhilip Yang
2017-11-14drm/amdkfd: Add support for user-mode trap handlersFelix Kuehling
2017-11-14drm/amdkfd: Add CWSR supportFelix Kuehling
2017-11-01drm/amdkfd: Fix debug unregister procedure on process terminationYair Shachar
2017-10-27drm/amdkfd: Clean up kfd_wait_on_eventsFelix Kuehling
2017-09-27drm/amdkfd: Compress unnecessary function parametersYong Zhao
2017-09-08drm/amdkfd: check for null dev to avoid a null pointer dereferenceColin Ian King
2017-08-15drm/amdkfd: Implement image tiling mode support v2Yong Zhao
2017-08-15drm/amdkfd: Adding new IOCTL for scratch memory v2Moses Reuben
2017-08-15drm/amdkfd: Fix goto usage v2Kent Russell
2017-08-15drm/amdkfd: Change x==NULL/false references to !xKent Russell
2017-08-15drm/amdkfd: Consolidate and clean up log commandsKent Russell
2017-08-15drm/amdkfd: Clean up KFD style errors and warnings v2Kent Russell
2017-01-12amdkfd: fix spelling mistake in kfd_ioctl_dbg_unrgesiterColin Ian King
2016-05-01amdkfd: Trim unnescessary intermediate err var in kfd_chardev.cEdward O'Callaghan
2016-05-01amdkfd: Use the canonical form in branch predicatesEdward O'Callaghan
2016-03-22drivers/gpu/drm/amd/amdkfd: use in_compat_syscall to check open() caller typeAndy Lutomirski
2016-01-15amdkfd: Copy from the proper user command pointerBorislav Petkov
2016-01-06amdkfd: don't open-code memdup_user()Al Viro
2015-08-30amdkfd: use <linux/mman.h> instead of <uapi/asm-generic/mman-common.h>Christoph Hellwig
2015-06-16drm/amdkfd: fix some range checks in address watch ioctlDan Carpenter
2015-06-03drm/amdkfd: Implement address watch debugger IOCTLYair Shachar
2015-06-03drm/amdkfd: Implement wave control debugger IOCTLYair Shachar
2015-06-03drm/amdkfd: Implement (un)register debugger IOCTLsYair Shachar
2015-06-03drm/amdkfd: add H/W debugger IOCTL set definitionsYair Shachar
2015-05-19drm/amdkfd: Implement events IOCTLsAndrew Lewycky
2015-05-19drm/amdkfd: Add the events moduleAndrew Lewycky
2015-05-19drm/amdkfd: add events IOCTL set definitionsAndrew Lewycky
2015-03-25drm/amdkfd: Add multiple kgd supportXihan Zhang
2015-03-25drm/amdkfd: Convert timestamping to use 64bit time accessorsJohn Stultz
2015-01-22drm/amdkfd: Fix sparse errorsOded Gabbay
2015-01-22Merge remote-tracking branch 'origin/master' into drm-nextDave Airlie
2015-01-06drm/amdkfd: rewrite kfd_ioctl() according to drm_ioctl()Oded Gabbay
2015-01-06drm/amdkfd: reformat IOCTL definitions to drm-styleOded Gabbay
2015-01-06drm/amdkfd: Do copy_to/from_user in general kfd_ioctl()Oded Gabbay
2014-12-05amdkfd: Remove duplicate includeOded Gabbay
2015-01-12drm/amdkfd: Encapsulate DQM functions in ops structureOded Gabbay