index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-16
fbdev: bfin-t350mcqb-fb: drop unused local variables
Mike Frysinger
1
-6
/
+0
2009-06-16
fbdev: s1d13xxxfb: add accelerated bitblt functions
Kristoffer Ericson
1
-33
/
+308
2009-06-16
tcx: use standard fields for framebuffer physical address and length
Krzysztof Helt
1
-14
/
+13
2009-06-16
fbdev: add support for handoff from firmware to hw framebuffers
Dave Airlie
4
-2
/
+57
2009-06-16
intelfb: fix a bug when changing video timing
Paul Menzel
1
-0
/
+5
2009-06-16
fbdev: use framebuffer_release() for freeing fb_info structures
Krzysztof Helt
4
-5
/
+5
2009-06-16
radeon: P2G2CLK_ALWAYS_ONb tested twice, should 2nd be P2G2CLK_DAC_ALWAYS_ONb?
Roel Kluin
1
-2
/
+1
2009-06-16
s3c-fb: CPUFREQ frequency scaling support
Ben Dooks
2
-2
/
+70
2009-06-16
s3c-fb: fix resource releasing on error during probing
Krzysztof Helt
1
-13
/
+9
2009-06-16
carminefb: fix possible access beyond end of carmine_modedb[]
Roel Kluin
1
-1
/
+1
2009-06-16
acornfb: remove fb_mmap function
Krzysztof Helt
1
-38
/
+0
2009-06-16
mb862xxfb: use CONFIG_OF instead of CONFIG_PPC_OF
Arnd Bergmann
1
-1
/
+1
2009-06-16
mb862xxfb: restrict compliation of platform driver to PPC
Julian Calaby
1
-0
/
+1
2009-06-16
Samsung SoC Framebuffer driver: add Alpha Channel support
InKi Dae
1
-3
/
+28
2009-06-16
atmel-lcdc: fix pixclock upper bound detection
Ben Nizette
1
-1
/
+1
2009-06-16
offb: use framebuffer_alloc() to allocate fb_info struct
Krzysztof Helt
1
-5
/
+1
2009-06-16
igafb: use framebuffer_alloc() to allocate fb_info struct
Krzysztof Helt
1
-5
/
+3
2009-06-16
chipsfb: remove redundant assignment
Krzysztof Helt
1
-1
/
+0
2009-06-16
fbdev: add video modes for resolutions and timings of PAL RGB
Paul Menzel
1
-0
/
+8
2009-06-16
fbdev: move logo externs to header file
Geert Uytterhoeven
1
-15
/
+0
2009-06-16
fbdev: generated logo sources depend on scripts/pnmtologo
Sam Ravnborg
1
-5
/
+7
2009-06-16
lis3: add click function
Daniel Mack
3
-1
/
+39
2009-06-16
lis3: add three new laptop models
Eric Piel
1
-2
/
+5
2009-06-16
lis3: use input_polled_device
Eric Piel
4
-55
/
+29
2009-06-16
lis3: remove automatic shutdown of the device
Eric Piel
3
-71
/
+32
2009-06-16
lis3: fix misc device unregistering and printk
Eric Piel
1
-5
/
+2
2009-06-16
drivers: add support for the TI VLYNQ bus
Florian Fainelli
5
-0
/
+842
2009-06-16
console: make blank timeout value a boot option
Daniel Mack
1
-6
/
+7
2009-06-16
eisa.ids: add Network Peripherals FDDI boards
Maciej W. Rozycki
1
-0
/
+5
2009-06-16
use printk_once() in several places
Minchan Kim
1
-6
/
+3
2009-06-16
mm: remove CONFIG_UNEVICTABLE_LRU config option
KOSAKI Motohiro
1
-4
/
+0
2009-06-16
videobuf-dma-contig: zero copy USERPTR support
Magnus Damm
1
-5
/
+89
2009-06-16
page allocator: do not check NUMA node ID when the caller knows the node is v...
Mel Gorman
2
-2
/
+2
2009-06-16
firmware_map: fix hang with x86/32bit
Yinghai Lu
1
-7
/
+9
2009-06-16
spi: takes size of a pointer to determine the size of the pointed-to type
Roel Kluin
1
-3
/
+3
2009-06-16
time: move PIT_TICK_RATE to linux/timex.h
Arnd Bergmann
3
-1
/
+3
2009-06-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
714
-36880
/
+63315
2009-06-15
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...
Linus Torvalds
9
-154
/
+184
2009-06-15
regulator/max1586: fix V3 gain calculation integer overflow
Philipp Zabel
1
-4
/
+4
2009-06-15
regulator/max1586: support increased V3 voltage range
Philipp Zabel
1
-19
/
+52
2009-06-15
regulator: lp3971 - fix driver link error when built-in.
Liam Girdwood
1
-1
/
+1
2009-06-15
LP3971 PMIC regulator driver (updated and combined version)
Marek Szyprowski
3
-0
/
+570
2009-06-15
regulator: remove driver_data direct access of struct device
Greg Kroah-Hartman
1
-3
/
+3
2009-06-15
regulator: Set MODULE_ALIAS for regulator drivers
Mark Brown
3
-0
/
+3
2009-06-15
regulator: Support list_voltage for fixed voltage regulator
Mark Brown
1
-1
/
+14
2009-06-15
regulator: Move regulator drivers to subsys_initcall()
Mark Brown
4
-4
/
+4
2009-06-15
regulator: build fix for powerpc - renamed show_state
Liam Girdwood
1
-5
/
+5
2009-06-15
regulator: add userspace-consumer driver
Mike Rapoport
3
-0
/
+211
2009-06-15
Maxim 1586 regulator driver
Robert Jarzmik
3
-0
/
+259
2009-06-15
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...
David S. Miller
725
-17371
/
+79188
[next]