summaryrefslogtreecommitdiffstats
path: root/drivers/char/agp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'char-misc-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-07-201-0/+1
|\
| * agp: uninorth: add missing MODULE_DESCRIPTION() macroJeff Johnson2024-07-121-0/+1
* | Merge tag 'fbdev-for-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-07-188-0/+8
|\ \
| * | video: agp: add remaining missing MODULE_DESCRIPTION() macrosJeff Johnson2024-06-228-0/+8
| |/
* | agp: add missing MODULE_DESCRIPTION() macrosJeff Johnson2024-06-245-0/+5
* | Merge drm/drm-next into drm-intel-nextJani Nikula2024-06-191-1/+1
|\|
| * alpha: don't make functions public without a reasonAl Viro2024-05-031-1/+1
* | drm: move intel-gtt.h under include/drm/intelJani Nikula2024-05-312-2/+2
|/
* char/agp: remove agp_bridge_data::typeJiri Slaby (SUSE)2024-02-161-1/+0
* char/agp: Remove frontend codeThomas Zimmermann2023-12-066-1491/+0
* Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-024-1226/+1
|\
| * arch: Remove Itanium (IA-64) architectureArd Biesheuvel2023-09-114-1226/+1
* | parisc/agp: Use 64-bit LE values in SBA IOMMU PDIR tableHelge Deller2023-10-301-7/+9
* | Merge tag 'parisc-for-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-09-131-2/+0
|\ \ | |/ |/|
| * parisc: sba: Fix compile warning wrt list of SBA devicesHelge Deller2023-08-311-2/+0
* | char: Explicitly include correct DT includesRob Herring2023-07-301-0/+1
|/
* parisc: Flush gatt writes and adjust gatt mask in parisc_agp_mask_memory()Helge Deller2023-05-221-1/+14
* char/agp: consolidate {alloc,free}_gatt_pages()Mike Rapoport2023-02-131-0/+6
* agp/via: Update to DEFINE_SIMPLE_DEV_PM_OPS()Bjorn Helgaas2022-10-261-4/+2
* agp/sis: Update to DEFINE_SIMPLE_DEV_PM_OPS()Bjorn Helgaas2022-10-261-5/+2
* agp/amd64: Update to DEFINE_SIMPLE_DEV_PM_OPS()Bjorn Helgaas2022-10-261-4/+2
* agp/nvidia: Convert to generic power managementBjorn Helgaas2022-10-261-20/+4
* agp/ati: Convert to generic power managementBjorn Helgaas2022-10-261-18/+4
* agp/amd-k7: Convert to generic power managementBjorn Helgaas2022-10-261-20/+4
* agp/intel: Convert to generic power managementBjorn Helgaas2022-10-261-6/+5
* agp/efficeon: Convert to generic power managementBjorn Helgaas2022-10-261-12/+4
* Merge tag 'iommu-updates-v5.20-or-v6.0' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2022-08-061-10/+7
|\
| * agp/intel: Use per device iommu checkLu Baolu2022-07-151-10/+7
* | Merge tag 'drm-intel-gt-next-2022-06-29' of git://anongit.freedesktop.org/drm...Dave Airlie2022-07-011-29/+29
|\ \ | |/ |/|
| * agp/intel: Rename intel-gtt symbolsLucas De Marchi2022-06-231-29/+29
* | x86/amd_nb: Unexport amd_cache_northbridges()Muralidhara M K2022-04-051-1/+1
|/
* Merge tag 'dma-mapping-5.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2022-03-291-13/+13
|\
| * agp/intel: Remove usage of the deprecated "pci-dma-compat.h" APIChristophe JAILLET2022-02-251-13/+13
* | Merge tag 'drm-misc-next-2022-01-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2022-02-016-11/+14
|\ \ | |/ |/|
| * agp/via: Remove unused variable 'current_size'Thomas Zimmermann2022-01-141-3/+0
| * agp/sworks: Remove unused variable 'current_size'Thomas Zimmermann2022-01-141-3/+0
| * agp/nvidia: Declare value returned by readl() as unusedThomas Zimmermann2022-01-141-1/+2
| * agp/ati: Return error from ati_create_page_map()Thomas Zimmermann2022-01-141-1/+5
| * agp: Documentation fixesThomas Zimmermann2022-01-141-0/+2
| * agp: Include "compat_ioctl.h" where necessaryThomas Zimmermann2022-01-141-0/+2
| * agp: Remove trailing whitespacesThomas Zimmermann2022-01-143-3/+3
* | Merge tag 'pci-v5.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-01-163-57/+17
|\ \ | |/ |/|
| * via-agp: convert to generic power managementVaibhav Gupta2021-12-141-20/+5
| * sis-agp: convert to generic power managementVaibhav Gupta2021-12-141-19/+6
| * amd64-agp: convert to generic power managementVaibhav Gupta2021-12-141-18/+6
* | Merge v5.16-rc5 into drm-nextDaniel Vetter2021-12-141-3/+3
|\ \
| * | parisc/agp: Annotate parisc agp init functions with __initHelge Deller2021-11-301-3/+3
| |/
* / agp/intel-gtt: reduce intel-gtt dependencies moreJani Nikula2021-11-151-0/+1
|/
* parisc: parisc-agp requires SBA IOMMU driverHelge Deller2021-04-061-1/+1
* char/agp: Disable frontend without CONFIG_DRM_LEGACYDaniel Vetter2020-11-182-1/+10