Age | Commit message (Expand) | Author |
2004-08-14 | Remove unused pcigart/sg header stuff from i915 driver. | Eric Anholt |
2004-08-14 | Add a "dev" argument to DRIVER_CTX_[CD]TOR. This will be used in an | Eric Anholt |
2004-08-14 | Hopefully proper fix for corrupted driver name in memcontrol list. | Eric Anholt |
2004-08-13 | Fix apparent copy'n'paste-o of the card attributes commit that broke the | Eric Anholt |
2004-08-13 | Enable MTRR usage on AMD64, and use DELAY() instead of rolling our own | Eric Anholt |
2004-08-11 | Bug #979: Don't include <sys/sysmacros.h> on linux, it occasionally emits | Adam Jackson |
2004-08-11 | minor patch from Jon Smirl : sets up some things for later use | Dave Airlie |
2004-08-10 | Patch from Jon Smirl to add attribute field to the pciids, and use this for | Dave Airlie |
2004-08-04 | 2.4 compat | Dave Airlie |
2004-08-04 | 2.4 hotplug compat | Dave Airlie |
2004-08-03 | bring over fix from i865-agp branch, it now probes the driver, X hangs | Dave Airlie |
2004-08-03 | fix for drm in /proc - from Jon Smirl | Dave Airlie |
2004-08-02 | forgot to check these in.. thanks to Jon for reminding me .. | Dave Airlie |
2004-07-31 | Add a hotplug event to DRM. Parameters match the ones from the general PCI | Jon Smirl |
2004-07-31 | patch from RH xorg-x11 tree ported to drm.h | Dave Airlie |
2004-07-31 | Patch picked up from Redhat xorg release: | Dave Airlie |
2004-07-31 | fixes for using userspace pointers found by sparse utility | Dave Airlie |
2004-07-31 | athe patch below optimises the drm code to not do put_user() on memory the | Dave Airlie |
2004-07-29 | add read/write 16 | Dave Airlie |
2004-07-29 | change to agp not pci ... still not working | Dave Airlie |
2004-07-29 | initial port of i915 to BSD, not finished doesn't work.. no idea why... | Dave Airlie |
2004-07-25 | check for __user if not there define it | Dave Airlie |
2004-07-25 | sync up with current 2.6 kernel bk tree - mostly __user annotations | Dave Airlie |
2004-07-25 | whitespace merge with kernel | Dave Airlie |
2004-07-25 | if the driver has already register don't do another intermodule register | Dave Airlie |
2004-07-25 | Patch from Tom Arbuckle for missing bus_address | Dave Airlie |
2004-07-23 | Correct a couple of packet length calculations. | Keith Whitwell |
2004-07-22 | another logic error returns 0 or greater for success | Dave Airlie |
2004-07-21 | ATI Rage 128 and Radeon DRM unconditionally depend on PCI | Dave Airlie |
2004-07-21 | add some more debugging fix ++ and -- | Dave Airlie |
2004-07-20 | first set of __user annotations from kernel (Al Viro) | Dave Airlie |
2004-07-20 | Add NULLs instead of 0 for i915 | Dave Airlie |
2004-07-20 | Kconfig update add i915 bring over some stuff from kernel | Dave Airlie |
2004-07-20 | add x86_64 architecture defines from kernel (leave AMD64 defines in for | Dave Airlie |
2004-07-20 | fix some more NULLs from kernel | Dave Airlie |
2004-07-20 | attempt to clean up stub_register, register_chrdev isn't good enough to | Dave Airlie |
2004-07-15 | sparse cleanups from kernel: Al Viro | Dave Airlie |
2004-07-14 | Fix reference counting for stub for new Linux PCI probe | Dave Airlie |
2004-07-14 | allow O= usage for Linux 2.6 kernel building in another directory | 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-07-08 | Add two items to Makefile clean XFree86 bug: Reported by: Submitted by: | Jon Smirl |
2004-07-07 | Make drm/libdrm/xf86drm.c match | Jon Smirl |
2004-07-07 | Add xf86drm.h back to drm/libdrm until it's true home can be found. | Jon Smirl |
2004-07-06 | Fix module loading on alpha by not referencing MTRR symbols on | Eric Anholt |
2004-07-06 | MFC as of 20040705: dev_t -> struct cdev * change. | Eric Anholt |
2004-07-05 | align with kernel | Dave Airlie |
2004-07-05 | fixes from kernel for 0 vs NULL - mika | Dave Airlie |
2004-07-05 | whitespace align with kernel | Dave Airlie |
2004-06-21 | fix bug with pci_disable_device in the wrong place (Paul Mackerras) remove | Dave Airlie |