summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2013-02-21drivers/video/exynos/s6e8ax0.c: use devm_* APIs in s6e8ax0.cSachin Kamat1-10/+4
2013-02-21drivers/video/Kconfig: specify the SoCs that make use of FB_IMXFabio Estevam1-1/+1
2013-02-21ARM: mmp: add display and fb support in pxa910 defconfigZhou Zhu1-0/+8
2013-02-21ARM: mmp: enable display in ttc_dkbZhou Zhu1-0/+92
2013-02-21ARM: mmp: added device for display controllerZhou Zhu2-1/+7
2013-02-21video: mmpdisp: add spi port in display controllerZhou Zhu5-0/+199
2013-02-21video: mmp: add tpo hvga panel supportedLisa Du5-1/+195
2013-02-21video: mmp display controller supportGuoqing Li6-1/+2570
2013-02-21fb: mmp: include linux/platform_device.hArnd Bergmann1-0/+1
2013-02-21video: mmp fb supportZhou Zhu6-1/+757
2013-02-21video: mmp display subsystemZhou Zhu6-0/+618
2013-02-21goldfish: framebuffer driverArve Hjønnevåg3-0/+328
2013-02-21fbcon: clear the logo bitmap from the margin areaKamal Mostafa1-1/+9
2013-02-21pcmcia: move unbind/rebind into dev_pm_ops.completeChristian Lamparter1-7/+30
2013-02-21cris: use "int" for ssize_t to match size_tGeert Uytterhoeven1-5/+0
2013-02-21mn10300: use for_each_pci_dev to simplify the codeWei Yongjun1-1/+1
2013-02-21fs/block_dev.c: page cache wrongly left invalidated after revalidate_disk()MITSUNARI Shigeo1-0/+1
2013-02-21inotify: remove broken mask checks causing unmount to be EINVALJim Somerville1-4/+0
2013-02-21compat: return -EFAULT on error in waitid()Dan Carpenter1-1/+1