summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | * | | | | | iommu/exynos: Use generic group callbackRobin Murphy2018-02-131-12/+1
| | | | | | | |_|_|/ / | | | | | | |/| | | |
| | | | | * | | | | | iommu/mediatek: Fix protect memory settingYong Wu2018-03-212-5/+11
| | | | | * | | | | | iommu/mediatek: Move attach_device after iommu-group is ready for M4Uv1Yong Wu2018-02-131-33/+21
| | | | | |/ / / / /
| | | | * | | | | | iommu/omap: Increase group ref in .device_group()Jeffy Chen2018-03-151-1/+1
| | | * | | | | | | iommu/rockchip: Support sharing IOMMU between mastersJeffy Chen2018-03-291-2/+20
| | | * | | | | | | iommu/rockchip: Add runtime PM supportJeffy Chen2018-03-291-52/+129
| | | * | | | | | | iommu/rockchip: Fix error handling in initJeffy Chen2018-03-291-13/+2
| | | * | | | | | | iommu/rockchip: Use OF_IOMMU to attach devices automaticallyJeffy Chen2018-03-291-95/+40
| | | * | | | | | | iommu/rockchip: Use IOMMU device for dma mapping operationsJeffy Chen2018-03-291-61/+24
| | | * | | | | | | iommu/rockchip: Control clocks needed to access the IOMMUTomasz Figa2018-03-291-3/+47
| | | * | | | | | | iommu/rockchip: Fix TLB flush of secondary IOMMUsTomasz Figa2018-03-291-5/+7
| | | * | | | | | | iommu/rockchip: Use iopoll helpers to wait for hardwareTomasz Figa2018-03-291-36/+39
| | | * | | | | | | iommu/rockchip: Fix error handling in attachTomasz Figa2018-03-291-4/+4
| | | * | | | | | | iommu/rockchip: Request irqs in rk_iommu_probe()Jeffy Chen2018-03-291-29/+9
| | | * | | | | | | iommu/rockchip: Fix error handling in probeJeffy Chen2018-03-291-0/+2
| | | * | | | | | | iommu/rockchip: Prohibit unbind and removeJeffy Chen2018-03-291-20/+1
| | | * | | | | | | iommu/rockchip: Perform a reset on shutdownMarc Zyngier2018-03-151-0/+18
| | | |/ / / / / /
| | * | | | | | | iommu/vt-d:Remove unused variableShaokun Zhang2018-03-291-5/+1
| | * | | | | | | iommu/vt-d: Use real PASID for flush in caching modeLu Baolu2018-03-201-10/+6
| | * | | | | | | iommu/vt-d: Fix a potential memory leakLu Baolu2018-03-151-0/+1
| | * | | | | | | iommu/vt-d: Add __init for dmar_register_bus_notifier()Dmitry Safonov2018-02-131-1/+1
| | | |/ / / / / | | |/| | | | |
| * | | | | | | iommu/amd: Return proper error code in irq_remapping_alloc()Sebastian Andrzej Siewior2018-03-291-2/+2
| * | | | | | | iommu/amd: Make amd_iommu_devtable_lock a spin_lockSebastian Andrzej Siewior2018-03-291-7/+7
| * | | | | | | iommu/amd: Drop the lock while allocating new irq remap tableSebastian Andrzej Siewior2018-03-291-18/+45
| * | | | | | | iommu/amd: Factor out setting the remap table for a devidSebastian Andrzej Siewior2018-03-291-11/+12
| * | | | | | | iommu/amd: Use `table' instead `irt' as variable name in amd_iommu_update_ga()Sebastian Andrzej Siewior2018-03-291-5/+5
| * | | | | | | iommu/amd: Remove the special case from alloc_irq_table()Sebastian Andrzej Siewior2018-03-291-14/+20
| * | | | | | | iommu/amd: Split irq_lookup_table out of the amd_iommu_devtable_lockSebastian Andrzej Siewior2018-03-291-2/+3
| * | | | | | | iommu/amd: Split domain id out of amd_iommu_devtable_lockSebastian Andrzej Siewior2018-03-291-7/+5
| * | | | | | | iommu/amd: Turn dev_data_list into a lock less listSebastian Andrzej Siewior2018-03-292-19/+11
| * | | | | | | iommu/amd: Take into account that alloc_dev_data() may return NULLSebastian Andrzej Siewior2018-03-291-0/+2
| * | | | | | | iommu/amd: Use dev_err to send events to the system logGary R Hook2018-03-151-27/+28
| * | | | | | | iommu/amd: Add support for fast IOTLB flushingSuravee Suthikulpanit2018-03-151-3/+16
| * | | | | | | iommu/amd: Avoid locking get_irq_table() from atomic contextScott Wood2018-02-151-7/+22
| * | | | | | | iommu/amd: Don't use dev_data in irte_ga_set_affinity()Scott Wood2018-02-131-3/+1
| * | | | | | | iommu/amd: Use raw locks on atomic context pathsScott Wood2018-02-133-18/+18
| |/ / / / / /
* | | | | | | Merge tag 'pm-4.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2018-04-1110-52/+120
|\ \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| *-. \ \ \ \ \ \ Merge branches 'pm-cpuidle' and 'pm-qos'Rafael J. Wysocki2018-04-114-24/+104
| |\ \ \ \ \ \ \ \
| | * | | | | | | | cpuidle: menu: Avoid selecting shallow states with stopped tickRafael J. Wysocki2018-04-091-7/+22
| | * | | | | | | | cpuidle: menu: Refine idle state selection for running tickRafael J. Wysocki2018-04-091-2/+25
| | * | | | | | | | cpuidle: Return nohz hint from cpuidle_select()Rafael J. Wysocki2018-04-063-15/+57
| | * | | | | | | | jiffies: Introduce USER_TICK_USEC and redefine TICK_USECRafael J. Wysocki2018-04-061-1/+1
| | |/ / / / / / /
| * | | | | | | | cpufreq: Drop cpufreq_table_validate_and_show()Viresh Kumar2018-04-101-14/+0
| * | | | | | | | cpufreq: SCMI: Don't validate the frequency table twiceViresh Kumar2018-04-101-9/+1
| * | | | | | | | cpufreq: CPPC: Initialize shared perf capabilities of CPUsShunyong Yang2018-04-101-2/+12
| * | | | | | | | cpufreq: armada-37xx: Fix clock leakGregory CLEMENT2018-04-101-0/+2
| * | | | | | | | cpufreq: CPPC: Don't set transition_latencyViresh Kumar2018-04-101-1/+0
| * | | | | | | | cpufreq: ti-cpufreq: Use builtin_platform_driver()Viresh Kumar2018-04-101-1/+1
| * | | | | | | | cpufreq: intel_pstate: Do not include debugfs.hRafael J. Wysocki2018-04-101-1/+0
* | | | | | | | | Merge tag 'tags/upstream-4.17-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2018-04-113-2/+12
|\ \ \ \ \ \ \ \ \