index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
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
2015-09-23
drm/amdgpu: use only one reservation object for each VM v2
Christian König
2
-30
/
+9
2015-09-23
drm/amdgpu: validate duplicates in the CS as well
Christian König
1
-14
/
+20
2015-09-23
drm/amdgpu: export reservation_object from dmabuf to ttm (v2)
Christian König
24
-52
/
+70
2015-09-23
drm/amdgpu: fix overflow on 32bit systems
Christian König
1
-1
/
+1
2015-09-23
drm/amdgpu: remove process_job callback from the scheduler
Christian König
3
-24
/
+7
2015-09-23
drm/amdgpu: move scheduler fence callback into fence v2
Christian König
2
-11
/
+12
2015-09-23
drm/amdgpu: signal scheduler fence when hw submission fails v3
Christian König
1
-0
/
+3
2015-09-23
drm/amdgpu: add tracepoint for scheduler (v2)
Chunming Zhou
2
-1
/
+45
2015-09-23
drm/amdgpu: use write confirm for vm_flush()
Christian König
1
-1
/
+2
2015-09-23
drm/amdgpu: execution barrier after fence v2
Anatoli Antonovitch
1
-0
/
+12
[prev]
[next]