summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorMarc Zyngier <maz@kernel.org>2019-12-24 11:10:35 +0000
committerMarc Zyngier <maz@kernel.org>2020-01-22 14:22:20 +0000
commite64fab1a1477dbf0c355691914511612ba312932 (patch)
treeedb063dfb2c6fbcffccdbda9445f5da4048b2301 /tools/perf/scripts/python/bin
parent91bf6395f7b8614a5a9934a0ae9c8b5312d77b29 (diff)
downloadkernel-e64fab1a1477dbf0c355691914511612ba312932.tar.gz
irqchip/gic-v4.1: Add VPE eviction callback
When descheduling a VPE, special care must be taken to tell the GIC about whether we want to receive a doorbell or not. This is a major improvement on GICv4.0, where the doorbell had to be separately enabled/disabled. Signed-off-by: Marc Zyngier <maz@kernel.org> Reviewed-by: Zenghui Yu <yuzenghui@huawei.com> Link: https://lore.kernel.org/r/20191224111055.11836-13-maz@kernel.org
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
start handlerGuenter Roeck 2021-05-14xen/swiotlb: check if the swiotlb has already been initializedStefano Stabellini 2021-05-14xen/arm: move xen_swiotlb_detect to arm/swiotlb-xen.hStefano Stabellini 2021-05-04Merge branch 'stable/for-linus-5.13' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds 2021-04-23xen/arm: introduce XENFEAT_direct_mapped and XENFEAT_not_direct_mappedStefano Stabellini 2021-03-17xen-swiotlb: split xen_swiotlb_initChristoph Hellwig 2021-03-10Xen/gnttab: introduce common INVALID_GRANT_{HANDLE,REF}Jan Beulich 2021-03-10Xen: drop exports of {set,clear}_foreign_p2m_mapping()Jan Beulich 2021-03-03Xen/gnttab: handle p2m update errors on a per-slot basisJan Beulich 2021-02-15xen/arm: don't ignore return errors from set_phys_to_machineStefano Stabellini 2021-02-11arm/xen: Don't probe xenbus as part of an early initcallJulien Grall 2021-01-13xen: Fix event channel callback via INTX/GSIDavid Woodhouse 2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds 2020-10-14Merge tag 'for-linus-5.10b-rc1-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds 2020-10-13arch, drivers: replace for_each_membock() with for_each_mem_range()Mike Rapoport 2020-10-07arm/arm64: xen: Fix to convert percpu address to gfn correctlyMasami Hiramatsu 2020-10-06dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Christoph Hellwig 2020-10-04xen/arm: do not setup the runstate info page if kpti is enabledStefano Stabellini