index
:
openslx/kernel-qcow2-linux.git
kernel-qcow2
kernel-qcow2-linux-4.18.x-centos
kernel-qcow2-linux-4.19.y
master
In-kernel qcow2 (Kernel part)
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
char
/
agp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2014-01-30
4
-6
/
+24
|
\
|
*
drm/i915: Kill legeacy AGP for gen3 kms
Daniel Vetter
2013-11-14
1
-5
/
+0
|
*
drm/i915: Make AGP support optional
Ville Syrjälä
2013-11-08
3
-1
/
+24
*
|
Merge tag 'pci-v3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2014-01-23
13
-104
/
+80
|
\
\
|
*
|
agp/ati: Use PCI_COMMAND instead of hard-coded 4
Bjorn Helgaas
2014-01-07
1
-2
/
+2
|
*
|
agp/intel: Use CPU physical address, not bus address, for ioremap()
Bjorn Helgaas
2014-01-07
1
-7
/
+7
|
*
|
agp/intel: Use pci_bus_address() to get GTTADR bus address
Bjorn Helgaas
2014-01-07
2
-5
/
+4
|
*
|
agp/intel: Use pci_bus_address() to get MMADR bus address
Bjorn Helgaas
2014-01-07
2
-9
/
+5
|
*
|
agp/intel: Support 64-bit GMADR
Yinghai Lu
2014-01-07
2
-10
/
+6
|
*
|
agp/intel: Rename gtt_bus_addr to gtt_phys_addr
Bjorn Helgaas
2014-01-07
1
-8
/
+8
|
*
|
agp: Use pci_resource_start() to get CPU physical address for BAR
Bjorn Helgaas
2014-01-07
3
-9
/
+11
|
*
|
agp: Support 64-bit APBASE
Bjorn Helgaas
2014-01-07
11
-60
/
+43
|
|
/
*
/
char: amd64-agp: remove DEFINE_PCI_DEVICE_TABLE macro
Jingoo Han
2013-12-09
1
-1
/
+1
|
/
*
parisc: agp/parisc-agp: allow binding of user memory to the AGP GART
Alex Ivanov
2013-07-31
1
-2
/
+4
*
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2013-07-10
3
-8
/
+10
|
\
|
*
char/agp: replace numeric with standard PM state macros
Yijing Wang
2013-06-28
2
-5
/
+5
|
*
drm, agpgart: Use pgprot_writecombine for AGP maps and make the MTRR optional
Andy Lutomirski
2013-05-31
1
-3
/
+5
*
|
PCI: Convert alloc_pci_dev(void) to pci_alloc_dev(bus)
Gu Zheng
2013-06-05
2
-2
/
+2
|
/
*
drm/i915: Disable WC PTE updates to w/a buggy IOMMU on ILK
Chris Wilson
2013-02-20
1
-2
/
+35
*
drm/i915: Fix gen2 mappable calculations
Ben Widawsky
2013-02-15
1
-1
/
+4
*
drm/i915: remove intel_gtt structure
Ben Widawsky
2013-01-31
1
-15
/
+21
*
agp/intel: Add gma_bus_addr
Ben Widawsky
2013-01-20
1
-2
/
+3
*
drm/i915: Needs_dmar, not
Ben Widawsky
2013-01-20
1
-4
/
+6
*
drm/i915: Remove scratch page from shared
Ben Widawsky
2013-01-20
1
-4
/
+5
*
drm/i915: Cut out the infamous ILK w/a from AGP layer
Ben Widawsky
2013-01-20
1
-27
/
+0
*
Merge tag 'drm-intel-next-2012-12-21' of git://people.freedesktop.org/~danvet...
Dave Airlie
2013-01-17
1
-1
/
+0
|
\
|
*
drm/i915: Move GSM mapping into dev_priv
Ben Widawsky
2012-12-20
1
-1
/
+0
*
|
Drivers: char: remove __dev* attributes.
Greg Kroah-Hartman
2013-01-04
13
-34
/
+29
*
|
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2012-12-17
2
-399
/
+12
|
\
|
|
*
drm/i915: Kill off now unused gen6+ AGP code
Ben Widawsky
2012-11-11
2
-398
/
+11
|
*
drm/i915: Stop using AGP layer for GEN6+
Ben Widawsky
2012-11-11
1
-1
/
+1
*
|
char: remove use of __devexit
Bill Pemberton
2012-11-21
13
-13
/
+13
*
|
char: remove use of __devinitdata
Bill Pemberton
2012-11-21
6
-8
/
+8
|
/
*
Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...
Dave Airlie
2012-10-16
1
-1
/
+1
|
\
|
*
drm/i915: disable wc gtt pte mappings on gen2
Daniel Vetter
2012-10-12
1
-1
/
+1
*
|
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2012-10-04
1
-32
/
+30
|
\
|
|
*
agp/intel: Use a write-combining map for updating PTEs
Chris Wilson
2012-09-20
1
-3
/
+8
|
*
drm/i915: Replace the array of pages with a scatterlist
Chris Wilson
2012-09-20
1
-29
/
+22
*
|
Merge commit 'v3.6-rc5' into next
Bjorn Helgaas
2012-09-13
2
-13
/
+134
|
\
|
|
*
drm/i915: fix hsw uncached pte
Daniel Vetter
2012-08-17
2
-36
/
+70
|
*
drm/i915: add more Haswell PCI IDs
Paulo Zanoni
2012-08-07
2
-6
/
+93
*
|
sgi-agp: Use list_for_each_entry() for bus->devices traversal
Bjorn Helgaas
2012-08-22
1
-3
/
+2
|
/
*
agp/intel-agp: remove snb+ host bridge pciids
Daniel Vetter
2012-06-25
1
-11
/
+0
*
Merge tag 'v3.5-rc4' into drm-intel-next-queued
Daniel Vetter
2012-06-25
2
-0
/
+2
|
\
|
*
char/agp: add another Ironlake host bridge
Eugeni Dodonov
2012-06-06
2
-0
/
+2
*
|
agp/intel: use correct GTT offset on VLV
Jesse Barnes
2012-06-20
1
-0
/
+1
*
|
agp/intel: allow cacheable and GDFT PTEs on ValleyView
Jesse Barnes
2012-06-20
1
-2
/
+9
*
|
drm/i915: call intel_enable_gtt
Daniel Vetter
2012-06-12
1
-1
/
+2
*
|
agp/intel-gtt: move gart base addres setup
Daniel Vetter
2012-06-12
1
-10
/
+10
*
|
drm/i915 + agp/intel-gtt: prep work for direct setup
Daniel Vetter
2012-06-12
3
-14
/
+40
[next]