Age | Commit message (Expand) | Author | Files | Lines |
2009-11-17 | Drop shared-core, bsd-core, linux-core and scripts subdirs | Kristian Høgsberg | 1 | -137/+0 |
2009-06-03 | Fix build on kernels < 2.6.26 | Pekka Paalanen | 1 | -14/+3 |
2009-05-28 | drm: Fix compilation on 2.6.30 | Michael Buesch | 1 | -1/+18 |
2009-03-25 | nouveau: add linux compat defines for PCI config access, use them for nvidia ... | Stuart Bennett | 1 | -0/+4 |
2009-03-02 | drm: drop Linux <= 2.6.8 support | Pekka Paalanen | 1 | -18/+0 |
2007-11-05 | drm: remove lots of spurious whitespace. | Dave Airlie | 1 | -3/+2 |
2007-11-05 | drm: move some of the OS stuff into the OS header | Dave Airlie | 1 | -0/+15 |
2007-07-20 | Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE. | Eric Anholt | 1 | -12/+0 |
2007-07-20 | Replace filp in ioctl arguments with drm_file *file_priv. | Eric Anholt | 1 | -7/+2 |
2007-07-20 | Remove DRM_ERR OS macro. | Eric Anholt | 1 | -1/+0 |
2007-07-16 | drm: fix typedef in drm_os_linux.h | Dave Airlie | 1 | -2/+2 |
2007-04-28 | remove DRM_GETSAREA and replace with drm_getsarea function | Dave Airlie | 1 | -18/+0 |
2006-12-19 | remove legacy taskqueue code | Dave Airlie | 1 | -3/+0 |
2006-12-19 | drm: remove all 2.4 support for drm development tree. | Dave Airlie | 1 | -5/+0 |
2006-12-19 | fix irq args compatiblity with pre 2.6.19 | Dave Airlie | 1 | -1/+1 |
2006-02-18 | major realigment of DRM CVS with kernel code, makes integration much easier | Dave Airlie | 1 | -6/+9 |
2005-08-15 | Port the VIA DRM to FreeBSD. Original patch by Jake, with some cleanup by | Eric Anholt | 1 | -0/+1 |
2005-04-19 | Revert last commit, it affect via things | Dave Airlie | 1 | -7/+20 |
2005-03-27 | Description: Rather than use custom code in DRM_WAIT_ON() to do exactly | Dave Airlie | 1 | -20/+7 |
2005-03-25 | verify_area is deprecated, replaced by access_ok. Seems I missed this one | Dave Airlie | 1 | -1/+1 |
2005-02-08 | Close a race which could allow for privilege escalation by users with DRI | Eric Anholt | 1 | -2/+0 |
2004-10-12 | Breakout heads into their own data structures. | Jon Smirl | 1 | -1/+1 |
2004-09-30 | Lindent of core build. Drivers checked for no binary diffs. A few files | Jon Smirl | 1 | -12/+8 |
2004-09-18 | Fix from: Nishanth Aravamudan replace direct assignment with | Jon Smirl | 1 | -2/+2 |
2004-09-12 | Make the comment match the code | Jon Smirl | 1 | -1/+1 |
2004-09-12 | Fix DRM to compile cleanly with recent kernel changes in PCI IO and | Jon Smirl | 1 | -0/+15 |
2004-09-04 | Fixup OS_HAS_AGP/OS_HAS_MTRR along lines of patches going to kernel, as | Dave Airlie | 1 | -0/+25 |
2004-08-30 | drm-memory patch, cleans up alloc/free and makes calloc look more libc like | Dave Airlie | 1 | -5/+0 |
2004-08-27 | __NO_VERSION__ hasn't been needed since 2.3 days ditch it... | Dave Airlie | 1 | -1/+0 |
2004-06-10 | A few changes for recent redhat. | Keith Whitwell | 1 | -0/+4 |
2003-11-04 | Memory layout transition: | Michel Daenzer | 1 | -0/+4 |
2003-10-22 | - Add DRM_GET_PRIV_WITH_RETURN macro. This can be used in shared code to | Eric Anholt | 1 | -0/+2 |
2003-07-29 | IRQ code cleanup suggested by Linus Torvalds | Michel Daenzer | 1 | -10/+6 |
2003-07-25 | Compile fixes for recent 2.5/2.6 Linux kernels. I hope this doesn't break | Michel Daenzer | 1 | -2/+22 |
2003-05-28 | Restore DRM_*MEMORYBARRIER change reverted with documentation merge | Leif Delgass | 1 | -3/+3 |
2003-05-27 | Merged DRM documentation. | Jose Fonseca | 1 | -7/+33 |
2003-04-28 | Restore Eric Anholt's DRM_*MEMORYBARRIER changes from rev 1.11 | Leif Delgass | 1 | -2/+3 |
2003-04-28 | DRM_READ/WRITEMEMORYBARRIER was given an argument in the bsd tree, fix for | Alan Hourihane | 1 | -3/+2 |
2003-04-26 | Remove the map argument from DRM_*MEMORYBARRIER. Not all of the uses of | Eric Anholt | 1 | -2/+3 |
2003-04-26 | 2.5.x sync patch from Linus Torvalds | Keith Whitwell | 1 | -1/+1 |
2003-04-08 | Use list_entry() to get container struct from struct list_head pointers. | Leif Delgass | 1 | -24/+23 |
2003-03-28 | merged drm-filp-0-1-branchdrm-filp-1-20020328-merge | Keith Whitwell | 1 | -7/+8 |
2003-03-25 | XFree86 4.3.0 mergeX_4_3_0-20030324-merge | Alan Hourihane | 1 | -7/+7 |
2003-03-04 | DRM_FREE/2 patch from Philip Brown | Keith Whitwell | 1 | -1/+1 |
2003-02-21 | Merge from bsd-4-0-0-branch.bsd-4-0-0-20030221-merge | Eric Anholt | 1 | -6/+6 |
2002-10-09 | replaced max() macro with conditional expression | Brian Paul | 1 | -1/+1 |
2002-09-29 | Move os-dependent stuff out of radeon_irq.c | Keith Whitwell | 1 | -12/+43 |
2002-09-23 | merged r200-0-2-branch to trunk | Keith Whitwell | 1 | -0/+3 |
2002-07-05 | merged bsd-3-0-0-branchbsd-3-0-0-20020705-merge | Alan Hourihane | 1 | -0/+56 |