index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
drm
/
drmP.h
Age
Commit message (
Expand
)
Author
Files
Lines
2011-11-11
drm: serialize access to list of debugfs files
Marcin Slusarz
1
-1
/
+3
2011-11-06
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+2
2011-10-31
treewide: use __printf not __attribute__((format(printf,...)))
Joe Perches
1
-5
/
+5
2011-10-31
include: replace linux/module.h with "struct module" wherever possible
Paul Gortmaker
1
-1
/
+2
2011-08-30
drm/gem: add functions for mmap offset creation
Rob Clark
1
-0
/
+3
2011-07-25
drm/gem: add support for private objects
Alan Cox
1
-0
/
+2
2011-07-13
DRM: remove drm_pci_device_is_pcie
Jon Mason
1
-7
/
+0
2011-06-21
drm/gem: add hooks to notify driver when object handle is created/destroyed
Ben Skeggs
1
-0
/
+2
2011-04-28
drm: Export the command-line mode parser
Chris Wilson
1
-0
/
+25
2011-04-28
drm: Verify debug message arguments
Joe Perches
1
-1
/
+2
2011-04-28
drm: Create and use drm_err
Joe Perches
1
-14
/
+7
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-2
/
+2
2011-03-14
Merge remote branch 'intel/drm-intel-next' of ../drm-next into drm-core-next
Dave Airlie
1
-1
/
+1
2011-03-04
drm/core: add ioctl to query device/driver capabilities
Ben Skeggs
1
-0
/
+2
2011-02-28
drm: fix unsigned vs signed comparison issue in modeset ctl ioctl.
Dave Airlie
1
-1
/
+1
2011-02-07
drm: add usb framework
Dave Airlie
1
-0
/
+2
2011-02-07
drm: rework PCI/platform driver interface.
Dave Airlie
1
-55
/
+51
2011-02-07
drm: dumb scanout create/mmap for intel/radeon (v3)
Dave Airlie
1
-0
/
+12
2011-01-31
drm/i915: Suppress spurious vblank interrupts
Chris Wilson
1
-1
/
+1
2011-01-05
drm/switcheroo: track state of switch in drivers.
Dave Airlie
1
-1
/
+5
2010-12-16
Merge remote branch 'airlied/drm-core-next' into drm-intel-next
Chris Wilson
1
-0
/
+93
2010-11-23
drm: kill drm_agp_chipset_flush
Daniel Vetter
1
-1
/
+0
2010-11-22
drm/vblank: Add support for precise vblank timestamping.
Mario Kleiner
1
-0
/
+93
2010-11-01
drm/i915: Move the invalidate|flush information out of the device struct
Chris Wilson
1
-2
/
+0
2010-10-06
Merge remote branch 'korg/drm-fixes' into drm-vmware-next
Dave Airlie
1
-8
/
+20
2010-10-01
drm: Move the GTT accounting to i915
Chris Wilson
1
-8
/
+0
2010-10-01
drm: Hold the mutex when dropping the last GEM reference (v2)
Chris Wilson
1
-4
/
+6
2010-10-01
drm/gem: handlecount isn't really a kref so don't make it one.
Dave Airlie
1
-5
/
+13
2010-09-28
drm: Prune GEM vma entries
Chris Wilson
1
-0
/
+1
2010-08-30
drm: kill get_reg_ofs callback
Daniel Vetter
1
-2
/
+0
2010-08-30
drm: kill dev->timer
Daniel Vetter
1
-1
/
+0
2010-08-30
drm: kill agp indirection mess
Daniel Vetter
1
-5
/
+0
2010-08-30
drm: replace drawable ioctl by noops
Daniel Vetter
1
-15
/
+0
2010-08-30
drm: don't export dri1 locking functions
Daniel Vetter
1
-1
/
+0
2010-08-30
drm: kill drm_map_ofs callbacks
Daniel Vetter
1
-2
/
+0
2010-08-30
drm: drop return value of drm_free_agp
Daniel Vetter
1
-1
/
+1
2010-08-30
drm: don't export drm_get_drawable_info
Daniel Vetter
1
-2
/
+0
2010-08-30
drm: kill context_ctor callback
Daniel Vetter
1
-1
/
+0
2010-08-30
drm: kill gem_free_object_unlocked driver callback
Daniel Vetter
1
-1
/
+0
2010-08-30
drm: kill dma_ready callbacks
Daniel Vetter
1
-1
/
+0
2010-08-30
drm: kill procfs callbacks
Daniel Vetter
1
-2
/
+0
2010-08-30
drm: kill kernel_context_switch callbacks
Daniel Vetter
1
-3
/
+0
2010-08-17
drm: block userspace under allocating buffer and having drivers overwrite it ...
Dave Airlie
1
-2
/
+4
2010-08-10
drm: Fix support for PCI domains
Benjamin Herrenschmidt
1
-6
/
+16
2010-08-05
drm: kill BKL from common code
Arnd Bergmann
1
-1
/
+1
2010-08-04
drm: move ttm global code to core drm
Dave Airlie
1
-0
/
+2
2010-07-07
Merge branch 'drm-tracepoints' into drm-testing
Dave Airlie
1
-0
/
+2
2010-07-02
drm: add per-event vblank event trace points
Jesse Barnes
1
-0
/
+2
2010-06-01
drm: Add support for platform devices to register as DRM devices
Jordan Crouse
1
-8
/
+44
2010-06-01
drm: Remove drm_resource wrappers
Jordan Crouse
1
-4
/
+0
[next]