This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 032dcf09e2bf Merge tag 'gpio-fixes-for-v5.19-rc1' of git://git.kernel.o [...] new e69a5c010246 perf evlist: Extend arch_evsel__must_be_in_group to suppor [...] new 8db43088ef16 perf docs: Correct typo of event_sources new 4f52ca135861 perf test arm-spe: Check if perf-record hangs when recordi [...] new dc2cf4ca866f perf unwind: Fix segbase for ld.lld linked objects new 2762c488cdc1 perf lock: Change to synthesize task events new 151e7d75036b perf record: Support sample-read topdown metric group for [...] new 7f76b3113068 perf list: Add IBM z16 event description for s390 new f71a261acd1d perf list: Update event description for IBM z10 to latest level new e9c26fd6401d perf list: Update event description for IBM z13 to latest level new d786bdf2a705 perf list: Update event description for IBM z14 to latest level new d1833463dd13 perf list: Update event description for IBM z15 to latest level new dfeab63acd97 perf list: Update event description for IBM z196/z114 to l [...] new 882f54243a45 perf list: Update event description for IBM zEC12/zBC12 to [...] new 62e6eb8d5454 perf mem: Trace physical address for Arm SPE events new b24192a17337 perf c2c: Fix sorting in percent_rmt_hitm_cmp() new 122657820fe0 perf vendor events intel: Add metrics for Sapphirerapids new 1bcca2b1bd67 perf vendor events intel: Update metrics for Alderlake new 45b2e5ad6837 Merge tag 'perf-tools-for-v5.19-2022-06-04' of git://git.k [...] new 49f8b459fc1d xen: switch gnttab_end_foreign_access() to take a struct p [...] new 0a19bab54ef4 MAINTAINERS: Update Xen maintainership new 41925b105e34 xen: replace xen_remap() with memremap() new 4ccbe91de91a Merge tag 'for-linus-5.19-rc1b-tag' of git://git.kernel.or [...] new 6ba688364856 parisc: fix a crash with multicore scheduler new cf936af790a3 parisc/stifb: Implement fb_is_primary_device() new b046f984814a parisc/stifb: Keep track of hardware path of graphics card new 23df9ba64bb9 Merge tag 'for-5.19/parisc-2' of git://git.kernel.org/pub/ [...]
The 26 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: MAINTAINERS | 18 +- arch/parisc/include/asm/fb.h | 4 + arch/parisc/kernel/processor.c | 2 - arch/parisc/kernel/topology.c | 16 +- arch/x86/include/asm/xen/page.h | 3 - drivers/block/xen-blkfront.c | 6 +- drivers/input/misc/xen-kbdfront.c | 4 +- drivers/net/xen-netfront.c | 7 +- drivers/tty/hvc/hvc_xen.c | 2 +- drivers/video/console/sticon.c | 5 +- drivers/video/console/sticore.c | 32 +- drivers/video/fbdev/sticore.h | 3 + drivers/video/fbdev/stifb.c | 4 +- drivers/xen/gntalloc.c | 9 +- drivers/xen/gntdev-dmabuf.c | 2 +- drivers/xen/grant-table.c | 14 +- drivers/xen/pvcalls-front.c | 6 +- drivers/xen/xen-front-pgdir-shbuf.c | 2 +- drivers/xen/xenbus/xenbus_client.c | 2 +- drivers/xen/xenbus/xenbus_probe.c | 8 +- include/xen/arm/page.h | 3 - include/xen/grant_table.h | 6 +- net/9p/trans_xen.c | 8 +- tools/perf/Documentation/perf-record.txt | 2 +- tools/perf/Documentation/perf-stat.txt | 2 +- tools/perf/Documentation/perf-top.txt | 2 +- tools/perf/arch/arm64/util/mem-events.c | 6 +- tools/perf/arch/x86/util/evsel.c | 5 +- tools/perf/arch/x86/util/evsel.h | 7 + tools/perf/arch/x86/util/topdown.c | 21 +- tools/perf/builtin-c2c.c | 4 +- tools/perf/builtin-lock.c | 2 +- tools/perf/pmu-events/arch/s390/cf_z10/basic.json | 48 +- tools/perf/pmu-events/arch/s390/cf_z10/crypto.json | 64 +-- .../perf/pmu-events/arch/s390/cf_z10/extended.json | 36 +- tools/perf/pmu-events/arch/s390/cf_z13/basic.json | 48 +- tools/perf/pmu-events/arch/s390/cf_z13/crypto.json | 64 +-- .../perf/pmu-events/arch/s390/cf_z13/extended.json | 100 ++-- tools/perf/pmu-events/arch/s390/cf_z14/basic.json | 32 +- tools/perf/pmu-events/arch/s390/cf_z14/crypto.json | 64 +-- .../perf/pmu-events/arch/s390/cf_z14/extended.json | 102 ++-- tools/perf/pmu-events/arch/s390/cf_z15/basic.json | 32 +- tools/perf/pmu-events/arch/s390/cf_z15/crypto.json | 114 ----- .../perf/pmu-events/arch/s390/cf_z15/crypto6.json | 112 +++++ .../perf/pmu-events/arch/s390/cf_z15/extended.json | 108 ++--- tools/perf/pmu-events/arch/s390/cf_z16/basic.json | 58 +++ .../perf/pmu-events/arch/s390/cf_z16/crypto6.json | 142 ++++++ .../perf/pmu-events/arch/s390/cf_z16/extended.json | 492 +++++++++++++++++++ .../arch/s390/{cf_z13 => cf_z16}/transaction.json | 0 tools/perf/pmu-events/arch/s390/cf_z196/basic.json | 48 +- .../perf/pmu-events/arch/s390/cf_z196/crypto.json | 64 +-- .../pmu-events/arch/s390/cf_z196/extended.json | 44 +- .../perf/pmu-events/arch/s390/cf_zec12/basic.json | 48 +- .../perf/pmu-events/arch/s390/cf_zec12/crypto.json | 64 +-- .../pmu-events/arch/s390/cf_zec12/extended.json | 66 +-- tools/perf/pmu-events/arch/s390/mapfile.csv | 1 + .../pmu-events/arch/x86/alderlake/adl-metrics.json | 163 +++++-- .../arch/x86/sapphirerapids/spr-metrics.json | 530 +++++++++++++++++++++ tools/perf/tests/shell/test_arm_spe_fork.sh | 92 ++++ tools/perf/util/dso.h | 2 + tools/perf/util/unwind-libunwind-local.c | 105 ++-- 61 files changed, 2242 insertions(+), 818 deletions(-) create mode 100644 tools/perf/arch/x86/util/evsel.h delete mode 100644 tools/perf/pmu-events/arch/s390/cf_z15/crypto.json create mode 100644 tools/perf/pmu-events/arch/s390/cf_z16/basic.json create mode 100644 tools/perf/pmu-events/arch/s390/cf_z16/crypto6.json create mode 100644 tools/perf/pmu-events/arch/s390/cf_z16/extended.json copy tools/perf/pmu-events/arch/s390/{cf_z13 => cf_z16}/transaction.json (100%) create mode 100644 tools/perf/pmu-events/arch/x86/sapphirerapids/spr-metrics.json create mode 100755 tools/perf/tests/shell/test_arm_spe_fork.sh