summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-02-22mm: use vm_unmapped_area() on alpha architectureMichel Lespinasse
2013-02-22ubifs: wait for page writeback to provide stable pagesJan Kara
2013-02-22ocfs2: wait for page writeback to provide stable pagesJan Kara
2013-02-22block: optionally snapshot page contents to provide stable pages during writeDarrick J. Wong
2013-02-229pfs: fix filesystem to wait for stable page writebackDarrick J. Wong
2013-02-22mm: only enforce stable page writes if the backing device requires itDarrick J. Wong
2013-02-22bdi: allow block devices to say that they require stable page writesDarrick J. Wong
2013-02-22lockdep: make lockdep_assert_held() not have a return valueJohannes Berg
2013-02-22ocfs2: unlock super lock if lockres refresh failedJunxiao Bi
2013-02-22ocfs2: remove kfree() redundant null checksTim Gardner
2013-02-22configfs: move the dereference below the NULL testWei Yongjun
2013-02-22scripts/tags.sh: add ctags magic for declarations of popular kernel typeKirill Tkhai
2013-02-22time: don't inline EXPORT_SYMBOL functionsGreg Kroah-Hartman
2013-02-22drivers/video/mx3fb.c: use NULL for pointerFabio Estevam
2013-02-22video: exynos_dp: move disable_irq() to exynos_dp_suspend()Ajay Kumar
2013-02-22video: exynos_dp: add missing of_node_put()Jingoo Han
2013-02-22video: s3c-fb: fix typo in definition of VIDCON1_VSTATUS_FRONTPORCH valueTomasz Figa
2013-02-22video: s3c-fb: add the bit definitions for CSC EQ709 and EQ601Jingoo Han
2013-02-22video: s3c-fb: remove unnecessary bracketsJingoo Han
2013-02-22video: s3c-fb: remove duplicated S3C_FB_MAX_WINJingoo Han
2013-02-22video: s3c-fb: use ARCH_ dependancyJingoo Han
2013-02-22drivers/video/exynos/exynos_mipi_dsi.c: use devm_* APIsSachin Kamat
2013-02-22drivers/video/exynos/exynos_mipi_dsi.c: fix an error check conditionSachin Kamat
2013-02-22drivers/video/exynos/s6e8ax0.c: use devm_* APIs in s6e8ax0.cSachin Kamat
2013-02-22drivers/video/Kconfig: specify the SoCs that make use of FB_IMXFabio Estevam
2013-02-22ARM: mmp: add display and fb support in pxa910 defconfigZhou Zhu
2013-02-22ARM: mmp: enable display in ttc_dkbZhou Zhu
2013-02-22ARM: mmp: added device for display controllerZhou Zhu
2013-02-22video: mmpdisp: add spi port in display controllerZhou Zhu
2013-02-22video: mmp: add tpo hvga panel supportedLisa Du
2013-02-22video: mmp display controller supportGuoqing Li
2013-02-22fb: mmp: include linux/platform_device.hArnd Bergmann
2013-02-22video: mmp fb supportZhou Zhu
2013-02-22video: mmp display subsystemZhou Zhu
2013-02-22goldfish: framebuffer driverArve Hjønnevåg
2013-02-22fbcon: clear the logo bitmap from the margin areaKamal Mostafa
2013-02-22pcmcia: move unbind/rebind into dev_pm_ops.completeChristian Lamparter
2013-02-22cris: use "int" for ssize_t to match size_tGeert Uytterhoeven
2013-02-22mn10300: use for_each_pci_dev to simplify the codeWei Yongjun
2013-02-22fs/block_dev.c: page cache wrongly left invalidated after revalidate_disk()MITSUNARI Shigeo
2013-02-22inotify: remove broken mask checks causing unmount to be EINVALJim Somerville
2013-02-22compat: return -EFAULT on error in waitid()Dan Carpenter
2013-02-22bug.h, compiler.h: introduce compiletime_assert & BUILD_BUG_ON_MSGDaniel Santos
2013-02-22compiler.h, bug.h: prevent double error messages with BUILD_BUG{,_ON}Daniel Santos
2013-02-22bug.h: make BUILD_BUG_ON generate compile-time errorDaniel Santos
2013-02-22bug.h: prevent double evaulation of `condition' in BUILD_BUG_ONDaniel Santos
2013-02-22bug.h: fix BUILD_BUG_ON macro in __CHECKER__Daniel Santos
2013-02-22compiler{,-gcc4}.h, bug.h: Remove duplicate macrosDaniel Santos
2013-02-22compiler-gcc{3,4}.h: Use GCC_VERSION macroDaniel Santos
2013-02-22compiler-gcc.h: Add gcc-recommended GCC_VERSION macroDaniel Santos