index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
/
agp
/
generic.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-05-09
treewide: use kv[mz]alloc* rather than opencoded variants
Michal Hocko
1
-7
/
+1
2015-01-29
agp: change agp_free_page_array to use kvfree
Wang, Yalin
1
-11
/
+0
2014-02-08
drivers/char: delete non-required instances of include <linux/init.h>
Paul Gortmaker
1
-1
/
+0
2014-01-07
agp: Support 64-bit APBASE
Bjorn Helgaas
1
-2
/
+2
2012-04-12
agp: Use u32 __iomem annotation to silence sparse warning.
Santosh Nayak
1
-1
/
+1
2012-04-12
agp: Remove 'break' after 'return' statement.
Santosh Nayak
1
-2
/
+0
2012-01-06
agp: Fix multi-line warning message whitespace
Tormod Volden
1
-4
/
+4
2011-04-21
agp: fix arbitrary kernel memory writes
Vasiliy Kulikov
1
-3
/
+8
2011-04-21
agp: fix OOM and buffer overflow
Vasiliy Kulikov
1
-1
/
+7
2010-11-23
agp: kill agp_rebind_memory
Daniel Vetter
1
-20
/
+0
2010-11-23
agp: kill agp_flush_chipset and corresponding ioctl
Daniel Vetter
1
-7
/
+0
2010-10-27
Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-8
/
+0
2010-09-21
agp: kill agp_(unmap|map)_memory
Daniel Vetter
1
-8
/
+0
2010-09-05
AGP: Warn when GATT memory cannot be set to UC
Borislav Petkov
1
-1
/
+3
2010-06-15
agp: add no warn since we have a fallback to vmalloc paths
Dave Airlie
1
-1
/
+1
2010-06-15
agp: drop vmalloc flag.
Dave Airlie
1
-3
/
+1
2010-05-11
agp: use NULL instead of 0 when pointer is needed
Bill Pemberton
1
-1
/
+1
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2009-08-03
agp: kill phys_to_gart() and gart_to_phys()
David Woodhouse
1
-3
/
+3
2009-08-03
agp: Add generic support for graphics dma remapping
Zhenyu Wang
1
-0
/
+9
2009-08-03
agp: Switch mask_memory() method to take address argument again, not page
David Woodhouse
1
-3
/
+4
2009-06-19
agp: switch AGP to use page array instead of unsigned long array
Dave Airlie
1
-41
/
+28
2009-04-20
agp: zero pages before sending to userspace
Shaohua Li
1
-2
/
+2
2008-08-22
Merge branch 'x86/urgent' into x86/pat
Ingo Molnar
1
-8
/
+33
2008-08-21
agp: add agp_generic_destroy_pages()
Shaohua Li
1
-8
/
+47
2008-08-21
agp: generic_alloc_pages()
Shaohua Li
1
-0
/
+42
2008-08-21
Revert "reduce tlb/cache flush times of agpgart memory allocation"
Ingo Molnar
1
-3
/
+1
2008-08-15
reduce tlb/cache flush times of agpgart memory allocation
Shaohua Li
1
-1
/
+3
2008-08-12
intel/agp: rewrite GTT on resume
Keith Packard
1
-0
/
+28
2008-08-12
agp: use dev_printk when possible
Bjorn Helgaas
1
-8
/
+5
2008-06-26
on_each_cpu(): kill unused 'retry' parameter
Jens Axboe
1
-1
/
+1
2008-06-19
agp: more boolean conversions.
Dave Airlie
1
-2
/
+2
2008-06-19
drivers/char/agp - use bool
Joe Perches
1
-12
/
+12
2008-06-19
agp: two-stage page destruction issue
Jan Beulich
1
-2
/
+5
2008-02-19
fix historic ioremap() abuse in AGP
Arjan van dev Ven
1
-0
/
+9
2008-02-05
agp: add chipset flushing support to AGP interface
Dave Airlie
1
-0
/
+7
2008-01-30
x86: remove flush_agp_mappings()
Ingo Molnar
1
-3
/
+0
2007-10-15
AGP fix race condition between unmapping and freeing pages
Dave Airlie
1
-6
/
+13
2007-07-27
agp: don't lock pages
Nick Piggin
1
-2
/
+0
2007-05-21
Detach sched.h from mm.h
Alexey Dobriyan
1
-0
/
+1
2007-04-26
[AGPGART] Move [un]map_page_into_agp into asm/agp.h
Jan Beulich
1
-22
/
+0
2007-02-23
[AGPGART] Further constification.
Dave Jones
1
-1
/
+1
2007-02-11
[AGPGART] allow drm populated agp memory types cleanups
Andrew Morton
1
-13
/
+4
2007-02-04
[AGPGART] Allow drm-populated agp memory types
Thomas Hellstrom
1
-6
/
+124
2006-12-23
[AGPGART] Remove unnecessary flushes when inserting and removing pages.
Thomas Hellstrom
1
-3
/
+8
2006-12-13
Merge ../linus
Dave Jones
1
-1
/
+1
2006-11-23
[AGP] Allocate AGP pages with GFP_DMA32 by default
Linus Torvalds
1
-1
/
+1
2006-11-03
[AGPGART] Fix up misprogrammed bridges with incorrect AGPv2 rates.
Dave Jones
1
-0
/
+25
2006-09-29
[AGPGART] printk fixups.
Dave Jones
1
-3
/
+6
2006-09-11
[AGPGART] Rework AGPv3 modesetting fallback.
Dave Jones
1
-15
/
+24
[next]