summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* dma-mapping: add a new dma_alloc_pages APIChristoph Hellwig2020-09-255-0/+12
* 53c700: convert to dma_alloc_noncoherentChristoph Hellwig2020-09-251-6/+14
* sgiseeq: convert to dma_alloc_noncoherentChristoph Hellwig2020-09-251-10/+18
* lib82596: convert to dma_alloc_noncoherentChristoph Hellwig2020-09-253-63/+80
* sgiwd93: convert to dma_alloc_noncoherentChristoph Hellwig2020-09-251-7/+7
* 53c700: improve non-coherent DMA handlingChristoph Hellwig2020-09-252-58/+72
* lib82596: move DMA allocation into the callers of i82596_probeChristoph Hellwig2020-09-253-39/+40
* net/au1000-eth: stop using DMA_ATTR_NON_CONSISTENTChristoph Hellwig2020-09-251-9/+6
* drm/nouveau/gk20a: stop setting DMA_ATTR_NON_CONSISTENTChristoph Hellwig2020-09-251-2/+1
* drm/exynos: stop setting DMA_ATTR_NON_CONSISTENTChristoph Hellwig2020-09-251-2/+0
* Merge branch 'master' of https://git.kernel.org/pub/scm/linux/kernel/git/torv...Christoph Hellwig2020-09-25409-2828/+4382
|\
| * Merge tag 'mmc-v5.9-rc4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/u...Linus Torvalds2020-09-241-1/+1
| |\
| | * mmc: mmc_spi: Fix mmc_spi_dma_alloc() return type for !HAS_DMAGeert Uytterhoeven2020-09-141-1/+1
| * | Merge tag 'media/v5.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2020-09-248-88/+17
| |\ \
| | * | media: media/v4l2: remove V4L2_FLAG_MEMORY_NON_CONSISTENT flagSergey Senozhatsky2020-09-147-87/+16
| | * | media: cec-adap.c: don't use flush_scheduled_work()Hans Verkuil2020-09-101-1/+1
| * | | Merge tag 'for-5.9/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-09-231-22/+5
| |\ \ \
| | * | | dm: fix comment in dm_process_bio()Mike Snitzer2020-09-221-1/+3
| | * | | dm: fix bio splitting and its bio completion order for regular IOMike Snitzer2020-09-221-21/+2
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-09-2290-550/+1055
| |\ \ \ \
| | * | | | net: mscc: ocelot: fix some key offsets for IP4_TCP_UDP VCAP IS2 entriesVladimir Oltean2020-09-221-8/+8
| | * | | | net: dsa: seville: fix some key offsets for IP4_TCP_UDP VCAP IS2 entriesVladimir Oltean2020-09-221-8/+8
| | * | | | net: dsa: felix: fix some key offsets for IP4_TCP_UDP VCAP IS2 entriesXiaoliang Yang2020-09-221-8/+8
| | * | | | Merge tag 'mlx5-fixes-2020-09-18' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2020-09-2220-180/+200
| | |\ \ \ \
| | | * | | | net/mlx5e: mlx5e_fec_in_caps() returns a booleanSaeed Mahameed2020-09-221-5/+2
| | | * | | | net/mlx5e: kTLS, Avoid kzalloc(GFP_KERNEL) under spinlockSaeed Mahameed2020-09-221-15/+10
| | | * | | | net/mlx5e: kTLS, Fix leak on resync error flowSaeed Mahameed2020-09-221-2/+6
| | | * | | | net/mlx5e: kTLS, Add missing dma_unmap in RX resyncSaeed Mahameed2020-09-221-3/+5
| | | * | | | net/mlx5e: kTLS, Fix napi sync and possible use-after-freeTariq Toukan2020-09-221-1/+1
| | | * | | | net/mlx5e: TLS, Do not expose FPGA TLS counter if not supportedTariq Toukan2020-09-221-4/+8
| | | * | | | net/mlx5e: Fix using wrong stats_grps in mlx5e_update_ndo_stats()Alaa Hleihel2020-09-226-15/+17
| | | * | | | net/mlx5e: Fix multicast counter not up-to-date in "ip -s"Ron Diskin2020-09-224-7/+12
| | | * | | | net/mlx5e: Fix endianness when calculating pedit mask first bitMaor Dickman2020-09-221-13/+21
| | | * | | | net/mlx5e: Enable adding peer miss rules only if merged eswitch is supportedMaor Dickman2020-09-221-24/+28
| | | * | | | net/mlx5e: CT: Fix freeing ct_label mappingRoi Dayan2020-09-223-17/+36
| | | * | | | net/mlx5e: Fix memory leak of tunnel info when rule under multipath not readyJianbo Liu2020-09-221-4/+1
| | | * | | | net/mlx5e: Use synchronize_rcu to sync with NAPIMaxim Mikityanskiy2020-09-225-36/+22
| | | * | | | net/mlx5e: Use RCU to protect rq->xdp_progMaxim Mikityanskiy2020-09-223-30/+27
| | | * | | | net/mlx5: Fix FTE cleanupMaor Gottlieb2020-09-221-4/+4
| | * | | | | sfc: Fix error code in probeDan Carpenter2020-09-211-0/+1
| | * | | | | bnxt_en: Fix wrong flag value passed to HWRM_PORT_QSTATS_EXT fw call.Michael Chan2020-09-211-1/+1
| | * | | | | bnxt_en: Fix HWRM_FUNC_QSTATS_EXT firmware call.Michael Chan2020-09-211-0/+1
| | * | | | | bnxt_en: Return -EOPNOTSUPP for ETHTOOL_GREGS on VFs.Vasundhara Volam2020-09-211-0/+3
| | * | | | | bnxt_en: Protect bnxt_set_eee() and bnxt_set_pauseparam() with mutex.Michael Chan2020-09-211-11/+20
| | * | | | | bnxt_en: return proper error codes in bnxt_show_tempEdwin Peer2020-09-211-6/+13
| | * | | | | bnxt_en: Use memcpy to copy VPD field info.Vasundhara Volam2020-09-211-3/+5
| | * | | | | net: mvneta: recycle the page in case of out-of-orderLorenzo Bianconi2020-09-201-1/+5
| | * | | | | dpaa2-eth: fix a build warning in dpmac.cYangbo Lu2020-09-181-2/+2
| | * | | | | net: hns: kerneldoc fixesLu Wei2020-09-181-2/+2
| | * | | | | hinic: fix sending pkts from core while self testingLuo bin2020-09-182-2/+6