index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
stifb: check fb_alloc_cmap return value and handle failure properly
Andres Salomon
2009-04-01
1
-8
/
+10
*
sstfb: check fb_alloc_cmap return value and handle failure properly
Andres Salomon
2009-04-01
1
-3
/
+7
*
sm501fb: check fb_alloc_cmap return value and handle failure properly
Andres Salomon
2009-04-01
1
-1
/
+4
*
skeletonfb: check fb_alloc_cmap return value and handle failure properly
Andres Salomon
2009-04-01
1
-3
/
+6
*
vfb: fix memory leaks in removal path
Andres Salomon
2009-04-01
1
-0
/
+1
*
tridentfb: fix memory leaks in removal path
Andres Salomon
2009-04-01
1
-0
/
+1
*
tdfxfb: fix memory leaks in removal path
Andres Salomon
2009-04-01
1
-0
/
+1
*
drivers/video/sgivwfb.c: fix memory leaks in removal path
Andres Salomon
2009-04-01
1
-0
/
+2
*
fbdev: uninline lock_fb_info()
Andrew Morton
2009-04-01
1
-0
/
+11
*
fbmem: fix fb_info->lock and mm->mmap_sem circular locking dependency
Andrea Righi
2009-04-01
4
-20
/
+70
*
cirrusfb: fix interlaced modes
Krzysztof Helt
2009-04-01
1
-14
/
+21
*
cirrusfb: fix threshold register mask for Laguna chips
Krzysztof Helt
2009-04-01
1
-1
/
+1
*
cirrusfb: GD5434 (aka SD64) support fixed
Krzysztof Helt
2009-04-01
1
-35
/
+37
*
cirrusfb: set MCLK in one place
Krzysztof Helt
2009-04-01
1
-54
/
+16
*
cirrusfb: add accelerator constant
Krzysztof Helt
2009-04-01
1
-2
/
+9
*
cirrusfb: fix clock doubling
Krzysztof Helt
2009-04-01
1
-1
/
+18
*
cirrusfb: use 24bpp instead of 32bpp
Krzysztof Helt
2009-04-01
1
-35
/
+44
*
cirrusfb: GD5446 fixes
Krzysztof Helt
2009-04-01
1
-18
/
+9
*
cirrusfb: fix error paths in cirrusfb_xxx_register()
Krzysztof Helt
2009-04-01
1
-12
/
+7
*
cirrusfb: add imageblit function
Krzysztof Helt
2009-04-01
1
-18
/
+46
*
cirrusfb: acceleration improvements
Krzysztof Helt
2009-04-01
1
-111
/
+75
*
cirrusfb: various Laguna fixes
Krzysztof Helt
2009-04-01
1
-27
/
+57
*
cirrusfb: check_var improvements
Krzysztof Helt
2009-04-01
1
-121
/
+74
*
cirrusfb: Laguna chipset 8bpp fix
Krzysztof Helt
2009-04-01
1
-13
/
+21
*
cirrusfb: various improvements
Krzysztof Helt
2009-04-01
1
-144
/
+58
*
cirrusfb: use 5-6-5 RGB for 16bpp mode
Krzysztof Helt
2009-04-01
1
-3
/
+3
*
cirrusfb: do not calculate line length twice
Krzysztof Helt
2009-04-01
1
-8
/
+6
*
cirrusfb: add mmio registers for Laguna chipsets
Krzysztof Helt
2009-04-01
1
-0
/
+38
*
cirrusfb: add Laguna additional overflow register
Krzysztof Helt
2009-04-01
1
-26
/
+42
*
cirrusfb: fix Laguna chipset memory detection and clock setting
Krzysztof Helt
2009-04-01
1
-27
/
+38
*
cirrusfb: convert printks to dev_foo
Krzysztof Helt
2009-04-01
1
-297
/
+158
*
drivers/video/uvesafb.c: don't use gfp_any()
Andrew Morton
2009-04-01
1
-1
/
+1
*
rtc: test before subtraction on unsigned
Roel Kluin
2009-04-01
1
-3
/
+3
*
rtc-v3020: coding style cleanup
Mike Rapoport
2009-04-01
1
-22
/
+18
*
rtc-wm8350: retries will reach -1
Roel Kluin
2009-04-01
1
-2
/
+2
*
rtc: add EPSON RX8025 support to DS1307 RTC driver
Matthias Fuchs
2009-04-01
2
-3
/
+84
*
rtc-ds1307: true SMBus compatibility
Ed Swierk
2009-04-01
1
-12
/
+97
*
rtc-parisc: rename p pointer to rtc
dann frazier
2009-04-01
1
-8
/
+8
*
rtc-parisc: remove a couple unnecessary variables
dann frazier
2009-04-01
1
-9
/
+3
*
rtc-parisc: use platform_driver_probe
dann frazier
2009-04-01
1
-9
/
+3
*
rtc-parisc: use rtc_valid_tm() in parisc_get_time
dann frazier
2009-04-01
1
-1
/
+1
*
rtc-parisc: remove struct parisc_rtc
dann frazier
2009-04-01
1
-12
/
+7
*
rtc-parisc: remove redundant locking
dann frazier
2009-04-01
1
-11
/
+1
*
rtc-parisc: add a missing include for linux/rtc.h
dann frazier
2009-04-01
1
-0
/
+1
*
rtc: add platform driver for EFI
dann frazier
2009-04-01
3
-0
/
+246
*
rtc: convert LEAP_YEAR into an inline
Andrew Morton
2009-04-01
1
-4
/
+3
*
rtc: convert wm8350 use new alarm and update operations
Mark Brown
2009-04-01
1
-21
/
+18
*
powerpc: add mmc-spi-slot bindings
Anton Vorontsov
2009-04-01
1
-0
/
+1
*
spi_mpc83xx: add OF platform driver bindings
Anton Vorontsov
2009-04-01
1
-36
/
+294
*
spi_mpc83xx: rework chip selects handling
Anton Vorontsov
2009-04-01
1
-13
/
+7
[next]