aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-04-02misc: pci_endpoint_test: Add support to get DMA option from userspaceKishon Vijay Abraham I1-3/+62
2020-04-02misc: pci_endpoint_test: Use streaming DMA APIs for buffer allocationKishon Vijay Abraham I1-21/+79
2020-04-02PCI: endpoint: functions/pci-epf-test: Print throughput informationKishon Vijay Abraham I1-0/+48
2020-04-02PCI: endpoint: functions/pci-epf-test: Add DMA support to transfer dataKishon Vijay Abraham I1-3/+202
2020-04-02rtc: class: remove redundant assignment to variable errColin Ian King1-1/+1
2020-04-02rtc: sun6i: let the core handle rtc rangeAlexandre Belloni1-15/+10
2020-04-02rtc: sun6i: switch to rtc_time64_to_tm/rtc_tm_to_time64Alexandre Belloni1-3/+3
2020-04-02mm/sparse: rename pfn_present() to pfn_in_present_section()Pingfan Liu1-1/+1
2020-04-02mm: allow VM_FAULT_RETRY for multiple timesPeter Xu1-3/+9
2020-04-02vdpa: move to drivers/vdpaMichael S. Tsirkin13-3/+3
2020-04-02virtio: Intel IFC VF driver for VDPAZhu Lingshan6-0/+957
2020-04-02vdpasim: vDPA device simulatorJason Wang4-0/+651
2020-04-02vhost: introduce vDPA-based backendTiwei Bie3-0/+898
2020-04-02net: stmmac: xgmac: Fix VLAN register handlingJose Abreu1-0/+11
2020-04-02net: cavium: Fix build errors due to 'imply CAVIUM_PTP'YueHaibing1-1/+1
2020-04-02crypto/chcr: Add missing include file <linux/highmem.h>YueHaibing1-0/+1
2020-04-02net: atlantic: fix missing | operator when assigning rec->llcColin Ian King1-1/+1
2020-04-02net: qualcomm: rmnet: Allow configuration updates to existing devicesSubash Abhinov Kasiviswanathan1-12/+19
2020-04-03powerpc/ps3: Remove an unneeded NULL checkDan Carpenter1-1/+1
2020-04-02nvmet: fix NULL dereference when removing a referralSagi Grimberg1-1/+9
2020-04-02nvme: inherit stable pages constraint in the mpath stack deviceSagi Grimberg1-0/+7
2020-04-02Revert "gpio: eic-sprd: Use devm_platform_ioremap_resource()"Baolin Wang1-2/+7
2020-04-02pinctrl: Unconditionally assign .request()/.free()Thierry Reding1-5/+2
2020-04-02gpio: Unconditionally assign .request()/.free()Thierry Reding5-26/+12
2020-04-02Bluetooth: hci_qca: Add support for Qualcomm Bluetooth SoC QCA6390Rocky Liao3-13/+48
2020-04-01scsi: core: Add DID_ALLOC_FAILURE and DID_MEDIUM_ERROR to hostbyte_tableNikhil Kshirsagar1-1/+1
2020-04-01scsi: ufs: Use ufshcd_config_pwr_mode() when scaling gearCan Guo1-4/+2
2020-04-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds105-4413/+5301
2020-04-01Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds3-18/+7
2020-04-01Merge tag 'for-5.7/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds8-102/+431
2020-04-01Merge tag 'drm-next-2020-04-01' of git://anongit.freedesktop.org/drm/drmLinus Torvalds902-25791/+53419
2020-04-01Merge tag 'mailbox-v5.7' of git://git.linaro.org/landing-teams/working/fujitsu/integrationLinus Torvalds8-136/+647
2020-04-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hidLinus Torvalds12-18/+871
2020-04-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds3-4/+4
2020-04-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds112-2732/+11719
2020-04-01arm64: remove CONFIG_DEBUG_ALIGN_RODATA featureArd Biesheuvel1-5/+3
2020-04-01Input: i8042 - add Acer Aspire 5738z to nomux listHans de Goede1-0/+11
2020-04-01Input: goodix - fix compilation when ACPI support is disabledHans de Goede1-13/+42
2020-04-01vfio: Ignore -ENODEV when getting MSI cookieAndre Przywara1-1/+1
2020-04-01vfio-pci/nvlink2: Allow fallback to ibm,mmio-atsd[0]Sam Bobroff1-2/+8
2020-04-01drm/amdkfd: kfree the wrong pointerJack Zhang1-2/+2
2020-04-01net: stmmac: Fix VLAN filtering when HW does not support itJose Abreu1-5/+12
2020-04-01bnx2x: correct a comment mistake in grammarHu Haowen1-1/+2
2020-04-01net/faraday: fix grammar in function ftgmac100_setup_clk() in ftgmac100.cHu Haowen1-1/+1
2020-04-01slcan: Don't transmit uninitialized stack data in paddingRichard Palethorpe1-3/+1
2020-04-01net: phy: at803x: fix clock sink configuration on ATH8030 and ATH8035Oleksij Rempel1-2/+2
2020-04-01cxgb4: free MQPRIO resources in shutdown pathRahul Lakkireddy3-0/+28
2020-04-01cxgb4: fix MPS index overwrite when setting MAC addressHerat Ramani1-1/+0
2020-04-01virtio: introduce a vDPA based transportJason Wang3-0/+410
2020-04-01vDPA: introduce vDPA busJason Wang5-0/+192