index
:
renesas/drm.git
android
live
master
libdrm, cloned from git://anongit.freedesktop.org/mesa/drm
Laurent Pinchart
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linux-core
/
drm_compat.h
Age
Commit message (
Expand
)
Author
2007-01-01
make build against 2.6.20 hopefully
Dave Airlie
2006-12-27
Proper allocation of AGP pages for ttms.
Thomas Hellstrom
2006-12-20
Replace vmalloc_32.
Thomas Hellstrom
2006-12-19
add kcalloc compat for before 2.6.10
Dave Airlie
2006-12-19
fixup inclusion of agp.h
Dave Airlie
2006-12-19
remove drm pci from 2.5 days
Dave Airlie
2006-12-19
drm: remove all 2.4 support for drm development tree.
Dave Airlie
2006-12-19
fix irq args compatiblity with pre 2.6.19
Dave Airlie
2006-10-20
Bug #8707, 2.6.19-rc compatibility for memory manager code.
Thomas Hellstrom
2006-10-11
Compatibility code for 2.6.15-2.6.18. It is ugly but a little comfort is that
Thomas Hellstrom
2006-10-11
Big update:
Thomas Hellstrom
2006-10-10
Use a nopage-based approach to fault in pfns.
Thomas Hellstrom
2006-09-27
Adapt to architecture-specific hooks for gatt pages.
Thomas Hellstrom
2006-08-25
Module protection map access is moving into mainline kernels.
Thomas Hellstrom
2006-08-21
Backwards compatibility code for ttms.
Thomas Hellstrom
2006-08-10
cleanup some whitespace issue and move compat code to compat header
Dave Airlie
2006-07-24
switch drm to use Linux mutexes instead of semaphore.
Dave Airlie
2006-04-23
fixup GFP_COMP for older kernels and get_page/put_page for newer
Dave Airlie
2005-09-25
add __ATTR
Dave Airlie
2005-09-17
compat for pci_pretty_name
Dave Airlie
2004-10-23
Round 2 of getting rid of inter_module_get()
Jon Smirl
2004-10-23
actually 2.6.10 introduced pfn range so it should work now..
Dave Airlie
2004-10-23
fix pfn vs page for older kernels (2.6.9-rc kernels many not work..)
Dave Airlie
2004-09-30
Lindent of core build. Drivers checked for no binary diffs. A few files
Jon Smirl
2004-09-23
Remove 2.6 code that allow DRM major device number to be shared. We can add
Jon Smirl
2004-09-23
1) switches from class_sysfs to drm sysfs implementation to allow
Jon Smirl
2004-09-22
Remove hotplug reset support from DRM driver. This will be handled by the
Jon Smirl
2004-09-08
Update doxygen configuration file. Minor documentation updates/fixes.
Jose Fonseca
2004-09-05
make the AMD64 check a compat thing
Dave Airlie
2004-08-04
2.4 compat
Dave Airlie
2004-08-04
2.4 hotplug compat
Dave Airlie
2004-07-11
split out backwards compat into a separate file makes it easier for merging
Dave Airlie