summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/exported-sql-viewer.py
diff options
context:
space:
mode:
authorAlexandru Elisei <alexandru.elisei@arm.com>2025-11-28 10:09:44 +0000
committerOliver Upton <oupton@kernel.org>2025-12-01 00:44:03 -0800
commite88d60c0aa0abbaade177b84f54a868c67231cd7 (patch)
treee62e5c0893e9df44d92a290c2327ba50e1346dac /tools/perf/scripts/python/exported-sql-viewer.py
parent93e8d997812b315bbec946e874171a8b7d785eaf (diff)
downloadkernel-e88d60c0aa0abbaade177b84f54a868c67231cd7.tar.gz
KVM: arm64: at: Use correct HA bit in TCR_EL2 when regime is EL2
According to ARM DDI 0487L.b, the HA bit in TCR_EL2 when the translation regime is EL2 (or !ELIsInHost(EL2)) is bit 21, not 39. Fixes: c59ca4b5b0c3 ("KVM: arm64: Implement HW access flag management in stage-1 SW PTW") Signed-off-by: Alexandru Elisei <alexandru.elisei@arm.com> Link: https://msgid.link/20251128100946.74210-3-alexandru.elisei@arm.com Signed-off-by: Oliver Upton <oupton@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions
17-10-30time: Move time_t conversion helpers to time32.hArnd Bergmann 2017-10-30time: Remove unused functionsArnd Bergmann 2017-10-30timekeeping: Consolidate timekeeping_inject_offset codeArnd Bergmann 2017-10-17time: Use do_settimeofday64() internallyArnd Bergmann 2017-06-25time: introduce {get,put}_itimerspec64Deepa Dinamani 2017-06-25time: add get_timespec64 and put_timespec64Deepa Dinamani 2017-06-14time: Move compat_gettimeofday()/settimeofday() to nativeAl Viro 2017-06-14time: Move compat_time()/stime() to nativeAl Viro 2017-06-14ntp: Move adjtimex related compat syscalls to native counterpartsAl Viro 2017-05-12time: delete current_fs_time()Deepa Dinamani 2017-04-14time: Delete do_sys_setimeofday()Deepa Dinamani 2017-02-01time: Introduce jiffies64_to_nsecs()Frederic Weisbecker 2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds 2016-08-31time: Avoid undefined behaviour in timespec64_add_safe()Vegard Nossum 2016-05-19time: remove timespec_add_safe()Deepa Dinamani 2016-05-19time: add missing implementation for timespec64_add_safe()Deepa Dinamani 2016-04-22time: Introduce do_sys_settimeofday64()Baolin Wang 2016-02-29Handle ISO 8601 leap seconds and encodings of midnight in mktime64()David Howells 2015-09-01Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds 2015-08-17time: Introduce timespec64_to_jiffies()/jiffies_to_timespec64()Baolin Wang 2015-08-17time: Fix nanosecond file time rounding in timespec_trunc()Karsten Blees 2015-07-29jiffies: Remove HZ > USEC_PER_SEC special caseFrederic Weisbecker