aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/agp (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-10char: amd64-agp: Use 64-bit arithmetic instead of 32-bitGustavo A. R. Silva1-2/+2
2018-07-10char: agp: Change return type to vm_fault_tSouptick Joarder1-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook3-3/+5
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook4-7/+14
2018-05-10agp: uninorth: make two functions staticMathieu Malaterre1-2/+2
2018-02-06Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2-4/+11
2018-01-11agp: sworks: Deprecate pci_get_bus_and_slot()Sinan Kaya1-1/+2
2018-01-11agp: nvidia: Deprecate pci_get_bus_and_slot()Sinan Kaya1-3/+9
2017-12-12drm/i915: prefer resource_size_t for everything stolenMatthew Auld1-6/+6
2017-12-12drm/i915: make dsm struct resource centricMatthew Auld1-2/+0
2017-12-11agp/intel: Flush all chipset writes after updating the GGTTChris Wilson1-0/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman4-0/+4
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