index
:
delta/linux-rt.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
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
video
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'akpm'
Linus Torvalds
2009-06-16
26
-168
/
+519
|
\
|
*
fbdev: bf54x-lq043fb: use kzalloc over kmalloc/memset
Mike Frysinger
2009-06-16
1
-3
/
+1
|
*
fbdev: *bfin*: fix __dev{init,exit} markings
Mike Frysinger
2009-06-16
2
-7
/
+7
|
*
fbdev: *bfin*: drop unnecessary calls to memset
Vivek Kutal
2009-06-16
2
-6
/
+0
|
*
fbdev: bfin-t350mcqb-fb: drop unused local variables
Mike Frysinger
2009-06-16
1
-6
/
+0
|
*
fbdev: s1d13xxxfb: add accelerated bitblt functions
Kristoffer Ericson
2009-06-16
1
-33
/
+308
|
*
tcx: use standard fields for framebuffer physical address and length
Krzysztof Helt
2009-06-16
1
-14
/
+13
|
*
fbdev: add support for handoff from firmware to hw framebuffers
Dave Airlie
2009-06-16
3
-2
/
+49
|
*
intelfb: fix a bug when changing video timing
Paul Menzel
2009-06-16
1
-0
/
+5
|
*
fbdev: use framebuffer_release() for freeing fb_info structures
Krzysztof Helt
2009-06-16
4
-5
/
+5
|
*
radeon: P2G2CLK_ALWAYS_ONb tested twice, should 2nd be P2G2CLK_DAC_ALWAYS_ONb?
Roel Kluin
2009-06-16
1
-2
/
+1
|
*
s3c-fb: CPUFREQ frequency scaling support
Ben Dooks
2009-06-16
2
-2
/
+70
|
*
s3c-fb: fix resource releasing on error during probing
Krzysztof Helt
2009-06-16
1
-13
/
+9
|
*
carminefb: fix possible access beyond end of carmine_modedb[]
Roel Kluin
2009-06-16
1
-1
/
+1
|
*
acornfb: remove fb_mmap function
Krzysztof Helt
2009-06-16
1
-38
/
+0
|
*
mb862xxfb: use CONFIG_OF instead of CONFIG_PPC_OF
Arnd Bergmann
2009-06-16
1
-1
/
+1
|
*
mb862xxfb: restrict compliation of platform driver to PPC
Julian Calaby
2009-06-16
1
-0
/
+1
|
*
Samsung SoC Framebuffer driver: add Alpha Channel support
InKi Dae
2009-06-16
1
-3
/
+28
|
*
atmel-lcdc: fix pixclock upper bound detection
Ben Nizette
2009-06-16
1
-1
/
+1
|
*
offb: use framebuffer_alloc() to allocate fb_info struct
Krzysztof Helt
2009-06-16
1
-5
/
+1
|
*
igafb: use framebuffer_alloc() to allocate fb_info struct
Krzysztof Helt
2009-06-16
1
-5
/
+3
|
*
chipsfb: remove redundant assignment
Krzysztof Helt
2009-06-16
1
-1
/
+0
|
*
fbdev: add video modes for resolutions and timings of PAL RGB
Paul Menzel
2009-06-16
1
-0
/
+8
|
*
fbdev: move logo externs to header file
Geert Uytterhoeven
2009-06-16
1
-15
/
+0
|
*
fbdev: generated logo sources depend on scripts/pnmtologo
Sam Ravnborg
2009-06-16
1
-5
/
+7
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
Linus Torvalds
2009-06-16
1
-4
/
+4
|
\
\
|
*
|
xen: remove driver_data direct access of struct device from more drivers
Greg Kroah-Hartman
2009-06-15
1
-4
/
+4
|
|
/
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6
Linus Torvalds
2009-06-16
6
-69
/
+49
|
\
\
|
*
|
p9100: use standard fields for framebuffer physical address and length
Krzysztof Helt
2009-06-16
1
-12
/
+8
|
*
|
leo: use standard fields for framebuffer physical address and length
Krzysztof Helt
2009-06-16
1
-9
/
+5
|
*
|
cg6: use standard fields for framebuffer physical address and length
Krzysztof Helt
2009-06-16
1
-14
/
+11
|
*
|
cg3: use standard fields for framebuffer physical address and length
Krzysztof Helt
2009-06-16
1
-12
/
+8
|
*
|
cg14: use standard fields for framebuffer physical address and length
Krzysztof Helt
2009-06-16
1
-10
/
+9
|
*
|
bw2: use standard fields for framebuffer physical address and length
Krzysztof Helt
2009-06-16
1
-12
/
+8
|
|
/
*
|
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...
Linus Torvalds
2009-06-16
1
-157
/
+115
|
\
\
|
*
|
ps3fb: Use ps3_system_bus_[gs]et_drvdata() instead of direct access
Geert Uytterhoeven
2009-06-15
1
-3
/
+3
|
*
|
ps3fb: Tear down FB setup during cleanup
Geert Uytterhoeven
2009-06-15
1
-1
/
+4
|
*
|
ps3fb/vram: Extract common GPU stuff into <asm/ps3gpu.h>
Geert Uytterhoeven
2009-06-15
1
-50
/
+22
|
*
|
ps3fb: GPU memory mapping cleanup
Geert Uytterhoeven
2009-06-15
1
-3
/
+12
|
*
|
ps3fb: Correct handling of device opening in ps3fb_probe()
Geert Uytterhoeven
2009-06-15
1
-6
/
+10
|
*
|
ps3fb: Inline functions in ps3fb_probe(), to ease cleanup in the error path
Geert Uytterhoeven
2009-06-15
1
-106
/
+86
|
*
|
ps3fb: Remove useless debug checks in ps3fb_shutdown()
Geert Uytterhoeven
2009-06-15
1
-12
/
+2
|
*
|
Merge commit 'origin/master' into next
Benjamin Herrenschmidt
2009-06-15
10
-33
/
+1396
|
|
\
\
*
|
\
\
Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2009-06-16
1
-1
/
+0
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
i2c: Do not probe for TV chips on Voodoo3 adapters
Jean Delvare
2009-06-15
1
-1
/
+0
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...
Linus Torvalds
2009-06-15
1
-139
/
+151
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Merge commit 'origin/master' into next
Benjamin Herrenschmidt
2009-06-12
4
-14
/
+17
|
|
\
|
*
|
fbdev: Add PLB support and cleanup DCR in xilinxfb driver.
John Linn
2009-06-06
1
-139
/
+151
*
|
|
Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
2009-06-14
7
-20
/
+1386
|
\
\
\
|
*
\
\
Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmia...
Russell King
2009-06-14
4
-0
/
+1372
|
|
\
\
\
[next]