summaryrefslogtreecommitdiff
path: root/drivers/char/agp/generic.c
AgeCommit message (Expand)AuthorFilesLines
2008-06-19drivers/char/agp - use boolJoe Perches1-12/+12
2008-06-19agp: two-stage page destruction issueJan Beulich1-2/+5
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-23[AGPGART] Further constification.Dave Jones1-1/+1
2007-02-11[AGPGART] allow drm populated agp memory types cleanupsAndrew Morton1-13/+4
2007-02-04[AGPGART] Allow drm-populated agp memory typesThomas Hellstrom1-6/+124
2006-12-23[AGPGART] Remove unnecessary flushes when inserting and removing pages.Thomas Hellstrom1-3/+8
2006-12-13Merge ../linusDave Jones1-1/+1
2006-11-23[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-29[AGPGART] printk fixups.Dave Jones1-3/+6
2006-09-11[AGPGART] Rework AGPv3 modesetting fallback.Dave Jones1-15/+24
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-05-31[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-10Fix AGP compile on non-x86 architecturesLinus Torvalds1-3/+1
2005-11-09[PATCH] AGP performance fixesAlan Hourihane1-3/+8
2005-11-05[AGPGART] When we encounter reserved mode bits, print them out.Dave Jones1-2/+4
2005-10-21[AGPGART] Replace kmalloc+memset's with kzalloc'sDave Jones1-3/+1
2005-08-18Fix up various printk levels and whitespace corrections.Dave Jones1-16/+16
2005-08-12[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-17Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+1222