summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2018-08-2435-126/+166
|\
| * ata: ahci_platform: enable to get and control resetKunihiko Hayashi2018-08-221-1/+2
| * ata: libahci_platform: add reset control supportKunihiko Hayashi2018-08-224-5/+30
| * ata: add an extra argument to ahci_platform_get_resources()Kunihiko Hayashi2018-08-2216-16/+18
| * ata: sata_rcar: Add r8a77965 supportWolfram Sang2018-08-061-0/+1
| * ata: sata_rcar: exclude setting of PHY registers in Gen3Masaharu Hayakawa2018-08-061-2/+2
| * ata: sata_rcar: really mask all interrupts on Gen2 and laterWolfram Sang2018-08-061-7/+13
| * Revert "ata: ahci_platform: allow disabling of hotplug to save power"Tejun Heo2018-08-063-76/+19
| * ata: libahci: Allow reconfigure of DEVSLP registerSrinivas Pandruvada2018-07-301-8/+10
| * ata: libahci: Correct setting of DEVSLP registerSrinivas Pandruvada2018-07-301-0/+2
| * ata: ahci: Enable DEVSLP by default on x86 with SLP_S0Srinivas Pandruvada2018-07-301-5/+33
| * ata: ahci: Support state with min power but Partial low power stateSrinivas Pandruvada2018-07-304-2/+8
| * Revert "ata: ahci_platform: convert kcalloc to devm_kcalloc"Corentin Labbe2018-07-241-1/+7
| * ata: sata_rcar: Add rudimentary Runtime PM supportGeert Uytterhoeven2018-07-231-22/+18
| * ata: sata_rcar: Provide a short-hand for &pdev->devGeert Uytterhoeven2018-07-231-8/+8
| * ata: Only output sg element mapped number in verbose debugPaul Menzel2018-07-121-1/+1
| * ata: Guard ata_scsi_dump_cdb() by ATA_VERBOSE_DEBUGPaul Menzel2018-07-121-2/+2
| * ata: ahci_platform: convert kcalloc to devm_kcallocCorentin Labbe2018-07-121-3/+1
| * ata: ahci_platform: convert kzallloc to kcallocCorentin Labbe2018-07-121-5/+3
| * ata: ahci_platform: correct parameter documentation for ahci_platform_shutdownCorentin Labbe2018-07-121-1/+1
| * libata: remove ata_sff_data_xfer_noirq()Sebastian Andrzej Siewior2018-07-1111-44/+11
| * ata: ahci_platform: allow disabling of hotplug to save powerSamuel Morris2018-06-183-19/+76
| * ata: ahci: rpm_put port on port_stop to match rpm_get in port_startSamuel Morris2018-06-181-0/+2
* | Merge branch 'for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2018-08-244-31/+58
|\ \
| * | cgroup/tracing: Move taking of spin lock out of trace event handlersSteven Rostedt (VMware)2018-07-114-31/+58
* | | Merge branch 'for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2018-08-241-15/+30
|\ \ \
| * | | workqueue: re-add lockdep dependencies for flushingJohannes Berg2018-08-221-0/+8
| * | | workqueue: skip lockdep wq dependency in cancel_work_sync()Johannes Berg2018-08-221-15/+22
* | | | Merge tag 'iommu-updates-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-08-2436-277/+839
|\ \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| *-----------. \ \ \ Merge branches 'arm/shmobile', 'arm/renesas', 'arm/msm', 'arm/smmu', 'arm/oma...Joerg Roedel2018-08-081083-5736/+11402
| |\ \ \ \ \ \ \ \ \ \
| | | | | | | | * | | | iommu: Remove the ->map_sg indirectionChristoph Hellwig2018-08-0816-31/+5
| | | | | | | | * | | | iommu: Add config option to set passthrough as defaultOlof Johansson2018-07-274-1/+25
| | | | | | | | * | | | iommu: Add sysfs attribyte for domain typeOlof Johansson2018-07-271-0/+32
| | | | | | | | * | | | iommu/amd: Add basic debugfs infrastructure for AMD IOMMUGary R Hook2018-07-066-2/+61
| | | | | | | | * | | | iommu: Enable debugfs exposure of IOMMU driver internalsGary R Hook2018-07-065-0/+86
| | | | | | | * | | | | iommu/vt-d: Remove the obsolete per iommu pasid tablesLu Baolu2018-07-203-21/+7
| | | | | | | * | | | | iommu/vt-d: Apply per pci device pasid table in SVALu Baolu2018-07-202-32/+19
| | | | | | | * | | | | iommu/vt-d: Allocate and free pasid tableLu Baolu2018-07-201-0/+10
| | | | | | | * | | | | iommu/vt-d: Per PCI device pasid table interfacesLu Baolu2018-07-205-4/+200
| | | | | | | * | | | | iommu/vt-d: Add for_each_device_domain() helperLu Baolu2018-07-202-0/+23
| | | | | | | * | | | | iommu/vt-d: Move device_domain_info to headerLu Baolu2018-07-202-59/+65
| | | | | | | * | | | | iommu/vt-d: Apply global PASID in SVALu Baolu2018-07-202-12/+11
| | | | | | | * | | | | iommu/vt-d: Avoid using idr_for_each_entry()Lu Baolu2018-07-202-4/+11
| | | | | | | * | | | | iommu/vt-d: Global PASID name spaceLu Baolu2018-07-204-1/+95
| | | | | | | * | | | | iommu/vt-d: Remove unnecessary WARN_ON()Lu Baolu2018-07-061-1/+1
| | | | | | | * | | | | iommu/vt-d: Fix dev iotlb pfsid useJacob Pan2018-07-063-7/+21
| | | | | | | * | | | | iommu/vt-d: Add definitions for PFSIDJacob Pan2018-07-062-0/+4
| | | | | | | |/ / / /
| | | | | | * | | | | iommu/amd: Remove redundant WARN_ON()Anna-Maria Gleixner2018-07-201-12/+0
| | | | | | * | | | | iommu/amd: Add support for IOMMU XT modeSuravee Suthikulpanit2018-07-063-13/+50
| | | | | | * | | | | iommu/amd: Add support for higher 64-bit IOMMU Control RegisterSuravee Suthikulpanit2018-07-061-13/+13