summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/exported-sql-viewer.py
diff options
context:
space:
mode:
authorAndrea della Porta <andrea.porta@suse.com>2025-12-18 20:09:07 +0100
committerFlorian Fainelli <florian.fainelli@broadcom.com>2025-12-19 12:42:23 -0800
commitce26f588c8310e0fdd1bc7524a86fdf0ef6b1c85 (patch)
treec5b47500de425891427044c06264aa0340c4be33 /tools/perf/scripts/python/exported-sql-viewer.py
parentc6d0cdf7e572c64bd72699d10b28bfddaf758a0f (diff)
downloadkernel-ce26f588c8310e0fdd1bc7524a86fdf0ef6b1c85.tar.gz
misc: rp1: drop overlay support
The RP1 driver can load an overlay at runtime to describe the inner peripherals. This has led to a lot of confusion regarding the naming of nodes, their topology and the reclaiming of related node resources. Since the overlay is currently not fully functional, drop its support in the driver in favor of the fully described static DT. This also means that this driver does not depend on CONFIG_PCI_DYNAMIC_OF_NODES and no longer requires PCI quirks to dynamically create the intermediate PCI nodes. Signed-off-by: Andrea della Porta <andrea.porta@suse.com> Reviewed-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/4b0aa7160877cf128b9bc713776bcac73c46eb24.1766077285.git.andrea.porta@suse.com Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions
kernel/commit/net/sunrpc/cache.c?h=linux-6.12.y&id=8ccc869169d0c59d288b20ec2b060317f87e08b4'>sunrpc: use simple_read_from_buffer for reading cache flushKinglong Mee 2017-02-08sunrpc: update the comments of sunrpc proc pathKinglong Mee 2017-02-08sunrpc/nfs: cleanup procfs/pipefs entry in cache_detailKinglong Mee 2017-02-08SUNRPC: Drop all entries from cache_detail when cache_purge()Kinglong Mee 2017-01-31svcrpc: free contexts immediately on PROC_DESTROYNeil Brown 2017-01-14locking/atomic, kref: Add kref_read()Peter Zijlstra 2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds 2016-09-27sunrpc: queue work on system_power_efficient_wqKe Wang 2016-07-13sunrpc: remove 'inuse' flag from struct cache_detail.NeilBrown 2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov 2016-03-17sunrpc/cache: drop reference when sunrpc_cache_pipe_upcall() detects a raceNeilBrown 2016-02-23sunrpc/cache: fix off-by-one in qword_get()Stefan Hajnoczi 2016-01-22wrappers for ->i_mutex accessAl Viro 2015-10-23sunrpc/cache: make cache flushing more reliable.Neil Brown 2015-08-13sunrpc: Switch to using hash list instead single listKinglong Mee 2015-08-13sunrpc/nfsd: Remove redundant code by exports seq_operations functionsKinglong Mee 2015-08-13sunrpc: Store cache_detail in seq_file's private directlyKinglong Mee 2015-04-15lib/string_helpers.c: change semantics of string_escape_memRasmus Villemoes 2015-03-08sunrpc: fix braino in ->poll()Al Viro