summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorRobin Murphy <robin.murphy@arm.com>2016-02-01 12:00:48 +0000
committerDaniel Lezcano <daniel.lezcano@linaro.org>2016-02-25 14:30:15 +0100
commite392d603f61767cb2de4d82bb55a035918f8342c (patch)
tree1051148f6bec4a0bea199d2302858621a9ce9c5d /tools/perf/scripts/python/bin
parentbbf66d897adf2bb0c310db96c97e8db6369f39e1 (diff)
downloadkernel-e392d603f61767cb2de4d82bb55a035918f8342c.tar.gz
clocksource/drivers/arm_arch_timer: Enable and verify MMIO access
So far, we have been blindly assuming that having access to a memory-mapped timer frame implies that the individual elements of that frame frame are already enabled. Whilst it's the firmware's job to give us non-secure access to frames in the first place, we should not rely on implementations always being generous enough to also configure CNTACR for those non-secure frames (e.g. [1]). Explicitly enable feature-level access per-frame, and verify that the access we want is really implemented before trying to make use of it. [1]:https://github.com/ARM-software/tf-issues/issues/170 Acked-by: Mark Rutland <mark.rutland@arm.com> Reviewed-by: Stephen Boyd <sboyd@codeaurora.org> Tested-by: Stephen Boyd <sboyd@codeaurora.org> Acked-by: Marc Zyngier <marc.zyngier@arm.com> Signed-off-by: Robin Murphy <robin.murphy@arm.com> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
nlyChristoph Hellwig 2020-05-28ipv4: add ip_sock_set_pktinfoChristoph Hellwig 2020-05-28net: add sock_no_lingerChristoph Hellwig 2020-05-20SUNRPC: Restructure svc_udp_recvfrom()Chuck Lever 2020-05-20SUNRPC: Refactor svc_recvfrom()Chuck Lever 2020-05-20SUNRPC: Clean up svc_release_skb() functionsChuck Lever 2020-05-20SUNRPC: Refactor recvfrom path dealing with incomplete TCP receivesChuck Lever 2020-05-20SUNRPC: Replace dprintk() call sites in TCP receive pathChuck Lever 2020-05-18SUNRPC: Restructure svc_tcp_recv_record()Chuck Lever 2020-05-18SUNRPC: Rename svc_sock::sk_reclenChuck Lever 2020-05-18SUNRPC: Replace dprintk call sites in TCP state change calloutsChuck Lever 2020-05-18SUNRPC: Add more svcsock tracepointsChuck Lever 2020-05-18SUNRPC: Remove "#include <trace/events/skb.h>"Chuck Lever 2020-05-18SUNRPC: Trace a few more generic svc_xprt eventsChuck Lever 2020-05-18SUNRPC: Move xpt_mutex into socket xpo_sendto methodsChuck Lever 2020-04-17svcrdma: Fix leak of svc_rdma_recv_ctxt objectsChuck Lever 2020-03-16SUNRPC: Teach server to use xprt_sock_sendmsg for socket sendsChuck Lever 2020-03-16SUNRPC: Refactor xs_sendpages()Chuck Lever 2020-03-16nfsd: Fix NFSv4 READ on RDMA when using readvChuck Lever 2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner 2019-04-24SUNRPC: Cache the process user cred in the RPC server listenerTrond Myklebust 2019-02-21svcrpc: fix UDP on servers with lots of threadsJ. Bruce Fields 2019-01-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds 2019-01-01sock: Make sock->sk_stamp thread-safeDeepa Dinamani 2018-12-27sunrpc: remove unused xpo_prep_reply_hdr callbackVasily Averin 2018-12-27sunrpc: remove svc_tcp_bc_classVasily Averin 2018-12-27sunrpc: replace svc_serv->sv_bc_xprt by boolean flagVasily Averin 2018-12-27sunrpc: use-after-free in svc_process_common()Vasily Averin 2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds 2018-11-01Merge tag 'nfs-for-4.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsAl Viro 2018-10-30Merge tag 'nfsd-4.20' of git://linux-nfs.org/~bfields/linuxLinus Torvalds 2018-10-29SUNRPC: Simplify TCP receive codeTrond Myklebust 2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells 2018-09-30SUNRPC: Rename xprt->recv_lock to xprt->queue_lockTrond Myklebust