index
:
linux-stable.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
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
drm
/
drmP.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2012-01-10
1
-1
/
+9
|
\
|
*
drm: introduce drm_can_sleep and use in intel/radeon drivers. (v2)
Dave Airlie
2012-01-06
1
-0
/
+8
|
*
Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-next
Dave Airlie
2011-12-20
1
-1
/
+3
|
|
\
|
*
|
drm: Make the per-driver file_operations struct const
Arjan van de Ven
2011-11-11
1
-1
/
+1
*
|
|
treewide: Fix typos in various parts of the kernel, and fix some comments.
Justin P. Mattock
2011-12-02
1
-1
/
+1
|
|
/
|
/
|
*
|
drm: serialize access to list of debugfs files
Marcin Slusarz
2011-11-11
1
-1
/
+3
|
/
*
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2011-11-06
1
-1
/
+2
|
\
|
*
include: replace linux/module.h with "struct module" wherever possible
Paul Gortmaker
2011-10-31
1
-1
/
+2
*
|
treewide: use __printf not __attribute__((format(printf,...)))
Joe Perches
2011-10-31
1
-5
/
+5
|
/
*
drm/gem: add functions for mmap offset creation
Rob Clark
2011-08-30
1
-0
/
+3
*
drm/gem: add support for private objects
Alan Cox
2011-07-25
1
-0
/
+2
*
DRM: remove drm_pci_device_is_pcie
Jon Mason
2011-07-13
1
-7
/
+0
*
drm/gem: add hooks to notify driver when object handle is created/destroyed
Ben Skeggs
2011-06-21
1
-0
/
+2
*
drm: Export the command-line mode parser
Chris Wilson
2011-04-28
1
-0
/
+25
*
drm: Verify debug message arguments
Joe Perches
2011-04-28
1
-1
/
+2
*
drm: Create and use drm_err
Joe Perches
2011-04-28
1
-14
/
+7
*
Fix common misspellings
Lucas De Marchi
2011-03-31
1
-2
/
+2
*
Merge remote branch 'intel/drm-intel-next' of ../drm-next into drm-core-next
Dave Airlie
2011-03-14
1
-1
/
+1
|
\
|
*
drm: fix unsigned vs signed comparison issue in modeset ctl ioctl.
Dave Airlie
2011-02-28
1
-1
/
+1
*
|
drm/core: add ioctl to query device/driver capabilities
Ben Skeggs
2011-03-04
1
-0
/
+2
*
|
drm: add usb framework
Dave Airlie
2011-02-07
1
-0
/
+2
*
|
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
[next]