Age | Commit message (Expand) | Author |
2004-08-17 | Merged drmfntbl-0-0-1 | Dave Airlie |
2004-08-11 | minor patch from Jon Smirl : sets up some things for later use | Dave Airlie |
2004-08-04 | 2.4 hotplug compat | Dave Airlie |
2004-08-03 | fix for drm in /proc - from Jon Smirl | Dave Airlie |
2004-07-31 | Add a hotplug event to DRM. Parameters match the ones from the general PCI | Jon Smirl |
2004-07-25 | sync up with current 2.6 kernel bk tree - mostly __user annotations | Dave Airlie |
2004-07-20 | first set of __user annotations from kernel (Al Viro) | Dave Airlie |
2004-07-11 | split out backwards compat into a separate file makes it easier for merging | Dave Airlie |
2004-07-11 | fix issue in 2.4 kernels with returning NULL from this function | Dave Airlie |
2004-05-30 | 2.4 compat | Dave Airlie |
2004-05-18 | another 2.4 fix | Dave Airlie |
2004-05-18 | 2.4 compat fix | Dave Airlie |
2004-05-09 | Commit sysfs and drm PCI changes for 2.6 kernel | Dave Airlie |
2004-05-02 | fix 2.4 build | Dave Airlie |
2004-04-22 | Add __user annotations from kernel | Dave Airlie |
2004-04-21 | centralise pci ids into one place and use scripts to generate files for | Dave Airlie |
2004-04-12 | Add mach64 to the trunk | Dave Airlie |
2004-04-08 | 2.6 sysfs patches + stubs in drmP.h for 2.4 compatibility | Dave Airlie |
2004-04-08 | more 2.4 compat fns | Dave Airlie |
2004-03-12 | Fixes need to clean up the mess I made with the mesa merge. This code | Jon Smirl |
2004-02-28 | Remove extraneous code accidentally added with revision 1.86 | Michel Daenzer |
2004-02-21 | Conditionally add definition of list_for_each_entry_safe for kernel | Felix Kuehling |
2004-02-20 | drm_ctx_dtor.patch Submitted by: Erdi Chen | Keith Whitwell |
2004-01-11 | Adapt to nopage() prototype change in Linux 2.6.1. | Michel Daenzer |
2003-11-05 | - Tie the DRM to a specific device: setunique no longer succeeds when given | Eric Anholt |
2003-11-04 | Memory layout transition: | Michel Daenzer |
2003-10-23 | - Introduce a new ioctl, DRM_IOCTL_SET_VERSION. This ioctl allows the | Eric Anholt |
2003-10-17 | - Move IRQ functions from drm_dma.h to new drm_irq.h and disentangle them | Eric Anholt |
2003-10-17 | - Converted Linux drivers to initialize DRM instances based on PCI IDs, not | Eric Anholt |
2003-08-29 | Add DRM(calloc), which is convenient, used by the new sis code, and takes | Eric Anholt |
2003-07-29 | IRQ code cleanup suggested by Linus Torvalds | Michel Daenzer |
2003-07-25 | Compile fixes for recent 2.5/2.6 Linux kernels. I hope this doesn't break | Michel Daenzer |
2003-07-04 | Don't need to include linux/wrapper.h - we only use Set/ClearPageReserved | Leif Delgass |
2003-06-19 | Revert the janitorial - that works is now on the new branch | Jose Fonseca |
2003-06-14 | Move the linux AGP includes into drm_agp.h and only define the AGP data | Jose Fonseca |
2003-06-03 | Split declarations/definitions in drm_scatter.h into drm_sg.h/drm_sg_tmp.h | Jose Fonseca |
2003-05-27 | Merged DRM documentation. | Jose Fonseca |
2003-05-16 | Support AGP bridges where the AGP aperture can't be accessed directly by | Michel Daenzer |
2003-04-26 | move prototypes for gamma functions to gamma_drv.h | Keith Whitwell |
2003-04-24 | Remove unused dev->map_count. We always iterate the maplist with | Leif Delgass |
2003-04-24 | Remove #if 0'd code and some unused string functions | Keith Whitwell |
2003-04-23 | Install dummy/noop read & poll fops unless the driver has replacements. | Keith Whitwell |
2003-04-22 | Rename drm_lists.h to gamma_lists.h | Keith Whitwell |
2003-04-22 | Move the excitingly named DRM(flush_block_and_flush) and friends to | Keith Whitwell |
2003-04-22 | Move a chunk of gamma-specific code out of drm_dma.h. Remove unused | Keith Whitwell |
2003-04-22 | remove unused dma histogram code | Keith Whitwell |
2003-04-22 | remove DRM read, poll and write_string | Keith Whitwell |
2003-04-17 | Bring some drm module changes over from the XFree86 trunk: | David Dawes |
2003-04-17 | Fix DRM module build on 2.5.41 and later kernels (tqueue -> workqueue). | David Dawes |
2003-04-08 | Use list_entry() to get container struct from struct list_head pointers. | Leif Delgass |