index
:
delta/linux-rt.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
drm
/
drmP.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
drm: rework PCI/platform driver interface.
Dave Airlie
2011-02-07
1
-55
/
+51
*
|
drm: dumb scanout create/mmap for intel/radeon (v3)
Dave Airlie
2011-02-07
1
-0
/
+12
|
/
*
drm/i915: Suppress spurious vblank interrupts
Chris Wilson
2011-01-31
1
-1
/
+1
*
drm/switcheroo: track state of switch in drivers.
Dave Airlie
2011-01-05
1
-1
/
+5
*
Merge remote branch 'airlied/drm-core-next' into drm-intel-next
Chris Wilson
2010-12-16
1
-0
/
+93
|
\
|
*
drm/vblank: Add support for precise vblank timestamping.
Mario Kleiner
2010-11-22
1
-0
/
+93
*
|
drm: kill drm_agp_chipset_flush
Daniel Vetter
2010-11-23
1
-1
/
+0
*
|
drm/i915: Move the invalidate|flush information out of the device struct
Chris Wilson
2010-11-01
1
-2
/
+0
|
/
*
Merge remote branch 'korg/drm-fixes' into drm-vmware-next
Dave Airlie
2010-10-06
1
-8
/
+20
|
\
|
*
drm: Hold the mutex when dropping the last GEM reference (v2)
Chris Wilson
2010-10-01
1
-4
/
+6
|
*
drm/gem: handlecount isn't really a kref so don't make it one.
Dave Airlie
2010-10-01
1
-5
/
+13
|
*
drm: Prune GEM vma entries
Chris Wilson
2010-09-28
1
-0
/
+1
*
|
drm: Move the GTT accounting to i915
Chris Wilson
2010-10-01
1
-8
/
+0
*
|
drm: kill get_reg_ofs callback
Daniel Vetter
2010-08-30
1
-2
/
+0
*
|
drm: kill dev->timer
Daniel Vetter
2010-08-30
1
-1
/
+0
*
|
drm: kill agp indirection mess
Daniel Vetter
2010-08-30
1
-5
/
+0
*
|
drm: replace drawable ioctl by noops
Daniel Vetter
2010-08-30
1
-15
/
+0
*
|
drm: don't export dri1 locking functions
Daniel Vetter
2010-08-30
1
-1
/
+0
*
|
drm: kill drm_map_ofs callbacks
Daniel Vetter
2010-08-30
1
-2
/
+0
*
|
drm: drop return value of drm_free_agp
Daniel Vetter
2010-08-30
1
-1
/
+1
*
|
drm: don't export drm_get_drawable_info
Daniel Vetter
2010-08-30
1
-2
/
+0
*
|
drm: kill context_ctor callback
Daniel Vetter
2010-08-30
1
-1
/
+0
*
|
drm: kill gem_free_object_unlocked driver callback
Daniel Vetter
2010-08-30
1
-1
/
+0
*
|
drm: kill dma_ready callbacks
Daniel Vetter
2010-08-30
1
-1
/
+0
*
|
drm: kill procfs callbacks
Daniel Vetter
2010-08-30
1
-2
/
+0
*
|
drm: kill kernel_context_switch callbacks
Daniel Vetter
2010-08-30
1
-3
/
+0
|
/
*
drm: block userspace under allocating buffer and having drivers overwrite it ...
Dave Airlie
2010-08-17
1
-2
/
+4
*
drm: Fix support for PCI domains
Benjamin Herrenschmidt
2010-08-10
1
-6
/
+16
*
drm: kill BKL from common code
Arnd Bergmann
2010-08-05
1
-1
/
+1
*
drm: move ttm global code to core drm
Dave Airlie
2010-08-04
1
-0
/
+2
*
Merge branch 'drm-tracepoints' into drm-testing
Dave Airlie
2010-07-07
1
-0
/
+2
|
\
|
*
drm: add per-event vblank event trace points
Jesse Barnes
2010-07-02
1
-0
/
+2
*
|
drm: Add support for platform devices to register as DRM devices
Jordan Crouse
2010-06-01
1
-8
/
+44
*
|
drm: Remove drm_resource wrappers
Jordan Crouse
2010-06-01
1
-4
/
+0
|
/
*
drm: free core gem object from driver callbacks
Daniel Vetter
2010-04-20
1
-0
/
+1
*
drm: extract drm_gem_object_init
Daniel Vetter
2010-04-20
1
-0
/
+2
*
Merge branch 'master' into export-slabh
Tejun Heo
2010-04-05
1
-33
/
+1
|
\
|
*
drm/ttm: use drm calloc large and free large
Dave Airlie
2010-03-15
1
-33
/
+1
*
|
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
|
/
*
drm: introduce drm_gem_object_[handle_]unreference_unlocked
Luca Barbieri
2010-02-11
1
-3
/
+25
*
drm: remove address mask param for drm_pci_alloc()
Zhenyu Wang
2010-01-07
1
-1
/
+1
*
drm: convert drm_ioctl to unlocked_ioctl
Arnd Bergmann
2009-12-18
1
-2
/
+3
*
Merge remote branch 'anholt/drm-intel-next' into drm-linus
Dave Airlie
2009-12-08
1
-1
/
+15
|
\
|
*
drm/i915: Fix sync to vblank when VGA output is turned off
Li Peng
2009-12-01
1
-0
/
+1
|
*
Merge remote branch 'airlied/drm-next' into drm-intel-next
Eric Anholt
2009-12-01
1
-33
/
+0
|
|
\
|
*
|
drm/i915: Replace a calloc followed by copying data over it with malloc.
Eric Anholt
2009-11-25
1
-1
/
+14
|
*
|
Merge remote branch 'airlied/drm-next' into drm-intel-next
Eric Anholt
2009-11-05
1
-0
/
+26
|
|
\
\
|
|
*
|
drm: Add async event synchronization for drmWaitVblank
Kristian Høgsberg
2009-10-26
1
-0
/
+26
*
|
|
|
drm: Add compatibility #ifdefs for *BSD
Kristian Høgsberg
2009-12-04
1
-0
/
+3
*
|
|
|
drm: Add support for drm master_[set|drop] callbacks.
Thomas Hellstrom
2009-12-04
1
-0
/
+9
|
|
_
|
/
|
/
|
|
[prev]
[next]