summary refs log tree commit diff
path: root/drivers/char/agp
AgeCommit message (Expand)Author
2022-04-05x86/amd_nb: Unexport amd_cache_northbridges()Muralidhara M K
2022-03-29Merge tag 'dma-mapping-5.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2022-02-25agp/intel: Remove usage of the deprecated "pci-dma-compat.h" APIChristophe JAILLET
2022-02-01Merge tag 'drm-misc-next-2022-01-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2022-01-16Merge tag 'pci-v5.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-01-14agp/via: Remove unused variable 'current_size'Thomas Zimmermann
2022-01-14agp/sworks: Remove unused variable 'current_size'Thomas Zimmermann
2022-01-14agp/nvidia: Declare value returned by readl() as unusedThomas Zimmermann
2022-01-14agp/ati: Return error from ati_create_page_map()Thomas Zimmermann
2022-01-14agp: Documentation fixesThomas Zimmermann
2022-01-14agp: Include "compat_ioctl.h" where necessaryThomas Zimmermann
2022-01-14agp: Remove trailing whitespacesThomas Zimmermann
2021-12-14via-agp: convert to generic power managementVaibhav Gupta
2021-12-14sis-agp: convert to generic power managementVaibhav Gupta
2021-12-14amd64-agp: convert to generic power managementVaibhav Gupta
2021-12-14Merge v5.16-rc5 into drm-nextDaniel Vetter
2021-11-30parisc/agp: Annotate parisc agp init functions with __initHelge Deller
2021-11-15agp/intel-gtt: reduce intel-gtt dependencies moreJani Nikula
2021-04-06parisc: parisc-agp requires SBA IOMMU driverHelge Deller
2020-11-18char/agp: Disable frontend without CONFIG_DRM_LEGACYDaniel Vetter
2020-09-28agp: use semicolons rather than commas to separate statementsJulia Lawall
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-06-25Merge drm/drm-next into drm-intel-next-queuedJani Nikula
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport
2020-05-22agp/intel: Fix a memory leak on module initialisation failureQiushi Wu
2020-04-18drm/i915: Refactor setting dma info to a common helperMichael J. Ruhl
2020-04-16Merge drm/drm-next into drm-intel-next-queuedJoonas Lahtinen
2020-04-10agp/intel: Reinforce the barrier after GTT updatesChris Wilson
2020-03-17x86/amd_nb, char/amd64-agp: Use amd_nb_num() accessorBorislav Petkov
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig
2020-01-03agp: remove unused variable arqsz in agp_3_5_enable()Yunfeng Ye
2020-01-03agp: remove unused variable mcapndxYunfeng Ye
2019-12-06Merge tag 'drm-next-2019-12-06' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2019-12-04agp: Add bridge parameter documentationCorentin Labbe
2019-12-04agp: remove unused variable num_segmentsCorentin Labbe
2019-12-04agp: remove unused variable size in agp_generic_create_gatt_tableCorentin Labbe
2019-11-20char: Fix Kconfig indentationKrzysztof Kozlowski
2019-08-16ia64: remove support for machvecsChristoph Hellwig
2019-08-16ia64: remove the zx1 swiotlb machvecChristoph Hellwig
2019-08-16char/agp: remove the sgi-agp driverChristoph Hellwig
2019-07-08Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-06-23smp: Remove smp_call_function() and on_each_cpu() return valuesNadav Amit
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-03-05agp: efficeon: no need to set PG_reserved on GATT tablesDavid Hildenbrand
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS
2018-07-10char: amd64-agp: Use 64-bit arithmetic instead of 32-bitGustavo A. R. Silva
2018-07-10char: agp: Change return type to vm_fault_tSouptick Joarder
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook