summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-09-14drm/nouveau: fix booting with plymouth + dumb supportDave Airlie1-1/+1
2012-09-14Merge branch 'drm-fixes-3.6' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2-37/+134
2012-09-14pktgen: fix crash with vlan and packet size less than 46Nishank Trivedi1-1/+1
2012-09-14thinkpad_acpi: buffer overflow in fan_get_status()Dan Carpenter1-6/+7
2012-09-14eeepc-laptop: fix device reference count leakage in eeepc_rfkill_hotplug()Jiang Liu1-4/+6
2012-09-14platform/x86: fix asus_laptop.wled_type descriptionMaxim Nikulin1-1/+1
2012-09-14asus-laptop: HRWS/HWRS typoCorentin Chary1-4/+4
2012-09-14drivers-platform-x86: remove useless #ifdef CONFIG_ACPI_VIDEOCorentin Chary4-14/+0
2012-09-14apple-gmux: Fix port address calculation in gmux_pio_write32()Seth Forshee1-1/+1
2012-09-14apple-gmux: Fix index read functionsBernhard Froemel1-2/+4
2012-09-14apple-gmux: Obtain version info from indexed gmuxBernhard Froemel1-4/+8
2012-09-14bnx2x: Add missing afex codeYuval Mintz2-11/+21
2012-09-14bnx2x: fix registers dumpedDmitry Kravkov2-18/+9
2012-09-14bnx2x: correct advertisement of pause capabilitiesYaniv Rosner1-0/+6
2012-09-14bnx2x: display the correct duplex valueYaniv Rosner1-4/+6
2012-09-14bnx2x: prevent timeouts when using PFCYaniv Rosner1-3/+5
2012-09-14bnx2x: fix stats copying logicYuval Mintz1-2/+5
2012-09-14bnx2x: Avoid sending multiple statistics queriesDmitry Kravkov1-3/+5
2012-09-14drm/radeon: make 64bit fences more robust v3Christian König1-3/+5
2012-09-14drm/radeon: rework pll selection (v3)Alex Deucher1-34/+129
2012-09-14net: qmi_wwan: call subdriver with control intf onlyBjørn Mork1-3/+4
2012-09-14net_sched: gred: actually perform idling in WRED modeDavid Ward1-11/+15
2012-09-14net_sched: gred: fix qave reporting via netlinkDavid Ward1-1/+4
2012-09-14net_sched: gred: eliminate redundant DP prio comparisonsDavid Ward1-3/+2
2012-09-14net_sched: gred: correct comment about qavg calculation in RIO modeDavid Ward1-1/+1
2012-09-13mISDN: Fix wrong usage of flush_work_sync while holding locksKarsten Keil7-11/+15
2012-09-13Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller4-44/+38
2012-09-13Merge tag 'sound-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds6-8/+14
2012-09-13Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds13-32/+98
2012-09-13Merge tag 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds1-1/+9
2012-09-13GFS2: Take account of blockages when using reserved blocksSteven Whitehouse1-38/+28
2012-09-13GFS2: Fix missing allocation data for set/remove xattrSteven Whitehouse1-2/+6
2012-09-13GFS2: Make write size hinting code commonSteven Whitehouse1-4/+27
2012-09-13Merge tag 'imx-fixes' of git://git.pengutronix.de/git/imx/linux-2.6 into fixesOlof Johansson24-46/+253
2012-09-13ahci: Add identifiers for ASM106x devicesAlan Cox1-1/+4
2012-09-13ahci: Add alternate identifier for the 88SE9172Alan Cox1-0/+2
2012-09-13ahci: Add JMicron 362 device IDsBen Hutchings1-0/+3
2012-09-13Merge branch 'exynos-drm-fixes' of git://git.infradead.org/users/kmpark/linux...Dave Airlie12-73/+30
2012-09-13drm: Drop the NV12M and YUV420M formatsVille Syrjälä1-5/+1
2012-09-13drm/exynos: remove DRM_FORMAT_NV12M from plane moduleInki Dae1-1/+0
2012-09-13drm/exynos: fix double call of drm_prime_(init/destroy)_file_privateMandeep Singh Baines1-2/+0
2012-09-13drm/exynos: add dummy support for dmabuf-mmapTomasz Stanislawski1-0/+7
2012-09-13drm/exynos: Add missing braces around sizeof in exynos_mixer.cSachin Kamat1-3/+3
2012-09-13drm/exynos: Add missing braces around sizeof in exynos_hdmi.cSachin Kamat1-3/+3
2012-09-13drm/exynos: Make g2d_pm_ops staticSachin Kamat1-1/+1
2012-09-13drm/exynos: Add dependency for G2D in KconfigSachin Kamat1-1/+1
2012-09-13drm/exynos: fixed page align bug.Inki Dae1-1/+1
2012-09-13drm/exynos: Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(.. [1]Thomas Meyer1-1/+1
2012-09-13drm/exynos: Use devm_* functions in exynos_drm_g2d.c fileSachin Kamat1-40/+10
2012-09-13drm/exynos: Use devm_kzalloc in exynos_drm_hdmi.c fileSachin Kamat1-2/+1