aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/agp (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-04agp: nvidia: constify pci_device_id.Arvind Yadav1-1/+1
2017-08-04agp: amd64: constify pci_device_id.Arvind Yadav1-1/+1
2017-08-04agp: sis: constify pci_device_id.Arvind Yadav1-1/+1
2017-08-04agp: efficeon: constify pci_device_id.Arvind Yadav1-1/+1
2017-08-04agp: ati: constify pci_device_id.Arvind Yadav1-1/+1
2017-08-04agp: ali: constify pci_device_id.Arvind Yadav1-1/+1
2017-08-04agp: intel: constify pci_device_id.Arvind Yadav1-1/+1
2017-08-04agp: amd-k7: constify pci_device_id.Arvind Yadav1-2/+2
2017-08-04agp: uninorth: constify pci_device_id.Arvind Yadav1-1/+1
2017-05-08agp: use set_memory.h headerLaura Abbott5-1/+7
2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko1-7/+1
2017-05-03Merge tag 'drm-for-v4.12' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-8/+8
2017-03-08Merge tag 'drm-intel-next-2017-03-06' of git://anongit.freedesktop.org/git/drm-intel into drm-nextDave Airlie1-8/+8
2017-03-01Merge branch 'linus' into WIP.x86/boot, to fix up conflicts and to pick up updatesIngo Molnar2-5/+6
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang1-3/+2
2017-01-28x86/boot/e820: Move asm/e820.h to asm/e820/api.hIngo Molnar1-1/+1
2017-01-23agp/intel: Move intel_fake_agp_sizes into #ifdef blockChris Wilson1-8/+8
2017-01-06drm/i915: Use fixed-sized types for stolenChris Wilson1-2/+4
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2-2/+2
2016-12-14mm: use vmf->address instead of of vmf->virtual_addressJan Kara1-2/+1
2016-08-18agp/intel: Flush chipset writes after updating a single PTEChris Wilson1-0/+2
2016-06-13drm/i915: Add support for mapping an object page by pageChris Wilson1-0/+8
2016-03-21Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-14/+18
2016-03-20Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2016-02-18mm/core, arch, powerpc: Pass a protection key in to calc_vm_flag_bits()Dave Hansen1-1/+1
2016-02-11agp/intel-gtt: Only register fake agp driver for gen1Daniel Vetter1-12/+12
2016-02-10agp/intel-gtt: Don't leak the scratch pageDaniel Vetter1-2/+6
2016-02-05PCI: Remove includes of asm/pci-bridge.hBjorn Helgaas1-1/+0
2015-10-02agp/uninorth: fix a memleak in create_gatt_tableDenis Kirjanov1-6/+10
2015-07-15Merge tag 'drm-intel-fixes-2015-07-15' into drm-intel-next-queuedDaniel Vetter1-1/+1
2015-06-29agp/intel: Fix typo in needs_ilk_vtd_wa()Chris Wilson1-1/+1
2015-06-26drm/i915/gtt: Allow >= 4GB sizes for vm.Mika Kuoppala1-2/+2
2015-02-05Merge branch 'drm-intel-next' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-7/+7
2015-01-29agp: change agp_free_page_array to use kvfreeWang, Yalin2-12/+4
2015-01-28agp/intel: Serialise after GTT updatesChris Wilson1-7/+7
2014-12-23agp: Fix up email address & attributions in AGP MODULE_AUTHOR tagsDave Jones8-8/+8
2014-09-19agp/intel-gtt: Remove get/put_pagesDaniel Vetter1-4/+0
2014-08-02agp: remove read/write stubsMathias Krause1-15/+0
2014-05-06agp: info leak in agpioc_info_wrap()Dan Carpenter1-0/+1
2014-02-07drivers/char: delete non-required instances of include <linux/init.h>Paul Gortmaker4-4/+0
2014-01-29Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds4-6/+24
2014-01-22Merge tag 'pci-v3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds13-104/+80
2014-01-07agp/ati: Use PCI_COMMAND instead of hard-coded 4Bjorn Helgaas1-2/+2
2014-01-07agp/intel: Use CPU physical address, not bus address, for ioremap()Bjorn Helgaas1-7/+7
2014-01-07agp/intel: Use pci_bus_address() to get GTTADR bus addressBjorn Helgaas2-5/+4
2014-01-07agp/intel: Use pci_bus_address() to get MMADR bus addressBjorn Helgaas2-9/+5
2014-01-07agp/intel: Support 64-bit GMADRYinghai Lu2-10/+6
2014-01-07agp/intel: Rename gtt_bus_addr to gtt_phys_addrBjorn Helgaas1-8/+8
2014-01-07agp: Use pci_resource_start() to get CPU physical address for BARBjorn Helgaas3-9/+11
2014-01-06agp: Support 64-bit APBASEBjorn Helgaas11-60/+43