Age | Commit message (Expand) | Author | Files | Lines |
2015-09-24 | ARM: alignment: fix alignment handling for uaccess changes | Russell King | 1 | -5/+25 |
2015-09-24 | Merge tag 'vmwgfx-fixes-4.3-150924' of git://people.freedesktop.org/~thomash/... | Dave Airlie | 12 | -44/+62 |
2015-09-24 | drm: Allow also control clients to check the drm version | Thomas Hellstrom | 1 | -1/+2 |
2015-09-24 | drm/vmwgfx: Fix uninitialized return in vmw_kms_helper_dirty() | Christian Engelmayer | 1 | -2/+1 |
2015-09-24 | drm/vmwgfx: Fix uninitialized return in vmw_cotable_unbind() | Christian Engelmayer | 1 | -2/+1 |
2015-09-24 | fix encryption error checks on mount | Steve French | 1 | -0/+8 |
2015-09-24 | [SMB3] Fix sec=krb5 on smb3 mounts | Steve French | 1 | -15/+61 |
2015-09-23 | geneve: use network byte order for destination port config parameter | John W. Linville | 1 | -8/+8 |
2015-09-24 | Merge branch 'drm-fixes-4.3' of git://people.freedesktop.org/~agd5f/linux int... | Dave Airlie | 43 | -466/+534 |
2015-09-24 | drm/layerscape: fix handling fsl_dcu_drm_plane_index result | Andrzej Hajda | 1 | -1/+2 |
2015-09-24 | drm/mgag200: Fix driver_load error handling | Archit Taneja | 1 | -16/+20 |
2015-09-24 | drm/mgag200: Fix error handling paths in fbdev driver | Archit Taneja | 1 | -8/+23 |
2015-09-24 | drm/qxl: only report first monitor as connected if we have no state | Dave Airlie | 1 | -5/+7 |
2015-09-23 | 8139cp: Dump contents of descriptor ring on TX timeout | David Woodhouse | 1 | -1/+13 |
2015-09-23 | 8139cp: Fix DMA unmapping of transmitted buffers | David Woodhouse | 1 | -1/+8 |
2015-09-23 | 8139cp: Reduce duplicate csum/tso code in cp_start_xmit() | David Woodhouse | 1 | -41/+20 |
2015-09-23 | 8139cp: Fix TSO/scatter-gather descriptor setup | David Woodhouse | 1 | -12/+10 |
2015-09-23 | 8139cp: Fix tx_queued debug message to print correct slot numbers | David Woodhouse | 1 | -7/+8 |
2015-09-23 | 8139cp: Do not re-enable RX interrupts in cp_tx_timeout() | David Woodhouse | 1 | -1/+2 |
2015-09-23 | Merge branch 'netcp-fixes' | David S. Miller | 2 | -66/+55 |
2015-09-23 | net: netcp: fix deadlock reported by lockup detector | Karicheri, Muralidharan | 1 | -16/+10 |
2015-09-23 | net: netcp: allocate buffers to desc before re-enable interrupt | Karicheri, Muralidharan | 1 | -1/+1 |
2015-09-23 | net: netcp: check for interface handle in netcp_module_probe() | Karicheri, Muralidharan | 1 | -0/+5 |
2015-09-23 | net: netcp: add error check to netcp_allocate_rx_buf() | Karicheri, Muralidharan | 1 | -6/+7 |
2015-09-23 | net: netcp: move netcp_register_interface() to after attach module | Karicheri, Muralidharan | 1 | -7/+12 |
2015-09-23 | net: netcp: remove dead code from the driver | Karicheri, Muralidharan | 1 | -9/+0 |
2015-09-23 | net: netcp: ethss: fix error in calling sgmii api with incorrect offset | WingMan Kwok | 1 | -27/+20 |
2015-09-23 | Fix AF_PACKET ABI breakage in 4.2 | David Woodhouse | 1 | -15/+17 |
2015-09-23 | netpoll: Close race condition between poll_one_napi and napi_disable | Neil Horman | 3 | -2/+11 |
2015-09-23 | tcp: add proper TS val into RST packets | Eric Dumazet | 1 | -0/+1 |
2015-09-23 | drm/radeon: add quirk for MSI R7 370 | Maxim Sheviakov | 1 | -0/+1 |
2015-09-23 | drm/amdgpu: Sprinkle drm_modeset_lock_all to appease locking checks | Alex Deucher | 1 | -0/+4 |
2015-09-23 | drm/radeon: Sprinkle drm_modeset_lock_all to appease locking checks | Daniel Vetter | 1 | -0/+4 |
2015-09-23 | drm/amdgpu: sync ce and me with SWITCH_BUFFER(2) | monk.liu | 3 | -92/+23 |
2015-09-23 | drm/amdgpu: integer overflow in amdgpu_mode_dumb_create() | Dan Carpenter | 1 | -1/+1 |
2015-09-23 | drm/amdgpu: info leak in amdgpu_gem_metadata_ioctl() | Dan Carpenter | 1 | -0/+5 |
2015-09-23 | drm/amdgpu: integer overflow in amdgpu_info_ioctl() | Dan Carpenter | 1 | -2/+3 |
2015-09-23 | drm/amdgpu: unwind properly in amdgpu_cs_parser_init() | Dan Carpenter | 1 | -34/+51 |
2015-09-23 | drm/amdgpu: Fix max_vblank_count value for current display engines | Alex Deucher | 1 | -1/+1 |
2015-09-23 | drm/amdgpu: use kmemdup rather than duplicating its implementation | Andrzej Hajda | 1 | -3/+1 |
2015-09-23 | drm/amdgpu: fix UVD suspend and resume for VI APU | Leo Liu | 1 | -8/+12 |
2015-09-23 | drm/amdgpu: fix the UVD suspend sequence order | Leo Liu | 3 | -6/+6 |
2015-09-23 | drm/amdgpu: make UVD handle checking more strict | Leo Liu | 1 | -27/+41 |
2015-09-23 | drm/amdgpu: Disable UVD PG | Leo Liu | 1 | -1/+2 |
2015-09-23 | drm/amdgpu: more scheduler cleanups v2 | Christian König | 11 | -76/+87 |
2015-09-23 | drm/amdgpu: cleanup fence queue init v2 | Christian König | 2 | -2/+2 |
2015-09-23 | drm/amdgpu: rename fence->scheduler to sched v2 | Christian König | 10 | -22/+22 |
2015-09-23 | drm/amdgpu: cleanup entity init | Christian König | 3 | -19/+25 |
2015-09-23 | drm/amdgpu: refine the scheduler job type conversion | Junwei Zhang | 3 | -4/+6 |
2015-09-23 | drm/amdgpu: refine the job naming for amdgpu_job and amdgpu_sched_job | Junwei Zhang | 8 | -69/+71 |