aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/netdev-times.py
diff options
context:
space:
mode:
authorDan Williams <dan.j.williams@intel.com>2016-04-05 15:26:50 -0700
committerDan Williams <dan.j.williams@intel.com>2016-04-11 11:11:10 -0700
commit8cc6ddfcafbb7e32ff025f7d9551ecf9649c12cd (patch)
tree0a86bc95293b6c7431bd21477eaf847feb88dc51 /tools/perf/scripts/python/netdev-times.py
parentLinux 4.6-rc3 (diff)
libnvdimm, nfit: report multiple interface codes per-dimm
Starting with ACPI 6.1 an NFIT table will report multiple 'NVDIMM Control Region Structure' instances per-dimm, one for each supported format interface. Report that code in the following format in sysfs: nmemX/nfit/formats nmemX/nfit/format nmemX/nfit/format1 nmemX/nfit/format2 ... nmemX/nfit/formatN Where format2 - formatN are theoretical as there are no known DIMMs with support for more than two interface formats. This layout is compatible with existing libndctl binaries that only expect one code per-dimm as they will ignore nmemX/nfit/formats and nmemX/nfit/formatN. Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/netdev-times.py')
0 files changed, 0 insertions, 0 deletions
2022-03-10tracehook: Remove tracehook.hEric W. Biederman1-1/+0 2021-10-14sched,livepatch: Use wake_up_if_idle()Peter Zijlstra1-1/+4 2021-10-07sched,livepatch: Use task_call_func()Peter Zijlstra1-46/+44 2021-08-19livepatch: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior1-2/+2 2021-03-30livepatch: Replace the fake signal sending with TIF_NOTIFY_SIGNAL infrastructureMiroslav Benes1-3/+2 2019-11-01livepatch: Keep replaced patches until post_patch callback is calledPetr Mladek1-6/+6 2019-07-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatchingLinus Torvalds1-3/+8 2019-06-20livepatch: Remove duplicate warning about missing reliable stacktrace supportPetr Mladek1-1/+0 2019-06-20Revert "livepatch: Remove reliable stacktrace check in klp_try_switch_task()"Miroslav Benes1-0/+7 2019-06-05livepatch: Use static buffer for debugging messages under rq lockPetr Mladek1-2/+1 2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner1-13/+1 2019-04-29livepatch: Simplify stack trace retrievalThomas Gleixner1-13/+9 2019-03-05Merge branch 'for-5.1/atomic-replace' into for-linusJiri Kosina1-1/+1 2019-02-06livepatch: Introduce klp_for_each_patch macroPetr Mladek1-1/+1 2019-01-16livepatch: Remove signal sysfs attributeMiroslav Benes1-41/+41 2019-01-16livepatch: Send a fake signal periodicallyMiroslav Benes1-3/+13 2019-01-11livepatch: Remove Nop structures when unusedPetr Mladek1-1/+3 2019-01-11livepatch: Add atomic replaceJason Baron1-0/+3 2019-01-11livepatch: Simplify API by removing registration stepPetr Mladek1-7/+12 2019-01-11livepatch: Don't block the removal of patches loaded after a forced transitionPetr Mladek1-5/+5 2019-01-11livepatch: Change unsigned long old_addr -> void *old_func in struct klp_funcPetr Mladek1-2/+2 2018-12-01livepatch: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney1-2/+2 2018-07-16livepatch: Remove reliable stacktrace check in klp_try_switch_task()Kamalesh Babulal1-7/+0 2018-01-11livepatch: Remove immediate featureMiroslav Benes1-44/+5 2017-12-07livepatch: force transition to finishMiroslav Benes1-2/+34 2017-12-04livepatch: send a fake signal to all blocking tasksMiroslav Benes1-0/+41 2017-10-19livepatch: add transition noticesJoe Lawrence1-1/+17 2017-10-19livepatch: move transition "complete" notice into klp_complete_transition()Joe Lawrence1-3/+3 2017-10-19livepatch: add (un)patch callbacksJoe Lawrence1-3/+18 2017-06-20livepatch: Fix stacking of patches with respect to RCUPetr Mladek1-5/+31 2017-04-11livepatch: Cancel transition a safe way for immediate patchesPetr Mladek1-20/+0 2017-03-08livepatch: make klp_mutex proper part of APIJiri Kosina1-2/+1 2017-03-08livepatch: allow removal of a disabled patchJosh Poimboeuf1-3/+34 2017-03-08livepatch: change to a per-task consistency modelJosh Poimboeuf1-0/+543