index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
video
/
pxafb.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-02-22
backlight: corgi_lcd: use spi_get_drvdata and spi_set_drvdata
Jingoo Han
1
-4
/
+4
2013-02-22
backlight: tosa: use spi_get_drvdata and spi_set_drvdata
Jingoo Han
1
-6
/
+6
2013-02-22
backlight: vgg2432a4: use spi_get_drvdata and spi_set_drvdata
Jingoo Han
1
-5
/
+4
2013-02-22
backlight: ams369fg06: use spi_get_drvdata and spi_set_drvdata
Jingoo Han
1
-5
/
+5
2013-02-22
backlight: lms283gf05: use spi_get_drvdata and spi_set_drvdata
Jingoo Han
1
-2
/
+2
2013-02-22
backlight: tdo24m: use spi_get_drvdata and spi_set_drvdata
Jingoo Han
1
-5
/
+5
2013-02-22
backlight: ltv350qv: use spi_get_drvdata and spi_set_drvdata
Jingoo Han
1
-5
/
+5
2013-02-22
backlight: s6e63m0: use spi_get_drvdata and spi_set_drvdata
Jingoo Han
1
-5
/
+5
2013-02-22
backlight: ld9040: use spi_get_drvdata and spi_set_drvdata
Jingoo Han
1
-5
/
+5
2013-02-22
backlight: l4f00242t03: use spi_get_drvdata and spi_set_drvdata
Jingoo Han
1
-6
/
+6
2013-02-22
backlight: ams369fg06: reorder inclusions of <linux/xxx.h>
Jingoo Han
1
-14
/
+5
2013-02-22
backlight: ams369fg06: remove redundant variable 'before_power'
Jingoo Han
1
-21
/
+3
2013-02-22
backlight: ams369fg06: replace EFAULT with EINVAL
Jingoo Han
1
-3
/
+3
2013-02-22
backlight: ams369fg06: remove unnecessary NULL deference check
Jingoo Han
1
-24
/
+8
2013-02-22
backlight: ams369fg06: use sleep instead of delay
Jingoo Han
1
-5
/
+6
2013-02-22
backlight: s6e63m0: reorder inclusions of <linux/xxx.h>
Jingoo Han
1
-14
/
+5
2013-02-22
backlight: s6e63m0: remove redundant variable 'before_power'
Jingoo Han
1
-21
/
+3
2013-02-22
backlight: s6e63m0: replace EFAULT with EINVAL
Jingoo Han
1
-3
/
+3
2013-02-22
backlight: s6e63m0: remove unnecessary NULL deference check
Jingoo Han
1
-27
/
+14
2013-02-22
backlight: s6e63m0: use sleep instead of delay
Jingoo Han
1
-5
/
+6
2013-02-22
backlight: s6e63m0: use lowercase names of structs
Jingoo Han
1
-20
/
+20
2013-02-22
backlight: ld9040: reorder inclusions of <linux/xxx.h>
Jingoo Han
1
-14
/
+5
2013-02-22
backlight: ld9040: remove redundant return variables
Jingoo Han
1
-20
/
+4
2013-02-22
backlight: ld9040: replace EFAULT with EINVAL
Jingoo Han
1
-2
/
+2
2013-02-22
backlight: ld9040: remove unnecessary NULL deference check
Jingoo Han
1
-15
/
+13
2013-02-22
backlight: ld9040: use sleep instead of delay
Jingoo Han
1
-6
/
+7
2013-02-22
backlight: add lms501kf03 LCD driver
Jingoo Han
3
-0
/
+450
2013-02-22
MAINTAINERS: mm: add additional include files to listing
Cody P Schafer
1
-0
/
+4
2013-02-22
get_maintainer.pl: find maintainers for removed files
Geert Uytterhoeven
1
-1
/
+1
2013-02-22
printk: add pr_devel_once and pr_devel_ratelimited
Mikhail Gruzdev
1
-0
/
+18
2013-02-22
lib/vsprintf.c: add %pa format specifier for phys_addr_t types
Stepan Moskovchenko
2
-3
/
+18
2013-02-22
sys_prctl(): coding-style cleanup
Andrew Morton
1
-145
/
+143
2013-02-22
sys_prctl(): arg2 is unsigned long which is never < 0
Chen Gang
1
-1
/
+3
2013-02-22
sun.com documentation fixes
Christian Kujau
4
-10
/
+10
2013-02-22
lib/Kconfig.debug: unhide CONFIG_PANIC_ON_OOPS
Kyle McMartin
1
-2
/
+1
2013-02-22
smp: make smp_call_function_many() use logic similar to smp_call_function_sin...
Shaohua Li
2
-154
/
+32
2013-02-22
mm: use vm_unmapped_area() on alpha architecture
Michel Lespinasse
1
-11
/
+9
2013-02-22
ubifs: wait for page writeback to provide stable pages
Jan Kara
1
-0
/
+1
2013-02-22
ocfs2: wait for page writeback to provide stable pages
Jan Kara
1
-0
/
+1
2013-02-22
block: optionally snapshot page contents to provide stable pages during write
Darrick J. Wong
7
-13
/
+70
2013-02-22
9pfs: fix filesystem to wait for stable page writeback
Darrick J. Wong
1
-0
/
+1
2013-02-22
mm: only enforce stable page writes if the backing device requires it
Darrick J. Wong
7
-5
/
+27
2013-02-22
bdi: allow block devices to say that they require stable page writes
Darrick J. Wong
4
-0
/
+26
2013-02-22
lockdep: make lockdep_assert_held() not have a return value
Johannes Berg
1
-1
/
+3
2013-02-22
ocfs2: unlock super lock if lockres refresh failed
Junxiao Bi
1
-1
/
+4
2013-02-22
ocfs2: remove kfree() redundant null checks
Tim Gardner
10
-34
/
+17
2013-02-22
configfs: move the dereference below the NULL test
Wei Yongjun
1
-2
/
+3
2013-02-22
scripts/tags.sh: add ctags magic for declarations of popular kernel type
Kirill Tkhai
1
-4
/
+20
2013-02-22
time: don't inline EXPORT_SYMBOL functions
Greg Kroah-Hartman
1
-2
/
+2
2013-02-22
drivers/video/mx3fb.c: use NULL for pointer
Fabio Estevam
1
-1
/
+1
[next]