summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drm: Drop the NV12M and YUV420M formatsVille Syrjälä2012-09-131-5/+1
* drm/exynos: remove DRM_FORMAT_NV12M from plane moduleInki Dae2012-09-131-1/+0
* drm/exynos: fix double call of drm_prime_(init/destroy)_file_privateMandeep Singh Baines2012-09-131-2/+0
* drm/exynos: add dummy support for dmabuf-mmapTomasz Stanislawski2012-09-131-0/+7
* drm/exynos: Add missing braces around sizeof in exynos_mixer.cSachin Kamat2012-09-131-3/+3
* drm/exynos: Add missing braces around sizeof in exynos_hdmi.cSachin Kamat2012-09-131-3/+3
* drm/exynos: Make g2d_pm_ops staticSachin Kamat2012-09-131-1/+1
* drm/exynos: Add dependency for G2D in KconfigSachin Kamat2012-09-131-1/+1
* drm/exynos: fixed page align bug.Inki Dae2012-09-131-1/+1
* drm/exynos: Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(.. [1]Thomas Meyer2012-09-131-1/+1
* drm/exynos: Use devm_* functions in exynos_drm_g2d.c fileSachin Kamat2012-09-131-40/+10
* drm/exynos: Use devm_kzalloc in exynos_drm_hdmi.c fileSachin Kamat2012-09-131-2/+1
* drm/exynos: Use devm_kzalloc in exynos_drm_vidi.c fileSachin Kamat2012-09-131-3/+1
* drm/exynos: Remove redundant check in exynos_drm_fimd.c fileSachin Kamat2012-09-131-5/+0
* drm/exynos: Remove redundant check in exynos_hdmi.c fileSachin Kamat2012-09-131-5/+0
* gma500: Fix regression on Oaktrail devicesAlan Cox2012-09-131-0/+2
* Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie2012-09-137-27/+43
|\
| * drm/i915: fix up the IBX transcoder B checkDaniel Vetter2012-09-111-2/+4
| * drm/i915: set the right gen3 flip_done mode also at resumeDaniel Vetter2012-09-102-3/+3
| * drm/i915: initialize dpio_lock spin lockAlexander Shishkin2012-09-081-0/+1
| * drm/i915: do not expose a dysfunctional backlight interface to userspaceJani Nikula2012-09-031-9/+22
| * drm/i915: only enable sdvo hotplug irq if neededJani Nikula2012-09-031-9/+6
| * drm/i915/edp: get the panel delay before powering upDave Airlie2012-09-031-4/+7
* | Merge branch 'for-3.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-09-121-21/+89
|\ \
| * | workqueue: fix possible idle worker depletion across CPU hotplugLai Jiangshan2012-09-101-1/+36
| * | workqueue: restore POOL_MANAGING_WORKERSLai Jiangshan2012-09-101-1/+4
| * | workqueue: fix possible deadlock in idle worker rebindingTejun Heo2012-09-061-2/+27
| * | workqueue: move WORKER_REBIND clearing in rebind_workers() to the end of the ...Tejun Heo2012-09-061-13/+13
| * | workqueue: UNBOUND -> REBIND morphing in rebind_workers() should be atomicLai Jiangshan2012-09-051-6/+11
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2012-09-122-2/+3
|\ \ \
| * | | crypto: authenc - Fix crash with zero-length assoc dataHerbert Xu2012-09-111-2/+2
| * | | crypto/caam: Export gen_split_key symbol for other modulesBen Collins2012-09-061-0/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lli...Linus Torvalds2012-09-125-159/+75
|\ \ \ \
| * | | | kbuild: add symbol prefix arg to kallsymsJames Hogan2012-09-112-2/+6
| * | | | blackfin: smp: adapt to generic smp helpersSteven Miao2012-09-073-157/+69
| | |/ / | |/| |
* | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2012-09-115-7/+34
|\ \ \ \
| * | | | [SCSI] Fix 'Device not ready' issue on mpt2sasJames Bottomley2012-08-222-0/+20
| * | | | [SCSI] scsi_lib: fix scsi_io_completion's SG_IO error propagationMike Snitzer2012-08-221-1/+4
| * | | | [SCSI] megaraid_sas: Move poll_aen_lock initializerKashyap Desai2012-08-221-1/+2
| * | | | [SCSI] mpt2sas: Fix for Driver oops, when loading driver with max_queue_depth...sreekanth.reddy@lsi.com2012-08-221-5/+8
* | | | | Merge tag 'kvm-3.6-2' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-09-113-9/+29
|\ \ \ \ \
| * | | | | KVM: fix error paths for failed gfn_to_page() callsXiao Guangrong2012-09-102-6/+26
| * | | | | KVM: x86: Check INVPCID feature bit in EBX of leaf 7Ren, Yongjie2012-09-091-2/+2
| * | | | | KVM: PIC: fix use of uninitialised variable.Jamie Iles2012-09-041-1/+1
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2012-09-114-10/+11
|\ \ \ \ \ \
| * | | | | | fuse: fix retrieve lengthMiklos Szeredi2012-09-041-0/+1
| * | | | | | fuse: mark variables uninitializedDaniel Mack2012-09-031-2/+2
| * | | | | | cuse: kill connection on initialization errorMiklos Szeredi2012-08-301-3/+1
| * | | | | | cuse: fix fuse_conn_kill()Miklos Szeredi2012-08-301-5/+7
* | | | | | | Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2012-09-102-3/+3
|\ \ \ \ \ \ \