commented early_printk patch because of rejects.
[linux-flexiantxendom0-3.2.10.git] / drivers / char / agp / backend.c
2003-08-11 Gerd Hoffmanncommented early_printk patch because of rejects.
2003-05-15 Andreas SchwabFix arch headers.
2003-05-15 Gerd Hoffmannrestricted ia64 patches to ia64 again, they still break...
2003-05-14 Dave Jones[AGPGART] Add printk's to error paths of agp_add_bridge
2003-05-14 Dave Jones[AGPGART] Move AGP PM to individual drivers.
2003-05-14 Andreas Schwab- Separate out show_stack changes into own patch.
2003-05-12 Gerd Hoffmannadded some suse-specific patches to the kernel.
2003-05-10 Andreas SchwabAdd ia64 patch.
2003-05-01 Dave Jones[AGPGART] Bulletproofing. NULL ptrs after freeing them.
2003-04-27 Dave Jones[AGPGART] proper agp_bridge_driver.
2003-04-27 Dave Jones[AGPGART] Add back dummy module exit to keep things...
2003-04-27 Dave Jones[AGPGART] cleanup agp backend.c a bit
2003-04-25 Dave Jones[AGPGART] Misc backend source tidy up.
2003-04-25 Dave Jones[AGPGART] Move function prototypes to headers.
2003-04-25 Dave Jones[AGPGART] kdoc'ify some of the function header comments.
2003-04-25 Dave Jones[AGPGART] Move function description comments from heade...
2003-04-25 Dave Jones[AGPGART] EXPORT_SYMBOL cleanups. Also move the global_...
2003-03-24 Dave Jones[AGPGART] bump copyright dates
2003-02-10 Dave Jones[AGPGART] Fix missed agp_bridge conversion that caused...
2003-02-10 Dave Jones[AGPGART] First step towards multiple AGP buses.
2003-02-10 Dave Jones[AGPGART] More failure path sanity checking.
2003-02-10 Dave Jones[AGPGART] Handle failure during initialisation more...
2003-02-10 Dave Jones[AGPGART] Don't oops when deregistering failed to init...
2003-01-15 Dave Jones[AGPGART] implement module locking that works.
2003-01-13 Falk Hüffner[AGP] missing includes on Alpha
2003-01-06 Bjorn Helgaas[AGP] size AGP mem correctly when memory is discontiguous.
2003-01-06 Bjorn Helgaas[AGP] Remove bogus AGP/DRM assumptions
2003-01-02 Dave Jones[AGP] Clean up some comments.
2002-12-31 Dave Jones[AGP] Clean up atomic usage of agp_bridge.agp_in_use
2002-12-31 Dave Jones[AGP] Remove broken deprecated module locking.
2002-12-28 Mikael PetterssonFix AGP module oops
2002-12-20 Dave Jones[AGP] Readd module_exit function so that agpgart.ko...
2002-12-20 Dave Jones[AGP] agp_frontend_initialize() now gets called when...
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-11 Dave Jonesdon't allow backend to unload if in use by a chipset...
2002-12-10 Dave Jonesdon't allow to be opened twice.
2002-12-10 Cha Young-Ho[AGP] kconfig tweaks & missing exports.
2002-12-10 Dave JonesFix XFree86 brain damage.
2002-12-03 Dave Jonesprevent acquire from working if we deregister a chipset...
2002-12-03 Dave Jonesrework as per Linus' suggestion. Chipset drivers are...