summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-01-13target/iscsi: avoid NULL dereference in CHAP auth error pathDavid Disseldorp1-1/+2
2018-01-13cxgbit: call neigh_event_send() to update MAC addressVarun Prakash1-0/+3
2018-01-13target: tcm_loop: Use seq_puts() in tcm_loop_show_info()Markus Elfring1-1/+1
2018-01-13target: tcm_loop: Delete an unnecessary return statement in tcm_loop_submissi...Markus Elfring1-1/+0
2018-01-13target: tcm_loop: Delete two unnecessary variable initialisations in tcm_loop...Markus Elfring1-2/+2
2018-01-13target: tcm_loop: Combine substrings for 26 messagesMarkus Elfring1-68/+52
2018-01-13target: tcm_loop: Improve a size determination in two functionsMarkus Elfring1-2/+2
2018-01-13target: tcm_loop: Delete an error message for a failed memory allocation in f...Markus Elfring1-10/+4
2018-01-13sbp-target: Delete an error message for a failed memory allocation in three f...Markus Elfring1-9/+4
2018-01-13tcmu: allow max block and global max blocks to be settableMike Christie1-19/+124
2018-01-13tcmu: make ring buffer timer configurableMike Christie1-34/+115
2018-01-13tcmu: don't block submitting context for block waitsMike Christie1-95/+169
2018-01-13tcmu: simplify dbi thresh handlingMike Christie1-19/+3
2018-01-13tcmu: prep queue_cmd_ring to be used by unmap wqMike Christie1-15/+27
2018-01-13tcmu: clean up the scatter helperXiubo Li1-5/+25
2018-01-13tcmu: fix free block calculationMike Christie1-3/+4
2018-01-13tcmu: simplify scatter_data_area error handlingMike Christie1-24/+7
2018-01-13tcmu: release blocks for partially setup cmdsMike Christie1-0/+7
2018-01-13tcmu: remove commands_lockMike Christie1-10/+3
2018-01-13tcmu: move expired command completion to unmap threadMike Christie1-9/+39
2018-01-13tcmu: fix unmap thread raceMike Christie1-33/+10
2018-01-13tcmu: split unmap_thread_fnMike Christie1-50/+70
2018-01-13tcmu: merge common block release codeMike Christie1-16/+8
2018-01-13tcmu: fix page addr in tcmu_flush_dcache_rangetangwenji1-2/+3
2018-01-13target-core: don't use "const char*" for a buffer that is written toRasmus Villemoes3-6/+6
2018-01-01Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-6/+2
2017-12-31Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds12-21/+44
2017-12-31Merge tag 'char-misc-4.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-16/+36
2017-12-31Merge tag 'driver-core-4.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+13
2017-12-31Merge tag 'staging-4.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-20/+24
2017-12-31Merge tag 'tty-4.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-2/+2
2017-12-31Merge tag 'usb-4.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds22-101/+111
2017-12-31Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2-2/+6
2017-12-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds3-7/+18
2017-12-29genirq/irqdomain: Rename early argument of irq_domain_activate_irq()Thomas Gleixner5-6/+6
2017-12-29gpio: brcmstb: Make really use of the new lockdep classThomas Gleixner1-1/+1
2017-12-29x86/apic: Switch all APICs to Fixed delivery modeThomas Gleixner1-6/+2
2017-12-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds7-7/+46
2017-12-29Merge tag 'drm-fixes-for-v4.15-rc6' of git://people.freedesktop.org/~airlied/...Linus Torvalds3-4/+5
2017-12-29Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+2
2017-12-29Merge tag 'led_fixes_for_4.15-rc6' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2017-12-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds21-105/+204
2017-12-28kernel/irq: Extend lockdep class for request mutexAndrew Lunn7-15/+38
2017-12-28IB/mlx5: Fix mlx5_ib_alloc_mr error flowNitzan Carmi1-0/+1
2017-12-28IB/core: Verify that QP is security enabled in create and destroyMoni Shoua2-1/+5
2017-12-28IB/uverbs: Fix command checking as part of ib_uverbs_ex_modify_qp()Moni Shoua1-2/+2
2017-12-28IB/mlx5: Serialize access to the VMA listMajd Dibbiny2-0/+12
2017-12-27led: core: Fix brightness setting when setting delay_off=0Matthieu CASTET1-1/+1
2017-12-27Merge tag 'drm-intel-fixes-2017-12-22-1' of git://anongit.freedesktop.org/drm...Dave Airlie2-3/+4
2017-12-27bnx2x: Improve reliability in case of nested PCI errorsGuilherme G. Piccoli2-3/+15