summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | drm/exynos: Consolidate return statements in fimd_bind()Krzysztof Kozlowski2015-05-191-6/+1
| | * | | | | drm/exynos: Constify exynos_drm_crtc_opsKrzysztof Kozlowski2015-05-197-15/+15
| | * | | | | drm/exynos: Fix build breakage on !DRM_EXYNOS_FIMDKrzysztof Kozlowski2015-05-194-37/+31
| | * | | | | drm/exynos: mixer: Constify platform_device_idKrzysztof Kozlowski2015-05-191-1/+1
| | * | | | | drm/exynos: mixer: cleanup pixelformat handlingTobias Jakobi2015-05-191-10/+23
| | * | | | | drm/exynos: mixer: also allow NV21 for the video processorTobias Jakobi2015-05-191-0/+3
| | * | | | | drm/exynos: mixer: remove buffer count handling in vp_video_buffer()Tobias Jakobi2015-05-191-15/+2
| | * | | | | drm/exynos: plane: honor buffer offset for dma_addrTobias Jakobi2015-05-191-1/+1
| | * | | | | drm/exynos: fb: use drm_format_num_planes to get buffer countTobias Jakobi2015-05-191-38/+1
| |/ / / / /
| * | | | | Merge branch 'msm-fixes-4.1' of git://people.freedesktop.org/~robclark/linux ...Dave Airlie2015-05-1915-67/+75
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | drm/msm: fix locking inconsistencies in gpu->destroy()Rob Clark2015-05-153-3/+3
| | * | | | drm/msm/dsi: Simplify the code to get the number of read byteHai Li2015-05-141-10/+4
| | * | | | drm/msm: Attach assigned encoder to eDP and DSI connectorsHai Li2015-05-143-6/+12
| | * | | | drm/msm: setup vram after component_bind_all()Rob Clark2015-05-141-4/+4
| | * | | | drm/msm/dsi: use pr_err_ratelimitedRob Clark2015-05-141-1/+1
| | * | | | drm/msm: fix unbalanced DRM framebuffer init/destroyStephane Viau2015-05-141-4/+3
| | * | | | drm/msm/mdp5: Fix iteration on INTF config arrayStephane Viau2015-05-143-26/+29
| | * | | | drm/msm/dsi: Fixup missing *break* statement during cmd rxHai Li2015-05-141-0/+1
| | * | | | drm/msm/dp: fix error return codeJulia Lawall2015-05-141-1/+2
| | * | | | drm: msm: Fix build when legacy fbdev support isn't setArchit Taneja2015-05-141-0/+4
| | * | | | drm/msm/dsi: Fix a couple more 64-bit build warningsStephane Viau2015-05-141-2/+2
| | * | | | drm/msm: Fix a couple of 64-bit build warningsThierry Reding2015-05-144-10/+10
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-05-2251-105/+308
|\ \ \ \ \ \
| * | | | | | bridge: fix lockdep splatEric Dumazet2015-05-221-0/+2
| * | | | | | net: core: 'ethtool' issue with querying phy settingsArun Parameswaran2015-05-221-1/+9
| * | | | | | bridge: fix parsing of MLDv2 reportsThadeu Lima de Souza Cascardo2015-05-221-1/+1
| * | | | | | ARM: zynq: DT: Use the zynq binding with macbNathan Sullivan2015-05-221-2/+2
| * | | | | | net: macb: Disable half duplex gigabit on ZynqNathan Sullivan2015-05-222-0/+13
| * | | | | | net: macb: Document zynq gem dt bindingNathan Sullivan2015-05-221-1/+2
| * | | | | | ipv4: fill in table id when replacing a routeMichal Kubeček2015-05-221-0/+1
| * | | | | | cdc_ncm: Fix tx_bytes statisticsBjørn Mork2015-05-221-1/+1
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-05-228-36/+51
| |\ \ \ \ \ \
| | * | | | | | Revert "netfilter: bridge: query conntrack about skb dnat"Florian Westphal2015-05-202-18/+10
| | * | | | | | netfilter: ensure number of counters is >0 in do_replace()Dave Jones2015-05-204-0/+22
| | * | | | | | netfilter: nfnetlink_{log,queue}: Register pernet in first placeFrancesco Ruggeri2015-05-202-18/+19
| * | | | | | | ipv4: Avoid crashing in ip_errorEric W. Biederman2015-05-221-0/+4
| * | | | | | | tcp: fix a potential deadlock in tcp_get_info()Eric Dumazet2015-05-224-4/+17
| * | | | | | | net: sched: fix call_rcu() race on classifier module unloadsDaniel Borkmann2015-05-211-0/+5
| * | | | | | | net: phy: Make sure phy_start() always re-enables the phy interruptsTim Beale2015-05-201-13/+16
| * | | | | | | Merge branch 'ipv6_ecmp_fixes'David S. Miller2015-05-202-7/+46
| |\ \ \ \ \ \ \
| | * | | | | | | ipv6: fix ECMP route replacementMichal Kubeček2015-05-202-6/+44
| | * | | | | | | ipv6: do not delete previously existing ECMP routes if add failsMichal Kubeček2015-05-201-1/+2
| |/ / / / / / /
| * | | | | | | Merge tag 'mac80211-for-davem-2015-05-19' of git://git.kernel.org/pub/scm/lin...David S. Miller2015-05-191-2/+4
| |\ \ \ \ \ \ \
| | * | | | | | | mac80211: move WEP tailroom size checkJanusz Dziedzic2015-05-111-2/+4
| * | | | | | | | tcp: don't over-send F-RTO probesYuchung Cheng2015-05-191-3/+3
| * | | | | | | | tcp: only undo on partial ACKs in CA_LossYuchung Cheng2015-05-191-3/+6
| * | | | | | | | net/ipv6/udp: Fix ipv6 multicast socket filter regressionHenning Rogge2015-05-191-1/+3
| * | | | | | | | inet: properly align icsk_ca_privEric Dumazet2015-05-191-2/+3
| | |/ / / / / / | |/| | | | | |
| * | | | | | | vxlan: correct typo in call to unregister_netdevice_queueJohn W. Linville2015-05-181-1/+1
| * | | | | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-05-183-2/+11
| |\ \ \ \ \ \ \