Age | Commit message (Expand) | Author | Files | Lines |
2020-01-03 | agp: remove unused variable arqsz in agp_3_5_enable() | Yunfeng Ye | 1 | -3/+1 |
2020-01-03 | agp: remove unused variable mcapndx | Yunfeng Ye | 1 | -5/+0 |
2019-12-06 | Merge tag 'drm-next-2019-12-06' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds | 2 | -9/+6 |
2019-12-04 | agp: Add bridge parameter documentation | Corentin Labbe | 1 | -0/+3 |
2019-12-04 | agp: remove unused variable num_segments | Corentin Labbe | 1 | -2/+1 |
2019-12-04 | agp: remove unused variable size in agp_generic_create_gatt_table | Corentin Labbe | 1 | -7/+2 |
2019-11-20 | char: Fix Kconfig indentation | Krzysztof Kozlowski | 1 | -1/+1 |
2019-08-17 | ia64: remove support for machvecs | Christoph Hellwig | 1 | -2/+2 |
2019-08-16 | ia64: remove the zx1 swiotlb machvec | Christoph Hellwig | 1 | -1/+1 |
2019-08-16 | char/agp: remove the sgi-agp driver | Christoph Hellwig | 3 | -346/+0 |
2019-07-08 | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -2/+1 |
2019-06-23 | smp: Remove smp_call_function() and on_each_cpu() return values | Nadav Amit | 1 | -2/+1 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 2 | -9/+2 |
2019-05-21 | treewide: Add SPDX license identifier for more missed files | Thomas Gleixner | 3 | -0/+3 |
2019-03-06 | agp: efficeon: no need to set PG_reserved on GATT tables | David Hildenbrand | 1 | -2/+0 |
2018-12-28 | mm: convert totalram_pages and totalhigh_pages variables to atomic | Arun KS | 1 | -2/+2 |
2018-07-10 | char: amd64-agp: Use 64-bit arithmetic instead of 32-bit | Gustavo A. R. Silva | 1 | -2/+2 |
2018-07-10 | char: agp: Change return type to vm_fault_t | Souptick Joarder | 1 | -1/+1 |
2018-06-13 | treewide: kzalloc() -> kcalloc() | Kees Cook | 3 | -3/+5 |
2018-06-13 | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 4 | -7/+14 |
2018-05-10 | agp: uninorth: make two functions static | Mathieu Malaterre | 1 | -2/+2 |
2018-02-06 | Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -4/+11 |
2018-01-12 | agp: sworks: Deprecate pci_get_bus_and_slot() | Sinan Kaya | 1 | -1/+2 |
2018-01-12 | agp: nvidia: Deprecate pci_get_bus_and_slot() | Sinan Kaya | 1 | -3/+9 |
2017-12-12 | drm/i915: prefer resource_size_t for everything stolen | Matthew Auld | 1 | -6/+6 |
2017-12-12 | drm/i915: make dsm struct resource centric | Matthew Auld | 1 | -2/+0 |
2017-12-11 | agp/intel: Flush all chipset writes after updating the GGTT | Chris Wilson | 1 | -0/+2 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 4 | -0/+4 |
2017-08-04 | agp: nvidia: constify pci_device_id. | Arvind Yadav | 1 | -1/+1 |
2017-08-04 | agp: amd64: constify pci_device_id. | Arvind Yadav | 1 | -1/+1 |
2017-08-04 | agp: sis: constify pci_device_id. | Arvind Yadav | 1 | -1/+1 |
2017-08-04 | agp: efficeon: constify pci_device_id. | Arvind Yadav | 1 | -1/+1 |
2017-08-04 | agp: ati: constify pci_device_id. | Arvind Yadav | 1 | -1/+1 |
2017-08-04 | agp: ali: constify pci_device_id. | Arvind Yadav | 1 | -1/+1 |
2017-08-04 | agp: intel: constify pci_device_id. | Arvind Yadav | 1 | -1/+1 |
2017-08-04 | agp: amd-k7: constify pci_device_id. | Arvind Yadav | 1 | -2/+2 |
2017-08-04 | agp: uninorth: constify pci_device_id. | Arvind Yadav | 1 | -1/+1 |
2017-05-09 | agp: use set_memory.h header | Laura Abbott | 5 | -1/+7 |
2017-05-09 | treewide: use kv[mz]alloc* rather than opencoded variants | Michal Hocko | 1 | -7/+1 |
2017-05-03 | Merge tag 'drm-for-v4.12' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 1 | -8/+8 |
2017-03-08 | Merge tag 'drm-intel-next-2017-03-06' of git://anongit.freedesktop.org/git/dr... | Dave Airlie | 1 | -8/+8 |
2017-03-01 | Merge branch 'linus' into WIP.x86/boot, to fix up conflicts and to pick up up... | Ingo Molnar | 2 | -5/+6 |
2017-02-25 | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf | Dave Jiang | 1 | -3/+2 |
2017-01-28 | x86/boot/e820: Move asm/e820.h to asm/e820/api.h | Ingo Molnar | 1 | -1/+1 |
2017-01-23 | agp/intel: Move intel_fake_agp_sizes into #ifdef block | Chris Wilson | 1 | -8/+8 |
2017-01-06 | drm/i915: Use fixed-sized types for stolen | Chris Wilson | 1 | -2/+4 |
2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 2 | -2/+2 |
2016-12-15 | mm: use vmf->address instead of of vmf->virtual_address | Jan Kara | 1 | -2/+1 |
2016-08-19 | agp/intel: Flush chipset writes after updating a single PTE | Chris Wilson | 1 | -0/+2 |
2016-06-13 | drm/i915: Add support for mapping an object page by page | Chris Wilson | 1 | -0/+8 |