| Commit message (Expand) | Author | Age | Files | Lines |
* | agp: fix SIS 5591/5592 wrong PCI id | Krzysztof Helt | 2008-08-12 | 1 | -1/+1 |
* | intel/agp: rewrite GTT on resume | Keith Packard | 2008-08-12 | 4 | -0/+38 |
* | agp: use dev_printk when possible | Bjorn Helgaas | 2008-08-12 | 11 | -134/+141 |
* | amd64-agp: run fallback when no bridges found, not when driver registration f... | Bjorn Helgaas | 2008-08-12 | 1 | -2/+13 |
* | intel_agp: official name for GM45 chipset | Zhenyu Wang | 2008-08-12 | 1 | -7/+7 |
* | Merge branch 'generic-ipi' into generic-ipi-for-linus | Ingo Molnar | 2008-07-15 | 1 | -1/+1 |
|\ |
|
| * | on_each_cpu(): kill unused 'retry' parameter | Jens Axboe | 2008-06-26 | 1 | -1/+1 |
* | | Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6 | Linus Torvalds | 2008-07-14 | 1 | -0/+4 |
|\ \ |
|
| * \ | Merge commit 'v2.6.26' into bkl-removal | Jonathan Corbet | 2008-07-14 | 19 | -155/+236 |
| |\ \
| | |/ |
|
| * | | agp-frontend: BKL pushdown | Arnd Bergmann | 2008-06-20 | 1 | -0/+4 |
* | | | Merge branch 'linus' into x86/gart | Ingo Molnar | 2008-06-25 | 19 | -155/+232 |
|\ \ \
| | |/
| |/| |
|
| * | | [agp]: fixup chipset flush for new Intel G4x. | Zhenyu Wang | 2008-06-20 | 1 | -1/+1 |
| * | | agp: brown paper bag patch - put back the two lines it took out. | Dave Airlie | 2008-06-19 | 1 | -0/+2 |
| * | | agp/intel: cleanup some serious whitespace badness | Dave Airlie | 2008-06-19 | 1 | -68/+66 |
| * | | [AGP] intel_agp: Add support for Intel 4 series chipsets | Zhenyu Wang | 2008-06-19 | 1 | -10/+73 |
| * | | [AGP] intel_agp: extra stolen mem size available for IGD_GM chipset | Zhenyu Wang | 2008-06-19 | 1 | -2/+2 |
| * | | agp: more boolean conversions. | Dave Airlie | 2008-06-19 | 4 | -12/+12 |
| * | | drivers/char/agp - use bool | Joe Perches | 2008-06-19 | 15 | -52/+52 |
| * | | agp: two-stage page destruction issue | Jan Beulich | 2008-06-19 | 3 | -12/+17 |
| * | | agp/via: fixup pci ids | Greg KH | 2008-06-19 | 1 | -2/+11 |
* | | | Merge branch 'linus' into x86/gart | Ingo Molnar | 2008-06-16 | 1 | -0/+4 |
|\ \ \
| |/ / |
|
| * | | agp: add support for Radeon Mobility 9000 chipset | Amit Kucheria | 2008-06-12 | 1 | -0/+4 |
| |/ |
|
* | | x86, aperture_64: use symbolic constants | Pavel Machek | 2008-05-22 | 1 | -18/+4 |
* | | x86 gart: factor out common code | Pavel Machek | 2008-05-12 | 1 | -20/+9 |
* | | x86: checking aperture size order | Yinghai Lu | 2008-05-12 | 1 | -6/+6 |
* | | x86: agp_gart size checking for buggy device | Yinghai Lu | 2008-05-12 | 1 | -0/+11 |
* | | x86: iommu: use symbolic constants, not hardcoded numbers | Pavel Machek | 2008-05-12 | 1 | -22/+3 |
|/ |
|
* | drivers/char: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 2008-04-30 | 1 | -1/+1 |
* | agp: convert drivers/char/agp/frontend.c to use unlocked_ioctl | Mathieu Segaud | 2008-04-26 | 1 | -2/+2 |
* | agp: fix shadowed variable warning in amd-k7-agp.c | Harvey Harrison | 2008-04-26 | 1 | -1/+2 |
* | agp: fix missing casts that produced a warning. | Dave Airlie | 2008-02-20 | 3 | -6/+6 |
* | agp: add support for 662/671 to agp driver | Chaoyu Chen | 2008-02-20 | 1 | -0/+19 |
* | fix historic ioremap() abuse in AGP | Arjan van dev Ven | 2008-02-19 | 4 | -26/+26 |
* | agp/sis: Suspend support for SiS AGP | Stuart Bennett | 2008-02-19 | 1 | -0/+24 |
* | agp/sis: Clear bit 2 from aperture size byte as well | Stuart Bennett | 2008-02-19 | 1 | -2/+2 |
* | Merge branch 'agp-patches' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2008-02-05 | 8 | -70/+273 |
|\ |
|
| * | agp: remove flush_agp_mappings calls from new flush handling code | Dave Airlie | 2008-02-05 | 1 | -2/+0 |
| * | intel-agp: introduce IS_I915 and do some cleanups.. | Dave Airlie | 2008-02-05 | 1 | -61/+57 |
| * | [intel_agp] fix name for G35 chipset | Zhenyu Wang | 2008-02-05 | 1 | -5/+5 |
| * | intel-agp: fixup resource handling in flush code. | Dave Airlie | 2008-02-05 | 1 | -10/+23 |
| * | intel-agp: add new chipset ID | Zhenyu Wang | 2008-02-05 | 2 | -5/+29 |
| * | agp: remove unnecessary pci_dev_put | Julia Lawall | 2008-02-05 | 1 | -4/+0 |
| * | agp: remove uid comparison as security check | serue@us.ibm.com | 2008-02-05 | 1 | -1/+1 |
| * | fix AGP warning | Andrew Morton | 2008-02-05 | 1 | -1/+2 |
| * | agp/intel: Add chipset flushing support for i8xx chipsets. | Dave Airlie | 2008-02-05 | 1 | -30/+78 |
| * | intel-agp: add chipset flushing support | Dave Airlie | 2008-02-05 | 1 | -0/+102 |
| * | agp: add chipset flushing support to AGP interface | Dave Airlie | 2008-02-05 | 6 | -2/+27 |
* | | agp: alpha nopage | Nick Piggin | 2008-02-05 | 1 | -9/+8 |
|/ |
|
* | x86: remove flush_agp_mappings() | Ingo Molnar | 2008-01-30 | 2 | -6/+0 |
* | x86: cpa: move flush to cpa | Thomas Gleixner | 2008-01-30 | 3 | -9/+0 |