summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-02-21backlight: l4f00242t03: use spi_get_drvdata and spi_set_drvdataJingoo Han1-6/+6
2013-02-21backlight: ams369fg06: reorder inclusions of <linux/xxx.h>Jingoo Han1-14/+5
2013-02-21backlight: ams369fg06: remove redundant variable 'before_power'Jingoo Han1-21/+3
2013-02-21backlight: ams369fg06: replace EFAULT with EINVALJingoo Han1-3/+3
2013-02-21backlight: ams369fg06: remove unnecessary NULL deference checkJingoo Han1-24/+8
2013-02-21backlight: ams369fg06: use sleep instead of delayJingoo Han1-5/+6
2013-02-21backlight: s6e63m0: reorder inclusions of <linux/xxx.h>Jingoo Han1-14/+5
2013-02-21backlight: s6e63m0: remove redundant variable 'before_power'Jingoo Han1-21/+3
2013-02-21backlight: s6e63m0: replace EFAULT with EINVALJingoo Han1-3/+3
2013-02-21backlight: s6e63m0: remove unnecessary NULL deference checkJingoo Han1-27/+14
2013-02-21backlight: s6e63m0: use sleep instead of delayJingoo Han1-5/+6
2013-02-21backlight: s6e63m0: use lowercase names of structsJingoo Han1-20/+20
2013-02-21backlight: ld9040: reorder inclusions of <linux/xxx.h>Jingoo Han1-14/+5
2013-02-21backlight: ld9040: remove redundant return variablesJingoo Han1-20/+4
2013-02-21backlight: ld9040: replace EFAULT with EINVALJingoo Han1-2/+2
2013-02-21backlight: ld9040: remove unnecessary NULL deference checkJingoo Han1-15/+13
2013-02-21backlight: ld9040: use sleep instead of delayJingoo Han1-6/+7
2013-02-21backlight: add lms501kf03 LCD driverJingoo Han3-0/+450
2013-02-21MAINTAINERS: mm: add additional include files to listingCody P Schafer1-0/+4
2013-02-21get_maintainer.pl: find maintainers for removed filesGeert Uytterhoeven1-1/+1
2013-02-21printk: add pr_devel_once and pr_devel_ratelimitedMikhail Gruzdev1-0/+18
2013-02-21lib/vsprintf.c: add %pa format specifier for phys_addr_t typesStepan Moskovchenko2-3/+18
2013-02-21sys_prctl(): coding-style cleanupAndrew Morton1-145/+143
2013-02-21sys_prctl(): arg2 is unsigned long which is never < 0Chen Gang1-1/+3
2013-02-21sun.com documentation fixesChristian Kujau4-10/+10
2013-02-21lib/Kconfig.debug: unhide CONFIG_PANIC_ON_OOPSKyle McMartin1-2/+1
2013-02-21smp: make smp_call_function_many() use logic similar to smp_call_function_sin...Shaohua Li2-154/+32
2013-02-21mm: use vm_unmapped_area() on alpha architectureMichel Lespinasse1-11/+9
2013-02-21ubifs: wait for page writeback to provide stable pagesJan Kara1-0/+1
2013-02-21ocfs2: wait for page writeback to provide stable pagesJan Kara1-0/+1
2013-02-21block: optionally snapshot page contents to provide stable pages during writeDarrick J. Wong7-13/+70
2013-02-219pfs: fix filesystem to wait for stable page writebackDarrick J. Wong1-0/+1
2013-02-21mm: only enforce stable page writes if the backing device requires itDarrick J. Wong7-5/+27
2013-02-21bdi: allow block devices to say that they require stable page writesDarrick J. Wong4-0/+26
2013-02-21lockdep: make lockdep_assert_held() not have a return valueJohannes Berg1-1/+3
2013-02-21ocfs2: unlock super lock if lockres refresh failedJunxiao Bi1-1/+4
2013-02-21ocfs2: remove kfree() redundant null checksTim Gardner10-34/+17
2013-02-21configfs: move the dereference below the NULL testWei Yongjun1-2/+3
2013-02-21scripts/tags.sh: add ctags magic for declarations of popular kernel typeKirill Tkhai1-4/+20
2013-02-21time: don't inline EXPORT_SYMBOL functionsGreg Kroah-Hartman1-2/+2
2013-02-21drivers/video/mx3fb.c: use NULL for pointerFabio Estevam1-1/+1
2013-02-21video: exynos_dp: move disable_irq() to exynos_dp_suspend()Ajay Kumar1-2/+2
2013-02-21video: exynos_dp: add missing of_node_put()Jingoo Han1-6/+13
2013-02-21video: s3c-fb: fix typo in definition of VIDCON1_VSTATUS_FRONTPORCH valueTomasz Figa1-1/+1
2013-02-21video: s3c-fb: add the bit definitions for CSC EQ709 and EQ601Jingoo Han1-0/+2
2013-02-21video: s3c-fb: remove unnecessary bracketsJingoo Han1-102/+97
2013-02-21video: s3c-fb: remove duplicated S3C_FB_MAX_WINJingoo Han1-2/+0
2013-02-21video: s3c-fb: use ARCH_ dependancyJingoo Han1-1/+2
2013-02-21drivers/video/exynos/exynos_mipi_dsi.c: use devm_* APIsSachin Kamat2-52/+17
2013-02-21drivers/video/exynos/exynos_mipi_dsi.c: fix an error check conditionSachin Kamat1-1/+1