summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2020-05-29spi: bcm2835: Enable shared interrupt supportMartin Sperl
2020-05-29spi: bcm2835: Implement shutdown callbackFlorian Fainelli
2020-05-29blk-mq: drain I/O when all CPUs in a hctx are offlineMing Lei
2020-05-29nvme: force complete cancelled requestsKeith Busch
2020-05-29regulator: core: Add regulator bypass trace pointsCharles Keepax
2020-05-29cpuidle: Fix three reference count leaksQiushi Wu
2020-05-29PCI: vmd: Filter resource type bits from shadow registerJon Derrick
2020-05-29PM: runtime: Replace pm_runtime_callbacks_present()Rafael J. Wysocki
2020-05-29xen/pci: Get rid of verbose_request and use dev_dbg() insteadBoris Ostrovsky
2020-05-29rt2800: enable MFP support unconditionallyRui Salvaterra
2020-05-29iommu/amd: Remove redundant devid checksJoerg Roedel
2020-05-29iommu/amd: Store dev_data as device iommu private dataJoerg Roedel
2020-05-29iommu/amd: Merge private header filesJoerg Roedel
2020-05-29iommu/amd: Remove PD_DMA_OPS_MASKJoerg Roedel
2020-05-29iommu/amd: Consolidate domain allocation/freeingJoerg Roedel
2020-05-29iommu/amd: Free page-table in protection_domain_free()Joerg Roedel
2020-05-29iommu/amd: Allocate page-table in protection_domain_init()Joerg Roedel
2020-05-29iommu/amd: Let free_pagetable() not rely on domain->pt_rootJoerg Roedel
2020-05-29iommu/amd: Unexport get_dev_data()Joerg Roedel
2020-05-29Merge tag 'v5.7-rc7' into x86/amdJoerg Roedel
2020-05-29vmci_host: get rid of pointless access_ok()Al Viro
2020-05-29hfi1: get rid of pointless access_ok()Al Viro
2020-05-29usb: get rid of pointless access_ok() callsAl Viro
2020-05-29lpfc_debugfs: get rid of pointless access_ok()Al Viro
2020-05-29efi_test: get rid of pointless access_ok()Al Viro
2020-05-29drm_read(): get rid of pointless access_ok()Al Viro
2020-05-29via-pmu: don't bother with access_ok()Al Viro
2020-05-29drivers/crypto/ccp/sev-dev.c: get rid of pointless access_ok()Al Viro
2020-05-29omapfb: get rid of pointless access_ok() callsAl Viro
2020-05-29amifb: get rid of pointless access_ok() callsAl Viro
2020-05-29drivers/fpga/dfl-afu-dma-region.c: get rid of pointless access_ok()Al Viro
2020-05-29drivers/fpga/dfl-fme-pr.c: get rid of pointless access_ok()Al Viro
2020-05-29cm4000_cs.c cmm_ioctl(): get rid of pointless access_ok()Al Viro
2020-05-29nvram: drop useless access_ok()Al Viro
2020-05-29n_hdlc_tty_read(): remove pointless access_ok()Al Viro
2020-05-29spi: dw: Use regset32 DebugFS method to create regdump fileSerge Semin
2020-05-29spi: dw: Add DMA support to the DW SPI MMIO driverSerge Semin
2020-05-29spi: dw: Cleanup generic DW DMA code namingsSerge Semin
2020-05-29spi: dw: Add DW SPI DMA/PCI/MMIO dependency on the DW SPI coreSerge Semin
2020-05-29spi: dw: Remove DW DMA code dependency from DW_DMAC_PCISerge Semin
2020-05-29spi: dw: Move Non-DMA code to the DW PCIe-SPI driverSerge Semin
2020-05-29spi: dw: Add core suffix to the DW APB SSI core source fileSerge Semin
2020-05-29spi: dw: Fix Rx-only DMA transfersSerge Semin
2020-05-29spi: dw: Use DMA max burst to set the request thresholdsSerge Semin
2020-05-29spi: dw: Parameterize the DMA Rx/Tx burst lengthSerge Semin
2020-05-29spi: dw: Add SPI Rx-done wait method to DMA-based transferSerge Semin
2020-05-29spi: dw: Add SPI Tx-done wait method to DMA-based transferSerge Semin
2020-05-29spi: dw: Locally wait for the DMA transfers completionSerge Semin
2020-05-29spi: dw: Return any value retrieved from the dma_transfer callbackSerge Semin
2020-05-29spi: dw: Set xfer effective_speed_hzSerge Semin