summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/drm/include/linux/completion.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* apart from the lock wait_queue_head struct is unused so replace itjsg2020-06-221-25/+25
* don't try to decrement if completion flag is UINT_MAXjsg2020-06-221-6/+11
* in wait_for_completion_* return 0 on timeout -ERESTARTSYS on signaljsg2020-06-221-14/+11
* use wakeup_one() in complete()jsg2020-06-131-2/+2
* use a unique wchan name for wait_for_completion()jsg2020-06-131-2/+2
* update drm to linux 5.7jsg2020-06-081-1/+38
* Convert infinite sleeps to {m,t}sleep_nsec(9).mpi2019-12-301-2/+2
* Remove file name and line number output from witness(4)visa2019-04-231-29/+20
* Update shared drm code, inteldrm(4) and radeondrm(4) from linux 4.4 tojsg2019-04-141-0/+132