Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | | | | * | | | | | | iommu/exynos: Use generic group callback | Robin Murphy | 2018-02-13 | 1 | -12/+1 | |
| | | | | | | |_|_|/ / | | | | | | |/| | | | | ||||||
| | | | | * | | | | | | iommu/mediatek: Fix protect memory setting | Yong Wu | 2018-03-21 | 2 | -5/+11 | |
| | | | | * | | | | | | iommu/mediatek: Move attach_device after iommu-group is ready for M4Uv1 | Yong Wu | 2018-02-13 | 1 | -33/+21 | |
| | | | | |/ / / / / | ||||||
| | | | * | | | | | | iommu/omap: Increase group ref in .device_group() | Jeffy Chen | 2018-03-15 | 1 | -1/+1 | |
| | | * | | | | | | | iommu/rockchip: Support sharing IOMMU between masters | Jeffy Chen | 2018-03-29 | 1 | -2/+20 | |
| | | * | | | | | | | iommu/rockchip: Add runtime PM support | Jeffy Chen | 2018-03-29 | 1 | -52/+129 | |
| | | * | | | | | | | iommu/rockchip: Fix error handling in init | Jeffy Chen | 2018-03-29 | 1 | -13/+2 | |
| | | * | | | | | | | iommu/rockchip: Use OF_IOMMU to attach devices automatically | Jeffy Chen | 2018-03-29 | 1 | -95/+40 | |
| | | * | | | | | | | iommu/rockchip: Use IOMMU device for dma mapping operations | Jeffy Chen | 2018-03-29 | 1 | -61/+24 | |
| | | * | | | | | | | dt-bindings: iommu/rockchip: Add clock property | Jeffy Chen | 2018-03-29 | 1 | -0/+7 | |
| | | * | | | | | | | iommu/rockchip: Control clocks needed to access the IOMMU | Tomasz Figa | 2018-03-29 | 1 | -3/+47 | |
| | | * | | | | | | | iommu/rockchip: Fix TLB flush of secondary IOMMUs | Tomasz Figa | 2018-03-29 | 1 | -5/+7 | |
| | | * | | | | | | | iommu/rockchip: Use iopoll helpers to wait for hardware | Tomasz Figa | 2018-03-29 | 1 | -36/+39 | |
| | | * | | | | | | | iommu/rockchip: Fix error handling in attach | Tomasz Figa | 2018-03-29 | 1 | -4/+4 | |
| | | * | | | | | | | iommu/rockchip: Request irqs in rk_iommu_probe() | Jeffy Chen | 2018-03-29 | 1 | -29/+9 | |
| | | * | | | | | | | iommu/rockchip: Fix error handling in probe | Jeffy Chen | 2018-03-29 | 1 | -0/+2 | |
| | | * | | | | | | | iommu/rockchip: Prohibit unbind and remove | Jeffy Chen | 2018-03-29 | 1 | -20/+1 | |
| | | * | | | | | | | iommu/rockchip: Perform a reset on shutdown | Marc Zyngier | 2018-03-15 | 1 | -0/+18 | |
| | | |/ / / / / / | ||||||
| | * | | | | | | | iommu/vt-d:Remove unused variable | Shaokun Zhang | 2018-03-29 | 1 | -5/+1 | |
| | * | | | | | | | iommu/vt-d: Use real PASID for flush in caching mode | Lu Baolu | 2018-03-20 | 1 | -10/+6 | |
| | * | | | | | | | iommu/vt-d: Fix a potential memory leak | Lu Baolu | 2018-03-15 | 1 | -0/+1 | |
| | * | | | | | | | iommu/vt-d: Clean/document fault status flags | Dmitry Safonov | 2018-02-13 | 1 | -6/+6 | |
| | * | | | | | | | iommu/vt-d: Add __init for dmar_register_bus_notifier() | Dmitry Safonov | 2018-02-13 | 1 | -1/+1 | |
| | | |/ / / / / | | |/| | | | | | ||||||
| * | | | | | | | iommu/amd: Return proper error code in irq_remapping_alloc() | Sebastian Andrzej Siewior | 2018-03-29 | 1 | -2/+2 | |
| * | | | | | | | iommu/amd: Make amd_iommu_devtable_lock a spin_lock | Sebastian Andrzej Siewior | 2018-03-29 | 1 | -7/+7 | |
| * | | | | | | | iommu/amd: Drop the lock while allocating new irq remap table | Sebastian Andrzej Siewior | 2018-03-29 | 1 | -18/+45 | |
| * | | | | | | | iommu/amd: Factor out setting the remap table for a devid | Sebastian Andrzej Siewior | 2018-03-29 | 1 | -11/+12 | |
| * | | | | | | | iommu/amd: Use `table' instead `irt' as variable name in amd_iommu_update_ga() | Sebastian Andrzej Siewior | 2018-03-29 | 1 | -5/+5 | |
| * | | | | | | | iommu/amd: Remove the special case from alloc_irq_table() | Sebastian Andrzej Siewior | 2018-03-29 | 1 | -14/+20 | |
| * | | | | | | | iommu/amd: Split irq_lookup_table out of the amd_iommu_devtable_lock | Sebastian Andrzej Siewior | 2018-03-29 | 1 | -2/+3 | |
| * | | | | | | | iommu/amd: Split domain id out of amd_iommu_devtable_lock | Sebastian Andrzej Siewior | 2018-03-29 | 1 | -7/+5 | |
| * | | | | | | | iommu/amd: Turn dev_data_list into a lock less list | Sebastian Andrzej Siewior | 2018-03-29 | 2 | -19/+11 | |
| * | | | | | | | iommu/amd: Take into account that alloc_dev_data() may return NULL | Sebastian Andrzej Siewior | 2018-03-29 | 1 | -0/+2 | |
| * | | | | | | | iommu/amd: Use dev_err to send events to the system log | Gary R Hook | 2018-03-15 | 1 | -27/+28 | |
| * | | | | | | | iommu/amd: Add support for fast IOTLB flushing | Suravee Suthikulpanit | 2018-03-15 | 1 | -3/+16 | |
| * | | | | | | | iommu/amd: Avoid locking get_irq_table() from atomic context | Scott Wood | 2018-02-15 | 1 | -7/+22 | |
| * | | | | | | | iommu/amd: Don't use dev_data in irte_ga_set_affinity() | Scott Wood | 2018-02-13 | 1 | -3/+1 | |
| * | | | | | | | iommu/amd: Use raw locks on atomic context paths | Scott Wood | 2018-02-13 | 3 | -18/+18 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge tag 'pm-4.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra... | Linus Torvalds | 2018-04-12 | 25 | -161/+438 | |
|\ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ | ||||||
| *-. \ \ \ \ \ \ | Merge branches 'pm-cpuidle' and 'pm-qos' | Rafael J. Wysocki | 2018-04-11 | 16 | -120/+415 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | PM / QoS: mark expected switch fall-throughs | Gustavo A. R. Silva | 2018-04-09 | 1 | -0/+2 | |
| | * | | | | | | | | tick-sched: avoid a maybe-uninitialized warning | Arnd Bergmann | 2018-04-10 | 1 | -3/+6 | |
| | * | | | | | | | | cpuidle: Add definition of residency to sysfs documentation | Prakash, Prashanth | 2018-04-09 | 1 | -0/+6 | |
| | * | | | | | | | | time: hrtimer: Use timerqueue_iterate_next() to get to the next timer | Rafael J. Wysocki | 2018-04-09 | 1 | -3/+1 | |
| | * | | | | | | | | nohz: Avoid duplication of code related to got_idle_tick | Rafael J. Wysocki | 2018-04-09 | 1 | -10/+6 | |
| | * | | | | | | | | nohz: Gather tick_sched booleans under a common flag field | Frederic Weisbecker | 2018-04-09 | 2 | -9/+15 | |
| | * | | | | | | | | cpuidle: menu: Avoid selecting shallow states with stopped tick | Rafael J. Wysocki | 2018-04-09 | 1 | -7/+22 | |
| | * | | | | | | | | cpuidle: menu: Refine idle state selection for running tick | Rafael J. Wysocki | 2018-04-09 | 3 | -11/+35 | |
| | * | | | | | | | | sched: idle: Select idle state before stopping the tick | Rafael J. Wysocki | 2018-04-09 | 4 | -17/+59 | |
| | * | | | | | | | | time: hrtimer: Introduce hrtimer_next_event_without() | Rafael J. Wysocki | 2018-04-07 | 2 | -2/+54 |