summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drivers/video/mx3fb.c: use NULL for pointerFabio Estevam2013-02-221-1/+1
* video: exynos_dp: move disable_irq() to exynos_dp_suspend()Ajay Kumar2013-02-221-2/+2
* video: exynos_dp: add missing of_node_put()Jingoo Han2013-02-221-6/+13
* video: s3c-fb: fix typo in definition of VIDCON1_VSTATUS_FRONTPORCH valueTomasz Figa2013-02-221-1/+1
* video: s3c-fb: add the bit definitions for CSC EQ709 and EQ601Jingoo Han2013-02-221-0/+2
* video: s3c-fb: remove unnecessary bracketsJingoo Han2013-02-221-102/+97Star
* video: s3c-fb: remove duplicated S3C_FB_MAX_WINJingoo Han2013-02-221-2/+0Star
* video: s3c-fb: use ARCH_ dependancyJingoo Han2013-02-221-1/+2
* drivers/video/exynos/exynos_mipi_dsi.c: use devm_* APIsSachin Kamat2013-02-222-52/+17Star
* drivers/video/exynos/exynos_mipi_dsi.c: fix an error check conditionSachin Kamat2013-02-221-1/+1
* drivers/video/exynos/s6e8ax0.c: use devm_* APIs in s6e8ax0.cSachin Kamat2013-02-221-10/+4Star
* drivers/video/Kconfig: specify the SoCs that make use of FB_IMXFabio Estevam2013-02-221-1/+1
* ARM: mmp: add display and fb support in pxa910 defconfigZhou Zhu2013-02-221-0/+8
* ARM: mmp: enable display in ttc_dkbZhou Zhu2013-02-221-0/+92
* ARM: mmp: added device for display controllerZhou Zhu2013-02-222-1/+7
* video: mmpdisp: add spi port in display controllerZhou Zhu2013-02-225-0/+199
* video: mmp: add tpo hvga panel supportedLisa Du2013-02-225-1/+195
* video: mmp display controller supportGuoqing Li2013-02-226-1/+2570
* fb: mmp: include linux/platform_device.hArnd Bergmann2013-02-221-0/+1
* video: mmp fb supportZhou Zhu2013-02-226-1/+757
* video: mmp display subsystemZhou Zhu2013-02-226-0/+618
* goldfish: framebuffer driverArve Hjønnevåg2013-02-223-0/+328
* fbcon: clear the logo bitmap from the margin areaKamal Mostafa2013-02-221-1/+9
* pcmcia: move unbind/rebind into dev_pm_ops.completeChristian Lamparter2013-02-221-7/+30
* cris: use "int" for ssize_t to match size_tGeert Uytterhoeven2013-02-221-5/+0Star
* mn10300: use for_each_pci_dev to simplify the codeWei Yongjun2013-02-221-1/+1
* fs/block_dev.c: page cache wrongly left invalidated after revalidate_disk()MITSUNARI Shigeo2013-02-221-0/+1
* inotify: remove broken mask checks causing unmount to be EINVALJim Somerville2013-02-221-4/+0Star
* compat: return -EFAULT on error in waitid()Dan Carpenter2013-02-221-1/+1
* bug.h, compiler.h: introduce compiletime_assert & BUILD_BUG_ON_MSGDaniel Santos2013-02-222-16/+38
* compiler.h, bug.h: prevent double error messages with BUILD_BUG{,_ON}Daniel Santos2013-02-222-1/+6
* bug.h: make BUILD_BUG_ON generate compile-time errorDaniel Santos2013-02-221-13/+19
* bug.h: prevent double evaulation of `condition' in BUILD_BUG_ONDaniel Santos2013-02-221-3/+4
* bug.h: fix BUILD_BUG_ON macro in __CHECKER__Daniel Santos2013-02-221-2/+2
* compiler{,-gcc4}.h, bug.h: Remove duplicate macrosDaniel Santos2013-02-223-6/+1Star
* compiler-gcc{3,4}.h: Use GCC_VERSION macroDaniel Santos2013-02-222-14/+14
* compiler-gcc.h: Add gcc-recommended GCC_VERSION macroDaniel Santos2013-02-221-0/+3
* compiler-gcc4.h: Reorder macros based upon gcc verDaniel Santos2013-02-221-9/+11
* device_cgroup: don't grab mutex in rcu callbackJerry Snitselaar2013-02-221-9/+12
* Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-02-216-60/+192
|\
| * pstore: Create a convenient mount point for pstoreJosh Boyer2013-02-122-6/+22
| * efi_pstore: Introducing workqueue updating sysfsSeiji Aguchi2013-02-122-6/+82
| * efivars: Disable external interrupt while holding efivars->lockSeiji Aguchi2013-02-121-42/+44
| * efi_pstore: Avoid deadlock in non-blocking pathsSeiji Aguchi2013-01-111-1/+10
| * pstore: Avoid deadlock in panic and emergency-restart pathSeiji Aguchi2013-01-112-6/+35
* | Merge tag 'dlm-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds2013-02-212-0/+18
|\ \
| * | dlm: avoid scanning unchanged toss listsDavid Teigland2013-01-072-0/+18
* | | Merge tag 'nfs-for-3.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2013-02-2126-260/+415
|\ \ \
| * | | NLM: Ensure that we resend all pending blocking locks after a reclaimTrond Myklebust2013-02-191-0/+3
| * | | umount oops when remove blocklayoutdriver firstfanchaoting2013-02-172-0/+2