aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/agp/ati-agp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-14agp/ati: Return error from ati_create_page_map()Thomas Zimmermann1-1/+5
2022-01-14agp: Remove trailing whitespacesThomas Zimmermann1-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+2
2017-08-04agp: ati: constify pci_device_id.Arvind Yadav1-1/+1
2017-05-08agp: use set_memory.h headerLaura Abbott1-0/+1
2014-12-23agp: Fix up email address & attributions in AGP MODULE_AUTHOR tagsDave Jones1-1/+1
2014-01-07agp/ati: Use PCI_COMMAND instead of hard-coded 4Bjorn Helgaas1-2/+2
2014-01-07agp: Use pci_resource_start() to get CPU physical address for BARBjorn Helgaas1-4/+4
2014-01-06agp: Support 64-bit APBASEBjorn Helgaas1-5/+4
2013-06-28char/agp: replace numeric with standard PM state macrosYijing Wang1-2/+2
2013-01-03Drivers: char: remove __dev* attributes.Greg Kroah-Hartman1-2/+1
2012-11-21char: remove use of __devexitBill Pemberton1-1/+1
2012-11-21char: remove use of __devinitdataBill Pemberton1-1/+1
2010-04-23agp: use scratch page on memory remove and at GATT creation V4Jerome Glisse1-0/+8
2009-08-03agp: kill phys_to_gart() and gart_to_phys()David Woodhouse1-3/+3
2009-08-03agp: Switch mask_memory() method to take address argument again, not pageDavid Woodhouse1-1/+2
2009-06-19agp: add user mapping support to ATI AGP bridge.Dave Airlie1-4/+14
2009-06-19agp: switch AGP to use page array instead of unsigned long arrayDave Airlie1-2/+3
2008-10-20Update email addresses.Dave Jones1-1/+1
2008-08-22agp: enable optimized agp_alloc_pages methodsRene Herman1-0/+2
2008-08-12agp: use dev_printk when possibleBjorn Helgaas1-4/+3
2008-06-19drivers/char/agp - use boolJoe Perches1-2/+2
2008-06-12agp: add support for Radeon Mobility 9000 chipsetAmit Kucheria1-0/+4
2008-02-20agp: fix missing casts that produced a warning.Dave Airlie1-2/+2
2008-02-19fix historic ioremap() abuse in AGPArjan van dev Ven1-13/+3
2007-08-25agp: balance ioremap checksScott Thompson1-0/+3
2007-07-27Fix "use after free" / "double free" bug in ati_create_gatt_pages / ati_free_gatt_pagesJesper Juhl1-7/+2
2007-02-22[AGPGART] Further constification.Dave Jones1-2/+2
2007-02-03[AGPGART] Allow drm-populated agp memory typesThomas Hellstrom1-0/+1
2007-01-28[AGPGART] Remove pointless assignment.Dave Jones1-5/+5
2007-01-28[AGPGART] Remove pointless typedef in ati-agpDave Jones1-13/+13
2006-06-29Merge ../linusDave Jones1-1/+1
2006-06-26spelling fixesAndreas Mohr1-1/+1
2006-06-21[AGPGART] Compile fix for ati-agpDave Jones1-2/+2
2006-06-20[AGPGART] Suspend/Resume improvements for ATI AGPDave Jones1-7/+9
2006-06-20[AGPGART] Whitespace cleanups for ati-agpDave Jones1-9/+8
2006-03-01[AGPGART] ATI RS350 support.Dave Jones1-0/+4
2006-02-28[AGPGART] Lots of CodingStyle/whitespace cleanups.Dave Jones1-3/+3
2006-01-16[AGPGART] Suspend/Resume support for ATI GARTakpm@osdl.org1-0/+20
2005-11-10[PATCH] PCI: removed unneeded .owner field from struct pci_driverGreg Kroah-Hartman1-1/+0
2005-11-07Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgartLinus Torvalds1-5/+3
2005-10-30[PATCH] fix missing includesTim Schmielau1-0/+2
2005-10-24[AGPGART] Set .owner field of struct pci_driver.Dave Jones1-0/+1
2005-10-20[AGPGART] Replace kmalloc+memset's with kzalloc'sDave Jones1-5/+2
2005-06-07[PATCH] AGP fix for Xen VMMKeir Fraser1-3/+3
2005-05-01[PATCH] make lots of things staticAdrian Bunk1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+548