- patches.apparmor/remove_suid_new_case_in_2.6.22.diff: Merge fix.
[linux-flexiantxendom0-3.2.10.git] / drivers / char / agp / sworks-agp.c
2007-05-25 Jeff Mahoney- patches.apparmor/remove_suid_new_case_in_2.6.22.diff...
2007-02-22 Dave Jones[AGPGART] Further constification.
2007-02-03 Thomas Hellstrom[AGPGART] Allow drm-populated agp memory types
2006-08-01 Greg Kroah-Hartman- 2.6.17 port work build breaks, but the patch set...
2006-02-28 Dave Jones[AGPGART] Lots of CodingStyle/whitespace cleanups.
2006-02-13 Dave Jones[AGPGART] Improve the error message shown when we detec...
2006-01-09 Tim Schmielau[PATCH] fix more missing includes
2005-11-11 Greg Kroah-Hartman[PATCH] PCI: removed unneeded .owner field from struct...
2005-11-07 Linus TorvaldsMerge /pub/scm/linux/kernel/git/davej/agpgart
2005-10-31 Tim Schmielau[PATCH] fix missing includes
2005-10-25 Dave Jones[AGPGART] Set .owner field of struct pci_driver.
2005-10-20 Dave Jones[AGPGART] Replace kmalloc+memset's with kzalloc's
2005-09-23 Dave Jones[AGPGART] Fix serverworks TLB flush.
2005-06-07 Keir Fraser[PATCH] AGP fix for Xen VMM
2005-05-01 Adrian Bunk[PATCH] make lots of things static
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2
2005-04-03 Kurt GarloffUpdate xen patches.
2005-01-21 Chris L Mason- patches.fixes/patch-2.6.11-rc1: 2.6.11-rc1.
2004-12-22 Dave Jones[AGPGART] Fix agp=off.
2004-12-15 Dave Jones[AGPGART] Another missing PCI Posting bugfix.
2004-12-15 Dave Jones[AGPGART] Fix up PCI posting bugs.
2004-09-15 Dave Jones[AGPGART] Fix up sparse iomem warnings in Serverworks...
2004-06-08 Andreas KleenFix printks in serverworks and intel AGP drivers
2004-06-08 Dave Jones[AGPGART] Don't waffle about unsupported serverworks...
2004-06-01 Dave Jones[AGPGART] Fix broken serverworks tlb flush routine.
2004-03-19 Dave Jones[AGPGART] Move other chipset vendors registers into...
2004-03-19 Dave Jones[AGPGART] Silence serverworks CNB20HE printks.
2003-10-13 Greg Kroah-HartmanPCI: fix up probe functions for agp drivers
2003-08-15 Dave Jones[AGPGART] Remove duplicate agpgart: from printk's.
2003-08-15 Dave Jones[AGPGART] Check ioremap for failure in Serverworks...
2003-08-11 Gerd Hoffmanncommented early_printk patch because of rejects.
2003-08-07 Dave Jones[AGPGART] Kill off agp_try_unsupported module parameter.
2003-07-31 Greg Kroah-Hartman[PATCH] PCI: pci_device_id can not be marked __devinitdata.
2003-06-04 Dave Jones[AGPGART] Missing printk levels.
2003-05-21 Dave Jones[AGPGART] Rid AGP/DRM of more typedefs.
2003-05-15 Dave Jones[AGPGART] pci_driver structures must remain valid while...
2003-05-15 Dave Jones[AGPGART] Remove duplicated masking routines, replace...
2003-05-14 Dave Jones[AGPGART] Move AGP PM to individual drivers.
2003-04-28 Dave Jones[AGPGART] Fix linking error.
2003-04-27 Dave Jones[AGPGART] proper agp_bridge_driver.
2003-04-27 Dave Jones[AGPGART] give all agpgart drivers a ->remove pci method.
2003-04-27 Dave Jones[AGPGART] fix macros that expect agp_bridge in global...
2003-04-25 Dave Jones[AGPGART] More setup routine -> static struct conversions.
2003-04-25 Dave Jones[AGPGART] Remove useless enums from serverworks gart...
2003-02-10 Dave Jones[AGPGART] First step towards multiple AGP buses.
2003-01-15 Dave Jonesresync
2003-01-15 Dave Jones[AGPGART] implement module locking that works.
2003-01-15 Dave Jones[AGPGART] warning fixes from Bjorn's last patches.
2003-01-13 Bjorn Helgaas[AGP] use pci_find_capability in sworks-agp.c
2003-01-13 Bjorn Helgaas[AGP] use PCI_AGP_* constants
2003-01-13 Bjorn Helgaas[AGP] factor device capability collection
2003-01-13 Bjorn Helgaas[AGP] Print AGP version & mode when programming devices.
2003-01-13 Bjorn Helgaas[AGP] fix old pci_find_capability merge botch
2003-01-13 Bjorn Helgaas[AGP] factor device command updates
2003-01-07 Muli Ben-YehudaPATCH: fix "assignment from incompatible pointer type"
2003-01-06 Bjorn Helgaas[AGP] Remove bogus AGP/DRM assumptions
2002-12-20 Dave Jones[AGP] misplaced setting of bridge device.
2002-12-18 Dave Jones[AGP] __init audit after Rusty found a bug.
2002-12-18 Dave Jones[AGP] Clean up capability pointer detection.
2002-12-03 Dave Jonescast fixes from -ac
2002-12-03 Dave Jonesrework as per Linus' suggestion. Chipset drivers are...
2002-11-11 Art Haas[PATCH] C99 designated initializers for drivers/char/agp
2002-10-29 James SimmonsMoved AGP and DRM code back to drivers/char until a...
2002-10-16 James SimmonsThe last of the console code inside the frmaebuffer...
2002-07-17 Greg Kroah-Hartmanagpgart: added "-agp" to the .c files that are for...