summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-02-21backlight: lms501kf03: use spi_get_drvdata and spi_set_drvdataJingoo Han
2013-02-21backlight: corgi_lcd: use spi_get_drvdata and spi_set_drvdataJingoo Han
2013-02-21backlight: tosa: use spi_get_drvdata and spi_set_drvdataJingoo Han
2013-02-21backlight: vgg2432a4: use spi_get_drvdata and spi_set_drvdataJingoo Han
2013-02-21backlight: ams369fg06: use spi_get_drvdata and spi_set_drvdataJingoo Han
2013-02-21backlight: lms283gf05: use spi_get_drvdata and spi_set_drvdataJingoo Han
2013-02-21backlight: tdo24m: use spi_get_drvdata and spi_set_drvdataJingoo Han
2013-02-21backlight: ltv350qv: use spi_get_drvdata and spi_set_drvdataJingoo Han
2013-02-21backlight: s6e63m0: use spi_get_drvdata and spi_set_drvdataJingoo Han
2013-02-21backlight: ld9040: use spi_get_drvdata and spi_set_drvdataJingoo Han
2013-02-21backlight: l4f00242t03: use spi_get_drvdata and spi_set_drvdataJingoo Han
2013-02-21backlight: ams369fg06: reorder inclusions of <linux/xxx.h>Jingoo Han
2013-02-21backlight: ams369fg06: remove redundant variable 'before_power'Jingoo Han
2013-02-21backlight: ams369fg06: replace EFAULT with EINVALJingoo Han
2013-02-21backlight: ams369fg06: remove unnecessary NULL deference checkJingoo Han
2013-02-21backlight: ams369fg06: use sleep instead of delayJingoo Han
2013-02-21backlight: s6e63m0: reorder inclusions of <linux/xxx.h>Jingoo Han
2013-02-21backlight: s6e63m0: remove redundant variable 'before_power'Jingoo Han
2013-02-21backlight: s6e63m0: replace EFAULT with EINVALJingoo Han
2013-02-21backlight: s6e63m0: remove unnecessary NULL deference checkJingoo Han
2013-02-21backlight: s6e63m0: use sleep instead of delayJingoo Han
2013-02-21backlight: s6e63m0: use lowercase names of structsJingoo Han
2013-02-21backlight: ld9040: reorder inclusions of <linux/xxx.h>Jingoo Han
2013-02-21backlight: ld9040: remove redundant return variablesJingoo Han
2013-02-21backlight: ld9040: replace EFAULT with EINVALJingoo Han
2013-02-21backlight: ld9040: remove unnecessary NULL deference checkJingoo Han
2013-02-21backlight: ld9040: use sleep instead of delayJingoo Han
2013-02-21backlight: add lms501kf03 LCD driverJingoo Han
2013-02-21MAINTAINERS: mm: add additional include files to listingCody P Schafer
2013-02-21get_maintainer.pl: find maintainers for removed filesGeert Uytterhoeven
2013-02-21printk: add pr_devel_once and pr_devel_ratelimitedMikhail Gruzdev
2013-02-21lib/vsprintf.c: add %pa format specifier for phys_addr_t typesStepan Moskovchenko
2013-02-21sys_prctl(): coding-style cleanupAndrew Morton
2013-02-21sys_prctl(): arg2 is unsigned long which is never < 0Chen Gang
2013-02-21sun.com documentation fixesChristian Kujau
2013-02-21lib/Kconfig.debug: unhide CONFIG_PANIC_ON_OOPSKyle McMartin
2013-02-21smp: make smp_call_function_many() use logic similar to smp_call_function_sin...Shaohua Li
2013-02-21mm: use vm_unmapped_area() on alpha architectureMichel Lespinasse
2013-02-21ubifs: wait for page writeback to provide stable pagesJan Kara
2013-02-21ocfs2: wait for page writeback to provide stable pagesJan Kara
2013-02-21block: optionally snapshot page contents to provide stable pages during writeDarrick J. Wong
2013-02-219pfs: fix filesystem to wait for stable page writebackDarrick J. Wong
2013-02-21mm: only enforce stable page writes if the backing device requires itDarrick J. Wong
2013-02-21bdi: allow block devices to say that they require stable page writesDarrick J. Wong
2013-02-21lockdep: make lockdep_assert_held() not have a return valueJohannes Berg
2013-02-21ocfs2: unlock super lock if lockres refresh failedJunxiao Bi
2013-02-21ocfs2: remove kfree() redundant null checksTim Gardner
2013-02-21configfs: move the dereference below the NULL testWei Yongjun
2013-02-21scripts/tags.sh: add ctags magic for declarations of popular kernel typeKirill Tkhai
2013-02-21time: don't inline EXPORT_SYMBOL functionsGreg Kroah-Hartman