summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-4.7-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-05-243-3/+6
|\
| * xen/events: Don't move disabled irqsRoss Lagerwall2016-05-241-2/+4
| * Xen: don't warn about 2-byte wchar_t in efiArnd Bergmann2016-05-241-0/+1
| * xen/gntdev: reduce copy batch size to 16David Vrabel2016-05-241-1/+1
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2016-05-241-8/+12
|\ \
| * | virtio_balloon: fix PFN format for virtio-1Michael S. Tsirkin2016-05-221-8/+12
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-05-245-6/+13
|\ \ \
| * | | drm/amdgpu: make amdgpu_mn_get wait for mmap_sem killableMichal Hocko2016-05-241-1/+4
| * | | drm/radeon: make radeon_mn_get wait for mmap_sem killableMichal Hocko2016-05-241-1/+3
| * | | drm/i915: make i915_gem_mmap_ioctl wait for mmap_sem killableMichal Hocko2016-05-241-1/+4
| * | | drivers/memstick/core/mspro_block: use kmemdupMuhammad Falak R Wani2016-05-241-2/+1
| * | | rtsx_usb_ms: use schedule_timeout_idle() in polling loopOleksandr Natalenko2016-05-241-1/+1
* | | | Merge branch 'for-4.7-dw' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2016-05-242-271/+294
|\ \ \ \
| * | | | ata: dwc: add DMADEVICES dependencyArnd Bergmann2016-05-121-0/+1
| * | | | ata: sata_dwc_460ex: make debug messages neatAndy Shevchenko2016-05-121-4/+4
| * | | | ata: sata_dwc_460ex: supply physical address of FIFO to DMAAndy Shevchenko2016-05-121-6/+7
| * | | | ata: sata_dwc_460ex: use devm_ioremapAndy Shevchenko2016-05-121-19/+11
| * | | | ata: sata_dwc_460ex: tidy up sata_dwc_clear_dmacr()Mans Rullgard2016-05-121-8/+6
| * | | | ata: sata_dwc_460ex: use readl/writel_relaxed()Mans Rullgard2016-05-121-48/+43
| * | | | ata: sata_dwc_460ex: switch to new dmaengine_terminate_* APIAndy Shevchenko2016-05-121-1/+1
| * | | | ata: sata_dwc_460ex: add __iomem to register base pointerMans Rullgard2016-05-101-1/+1
| * | | | ata: sata_dwc_460ex: get rid of incorrect castMans Rullgard2016-05-101-2/+2
| * | | | ata: sata_dwc_460ex: get rid of some pointless castsMans Rullgard2016-05-101-15/+15
| * | | | ata: sata_dwc_460ex: remove empty libata callbackMans Rullgard2016-05-101-22/+0
| * | | | ata: sata_dwc_460ex: correct HOSTDEV{P}_FROM_*() macrosAndy Shevchenko2016-05-101-11/+6
| * | | | ata: sata_dwc_460ex: get rid of global dataMans Rullgard2016-05-101-50/+29
| * | | | ata: sata_dwc_460ex: add phy supportMans Rullgard2016-05-102-0/+23
| * | | | ata: sata_dwc_460ex: use "dmas" DT property to find dma channelMans Rullgard2016-05-102-71/+138
| * | | | ata: sata_dwc_460ex: don't call ata_sff_qc_issue() on DMA commandsAndy Shevchenko2016-05-101-2/+2
| * | | | ata: sata_dwc_460ex: skip dma setup for non-dma commandsMans Rullgard2016-05-101-26/+9
| * | | | ata: sata_dwc_460ex: select only core part of DMA driverAndy Shevchenko2016-05-101-1/+1
| * | | | ata: sata_dwc_460ex: DMA is always a flow controllerAndy Shevchenko2016-05-101-1/+1
| * | | | ata: sata_dwc_460ex: burst size must be in items not bytesAndy Shevchenko2016-05-101-3/+3
| * | | | ata: sata_dwc_460ex: set dma_boundary to 0x1fffAndy Shevchenko2016-05-101-1/+7
| * | | | ata: sata_dwc_460ex: fix crash on offline links without an attached driveChristian Lamparter2016-05-101-0/+7
| * | | | ata: sata_dwc_460ex: remove incorrect lockingMans Rullgard2016-05-101-3/+1
* | | | | Merge branch 'for-4.7-zac' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2016-05-2412-177/+1064
|\ \ \ \ \
| * | | | | libata: support host-aware and host-managed ZAC devicesHannes Reinecke2016-05-092-2/+130
| * | | | | libata: support device-managed ZAC devicesHannes Reinecke2016-05-091-9/+10
| * | | | | libata: NCQ encapsulation for ZAC MANAGEMENT OUTHannes Reinecke2016-05-093-8/+56
| * | | | | libata: Implement ZBC OUT translationHannes Reinecke2016-05-093-0/+84
| * | | | | libata: implement ZBC IN translationHannes Reinecke2016-05-093-0/+168
| * | | | | libata-scsi: Generate sense code for disabled devicesHannes Reinecke2016-05-091-0/+6
| * | | | | libata-trace: decode subcommandsHannes Reinecke2016-05-091-0/+43
| * | | | | libata: Check log page directory before accessing pagesHannes Reinecke2016-05-091-0/+17
| * | | | | libata: Separate out ata_dev_config_ncq_send_recv()Hannes Reinecke2016-05-091-20/+27
| * | | | | libata/libsas: Define ATA_CMD_NCQ_NON_DATAHannes Reinecke2016-05-095-4/+9
| * | | | | libsas: enable FPDMA SEND/RECEIVEHannes Reinecke2016-05-095-5/+15
| * | | | | libata: do not attempt to retrieve sense code twiceHannes Reinecke2016-05-091-2/+2
| * | | | | Merge branch '4.7/scsi-queue' of git://git.kernel.org/pub/scm/linux/kernel/gi...Tejun Heo2016-05-09416-8180/+8381
| |\ \ \ \ \