aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/agp/generic.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-29agp: change agp_free_page_array to use kvfreeWang, Yalin1-11/+0
2014-02-07drivers/char: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2014-01-06agp: Support 64-bit APBASEBjorn Helgaas1-2/+2
2012-04-12agp: Use u32 __iomem annotation to silence sparse warning.Santosh Nayak1-1/+1
2012-04-12agp: Remove 'break' after 'return' statement.Santosh Nayak1-2/+0
2012-01-06agp: Fix multi-line warning message whitespaceTormod Volden1-4/+4
2011-04-21agp: fix arbitrary kernel memory writesVasiliy Kulikov1-3/+8
2011-04-21agp: fix OOM and buffer overflowVasiliy Kulikov1-1/+7
2010-11-23agp: kill agp_rebind_memoryDaniel Vetter1-20/+0
2010-11-23agp: kill agp_flush_chipset and corresponding ioctlDaniel Vetter1-7/+0
2010-10-26Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds1-8/+0
2010-09-21agp: kill agp_(unmap|map)_memoryDaniel Vetter1-8/+0
2010-09-05AGP: Warn when GATT memory cannot be set to UCBorislav Petkov1-1/+3
2010-06-15agp: add no warn since we have a fallback to vmalloc pathsDave Airlie1-1/+1
2010-06-15agp: drop vmalloc flag.Dave Airlie1-3/+1
2010-05-11agp: use NULL instead of 0 when pointer is neededBill Pemberton1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-08-03agp: kill phys_to_gart() and gart_to_phys()David Woodhouse1-3/+3
2009-08-03agp: Add generic support for graphics dma remappingZhenyu Wang1-0/+9
2009-08-03agp: Switch mask_memory() method to take address argument again, not pageDavid Woodhouse1-3/+4
2009-06-19agp: switch AGP to use page array instead of unsigned long arrayDave Airlie1-41/+28
2009-04-20agp: zero pages before sending to userspaceShaohua Li1-2/+2
2008-08-22Merge branch 'x86/urgent' into x86/patIngo Molnar1-8/+33
2008-08-21agp: add agp_generic_destroy_pages()Shaohua Li1-8/+47
2008-08-21agp: generic_alloc_pages()Shaohua Li1-0/+42
2008-08-21Revert "reduce tlb/cache flush times of agpgart memory allocation"Ingo Molnar1-3/+1
2008-08-15reduce tlb/cache flush times of agpgart memory allocationShaohua Li1-1/+3
2008-08-12intel/agp: rewrite GTT on resumeKeith Packard1-0/+28
2008-08-12agp: use dev_printk when possibleBjorn Helgaas1-8/+5
2008-06-26on_each_cpu(): kill unused 'retry' parameterJens Axboe1-1/+1
2008-06-19agp: more boolean conversions.Dave Airlie1-2/+2
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-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