summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* ide: remove unneeded header include path to drivers/ideMasahiro Yamada2020-01-201-2/+0
* ide: qd65xx: Fix cast to pointer from integer of different sizeKrzysztof Kozlowski2020-01-201-1/+1
* ide: ht6560b: Fix cast to pointer from integer of different sizeKrzysztof Kozlowski2020-01-201-1/+1
* ide: remove set but not used variable 'hwif'Wang Hai2020-01-201-2/+1
* ide: remove unnecessary touch_softlockup_watchdogGuoqing Jiang2020-01-201-1/+0
* ide: tx4939ide: Fix the name used in a 'devm_request_mem_region()' callChristophe JAILLET2020-01-201-1/+1
* ide: Use dev_get_drvdata where possibleChuhong Yuan2019-07-232-4/+2
* Merge tag 'media/v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2019-07-221-1/+1
|\
| * media: v4l2-subdev: fix regression in check_pad()Hans Verkuil2019-07-111-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-07-2224-85/+97
|\ \
| * | hv_netvsc: Fix extra rcu_read_unlock in netvsc_recv_callback()Haiyang Zhang2019-07-221-1/+0
| * | vrf: make sure skb->data contains ip header to make routingPeter Kosyh2019-07-211-23/+35
| * | connector: remove redundant input callback from cn_devVasily Averin2019-07-211-5/+1
| * | qed: Prefer pcie_capability_read_word()Frederick Lawler2019-07-211-3/+2
| * | igc: Prefer pcie_capability_read_word()Frederick Lawler2019-07-211-8/+4
| * | cxgb4: Prefer pcie_capability_read_word()Frederick Lawler2019-07-212-10/+5
| * | be2net: Synchronize be_update_queues with dev_watchdogBenjamin Poirier2019-07-211-0/+5
| * | bnx2x: Prevent load reordering in tx completion processingBrian King2019-07-211-0/+3
| * | net: phy: sfp: hwmon: Fix scaling of RX powerAndrew Lunn2019-07-211-1/+1
| * | chelsio: Fix a typo in a function nameChristophe JAILLET2019-07-211-2/+2
| * | allocate_flower_entry: should check for null derefNavid Emamdoost2019-07-211-1/+2
| * | net: hns3: typo in the name of a constantChristophe JAILLET2019-07-213-4/+4
| * | wireless: fix nl80211 vendor commandsJohannes Berg2019-07-203-0/+8
| * | r8169: fix RTL8168g PHY initThomas Voegtle2019-07-201-2/+2
| * | net: flow_offload: add flow_block structure and use itPablo Neira Ayuso2019-07-205-11/+14
| * | net: flow_offload: rename tc_setup_cb_t to flow_setup_cb_tPablo Neira Ayuso2019-07-202-2/+2
| * | net: flow_offload: remove netns parameter from flow_block_cb_alloc()Pablo Neira Ayuso2019-07-205-12/+7
* | | iommu/amd: fix a crash in iova_magazine_free_pfnsQian Cai2019-07-211-1/+1
* | | Merge tag 'ntb-5.3' of git://github.com/jonmason/ntbLinus Torvalds2019-07-2114-55/+1165
|\ \ \
| * | | NTB: Add MSI interrupt support to ntb_transportLogan Gunthorpe2019-06-131-1/+168
| * | | NTB: Introduce NTB MSI Test ClientLogan Gunthorpe2019-06-133-0/+443
| * | | NTB: Introduce MSI libraryLogan Gunthorpe2019-06-133-1/+428
| * | | NTB: Rename ntb.c to support multiple source files in the moduleLogan Gunthorpe2019-06-132-0/+2
| * | | PCI/switchtec: Add module parameter to request more interruptsLogan Gunthorpe2019-06-131-2/+10
| * | | PCI/MSI: Support allocating virtual MSI interruptsLogan Gunthorpe2019-06-131-9/+45
| * | | ntb_hw_switchtec: Fix setup MW with failure bugJoey Zhang2019-06-131-27/+39
| * | | ntb_hw_switchtec: Skip unnecessary re-setup of shared memory window for cross...Wesley Sheng2019-06-131-0/+3
| * | | ntb_hw_switchtec: Remove redundant steps of switchtec_ntb_reinit_peer() functionJoey Zhang2019-06-131-4/+7
| * | | NTB: amd: Silence shift wrapping warning in amd_ntb_db_vector_mask()Dan Carpenter2019-06-131-1/+1
| * | | ntb_hw_switchtec: potential shift wrapping bug in switchtec_ntb_init_sndev()Dan Carpenter2019-06-131-1/+1
| * | | NTB: ntb_transport: Ensure qp->tx_mw_dma_addr is initaliazedLogan Gunthorpe2019-06-131-0/+1
| * | | NTB: ntb_hw_amd: set peer limit registerSanjay R Mehta2019-06-131-4/+4
| * | | NTB: ntb_perf: Clear stale values in doorbell and command SPAD registerSanjay R Mehta2019-06-131-0/+8
| * | | NTB: ntb_perf: Disable NTB link after clearing peer XLAT registersSanjay R Mehta2019-06-131-2/+2
| * | | NTB: ntb_perf: Increased the number of message retries to 1000Sanjay R Mehta2019-06-131-1/+1
| * | | ntb: intel: Make intel_ntb3_peer_db_addr staticYueHaibing2019-06-131-3/+3
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2019-07-2020-29/+2183
|\ \ \ \
| * \ \ \ Merge branch 'next' into for-linusDmitry Torokhov2019-07-2014538-308224/+315806
| |\ \ \ \
| | * | | | Input: alps - fix a mismatch between a condition check and its commentHui Wang2019-07-191-1/+1
| | * | | | Input: psmouse - fix build error of multiple definitionYueHaibing2019-07-191-1/+2