Age | Commit message (Expand) | Author | Files | Lines |
2015-01-21 | drm: Make drm_read() more robust against multithreaded races | Chris Wilson | 1 | -47/+42 |
2014-12-04 | drm: Fix memory leak at error path of drm_read() | Takashi Iwai | 1 | -0/+1 |
2014-10-08 | drm: Implement O_NONBLOCK support on /dev/dri/cardN | Chris Wilson | 1 | -5/+7 |
2014-10-03 | drm/core: use helper to check driver features | Andrzej Hajda | 1 | -4/+4 |
2014-09-12 | drm: unexport drm_global_mutex | Daniel Vetter | 1 | -1/+0 |
2014-09-12 | drm: Move piles of functions from drmP.h to drm_internal.h | Daniel Vetter | 1 | -0/+1 |
2014-09-12 | drm: Move dma functions into drm_legacy.h | Daniel Vetter | 1 | -1/+1 |
2014-09-10 | drm: move drm-lock API to drm_legacy.h | David Herrmann | 1 | -3/+3 |
2014-09-10 | drm: move "struct drm_vma_entry" to drm_vm.c | David Herrmann | 1 | -9/+1 |
2014-08-26 | Merge tag 'topic/core-stuff-2014-08-15' of git://anongit.freedesktop.org/drm-... | Dave Airlie | 1 | -0/+2 |
2014-08-08 | Revert "drm: drop redundant drm_file->is_master" | Dave Airlie | 1 | -1/+3 |
2014-08-06 | drm: Warn when leaking flip events on close | Ville Syrjälä | 1 | -0/+2 |
2014-08-06 | Merge branch 'drm-next' of git://people.freedesktop.org/~dvdhrm/linux into dr... | Dave Airlie | 1 | -72/+5 |
2014-08-05 | drm: mark drm_context support as legacy | David Herrmann | 1 | -1/+2 |
2014-08-05 | drm: move module initialization to drm_stub.c | David Herrmann | 1 | -39/+0 |
2014-08-05 | drm: don't de-authenticate clients on master-close | David Herrmann | 1 | -11/+2 |
2014-08-05 | drm: drop redundant drm_file->is_master | David Herrmann | 1 | -3/+1 |
2014-08-05 | drm: extract legacy ctxbitmap flushing | David Herrmann | 1 | -19/+1 |
2014-08-05 | drm: Unlink dead file_priv from list of active files first | Chris Wilson | 1 | -4/+4 |
2014-08-02 | drm: drop i386 verification | David Herrmann | 1 | -4/+0 |
2014-04-28 | drm: remove unused argument from drm_open_helper | Ilija Hadzic | 1 | -6/+3 |
2014-04-08 | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 1 | -75/+46 |
2014-03-28 | drm: Protect the master management with a drm_device::master_mutex v3 | Thomas Hellstrom | 1 | -11/+11 |
2014-03-28 | drm: Improve on minor type helpers v3 | Thomas Hellstrom | 1 | -4/+2 |
2014-03-28 | drm: Make control nodes master-less v3 | Thomas Hellstrom | 1 | -2/+4 |
2014-03-16 | Merge branch 'drm-minor' into drm-next | David Herrmann | 1 | -40/+30 |
2014-03-16 | drm: make minors independent of global lock | David Herrmann | 1 | -10/+1 |
2014-03-16 | drm: remove redundant minor->device field | David Herrmann | 1 | -1/+1 |
2014-03-16 | drm: add minor-lookup/release helpers | David Herrmann | 1 | -23/+27 |
2014-03-16 | drm: skip redundant minor-lookup in open path | David Herrmann | 1 | -12/+7 |
2014-03-16 | drm: use anon-inode instead of relying on cdevs | David Herrmann | 1 | -22/+3 |
2014-02-14 | drm: Use list_for_each_entry() for bus traversal | Yijing Wang | 1 | -1/+2 |
2013-12-18 | drm: remove dev->vma_count | Daniel Vetter | 1 | -2/+0 |
2013-12-18 | drm: Kill file_priv->ioctl_count tracking | Daniel Vetter | 1 | -1/+0 |
2013-12-18 | drm: rip out dev->ioctl_count tracking | Daniel Vetter | 1 | -7/+1 |
2013-11-15 | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 1 | -6/+71 |
2013-11-06 | drm: Do not drop root privileges for a fancier younger process | Chris Wilson | 1 | -2/+3 |
2013-11-06 | drm: delete unconsumed pending event list in drm_events_release | YoungJun Cho | 1 | -1/+3 |
2013-10-24 | consolidate the reassignments of ->f_op in ->open() instances | Al Viro | 1 | -11/+6 |
2013-10-09 | drm: Kill drm perf counter leftovers | Ville Syrjälä | 1 | -7/+0 |
2013-10-09 | drm: Kill ctx_count from struct drm_device | Ville Syrjälä | 1 | -1/+0 |
2013-10-09 | drm: move drm_lastclose() to drm_fops.c | David Herrmann | 1 | -0/+70 |
2013-09-20 | Revert "drm: mark context support as a legacy subsystem" | Dave Airlie | 1 | -1/+20 |
2013-08-30 | drm: implement experimental render nodes | David Herrmann | 1 | -7/+7 |
2013-08-29 | drm: allow open of dynamic off devices. | Dave Airlie | 1 | -1/+1 |
2013-08-21 | drm/prime: proper locking+refcounting for obj->dma_buf link | Daniel Vetter | 1 | -0/+1 |
2013-08-19 | drm: move dev data clearing from drm_setup to lastclose | Daniel Vetter | 1 | -24/+3 |
2013-08-19 | drm: don't call ->firstopen for KMS drivers | Daniel Vetter | 1 | -1/+2 |
2013-08-19 | drm: remove FASYNC support | Daniel Vetter | 1 | -14/+0 |
2013-08-19 | drm: mark context support as a legacy subsystem | Daniel Vetter | 1 | -20/+1 |