summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* net: add ETH_P_802_3_MINSimon Horman2013-03-286-10/+10
* bnx2x: fix compilation without CONFIG_BNX2X_SRIOVDmitry Kravkov2013-03-272-1/+2
* yam: remove redundant null check on devColin Ian King2013-03-271-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-27141-797/+1514
|\
| * Merge tag 'iommu-fixes-v3.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-03-274-15/+12
| |\
| | * iommu/amd: Make sure dma_ops are set for hotplug devicesJoerg Roedel2013-03-271-12/+10
| | * x86, io_apic: remove duplicated include from irq_remapping.cWei Yongjun2013-03-261-1/+0
| | * iommu: OMAP: build only on OMAP2+Arnd Bergmann2013-03-091-1/+1
| | * amd_iommu_init: remove __init from amd_iommu_erratum_746_workaroundNikola Pajkovsky2013-03-091-1/+1
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-03-261-2/+4
| |\ \
| | * | vt: synchronize_rcu() under spinlock is not nice...Al Viro2013-03-261-2/+4
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-03-2629-104/+195
| |\ \ \
| | * | | bonding: remove already created master sysfs link on failureVeaceslav Falico2013-03-261-0/+5
| | * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2013-03-265-22/+43
| | |\ \ \
| | | * | | igb: fix PHC stopping on max freqJiri Benc2013-03-261-1/+1
| | | * | | igb: make sensor info staticStephen Hemminger2013-03-261-1/+1
| | | * | | igb: SR-IOV init reorderingAlex Williamson2013-03-261-1/+1
| | | * | | igb: Fix null pointer dereferenceAlex Williamson2013-03-261-1/+1
| | | * | | igb: fix i350 anti spoofing configLior Levy2013-03-261-14/+19
| | | * | | ixgbevf: don't release the soft entriesxunleer2013-03-261-4/+20
| | * | | | pch_gbe: fix ip_summed checksum reporting on rxVeaceslav Falico2013-03-261-2/+2
| | |/ / /
| | * | | bnx2x: fix assignment of signed expression to unsigned variableKumar Amit Mehta2013-03-241-9/+9
| * | | | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2013-03-259-18/+26
| |\ \ \ \
| | | \ \ \
| | | \ \ \
| | *-. \ \ \ Merge branches 'cxgb4', 'ipoib' and 'qib' into for-nextRoland Dreier2013-03-228-17/+23
| | |\ \ \ \ \
| | | | * | | | IB/qib: change QLogic to IntelVinit Agnihotri2013-03-226-14/+16
| | | | * | | | IB/ipath: Silence a static checker warningDan Carpenter2013-03-221-1/+1
| | | * | | | | IPoIB: Fix send lockup due to missed TX completionMike Marciniszyn2013-03-221-2/+6
| | | |/ / / /
| | * / / / / RDMA/cxgb4: Fix error return code in create_qp()Wei Yongjun2013-03-221-1/+3
| | |/ / / /
| * | | | | Merge tag 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2013-03-251-2/+5
| |\ \ \ \ \
| | * | | | | ARM: video: mxs: Fix mxsfb misconfiguring VDCTRL0Marek Vasut2013-03-191-2/+5
| | |/ / / /
| * | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-03-2511-73/+384
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie2013-03-255-13/+19
| | |\ \ \ \ \
| | | * | | | | Revert "drm/i915: write backlight harder"Daniel Vetter2013-03-241-8/+5
| | | * | | | | drm/i915: don't disable the power well yetPaulo Zanoni2013-03-243-0/+9
| | | * | | | | Revert "drm/i915: set TRANSCODER_EDP even earlier"Daniel Vetter2013-03-241-5/+5
| | * | | | | | Merge branch 'exynos-drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Dave Airlie2013-03-256-60/+365
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | | * | | | | drm/exynos: Check g2d cmd list for g2d restrictionsYoungJun Cho2013-03-201-0/+183
| | | * | | | | drm/exynos: Add a new function to get gem buffer sizeInki Dae2013-03-202-0/+26
| | | * | | | | drm/exynos: Deal with g2d buffer info more efficientlyYoungJun Cho2013-03-201-37/+123
| | | * | | | | drm/exynos: Clean up some G2D codes for readabilityYoungJun Cho2013-03-201-9/+7
| | | * | | | | drm/exynos: Fix G2D core malfunctioning issueYoungJun Cho2013-03-201-5/+15
| | | * | | | | drm/exynos: clear node object type at gem unmapYoungJun Cho2013-03-201-0/+1
| | | * | | | | drm/exynos: Fix error routine to getting dma addr.YoungJun Cho2013-03-201-2/+4
| | | * | | | | drm/exynos: Replaced kzalloc & memcpy with kmemdupAlexandru Gheorghiu2013-03-201-4/+2
| | | * | | | | drm/exynos: fimd: calculate the correct address offsetLeela Krishna Amudala2013-03-201-8/+9
| | | * | | | | drm/exynos: Make mixer_check_timing staticSachin Kamat2013-03-201-1/+1
| | | * | | | | drm/exynos: modify the compatible string for exynos fimdVikas Sajjan2013-03-201-2/+2
| * | | | | | | Merge tag 'pinctrl-fixes-for-v3.9' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-03-246-7/+11
| |\ \ \ \ \ \ \
| | * | | | | | | pinmux: forbid mux_usecount to be set at UINT_MAXRichard Genoud2013-03-211-0/+5
| | * | | | | | | pinctrl: mvebu: fix checking for SoC specific controlsSimon Guinot2013-03-211-1/+1