index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Lines
2012-08-13
drm/radeon: fix bank tiling parameters on SI
Christian König
-4
/
+12
2012-08-13
drm/radeon: properly handle crtc powergating
Alex Deucher
-2
/
+17
2012-08-13
drm/radeon: properly handle SS overrides on TN (v2)
Alex Deucher
-12
/
+37
2012-08-13
drm/radeon/dce4+: set a more reasonable cursor watermark
Alex Deucher
-2
/
+4
2012-08-13
drm/radeon: fix handling for ddc type 5 on combios
Alex Deucher
-21
/
+36
2012-08-10
drm/mgag200: fix G200ER pll picking algorithm
Dave Airlie
-5
/
+7
2012-08-10
drm/edid: Fix potential memory leak in edid_load()
Alexey Khoroshilov
-3
/
+5
2012-08-09
drm/udl: Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(.. [1]
Thomas Meyer
-1
/
+1
2012-08-09
Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...
Dave Airlie
-38
/
+172
2012-08-09
drm/radeon/kms: allow "invalid" DB formats as a means to disable DB
Marek Olšák
-5
/
+12
2012-08-08
drm/i915: correctly order the ring init sequence
Daniel Vetter
-2
/
+5
2012-08-07
drm/i915: add more Haswell PCI IDs
Paulo Zanoni
-7
/
+123
2012-08-06
drm/i915: make rc6 in sysfs functions conditional
Hunt Xu
-0
/
+12
2012-08-06
drm/i915: Workaround hang with BSD and forcewake on SandyBridge
Chris Wilson
-9
/
+10
2012-08-06
drm/i915: Make intel_panel_get_backlight static.
Stéphane Marchesin
-2
/
+1
2012-08-05
i915: don't map imported dma-bufs for dmar.
Dave Airlie
-1
/
+2
2012-08-05
drm/i915: remove unused variable
Devendra Naga
-1
/
+0
2012-08-05
drm/i915: Don't forget to apply SNB PIPE_CONTROL GTT workaround.
Eric Anholt
-10
/
+10
2012-08-02
Merge branch 'for-linus-3.6' of git://dev.laptop.org/users/dilinger/linux-olpc
Linus Torvalds
-2
/
+345
2012-08-02
Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
-13
/
+37
2012-08-02
Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-sh
Linus Torvalds
-26
/
+124
2012-08-02
Merge tag 'md-3.6' of git://neil.brown.name/md
Linus Torvalds
-22
/
+150
2012-08-01
Merge branch 'dmaengine' of git://git.linaro.org/people/rmk/linux-arm
Linus Torvalds
-1123
/
+2070
2012-08-02
md/dm-raid: DM_RAID should select MD_RAID10
NeilBrown
-2
/
+3
2012-08-02
md/raid1: submit IO from originating thread instead of md thread.
NeilBrown
-4
/
+55
2012-08-02
raid5: raid5d handle stripe in batch way
Shaohua Li
-13
/
+32
2012-08-02
raid5: make_request use batch stripe release
Shaohua Li
-3
/
+60
2012-08-01
Merge tag 'fbdev-updates-for-3.6' of git://github.com/schandinat/linux-2.6
Linus Torvalds
-1089
/
+2468
2012-08-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
-88
/
+35
2012-08-01
Merge branch 'for-3.6/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
-165
/
+198
2012-08-01
Merge branch 'for-3.6/core' of git://git.kernel.dk/linux-block
Linus Torvalds
-39
/
+1
2012-08-01
Merge branch 'for-next' of git://neil.brown.name/md
Linus Torvalds
-219
/
+400
2012-08-01
delousing target_core_file a bit
Al Viro
-27
/
+5
2012-08-01
DM RAID: Add support for MD RAID10
Jonathan Brassow
-5
/
+90
2012-08-01
Merge commit 'c039c332f23e794deb6d6f37b9f07ff3b27fb2cf' into md
NeilBrown
-55721
/
+77054
2012-08-01
Merge branch 'common/irqdomain' into sh-latest
Paul Mundt
-5
/
+85
2012-08-01
sh: intc: initial irqdomain support.
Paul Mundt
-5
/
+85
2012-08-01
Merge branch 'common/pinctrl' into sh-latest
Paul Mundt
-17
/
+15
2012-08-01
sh: pfc: Fix up init ordering mess.
Paul Mundt
-17
/
+15
2012-08-01
Merge branch 'sh/dmaengine' into sh-latest
Paul Mundt
-62202
/
+198204
2012-08-01
serial: sh-sci: fix compilation breakage, when DMA is enabled
Guennadi Liakhovetski
-2
/
+3
2012-08-01
dmaengine: shdma: restore partial transfer calculation
Guennadi Liakhovetski
-0
/
+21
2012-07-31
Platform: OLPC: move global variables into priv struct
Andres Salomon
-20
/
+28
2012-07-31
Platform: OLPC: move debugfs support from x86 EC driver
Andres Salomon
-0
/
+117
2012-07-31
x86: OLPC: switch over to using new EC driver on x86
Andres Salomon
-5
/
+0
2012-07-31
Platform: OLPC: add a suspended flag to the EC driver
Andres Salomon
-1
/
+45
2012-07-31
Platform: OLPC: turn EC driver into a platform_driver
Andres Salomon
-0
/
+48
2012-07-31
Platform: OLPC: allow EC cmd to be overridden, and create a workqueue to call it
Andres Salomon
-2
/
+110
2012-07-31
drivers: OLPC: update various drivers to include olpc-ec.h
Andres Salomon
-2
/
+4
2012-07-31
Platform: OLPC: add a stub to drivers/platform/ for the OLPC EC driver
Andres Salomon
-0
/
+21
[next]