summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorNathan Lynch <nathanl@linux.ibm.com>2019-06-27 00:15:37 -0500
committerMichael Ellerman <mpe@ellerman.id.au>2020-07-30 22:53:48 +1000
commit6ec54363f198aae9c1343f82ff5b865546944a73 (patch)
treeab59f468333813fb0173e69c0744dccd42d4c477 /tools/perf/scripts/python
parent1b3da8ffaa158e9a95c19b17c14d7259d58bc0cd (diff)
downloadkernel-6ec54363f198aae9c1343f82ff5b865546944a73.tar.gz
powerpc/cacheinfo: Warn if cache object chain becomes unordered
This can catch cases where the device tree has gotten mishandled into an inconsistent state at runtime, e.g. the cache nodes for both the source and the destination are present after a migration. Signed-off-by: Nathan Lynch <nathanl@linux.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20190627051537.7298-5-nathanl@linux.ibm.com
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
3b5e2b1b5ef491919d3219b9440fe0b3'>kernel: convert css_set.refcount from atomic_t to refcount_tElena Reshetova 2017-03-06cgroups: censor kernel pointer in debug filesKees Cook 2017-03-06cgroup/pids: remove spurious suspicious RCU usage warningTejun Heo 2017-03-06kernel: convert cgroup_namespace.count from atomic_t to refcount_tElena Reshetova 2017-03-03sched/headers: Remove <linux/magic.h> from <linux/sched/task_stack.h>Ingo Molnar 2017-03-03sched/headers: Move the task_lock()/unlock() APIs to <linux/sched/task.h>Ingo Molnar 2017-03-03sched/headers: Move task_struct::signal and task_struct::sighand types and ac...Ingo Molnar 2017-03-02sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/...Ingo Molnar 2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar 2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar 2017-03-02sched/headers, cgroups: Remove the threadgroup_change_*() wrapperyIngo Molnar 2017-02-27Merge branch 'for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds 2017-02-02Merge branch 'cgroup/for-4.11-rdmacg' into cgroup/for-4.11Tejun Heo 2017-02-02cgroup: drop the matching uid requirement on migration for cgroup v2Tejun Heo 2017-01-30cgroup: misc cleanupsTejun Heo 2017-01-26Merge branch 'for-4.10-fixes' into for-4.11Tejun Heo 2017-01-15cgroup: call subsys->*attach() only for subsystems which are actually affecte...Tejun Heo 2017-01-15cgroup: track migration context in cgroup_mgctxTejun Heo 2017-01-15cgroup: cosmetic update to cgroup_taskset_add()Tejun Heo 2017-01-10rdmacg: Fixed uninitialized current resource usageParav Pandit 2017-01-10rdmacg: Added rdma cgroup controllerParav Pandit 2016-12-27cgroup: fix RCU related sparse warningsTejun Heo 2016-12-27cgroup: move namespace code to kernel/cgroup/namespace.cTejun Heo 2016-12-27cgroup: rename functions for consistencyTejun Heo 2016-12-27cgroup: move v1 mount functions to kernel/cgroup/cgroup-v1.cTejun Heo 2016-12-27cgroup: separate out cgroup1_kf_syscall_opsTejun Heo 2016-12-27cgroup: refactor mount path and clearly distinguish v1 and v2 pathsTejun Heo 2016-12-27cgroup: move cgroup v1 specific code to kernel/cgroup/cgroup-v1.cTejun Heo 2016-12-27cgroup: move cgroup files under kernel/cgroup/Tejun Heo