aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-12cxgbit: call neigh_event_send() to update MAC addressVarun Prakash1-0/+3
2018-01-12target: tcm_loop: Use seq_puts() in tcm_loop_show_info()Markus Elfring1-1/+1
2018-01-12target: tcm_loop: Delete an unnecessary return statement in tcm_loop_submission_work()Markus Elfring1-1/+0
2018-01-12target: tcm_loop: Delete two unnecessary variable initialisations in tcm_loop_issue_tmr()Markus Elfring1-2/+2
2018-01-12target: tcm_loop: Combine substrings for 26 messagesMarkus Elfring1-68/+52
2018-01-12target: tcm_loop: Improve a size determination in two functionsMarkus Elfring1-2/+2
2018-01-12target: tcm_loop: Delete an error message for a failed memory allocation in four functionsMarkus Elfring1-10/+4
2018-01-12sbp-target: Delete an error message for a failed memory allocation in three functionsMarkus Elfring1-9/+4
2018-01-12tcmu: allow max block and global max blocks to be settableMike Christie1-19/+124
2018-01-12tcmu: make ring buffer timer configurableMike Christie1-34/+115
2018-01-12tcmu: don't block submitting context for block waitsMike Christie1-95/+169
2018-01-12tcmu: simplify dbi thresh handlingMike Christie1-19/+3
2018-01-12tcmu: prep queue_cmd_ring to be used by unmap wqMike Christie1-15/+27
2018-01-12tcmu: clean up the scatter helperXiubo Li1-5/+25
2018-01-12tcmu: fix free block calculationMike Christie1-3/+4
2018-01-12tcmu: simplify scatter_data_area error handlingMike Christie1-24/+7
2018-01-12tcmu: release blocks for partially setup cmdsMike Christie1-0/+7
2018-01-12tcmu: remove commands_lockMike Christie1-10/+3
2018-01-12tcmu: move expired command completion to unmap threadMike Christie1-9/+39
2018-01-12tcmu: fix unmap thread raceMike Christie1-33/+10
2018-01-12tcmu: split unmap_thread_fnMike Christie1-50/+70
2018-01-12tcmu: merge common block release codeMike Christie1-16/+8
2018-01-12tcmu: fix page addr in tcmu_flush_dcache_rangetangwenji1-2/+3
2018-01-12target-core: don't use "const char*" for a buffer that is written toRasmus Villemoes3-6/+6
2017-12-31Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+2
2017-12-31Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds12-21/+44
2017-12-31Merge tag 'char-misc-4.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds4-16/+36
2017-12-31Merge tag 'driver-core-4.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-0/+13
2017-12-31Merge tag 'staging-4.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds4-20/+24
2017-12-31Merge tag 'tty-4.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-2/+2
2017-12-31Merge tag 'usb-4.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds22-101/+111
2017-12-30Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-2/+6
2017-12-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hidLinus 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-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds7-7/+46
2017-12-28Merge tag 'drm-fixes-for-v4.15-rc6' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds3-4/+5
2017-12-28Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds1-1/+2
2017-12-28Merge tag 'led_fixes_for_4.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-ledsLinus Torvalds1-1/+1
2017-12-28Merge 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-27IB/mlx5: Fix mlx5_ib_alloc_mr error flowNitzan Carmi1-0/+1
2017-12-27IB/core: Verify that QP is security enabled in create and destroyMoni Shoua2-1/+5
2017-12-27IB/uverbs: Fix command checking as part of ib_uverbs_ex_modify_qp()Moni Shoua1-2/+2
2017-12-27IB/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-28Merge tag 'drm-intel-fixes-2017-12-22-1' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixesDave Airlie2-3/+4
2017-12-27bnx2x: Improve reliability in case of nested PCI errorsGuilherme G. Piccoli2-3/+15
2017-12-27tg3: Enable PHY reset in MTU change path for 5720Siva Reddy Kallam1-1/+2