summaryrefslogtreecommitdiffstats
path: root/drivers/char/agp/generic.c
Commit message (Expand)AuthorAgeFilesLines
* agp: use set_memory.h headerLaura Abbott2017-05-081-1/+3
* treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko2017-05-081-7/+1
* agp: change agp_free_page_array to use kvfreeWang, Yalin2015-01-291-11/+0
* drivers/char: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-02-071-1/+0
* agp: Support 64-bit APBASEBjorn Helgaas2014-01-061-2/+2
* agp: Use u32 __iomem annotation to silence sparse warning.Santosh Nayak2012-04-121-1/+1
* agp: Remove 'break' after 'return' statement.Santosh Nayak2012-04-121-2/+0
* agp: Fix multi-line warning message whitespaceTormod Volden2012-01-061-4/+4
* agp: fix arbitrary kernel memory writesVasiliy Kulikov2011-04-211-3/+8
* agp: fix OOM and buffer overflowVasiliy Kulikov2011-04-211-1/+7
* agp: kill agp_rebind_memoryDaniel Vetter2010-11-231-20/+0
* agp: kill agp_flush_chipset and corresponding ioctlDaniel Vetter2010-11-231-7/+0
* Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-10-261-8/+0
|\
| * agp: kill agp_(unmap|map)_memoryDaniel Vetter2010-09-211-8/+0
* | AGP: Warn when GATT memory cannot be set to UCBorislav Petkov2010-09-051-1/+3
|/
* agp: add no warn since we have a fallback to vmalloc pathsDave Airlie2010-06-151-1/+1
* agp: drop vmalloc flag.Dave Airlie2010-06-151-3/+1
* agp: use NULL instead of 0 when pointer is neededBill Pemberton2010-05-111-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* agp: kill phys_to_gart() and gart_to_phys()David Woodhouse2009-08-031-3/+3
* agp: Add generic support for graphics dma remappingZhenyu Wang2009-08-031-0/+9
* agp: Switch mask_memory() method to take address argument again, not pageDavid Woodhouse2009-08-031-3/+4
* agp: switch AGP to use page array instead of unsigned long arrayDave Airlie2009-06-191-41/+28
* agp: zero pages before sending to userspaceShaohua Li2009-04-201-2/+2
* Merge branch 'x86/urgent' into x86/patIngo Molnar2008-08-221-8/+33
|\
| * intel/agp: rewrite GTT on resumeKeith Packard2008-08-121-0/+28
| * agp: use dev_printk when possibleBjorn Helgaas2008-08-121-8/+5
* | agp: add agp_generic_destroy_pages()Shaohua Li2008-08-211-8/+47
* | agp: generic_alloc_pages()Shaohua Li2008-08-211-0/+42
* | Revert "reduce tlb/cache flush times of agpgart memory allocation"Ingo Molnar2008-08-211-3/+1
* | reduce tlb/cache flush times of agpgart memory allocationShaohua Li2008-08-151-1/+3
|/
* on_each_cpu(): kill unused 'retry' parameterJens Axboe2008-06-261-1/+1
* agp: more boolean conversions.Dave Airlie2008-06-191-2/+2
* drivers/char/agp - use boolJoe Perches2008-06-191-12/+12
* agp: two-stage page destruction issueJan Beulich2008-06-191-2/+5
* fix historic ioremap() abuse in AGPArjan van dev Ven2008-02-191-0/+9
* agp: add chipset flushing support to AGP interfaceDave Airlie2008-02-051-0/+7
* x86: remove flush_agp_mappings()Ingo Molnar2008-01-301-3/+0
* AGP fix race condition between unmapping and freeing pagesDave Airlie2007-10-151-6/+13
* agp: don't lock pagesNick Piggin2007-07-271-2/+0
* Detach sched.h from mm.hAlexey Dobriyan2007-05-211-0/+1
* [AGPGART] Move [un]map_page_into_agp into asm/agp.hJan Beulich2007-04-261-22/+0
* [AGPGART] Further constification.Dave Jones2007-02-221-1/+1
* [AGPGART] allow drm populated agp memory types cleanupsAndrew Morton2007-02-101-13/+4
* [AGPGART] Allow drm-populated agp memory typesThomas Hellstrom2007-02-031-6/+124
* [AGPGART] Remove unnecessary flushes when inserting and removing pages.Thomas Hellstrom2006-12-221-3/+8
* Merge ../linusDave Jones2006-12-121-1/+1
|\
| * [AGP] Allocate AGP pages with GFP_DMA32 by defaultLinus Torvalds2006-11-221-1/+1
* | [AGPGART] Fix up misprogrammed bridges with incorrect AGPv2 rates.Dave Jones2006-11-031-0/+25
|/
* [AGPGART] printk fixups.Dave Jones2006-09-281-3/+6
OpenPOWER on IntegriCloud