summaryrefslogtreecommitdiffstats
path: root/drivers/ssb (unfollow)
Commit message (Expand)AuthorFilesLines
2016-12-13drm: Protect master->unique with dev->master_mutexDaniel Vetter2-7/+22
2016-12-13drm_fourcc: Document linear modifierDaniel Vetter1-0/+10
2016-12-12drm: Simplify GETRESOURCES ioctlDaniel Vetter1-72/+39
2016-12-12dma-buf: Provide wrappers for reservation's lockChris Wilson1-0/+34
2016-12-08drm/atomic: Use active instead of enable in wait_for_vblanks.Maarten Lankhorst1-1/+1
2016-12-08drm: Update drm_device docs about embedding.Daniel Vetter1-4/+7
2016-12-08drm: Take ownership of the dmabuf->obj when exportingChris Wilson2-6/+7
2016-12-08drm: Allow CAP_PRIME on !MODESETDaniel Vetter1-6/+7
2016-12-07drm/fence: add drm_crtc_create_fence()Gustavo Padovan3-17/+19
2016-12-07drm/bridge: analogix: Don't return -EINVAL when panel doesn't support PSRzain wang1-2/+2
2016-12-06drm/atomic: doc: remove old comment about nonblocking commitsGustavo Padovan1-3/+0
2016-12-06drm: Don't block the kworker waiting for mode_config.mutex in output_poll()Chris Wilson1-1/+5
2016-12-06drm: Return -ENOTSUPP when called for KMS cap with a non-KMS driverMichel Dänzer1-9/+15
2016-12-06drm/amdgpu: don't add files at control minor debugfs directoryNicolai Stange1-6/+0
2016-12-06drm: allow changing DPMS modeMarta Lofstedt1-2/+2
2016-12-06drm/nouveau/mxm: warn more loudly on unsupported DCB versionBen Skeggs1-1/+1
2016-12-06drm/nouveau/mxm: handle DCB 4.1 modificationBen Skeggs1-1/+1
2016-12-06drm/nouveau/bios/mxm: handle digital connector table 1.1Ben Skeggs1-1/+1
2016-12-05drm/qxl: fix use of uninitialized variablePan Bian1-1/+1
2016-12-05drm/exynos: Use VIDEO_SAMSUNG_EXYNOS_GSC=n as GSC Kconfig dependencyJavier Martinez Canillas1-1/+1
2016-12-05drm/exynos: gsc: fix spelling mistakesColin Ian King2-2/+2
2016-12-05exynos-drm: Fix error messages to print flags and sizeShuah Khan1-2/+2
2016-12-05drm/exynos/hdmi: refactor infoframe codeAndrzej Hajda2-101/+42
2016-12-05drm/qxl: Don't register debugfs for control minorsDaniel Vetter1-6/+0
2016-12-05drm/radeon: don't add files at control minor debugfs directoryNicolai Stange1-6/+0
2016-12-04Linux 4.9-rc8v4.9-rc8Linus Torvalds1-1/+1
2016-12-03mm, vmscan: add cond_resched() into shrink_node_memcg()Michal Hocko1-0/+2
2016-12-03mm: workingset: fix NULL ptr in count_shadow_nodesMichal Hocko1-1/+1
2016-12-02kbuild: fix building bzImage with CONFIG_TRIM_UNUSED_KSYMS enabledNicolas Pitre1-1/+8
2016-12-02net: avoid signed overflows for SO_{SND|RCV}BUFFORCEEric Dumazet1-2/+2
2016-12-02geneve: avoid use-after-free of skb->dataSabrina Dubroca1-10/+4
2016-12-02tipc: check minimum bearer MTUMichal Kubeček3-2/+27
2016-12-02net: renesas: ravb: unintialized return valueDan Carpenter1-2/+0
2016-12-02sh_eth: remove unchecked interrupts for RZ/A1Chris Brandt1-1/+1
2016-12-02net: bcmgenet: Utilize correct struct device for all DMA operationsFlorian Fainelli1-3/+5
2016-12-02Fix up a couple of field names in the CREDITS fileLinus Torvalds1-4/+4
2016-12-02NET: usb: qmi_wwan: add support for Telit LE922A PID 0x1040Daniele Palmas1-0/+1
2016-12-02cdc_ether: Fix handling connection notificationKristian Evensen1-7/+31
2016-12-02ip6_offload: check segs for NULL in ipv6_gso_segment.Artem Savkov1-1/+1
2016-12-02MAINTAINERS: add etnaviv mailinglistLucas Stach1-0/+1
2016-12-02drm/etnaviv: move linear window on MC1.0 parts if necessaryLucas Stach1-0/+4
2016-12-02drm/etnaviv: don't invoke OOM killer from dump codeLucas Stach1-1/+2
2016-12-02drm/etnaviv: fix gem_prime_get_sg_table to return new SG tableLucas Stach1-2/+4
2016-12-02drm/etnaviv: Allow DRAW_INSTANCED commandsWladimir J. van der Laan2-4/+57
2016-12-02drm/etnaviv: implement dma-buf mmapLucas Stach3-0/+16
2016-12-02RDS: TCP: unregister_netdevice_notifier() in error path of rds_tcp_init_netSowmini Varadhan1-0/+2
2016-12-02Revert: "ip6_tunnel: Update skb->protocol to ETH_P_IPV6 in ip6_tnl_xmit()"Eli Cooper1-1/+0
2016-12-02ipv6: Set skb->protocol properly for local outputEli Cooper1-0/+2
2016-12-02ipv4: Set skb->protocol properly for local outputEli Cooper1-0/+2
2016-12-02packet: fix race condition in packet_set_ringPhilip Pettersson1-6/+12