summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* NTB: ntb_hw_idt: Set NTB_TOPO_SWITCH topologySerge Semin2018-01-291-1/+1
* NTB: ntb_perf: Add full multi-port NTB API supportSerge Semin2018-01-291-601/+1219
* NTB: ntb_tool: Add full multi-port NTB API supportSerge Semin2018-01-291-580/+1240
* NTB: ntb_pp: Add full multi-port NTB API supportSerge Semin2018-01-291-165/+282
* NTB: Set dma mask and dma coherent mask to NTB devicesSerge Semin2018-01-294-2/+15
* NTB: Rename NTB messaging API methodsSerge Semin2018-01-291-15/+12
* ntb_hw_switchtec: fix logic errorArnd Bergmann2018-01-291-1/+1
* ntb_hw_switchtec: Check for alignment of the buffer in mw_set_trans()Logan Gunthorpe2018-01-291-0/+13
* ntb_transport: Fix bug with max_mw_size parameterLogan Gunthorpe2018-01-291-0/+3
* ntb_hw_switchtec: Force down the link before initializingLogan Gunthorpe2018-01-291-7/+50
* ntb_hw_switchtec: Crosslink doorbells and messagesLogan Gunthorpe2018-01-291-10/+55
* ntb_hw_switchtec: Add initialization code for crosslinkLogan Gunthorpe2018-01-291-5/+197
* ntb_hw_switchtec: Make switchtec_ntb_init_req_id_table() more generalLogan Gunthorpe2018-01-291-36/+56
* ntb_hw_switchtec: Create helper function to setup reserved LUT MWsLogan Gunthorpe2018-01-291-29/+43
* ntb_hw_switchtec: Keep track of the number of LUT windows used by the driverLogan Gunthorpe2018-01-291-4/+8
* ntb_hw_switchtec: Allow using Switchtec NTB in multi-partition setupsKelvin Cao2018-01-291-9/+48
* NTB: switchtec_ntb: Add new line on appropriate printksJon Mason2018-01-291-21/+21
* NTB: switchtec_ntb: fix spelling mistake: "peforming" -> "performing"Colin Ian King2018-01-291-1/+1
* ntb: remove Intel Atom NTB driver supportDave Jiang2018-01-292-363/+4
* ntb: remove unneeded DRIVER_LICENSE #definesGreg Kroah-Hartman2018-01-294-8/+4
* NTB: ntb_hw_switchtec: Fix peer BAR bug in switchtec_ntb_init_shared_mwDoug Meyer2018-01-291-4/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-01-265-17/+10
|\
| * net: vrf: Add support for sends to local broadcast addressDavid Ahern2018-01-261-2/+3
| * r8169: fix memory corruption on retrieval of hardware statistics.Francois Romieu2018-01-261-7/+2
| * net: don't call update_pmtu unconditionallyNicolas Dichtel2018-01-253-8/+5
* | Merge tag 'drm-fixes-for-v4.15-rc10-2' of git://people.freedesktop.org/~airli...Linus Torvalds2018-01-262-21/+58
|\ \
| * \ Merge branch 'linux-4.15' of git://github.com/skeggsb/linux into drm-fixesDave Airlie2018-01-261-15/+31
| |\ \
| | * | drm/nouveau: Move irq setup/teardown to pci ctor/dtorLyude Paul2018-01-261-15/+31
| * | | Merge tag 'drm-misc-fixes-2018-01-24' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2018-01-251-6/+27
| |\ \ \
| | * | | drm/vc4: Fix NULL pointer dereference in vc4_save_hang_state()Boris Brezillon2018-01-181-6/+6
| | * | | drm/vc4: Flush the caches before the bin jobs, as well.Eric Anholt2018-01-181-0/+21
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2018-01-266-130/+210
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Revert "Input: synaptics_rmi4 - use devm_device_add_group() for attributes in...Nick Dyer2018-01-241-3/+9
| * | | | Input: trackpoint - only expose supported controls for Elan, ALPS and NXPDmitry Torokhov2018-01-232-110/+172
| * | | | Input: trackpoint - force 3 buttons if 0 button is reportedAaron Ma2018-01-231-0/+3
| * | | | Input: xpad - add support for PDP Xbox One controllersMark Furneaux2018-01-221-0/+19
| * | | | Input: stmfts,s6sy671 - add SPDX identifierAndi Shyti2018-01-222-20/+10
* | | | | net/ibm/emac: wrong bit is used for STA control register writeIvan Mikhaylov2018-01-251-1/+1
* | | | | net/ibm/emac: add 8192 rx/tx fifo sizeIvan Mikhaylov2018-01-252-0/+8
* | | | | vhost: do not try to access device IOTLB when not initializedJason Wang2018-01-241-0/+4
* | | | | vhost: use mutex_lock_nested() in vhost_dev_lock_vqs()Jason Wang2018-01-241-1/+1
* | | | | i40e: flower: check if TC offload is enabled on a netdevJakub Kicinski2018-01-241-0/+2
* | | | | qed: Free reserved MR tidMichal Kalderon2018-01-241-11/+17
* | | | | qed: Remove reserveration of dpi for kernelMichal Kalderon2018-01-241-3/+0
* | | | | mlxsw: spectrum_router: Don't log an error on missing neighborYuval Mintz2018-01-241-8/+2
* | | | | vmxnet3: repair memory leakNeil Horman2018-01-241-1/+1
* | | | | pppoe: take ->needed_headroom of lower device into account on xmitGuillaume Nault2018-01-241-5/+6
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-01-236-22/+83
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | be2net: restore properly promisc mode after queues reconfigurationIvan Vecera2018-01-221-0/+9
| * | | | ibmvnic: Allocate and request vpd in init_resourcesJohn Allen2018-01-221-7/+9