summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorMarc Zyngier <marc.zyngier@arm.com>2017-10-27 15:28:51 +0100
committerChristoffer Dall <christoffer.dall@linaro.org>2017-11-10 09:43:56 +0100
commit374be35e231e818ffbdb3f876e2775f22b727e80 (patch)
treec49195e8ff426b741ca7d138612d3b6a03a6a065 /tools/perf/scripts/python/export-to-postgresql.py
parent6277579778d63125671509e2502597fdf6a56c00 (diff)
downloadkernel-374be35e231e818ffbdb3f876e2775f22b727e80.tar.gz
KVM: arm/arm64: GICv4: Enable virtual cpuif if VLPIs can be delivered
In order for VLPIs to be delivered to the guest, we must make sure that the virtual cpuif is always enabled, irrespective of the presence of virtual interrupt in the LRs. Acked-by: Christoffer Dall <cdall@linaro.org> Reviewed-by: Eric Auger <eric.auger@redhat.com> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com> Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions
15d'>net: skbuff: update and rename __kfree_skb_defer()Jakub Kicinski 2023-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2023-02-01net: add support for ipv4 big tcpXin Long 2023-01-27skb: Do mix page pool and page referenced frags in GROAlexander Duyck 2023-01-09gro: take care of DODGY packetsEric Dumazet 2022-11-11net: gro: no longer use skb_vlan_tag_present()Eric Dumazet 2022-11-10gro: avoid checking for a failed searchRichard Gobert 2022-10-03gro: add support of (hw)gro packets to gro stackCoco Li