summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2026-01-31 09:40:13 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2026-01-31 09:40:13 -0800
commit162b42445b585cd89f45475848845db353539605 (patch)
treeddd37ebed7be14d2f280f290dc1ff0d29cfdaca5 /tools/perf/scripts/python/bin/stackcollapse-report
parentd097a0783102a9e966ed0a70f54def4a1d091b6a (diff)
parent80f1a2c2332fee0edccd006fe87fc8a6db94bab3 (diff)
downloadkernel-162b42445b585cd89f45475848845db353539605.tar.gz
Merge tag 'iommu-fixes-v6.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/iommu/linux
Pull iommu fixes from Joerg Roedel: - Fix a performance regression cause by the new Generic IO-Page-Table code detected in Intel VT-d driver - Command queue flushing fix for NVidia version of the ARM-SMMU-v3 * tag 'iommu-fixes-v6.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/iommu/linux: iommu/tegra241-cmdqv: Reset VCMDQ in tegra241_vcmdq_hw_init_user() iommupt: Only cache flush memory changed by unmap
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions
03881a161e49eb7a282170e7'>gpio: tegra: drop tegra specific GPIO lockdep classesStefan Agner 2018-07-29gpio: tegra: Fix tegra_gpio_irq_set_type()Dmitry Osipenko 2018-02-22gpio: tegra: Convert to use DEFINE_SHOW_ATTRIBUTE macroAxel Lin 2017-12-28kernel/irq: Extend lockdep class for request mutexAndrew Lunn 2017-09-22pinctrl/gpio: Unify namespace for cross-callsLinus Walleij 2017-08-14gpio: tegra: Use unsigned int where possibleThierry Reding 2017-08-14gpio: tegra: Fix checkpatch warningsThierry Reding 2017-08-14gpio: tegra: Prefer kcalloc() over kzalloc() with multipliesThierry Reding 2017-08-14gpio: tegra: Remove unnecessary checkThierry Reding 2017-08-14gpio: tegra: Use platform_get_irq()Thierry Reding 2017-08-14gpio: tegra: Use platform_irq_count()Thierry Reding 2017-08-14gpio: tegra: remove gpio_to_irq() from hw irq handlersGrygorii Strashko 2017-08-02gpio: tegra: fix unbalanced chained_irq_enter/exitMichał Mirosław 2017-01-26pinctrl / gpio: Introduce .set_config() callback for GPIO chipsMika Westerberg