index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
drm_fops.c
Commit message (
Expand
)
Author
Age
*
drm: correctly restore mappings if drm_open fails
Ilija Hadzic
2013-04-02
*
drm: revamp locking around fb creation/destruction
Daniel Vetter
2013-01-20
*
drm: set dev_mapping before calling drm_open_helper
Ilija Hadzic
2012-11-06
*
drm: restore open_count if drm_setup fails
Ilija Hadzic
2012-11-06
*
Merge tag 'uapi-prep-20121002' of git://git.infradead.org/users/dhowells/linu...
Linus Torvalds
2012-10-03
|
\
|
*
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
David Howells
2012-10-02
*
|
userns: Convert drm to use kuid and kgid and struct pid where appropriate
Eric W. Biederman
2012-09-13
|
/
*
drm: track dev_mapping in more robust and flexible way
Ilija Hadzic
2012-07-25
*
drm: unconditionally clean up dma buffers of closing clients
Daniel Vetter
2012-07-19
*
drm: kill dma queue support
Daniel Vetter
2012-07-19
*
drm: kill reclaim_buffers callback
Daniel Vetter
2012-07-19
*
drm: kill reclaim_buffers_locked
Daniel Vetter
2012-07-19
*
drm: kill reclaim_buffers_idlelocked functions
Daniel Vetter
2012-07-19
*
drm: Releasing FBs before releasing GEM objects during drm_release
Prathyush
2012-04-19
*
drm: base prime/dma-buf support (v5)
Dave Airlie
2012-03-30
*
drm: add core support for unplugging a device (v2)
Dave Airlie
2012-03-15
*
drm: Fix authentication kernel crash
Thomas Hellstrom
2012-01-25
*
drm: Make the per-driver file_operations struct const
Arjan van de Ven
2011-11-11
*
gpu: add module.h to drivers/gpu files as required.
Paul Gortmaker
2011-10-31
*
drm/switcheroo: track state of switch in drivers.
Dave Airlie
2011-01-04
*
BKL: remove extraneous #include <smp_lock.h>
Arnd Bergmann
2010-11-17
*
Merge remote branch 'nouveau/for-airlied' of /ssd/git/drm-nouveau-next into d...
Dave Airlie
2010-08-26
|
\
|
*
drm: export drm_global_mutex for drivers to use
Ben Skeggs
2010-08-26
*
|
drm: Remove count_lock for calling lastclose() after 58474713 (v2)
Chris Wilson
2010-08-11
|
/
*
drm: kill BKL from common code
Arnd Bergmann
2010-08-04
*
drivers/gpu/drm: Use kzalloc
Julia Lawall
2010-05-18
*
Merge branch 'master' into export-slabh
Tejun Heo
2010-04-04
|
\
|
*
drm: Return ENODEV if the inode mapping changes
Chris Wilson
2010-03-30
*
|
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
|
/
*
drm: Add support for drm master_[set|drop] callbacks.
Thomas Hellstrom
2009-12-03
*
drm: Add async event synchronization for drmWaitVblank
Kristian Høgsberg
2009-11-17
*
drm: Remove memory debugging infrastructure.
Eric Anholt
2009-06-18
*
drm: drm_fops.c unlock missing on error path
Dan Carpenter
2009-03-29
*
Rationalize fasync return values
Jonathan Corbet
2009-03-16
*
drm: Avoid client deadlocks when the master disappears.
Thomas Hellstrom
2009-03-02
*
drm: Release user fbs in drm_release
Kristian Høgsberg
2009-02-19
*
Check fops_get() return value
Laurent Pinchart
2009-01-06
*
DRM: add mode setting support
Dave Airlie
2008-12-29
*
drm: GEM mmap support
Jesse Barnes
2008-12-29
*
drm: move to kref per-master structures.
Dave Airlie
2008-12-29
*
saner FASYNC handling on file close
Al Viro
2008-11-01
*
drm: Add GEM ("graphics execution manager") to i915 driver.
Eric Anholt
2008-10-17
*
drm/cred: wrap task credential accesses in the drm driver.
David Howells
2008-10-17
*
Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6
Linus Torvalds
2008-07-14
*
drm: reorganise drm tree to be more future proof.
Dave Airlie
2008-07-13