summaryrefslogtreecommitdiff
path: root/linux-core
AgeCommit message (Expand)AuthorFilesLines
2004-08-30drm-memory patch, cleans up alloc/free and makes calloc look more libc likeDave Airlie5-27/+26
2004-08-29add context include so fn are definedDave Airlie1-0/+1
2004-08-29fix up some small things ffb (no idea if it works or not ..)Dave Airlie2-34/+2
2004-08-29remove hacky context thing that was gamma onlyDave Airlie2-18/+4
2004-08-29Drop GAMMA DRM from a great height ...Dave Airlie7-101/+28
2004-08-29fixup issue caused by fntbl-2 mergeDave Airlie1-4/+0
2004-08-28Initialize pdev to NULL correctly so that pci_get_subsys() will work.Jon Smirl1-1/+3
2004-08-27run i915 through lindentDave Airlie1-3/+3
2004-08-27__NO_VERSION__ hasn't been needed since 2.3 days ditch it...Dave Airlie24-24/+0
2004-08-27Make DRM detect vesafb and revert to stealth mode to avoid resourceJon Smirl1-14/+28
2004-08-24Merged drmfntbl-0-0-2drmfntbl-0-0-2-20040824-mergeDave Airlie30-348/+336
2004-08-24addmap-base-2 patch from Jon Smirl:Dave Airlie3-34/+137
2004-08-24This patch adds three new ioctl's to the VIA Unichrome/Pro DRM driver:Erdi Chen3-4/+6
2004-08-17Merged drmfntbl-0-0-1drmfntbl-0-0-1-20040817-mergeDave Airlie18-341/+340
2004-08-172.6.8.1 has changed the links in /lib/modulesDave Airlie1-1/+3
2004-08-15Fix warning about unused ddev variableJon Smirl1-1/+1
2004-08-15Add dev to DRIVER_CTX_DTOR( dev, pos->handle) so that sis driver willJon Smirl2-2/+3
2004-08-14Add a "dev" argument to DRIVER_CTX_[CD]TOR. This will be used in anEric Anholt1-2/+2
2004-08-11minor patch from Jon Smirl : sets up some things for later useDave Airlie3-8/+9
2004-08-10Patch from Jon Smirl to add attribute field to the pciids, and use this forDave Airlie2-20/+13
2004-08-042.4 compatDave Airlie1-1/+1
2004-08-042.4 hotplug compatDave Airlie3-2/+9
2004-08-03fix for drm in /proc - from Jon SmirlDave Airlie4-31/+33
2004-07-31Add a hotplug event to DRM. Parameters match the ones from the general PCIJon Smirl2-3/+73
2004-07-31athe patch below optimises the drm code to not do put_user() on memory theDave Airlie2-11/+8
2004-07-25sync up with current 2.6 kernel bk tree - mostly __user annotationsDave Airlie7-53/+55
2004-07-25whitespace merge with kernelDave Airlie1-5/+3
2004-07-25if the driver has already register don't do another intermodule registerDave Airlie2-30/+41
2004-07-25Patch from Tom Arbuckle for missing bus_addressDave Airlie1-0/+1
2004-07-22another logic error returns 0 or greater for successDave Airlie1-1/+1
2004-07-21ATI Rage 128 and Radeon DRM unconditionally depend on PCIDave Airlie1-3/+3
2004-07-21add some more debugging fix ++ and --Dave Airlie1-4/+9
2004-07-20first set of __user annotations from kernel (Al Viro)Dave Airlie12-85/+89
2004-07-20Kconfig update add i915 bring over some stuff from kernelDave Airlie1-2/+12
2004-07-20add x86_64 architecture defines from kernel (leave AMD64 defines in forDave Airlie2-4/+4
2004-07-20fix some more NULLs from kernelDave Airlie2-3/+3
2004-07-20attempt to clean up stub_register, register_chrdev isn't good enough toDave Airlie1-12/+16
2004-07-15sparse cleanups from kernel: Al ViroDave Airlie2-4/+4
2004-07-14Fix reference counting for stub for new Linux PCI probeDave Airlie2-2/+12
2004-07-14allow O= usage for Linux 2.6 kernel building in another directoryDave Airlie1-0/+11
2004-07-11split out backwards compat into a separate file makes it easier for mergingDave Airlie2-115/+154
2004-07-11fix issue in 2.4 kernels with returning NULL from this functionDave Airlie1-1/+1
2004-07-08Add two items to Makefile clean XFree86 bug: Reported by: Submitted by:Jon Smirl1-2/+2
2004-07-05fixes from kernel for 0 vs NULL - mikaDave Airlie3-5/+5
2004-06-21fix bug with pci_disable_device in the wrong place (Paul Mackerras) removeDave Airlie1-6/+3
2004-06-12dirty hack to make mach64 work, (don't worry I'll get around to fixing itDave Airlie1-0/+4
2004-06-10A few changes for recent redhat.Keith Whitwell3-0/+13
2004-06-10i915 drm moduleKeith Whitwell3-3/+47
2004-06-07The dev->devname being passed to request_irq in drm_irq.h is null. With theDave Airlie1-0/+7
2004-05-302.4 compatDave Airlie1-0/+4