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_vm.c
Age
Commit message (
Expand
)
Author
2004-10-12
Breakout heads into their own data structures.
Jon Smirl
2004-10-10
Rename fn_tbl to driver. Core driver now uses pci_driver name which
Jon Smirl
2004-09-30
Lindent of core build. Drivers checked for no binary diffs. A few files
Jon Smirl
2004-09-30
Make fops per driver instead of global, remove default flush, poll, read
Jon Smirl
2004-09-27
First check in for DRM that splits core from personality modules
Jon Smirl
2004-09-20
Felix's fix for map request smaller than permanent map size
Jon Smirl
2004-09-05
merge back bunch of whitespace and misc changes from kernel
Dave Airlie
2004-09-05
bad code copy for alpha.. fix the member names
Dave Airlie
2004-09-05
make the AMD64 check a compat thing
Dave Airlie
2004-09-04
Fixup OS_HAS_AGP/OS_HAS_MTRR along lines of patches going to kernel, as
Dave Airlie
2004-09-04
doh.. that makes no sense.. thinko in removal of OS_HAS_AGP
Dave Airlie
2004-08-30
implement drm_core_check_feature and use it .. looks lots nicer
Dave Airlie
2004-08-27
__NO_VERSION__ hasn't been needed since 2.3 days ditch it...
Dave Airlie
2004-08-24
Merged drmfntbl-0-0-2
Dave Airlie
2004-07-20
add x86_64 architecture defines from kernel (leave AMD64 defines in for
Dave Airlie
2004-06-10
A few changes for recent redhat.
Keith Whitwell
2004-05-30
fixes from kernel: Make users of page->count use the provided macros
Dave Airlie
2004-01-11
Adapt to nopage() prototype change in Linux 2.6.1.
Michel Daenzer
2003-09-12
linux drm fixes
Alan Hourihane
2003-08-15
Merge from 2.6 kernel (Linus Torvalds)
Michel Daenzer
2003-05-27
Merged DRM documentation.
Jose Fonseca
2003-05-17
do allow reading from read only mappings...
Michel Daenzer
2003-05-16
Support AGP bridges where the AGP aperture can't be accessed directly by
Michel Daenzer
2003-04-08
Use list_entry() to get container struct from struct list_head pointers.
Leif Delgass
2003-03-30
Spelling fixes in comments.
Eric Anholt
2002-10-22
final part of XFree86 4.2.99.2 merge
Alan Hourihane
2002-08-22
Don't (re)define vmalloc_to_page for kernel >= 2.4.19, as it has been
Leif Delgass
2002-08-06
Updates from Rusty Russell to:
Rik Faith
2002-05-16
Allow drm to build under 2.4 and 2.5(.14)
Keith Whitwell
2001-12-10
merge with linux kernel 2.4.15
Alan Hourihane
2001-10-22
merge kernel 2.4.13-pre6.
Alan Hourihane
2001-09-25
merge with 2.4.10 kernel
Alan Hourihane
2001-08-19
No one's maintaining 2.2.x support - so remove all the cruft.
Alan Hourihane
2001-08-14
A few warning fixes when actually building under 2.4.9-pre2 + some
Jeff Hartmann
2001-08-13
Sync with Linus 2.4.9-pre2 + make all nopage routines more alike
Jeff Hartmann
2001-08-10
Commit Keith Owens kernel Makefile changes, merge and commit alpha patch
Jeff Hartmann
2001-08-07
Lots of DRM fixes: added new pieces of template code so the ffb driver can
Jeff Hartmann
2001-07-23
Fixes that allow the modules to be built into the kernel
Jeff Hartmann
2001-05-23
Only authenticated clients can mmap() (Jeff Hartmann).
Gareth Hughes
2001-05-01
Import of XFree86 4.0.99.3
David Dawes
2001-04-09
Import -f XFree86 4.0.99.2
David Dawes
2001-04-05
Merged ati-pcigart-1-0-0
Kevin E Martin
2001-03-18
__REALLY_HAVE_MTRR, vmalloc_32 fixes from Jeff Wiedemeier.
Gareth Hughes
2001-03-14
Merged sarea-1-0-0
Kevin E Martin
2001-02-15
Merge mga-1-0-0-branch into trunk.
Gareth Hughes