summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2013-02-21drivers/video/mx3fb.c: use NULL for pointerFabio Estevam
2013-02-21video: exynos_dp: move disable_irq() to exynos_dp_suspend()Ajay Kumar
2013-02-21video: exynos_dp: add missing of_node_put()Jingoo Han
2013-02-21video: s3c-fb: fix typo in definition of VIDCON1_VSTATUS_FRONTPORCH valueTomasz Figa
2013-02-21video: s3c-fb: add the bit definitions for CSC EQ709 and EQ601Jingoo Han
2013-02-21video: s3c-fb: remove unnecessary bracketsJingoo Han
2013-02-21video: s3c-fb: remove duplicated S3C_FB_MAX_WINJingoo Han
2013-02-21video: s3c-fb: use ARCH_ dependancyJingoo Han
2013-02-21drivers/video/exynos/exynos_mipi_dsi.c: use devm_* APIsSachin Kamat
2013-02-21drivers/video/exynos/exynos_mipi_dsi.c: fix an error check conditionSachin Kamat
2013-02-21drivers/video/exynos/s6e8ax0.c: use devm_* APIs in s6e8ax0.cSachin Kamat
2013-02-21drivers/video/Kconfig: specify the SoCs that make use of FB_IMXFabio Estevam
2013-02-21ARM: mmp: add display and fb support in pxa910 defconfigZhou Zhu
2013-02-21ARM: mmp: enable display in ttc_dkbZhou Zhu
2013-02-21ARM: mmp: added device for display controllerZhou Zhu
2013-02-21video: mmpdisp: add spi port in display controllerZhou Zhu
2013-02-21video: mmp: add tpo hvga panel supportedLisa Du
2013-02-21video: mmp display controller supportGuoqing Li
2013-02-21fb: mmp: include linux/platform_device.hArnd Bergmann
2013-02-21video: mmp fb supportZhou Zhu
2013-02-21video: mmp display subsystemZhou Zhu
2013-02-21goldfish: framebuffer driverArve Hjønnevåg
2013-02-21fbcon: clear the logo bitmap from the margin areaKamal Mostafa
2013-02-21pcmcia: move unbind/rebind into dev_pm_ops.completeChristian Lamparter
2013-02-21cris: use "int" for ssize_t to match size_tGeert Uytterhoeven
2013-02-21mn10300: use for_each_pci_dev to simplify the codeWei Yongjun
2013-02-21fs/block_dev.c: page cache wrongly left invalidated after revalidate_disk()MITSUNARI Shigeo
2013-02-21inotify: remove broken mask checks causing unmount to be EINVALJim Somerville
2013-02-21compat: return -EFAULT on error in waitid()Dan Carpenter
2013-02-21bug.h, compiler.h: introduce compiletime_assert & BUILD_BUG_ON_MSGDaniel Santos
2013-02-21compiler.h, bug.h: prevent double error messages with BUILD_BUG{,_ON}Daniel Santos
2013-02-21bug.h: make BUILD_BUG_ON generate compile-time errorDaniel Santos
2013-02-21bug.h: prevent double evaulation of `condition' in BUILD_BUG_ONDaniel Santos