summaryrefslogtreecommitdiffstats
path: root/drivers/char/agp/amd-k7-agp.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-1/+2
* agp: amd-k7: constify pci_device_id.Arvind Yadav2017-08-041-2/+2
* agp: use set_memory.h headerLaura Abbott2017-05-091-0/+1
* agp: Use pci_resource_start() to get CPU physical address for BARBjorn Helgaas2014-01-071-4/+4
* agp: Support 64-bit APBASEBjorn Helgaas2014-01-071-3/+1Star
* Drivers: char: remove __dev* attributes.Greg Kroah-Hartman2013-01-041-2/+2
* char: remove use of __devexitBill Pemberton2012-11-211-1/+1
* char: remove use of __devinitdataBill Pemberton2012-11-211-1/+1
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* amd-k7-agp: remove non-x86 codeMatt Turner2011-02-041-19/+0Star
* agp/amd-k7: Allow binding user memory to the AGP GART.Francisco Jerez2010-10-191-2/+4
* agp: use scratch page on memory remove and at GATT creation V4Jerome Glisse2010-04-231-0/+9
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+1
* agp: kill phys_to_gart() and gart_to_phys()David Woodhouse2009-08-031-4/+4
* agp: Switch mask_memory() method to take address argument again, not pageDavid Woodhouse2009-08-031-1/+3
* agp: switch AGP to use page array instead of unsigned long arrayDave Airlie2009-06-191-1/+1
* Merge branch 'agp-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airl...Linus Torvalds2008-10-161-6/+32
|\
| * agp/amd-k7: Suspend support for AMD K7 GART driverStuart Bennett2008-10-161-6/+32
* | agp: enable optimized agp_alloc_pages methodsRene Herman2008-08-221-0/+2
|/
* agp: use dev_printk when possibleBjorn Helgaas2008-08-121-5/+5
* drivers/char/agp - use boolJoe Perches2008-06-191-2/+2
* agp: fix shadowed variable warning in amd-k7-agp.cHarvey Harrison2008-04-261-1/+2
* agp: fix missing casts that produced a warning.Dave Airlie2008-02-201-2/+2
* fix historic ioremap() abuse in AGPArjan van dev Ven2008-02-191-0/+9
* agp: remove unnecessary pci_dev_putJulia Lawall2008-02-051-4/+0Star
* fix use after free in amd create gatt pagesJesper Juhl2007-10-151-7/+2Star
* agp: balance ioremap checksScott Thompson2007-08-251-0/+2
* PCI: Change all drivers to use pci_device->revisionAuke Kok2007-07-121-3/+1Star
* [AGPGART] Further constification.Dave Jones2007-02-231-3/+3
* [AGPGART] Allow drm-populated agp memory typesThomas Hellstrom2007-02-031-0/+1
* [AGPGART] Prevent (unlikely) memory leak in amd_create_gatt_pages()Dave Jones2007-01-281-0/+5
* spelling fixesAndreas Mohr2006-06-261-1/+1
* [PATCH] PCI: removed unneeded .owner field from struct pci_driverGreg Kroah-Hartman2005-11-111-1/+0Star
* [AGPGART] Set .owner field of struct pci_driver.Dave Jones2005-10-251-0/+1
* [AGPGART] Replace kmalloc+memset's with kzalloc'sDave Jones2005-10-211-5/+2Star
* [PATCH] AGP fix for Xen VMMKeir Fraser2005-06-071-3/+3
* [PATCH] make lots of things staticAdrian Bunk2005-05-011-1/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+542