summaryrefslogtreecommitdiff
path: root/drivers/char/agp/ali-agp.c
AgeCommit message (Expand)Author
2024-06-22video: agp: add remaining missing MODULE_DESCRIPTION() macrosJeff Johnson
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2017-08-04agp: ali: constify pci_device_id.Arvind Yadav
2014-12-23agp: Fix up email address & attributions in AGP MODULE_AUTHOR tagsDave Jones
2014-01-06agp: Support 64-bit APBASEBjorn Helgaas
2013-01-03Drivers: char: remove __dev* attributes.Greg Kroah-Hartman
2012-11-21char: remove use of __devexitBill Pemberton
2012-11-21char: remove use of __devinitdataBill Pemberton
2010-04-23agp: use scratch page on memory remove and at GATT creation V4Jerome Glisse
2009-08-03agp: kill phys_to_gart() and gart_to_phys()David Woodhouse
2009-06-19agp: switch AGP to use page array instead of unsigned long arrayDave Airlie
2009-06-19agpgart: detected ALi M???? chipset with M1621Ondrej Zary
2008-10-20Update email addresses.Dave Jones
2008-08-12agp: use dev_printk when possibleBjorn Helgaas
2008-01-30x86: cpa: move flush to cpaThomas Gleixner
2007-10-15AGP fix race condition between unmapping and freeing pagesDave Airlie
2007-04-26[AGPGART] Add missing calls to global_flush_tlb() to ali-agpJan Beulich
2007-02-22[AGPGART] Further constification.Dave Jones
2007-02-03[AGPGART] Allow drm-populated agp memory typesThomas Hellstrom
2006-02-28[AGPGART] Lots of CodingStyle/whitespace cleanups.Dave Jones
2005-11-10[PATCH] PCI: removed unneeded .owner field from struct pci_driverGreg Kroah-Hartman
2005-11-07Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgartLinus Torvalds
2005-10-30[PATCH] fix missing includesTim Schmielau
2005-10-24[AGPGART] Set .owner field of struct pci_driver.Dave Jones
2005-06-07[PATCH] AGP fix for Xen VMMKeir Fraser
2005-05-01[PATCH] make lots of things staticAdrian Bunk
2005-02-23[AGPGART] allow drivers to allocate memory local to the bridgeDave Jones
2005-02-22[AGPGART] Convert from pci_module_init to pci_register_driverDave Jones
2004-12-22[AGPGART] Fix agp=off.Dave Jones
2004-12-15[AGPGART] Add support for ALI M1681/M1683Dave Jones
2004-03-19[AGPGART] Move other chipset vendors registers into vendor specific files.Dave Jones
2003-10-12PCI: fix up probe functions for agp driversGreg Kroah-Hartman
2003-08-29[AGPGART] Use generic AGP_APBASE define instead of per vendor _APBASE.Dave Jones
2003-08-17Fix AGP device ID's - make them static, and fix bad ATI name confusion.Linus Torvalds
2003-08-07[AGPGART] Kill off agp_try_unsupported module parameter.Dave Jones
2003-07-31[PATCH] PCI: pci_device_id can not be marked __devinitdata.Greg Kroah-Hartman
2003-05-21[AGPGART] Rid AGP/DRM of more typedefs.Dave Jones
2003-05-15[AGPGART] pci_driver structures must remain valid while they are registered.Dave Jones
2003-05-15[AGPGART] Remove duplicated masking routines, replace with agp_generic_mask_m...Dave Jones
2003-05-14[AGPGART] Move AGP PM to individual drivers.Dave Jones
2003-04-28[AGPGART] Fix linking error.Dave Jones
2003-04-27[AGPGART] proper agp_bridge_driver.Dave Jones
2003-04-27[AGPGART] give all agpgart drivers a ->remove pci method.Dave Jones
2003-04-25[AGPGART] Replace enum users with own methods.Dave Jones
2003-04-25[AGPGART] More setup routine -> static struct conversions.Dave Jones
2003-04-25[AGPGART] Remove unused ALi enums.Dave Jones
2003-03-24[AGPGART] namespace cleanup agp_generic_agp_enable -> agp_generic_enableDave Jones
2003-02-10[AGPGART] First step towards multiple AGP buses.Dave Jones
2003-01-15[AGPGART] implement module locking that works.Dave Jones
2003-01-13[AGP] use PCI_AGP_* constantsBjorn Helgaas