Age | Commit message (Expand) | Author | Files | Lines |
2015-02-05 | Merge branch 'drm-intel-next' of git://anongit.freedesktop.org/drm-intel into... | Dave Airlie | 1 | -7/+7 |
2015-01-29 | agp: change agp_free_page_array to use kvfree | Wang, Yalin | 2 | -12/+4 |
2015-01-28 | agp/intel: Serialise after GTT updates | Chris Wilson | 1 | -7/+7 |
2014-12-23 | agp: Fix up email address & attributions in AGP MODULE_AUTHOR tags | Dave Jones | 8 | -8/+8 |
2014-09-19 | agp/intel-gtt: Remove get/put_pages | Daniel Vetter | 1 | -4/+0 |
2014-08-02 | agp: remove read/write stubs | Mathias Krause | 1 | -15/+0 |
2014-05-07 | agp: info leak in agpioc_info_wrap() | Dan Carpenter | 1 | -0/+1 |
2014-02-08 | drivers/char: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 4 | -4/+0 |
2014-01-30 | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 4 | -6/+24 |
2014-01-23 | Merge tag 'pci-v3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 13 | -104/+80 |
2014-01-07 | agp/ati: Use PCI_COMMAND instead of hard-coded 4 | Bjorn Helgaas | 1 | -2/+2 |
2014-01-07 | agp/intel: Use CPU physical address, not bus address, for ioremap() | Bjorn Helgaas | 1 | -7/+7 |
2014-01-07 | agp/intel: Use pci_bus_address() to get GTTADR bus address | Bjorn Helgaas | 2 | -5/+4 |
2014-01-07 | agp/intel: Use pci_bus_address() to get MMADR bus address | Bjorn Helgaas | 2 | -9/+5 |
2014-01-07 | agp/intel: Support 64-bit GMADR | Yinghai Lu | 2 | -10/+6 |
2014-01-07 | agp/intel: Rename gtt_bus_addr to gtt_phys_addr | Bjorn Helgaas | 1 | -8/+8 |
2014-01-07 | agp: Use pci_resource_start() to get CPU physical address for BAR | Bjorn Helgaas | 3 | -9/+11 |
2014-01-07 | agp: Support 64-bit APBASE | Bjorn Helgaas | 11 | -60/+43 |
2013-12-09 | char: amd64-agp: remove DEFINE_PCI_DEVICE_TABLE macro | Jingoo Han | 1 | -1/+1 |
2013-11-14 | drm/i915: Kill legeacy AGP for gen3 kms | Daniel Vetter | 1 | -5/+0 |
2013-11-08 | drm/i915: Make AGP support optional | Ville Syrjälä | 3 | -1/+24 |
2013-08-01 | parisc: agp/parisc-agp: allow binding of user memory to the AGP GART | Alex Ivanov | 1 | -2/+4 |
2013-07-10 | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 3 | -8/+10 |
2013-06-28 | char/agp: replace numeric with standard PM state macros | Yijing Wang | 2 | -5/+5 |
2013-06-05 | PCI: Convert alloc_pci_dev(void) to pci_alloc_dev(bus) | Gu Zheng | 2 | -2/+2 |
2013-05-31 | drm, agpgart: Use pgprot_writecombine for AGP maps and make the MTRR optional | Andy Lutomirski | 1 | -3/+5 |
2013-02-20 | drm/i915: Disable WC PTE updates to w/a buggy IOMMU on ILK | Chris Wilson | 1 | -2/+35 |
2013-02-15 | drm/i915: Fix gen2 mappable calculations | Ben Widawsky | 1 | -1/+4 |
2013-01-31 | drm/i915: remove intel_gtt structure | Ben Widawsky | 1 | -15/+21 |
2013-01-20 | agp/intel: Add gma_bus_addr | Ben Widawsky | 1 | -2/+3 |
2013-01-20 | drm/i915: Needs_dmar, not | Ben Widawsky | 1 | -4/+6 |
2013-01-20 | drm/i915: Remove scratch page from shared | Ben Widawsky | 1 | -4/+5 |
2013-01-20 | drm/i915: Cut out the infamous ILK w/a from AGP layer | Ben Widawsky | 1 | -27/+0 |
2013-01-17 | Merge tag 'drm-intel-next-2012-12-21' of git://people.freedesktop.org/~danvet... | Dave Airlie | 1 | -1/+0 |
2013-01-04 | Drivers: char: remove __dev* attributes. | Greg Kroah-Hartman | 13 | -34/+29 |
2012-12-20 | drm/i915: Move GSM mapping into dev_priv | Ben Widawsky | 1 | -1/+0 |
2012-12-17 | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 2 | -399/+12 |
2012-11-22 | char: remove use of __devexit | Bill Pemberton | 13 | -13/+13 |
2012-11-22 | char: remove use of __devinitdata | Bill Pemberton | 6 | -8/+8 |
2012-11-12 | drm/i915: Kill off now unused gen6+ AGP code | Ben Widawsky | 2 | -398/+11 |
2012-11-12 | drm/i915: Stop using AGP layer for GEN6+ | Ben Widawsky | 1 | -1/+1 |
2012-10-16 | Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in... | Dave Airlie | 1 | -1/+1 |
2012-10-12 | drm/i915: disable wc gtt pte mappings on gen2 | Daniel Vetter | 1 | -1/+1 |
2012-10-04 | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 1 | -32/+30 |
2012-09-20 | agp/intel: Use a write-combining map for updating PTEs | Chris Wilson | 1 | -3/+8 |
2012-09-20 | drm/i915: Replace the array of pages with a scatterlist | Chris Wilson | 1 | -29/+22 |
2012-09-13 | Merge commit 'v3.6-rc5' into next | Bjorn Helgaas | 2 | -13/+134 |
2012-08-22 | sgi-agp: Use list_for_each_entry() for bus->devices traversal | Bjorn Helgaas | 1 | -3/+2 |
2012-08-17 | drm/i915: fix hsw uncached pte | Daniel Vetter | 2 | -36/+70 |
2012-08-07 | drm/i915: add more Haswell PCI IDs | Paulo Zanoni | 2 | -6/+93 |