aboutsummaryrefslogtreecommitdiffstats
path: root/ipc (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-02-21bug.h, compiler.h: introduce compiletime_assert & BUILD_BUG_ON_MSGDaniel Santos2-16/+38
2013-02-21compiler.h, bug.h: prevent double error messages with BUILD_BUG{,_ON}Daniel Santos2-1/+6
2013-02-21bug.h: make BUILD_BUG_ON generate compile-time errorDaniel Santos1-13/+19
2013-02-21bug.h: prevent double evaulation of `condition' in BUILD_BUG_ONDaniel Santos1-3/+4
2013-02-21bug.h: fix BUILD_BUG_ON macro in __CHECKER__Daniel Santos1-2/+2
2013-02-21compiler{,-gcc4}.h, bug.h: Remove duplicate macrosDaniel Santos3-6/+1
2013-02-21compiler-gcc{3,4}.h: Use GCC_VERSION macroDaniel Santos2-14/+14
2013-02-21compiler-gcc.h: Add gcc-recommended GCC_VERSION macroDaniel Santos1-0/+3
2013-02-21compiler-gcc4.h: Reorder macros based upon gcc verDaniel Santos1-9/+11
2013-02-21device_cgroup: don't grab mutex in rcu callbackJerry Snitselaar1-9/+12
2013-02-21KEYS: Revert one application of "Fix unreachable code" patchDavid Howells1-0/+2
2013-02-20sparc32: refactor smp bootSam Ravnborg6-78/+132