summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | | | PCI/MSI: Remove pci_enable_msi_block()Alexander Gordeev2014-05-011-46/+33
| | | * | | | | PCI: Mark RTL8110SC INTx masking as brokenAlex Williamson2014-05-201-0/+8
| | * | | | | | iommu/exynos: Remove unnecessary "&" from function pointersBjorn Helgaas2014-05-271-7/+7
| | * | | | | | DMA-API: Change dma_declare_coherent_memory() CPU address to phys_addr_tBjorn Helgaas2014-05-212-8/+8
| | | |_|_|/ / | | |/| | | |
| | | | | | |
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *-----. \ \ \ \ \ Merge branches 'pci/hotplug', 'pci/msi', 'pci/virtualization' and 'pci/misc' ...Bjorn Helgaas2014-04-3024-62/+77
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | / / / / | | | | | |/ / / / | | | | |/| / / / | | | | |_|/ / / | | | |/| | / / | | | | | |/ / | | | |_|_| / | | |/| | |
| | | | | * PCI: Fix use of uninitialized MPS valueBjorn Helgaas2014-04-301-1/+1
| | | | | * PCI: Remove dead codeBjorn Helgaas2014-04-301-2/+1
| | | | | * PCI: Remove unnecessary __ref annotationsBjorn Helgaas2014-04-307-25/+24
| | | | | * PCI: Fail new_id for vendor/device values already built into driverBandan Das2014-04-301-1/+21
| | | | | * PCI: Add new ID for Intel GPU "spurious interrupt" quirkThomas Jarosch2014-04-291-0/+1
| | | | | * PCI: Fix incorrect vgaarb conditional in WARN_ON()Bjorn Helgaas2014-04-251-1/+1
| | | | | * PCI: Remove unnecessary includes of <linux/init.h>Paul Gortmaker2014-04-159-9/+0
| | |_|_|/ | |/| | |
| | | | * PCI: Add Patsburg (X79) to Intel PCH root port ACS quirkAlex Williamson2014-04-151-0/+2
| | |_|/ | |/| |
| | | * GenWQE: Use pci_enable_msi_exact() instead of pci_enable_msi_block()Alexander Gordeev2014-04-251-1/+1
| | | * PCI/MSI: Simplify populate_msi_sysfs()Jan Beulich2014-04-141-10/+6
| | | * PCI/portdrv: Use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev2014-04-141-2/+2
| | |/ | |/|
| | * PCI: rphahp: Fix endianess issuesLaurent Dufour2014-04-251-6/+9
| | * PCI: Allow hotplug service drivers to operate in polling modeRajat Jain2014-04-251-1/+4
| | * PCI: pciehp: Acknowledge spurious "cmd completed" eventRajat Jain2014-04-251-0/+2
| | * PCI: pciehp: Use PCI_EXP_SLTCAP_PSN defineBjorn Helgaas2014-04-151-1/+1
| | * PCI: hotplug: Remove unnecessary "dev->bus" testBjorn Helgaas2014-04-151-2/+1
| |/
* | Merge branch 'for-3.16/core' of git://git.kernel.dk/linux-block into nextLinus Torvalds2014-06-0225-170/+137
|\ \
| * | blk-mq: remove alloc_hctx and free_hctx methodsChristoph Hellwig2014-05-282-29/+1
| * | blk-mq: pass in suggested NUMA node to ->alloc_hctx()Jens Axboe2014-05-271-32/+3
| * | random: export add_disk_randomnessChristoph Hellwig2014-04-281-0/+1
| * | sd/skd: stuff discard page in request->completion_dataJens Axboe2014-04-172-6/+5
| * | jsflash: missed conversion from rq->buffer to bio_data(rq->bio)Jens Axboe2014-04-161-1/+1
| * | blk-mq: add async parameter to blk_mq_start_stopped_hw_queuesChristoph Hellwig2014-04-161-2/+2
| * | gdrom: missed conversion from req->bufferJens Axboe2014-04-161-1/+1
| * | blk-mq: split out tag initialization, support shared tagsChristoph Hellwig2014-04-152-54/+86
| * | blk-mq: add ->init_request and ->exit_request methodsChristoph Hellwig2014-04-151-12/+11
| * | blk-mq: do not initialize req->specialChristoph Hellwig2014-04-152-5/+5
| * | block: remove struct request buffer memberJens Axboe2014-04-1520-56/+49
| * | Merge tag 'v3.15-rc1' into for-3.16/coreJens Axboe2014-04-151160-22395/+146692
| |\|
| * | block: remove 'q' parameter from kblockd_schedule_*_work()Jens Axboe2014-04-091-1/+1
* | | Merge tag 'mmc-v3.16-1' of git://git.linaro.org/people/ulf.hansson/mmc into nextLinus Torvalds2014-06-022-244/+94
|\ \ \
| * | | mmc: mmci: Enforce DMA configuration through DTUlf Hansson2014-06-021-23/+1
| * | | mmc: mmci: Enforce max frequency configuration through DTUlf Hansson2014-05-201-4/+1
| * | | mmc: mmci: Enforce mmc capabilities through DTUlf Hansson2014-05-121-2/+0
| * | | mmc: mmci: Enforce DT for signal direction and feedback clockUlf Hansson2014-05-122-20/+25
| * | | mmc: mmci: Enable MMC_CAP_CMD23Ulf Hansson2014-05-121-0/+3
| * | | mmc: mmci: Use the common mmc DT parserUlf Hansson2014-05-121-59/+33
| * | | mmc: mmci: Add DT bindings for feedback clock pinUlf Hansson2014-05-121-0/+2
| * | | mmc: mmci: Add DT bindings for signal directionUlf Hansson2014-05-121-0/+11
| * | | mmc: mmci: Convert to devm functionsUlf Hansson2014-05-121-35/+17
| * | | mmc: mmci: Convert to the mmc gpio APIUlf Hansson2014-05-122-85/+15
| * | | mmc: mmci: Put the device into low power state at system suspendUlf Hansson2014-05-121-31/+2
| * | | mmc: mmci: Let runtime PM callbacks be available for CONFIG_PMUlf Hansson2014-05-121-2/+2
| * | | mmc: mmci: Mask IRQs for all variants during runtime suspendUlf Hansson2014-05-121-12/+11
* | | | Merge tag 'hsi-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/sre...Linus Torvalds2014-06-0214-14/+4160
|\ \ \ \