aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/agp/generic.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-02-19fix historic ioremap() abuse in AGPArjan van dev Ven1-0/+9
2008-02-05agp: add chipset flushing support to AGP interfaceDave Airlie1-0/+7
2008-01-30x86: remove flush_agp_mappings()Ingo Molnar1-3/+0
2007-10-15AGP fix race condition between unmapping and freeing pagesDave Airlie1-6/+13
2007-07-27agp: don't lock pagesNick Piggin1-2/+0
2007-05-21Detach sched.h from mm.hAlexey Dobriyan1-0/+1
2007-04-26[AGPGART] Move [un]map_page_into_agp into asm/agp.hJan Beulich1-22/+0
2007-02-22[AGPGART] Further constification.Dave Jones1-1/+1
2007-02-10[AGPGART] allow drm populated agp memory types cleanupsAndrew Morton1-13/+4
2007-02-03[AGPGART] Allow drm-populated agp memory typesThomas Hellstrom1-6/+124
2006-12-22[AGPGART] Remove unnecessary flushes when inserting and removing pages.Thomas Hellstrom1-3/+8
2006-12-12Merge ../linusDave Jones1-1/+1
2006-11-22[AGP] Allocate AGP pages with GFP_DMA32 by defaultLinus Torvalds1-1/+1
2006-11-03[AGPGART] Fix up misprogrammed bridges with incorrect AGPv2 rates.Dave Jones1-0/+25
2006-09-28[AGPGART] printk fixups.Dave Jones1-3/+6
2006-09-10[AGPGART] Rework AGPv3 modesetting fallback.Dave Jones1-15/+24
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-05-30[AGPGART] Remove pointless code from agp_generic_create_gatt_table()Dave Jones1-3/+1
2006-02-28[AGPGART] Lots of CodingStyle/whitespace cleanups.Dave Jones1-1/+1
2005-11-09Fix AGP compile on non-x86 architecturesLinus Torvalds1-3/+1
2005-11-08[PATCH] AGP performance fixesAlan Hourihane1-3/+8
2005-11-04[AGPGART] When we encounter reserved mode bits, print them out.Dave Jones1-2/+4
2005-10-20[AGPGART] Replace kmalloc+memset's with kzalloc'sDave Jones1-3/+1
2005-08-17Fix up various printk levels and whitespace corrections.Dave Jones1-16/+16
2005-08-11[AGPGART] Drop duplicate setting of info->mode in agp_copy_info()Dave Jones1-1/+0
2005-06-07[PATCH] Replace check_bridge_mode() with (bridge->mode & AGSTAT_MODE_3_0).David Mosberger1-16/+3
2005-06-07[PATCH] AGP fix for Xen VMMKeir Fraser1-9/+8
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1222