summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-09-25Merge tag 'drm-intel-fixes-2015-09-24' of git://anongit.freedesktop.org/drm-i...Dave Airlie4-4/+43
2015-09-24cgroup, writeback: don't enable cgroup writeback on traditional hierarchiesTejun Heo1-2/+9
2015-09-24netlink: Replace rhash_portid with boundHerbert Xu2-12/+29
2015-09-24ALSA: hda - Disable power_save_node for ThinkpadsTakashi Iwai1-12/+19
2015-09-24Merge tag 'asoc-fix-v4.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Takashi Iwai19-75/+122
2015-09-24Merge tag 'spi-fix-v4.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds10-45/+49
2015-09-24Merge tag 'regulator-fix-v4.3-rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds7-19/+70
2015-09-24Merge tag 'dm-4.3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dev...Linus Torvalds2-2/+19
2015-09-24ALSA: hda/tegra - async probe for avoiding module loading deadlockTakashi Iwai1-5/+25
2015-09-24ARM: alignment: fix alignment handling for uaccess changesRussell King1-5/+25
2015-09-24Merge tag 'vmwgfx-fixes-4.3-150924' of git://people.freedesktop.org/~thomash/...Dave Airlie12-44/+62
2015-09-24drm: Allow also control clients to check the drm versionThomas Hellstrom1-1/+2
2015-09-24drm/vmwgfx: Fix uninitialized return in vmw_kms_helper_dirty()Christian Engelmayer1-2/+1
2015-09-24drm/vmwgfx: Fix uninitialized return in vmw_cotable_unbind()Christian Engelmayer1-2/+1
2015-09-24fix encryption error checks on mountSteve French1-0/+8
2015-09-24[SMB3] Fix sec=krb5 on smb3 mountsSteve French1-15/+61
2015-09-23geneve: use network byte order for destination port config parameterJohn W. Linville1-8/+8
2015-09-24Merge branch 'drm-fixes-4.3' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie43-466/+534
2015-09-24drm/layerscape: fix handling fsl_dcu_drm_plane_index resultAndrzej Hajda1-1/+2
2015-09-24drm/mgag200: Fix driver_load error handlingArchit Taneja1-16/+20
2015-09-24drm/mgag200: Fix error handling paths in fbdev driverArchit Taneja1-8/+23
2015-09-24drm/qxl: only report first monitor as connected if we have no stateDave Airlie1-5/+7
2015-09-238139cp: Dump contents of descriptor ring on TX timeoutDavid Woodhouse1-1/+13
2015-09-238139cp: Fix DMA unmapping of transmitted buffersDavid Woodhouse1-1/+8
2015-09-238139cp: Reduce duplicate csum/tso code in cp_start_xmit()David Woodhouse1-41/+20
2015-09-238139cp: Fix TSO/scatter-gather descriptor setupDavid Woodhouse1-12/+10
2015-09-238139cp: Fix tx_queued debug message to print correct slot numbersDavid Woodhouse1-7/+8
2015-09-238139cp: Do not re-enable RX interrupts in cp_tx_timeout()David Woodhouse1-1/+2
2015-09-23Merge branch 'netcp-fixes'David S. Miller2-66/+55
2015-09-23net: netcp: fix deadlock reported by lockup detectorKaricheri, Muralidharan1-16/+10
2015-09-23net: netcp: allocate buffers to desc before re-enable interruptKaricheri, Muralidharan1-1/+1
2015-09-23net: netcp: check for interface handle in netcp_module_probe()Karicheri, Muralidharan1-0/+5
2015-09-23net: netcp: add error check to netcp_allocate_rx_buf()Karicheri, Muralidharan1-6/+7
2015-09-23net: netcp: move netcp_register_interface() to after attach moduleKaricheri, Muralidharan1-7/+12
2015-09-23net: netcp: remove dead code from the driverKaricheri, Muralidharan1-9/+0
2015-09-23net: netcp: ethss: fix error in calling sgmii api with incorrect offsetWingMan Kwok1-27/+20
2015-09-23Fix AF_PACKET ABI breakage in 4.2David Woodhouse1-15/+17
2015-09-23netpoll: Close race condition between poll_one_napi and napi_disableNeil Horman3-2/+11
2015-09-23tcp: add proper TS val into RST packetsEric Dumazet1-0/+1
2015-09-23drm/radeon: add quirk for MSI R7 370Maxim Sheviakov1-0/+1
2015-09-23drm/amdgpu: Sprinkle drm_modeset_lock_all to appease locking checksAlex Deucher1-0/+4
2015-09-23drm/radeon: Sprinkle drm_modeset_lock_all to appease locking checksDaniel Vetter1-0/+4
2015-09-23drm/amdgpu: sync ce and me with SWITCH_BUFFER(2)monk.liu3-92/+23
2015-09-23drm/amdgpu: integer overflow in amdgpu_mode_dumb_create()Dan Carpenter1-1/+1
2015-09-23drm/amdgpu: info leak in amdgpu_gem_metadata_ioctl()Dan Carpenter1-0/+5
2015-09-23drm/amdgpu: integer overflow in amdgpu_info_ioctl()Dan Carpenter1-2/+3
2015-09-23drm/amdgpu: unwind properly in amdgpu_cs_parser_init()Dan Carpenter1-34/+51
2015-09-23drm/amdgpu: Fix max_vblank_count value for current display enginesAlex Deucher1-1/+1
2015-09-23drm/amdgpu: use kmemdup rather than duplicating its implementationAndrzej Hajda1-3/+1
2015-09-23drm/amdgpu: fix UVD suspend and resume for VI APULeo Liu1-8/+12