summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorcpw@sgi.com <cpw@sgi.com>2011-06-21 07:21:29 -0500
committerIngo Molnar <mingo@elte.hu>2011-06-21 14:50:32 +0200
commit485f07d349a3e5059413b886a3bc1996c4b3d14d (patch)
treeeae1805babf68f71f2b75ca3a2cb675721993def /tools/perf/scripts/python/export-to-sqlite.py
parent9c9153db22870c3f37add83bea30500fcc268a73 (diff)
downloadkernel-485f07d349a3e5059413b886a3bc1996c4b3d14d.tar.gz
x86, UV: Correct reset_with_ipi()
Fix reset_with_ipi() to look up a cpu for a blade based on the distribution map being indexed by the potentially sparsely numbered pnode. This patch is critical to tlb shootdown on a partitioned UV system, or one with nonconsecutive blade numbers. The distribution map bits represent pnodes relative to the partition base pnode. Previous to this patch it had been assuming bits based on 0-based, consecutive blade ids. Signed-off-by: Cliff Wickman <cpw@sgi.com> Link: http://lkml.kernel.org/r/20110621122242.497700003@sgi.com Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions
d56137ebff722be022cae5f70ef84fb'>block: switch bios to blk_status_tChristoph Hellwig 2017-05-19blktrace: fix integer parseShaohua Li 2017-04-20block: remove the errors field from struct requestChristoph Hellwig 2017-04-20blktrace: remove the unused block_rq_abort tracepointChristoph Hellwig 2017-02-02blktrace: use existing disk debugfs directoryOmar Sandoval 2017-02-02block: use same block debugfs directory for blk-mq and blktraceOmar Sandoval 2017-02-02blktrace: make do_blk_trace_setup() staticOmar Sandoval 2017-01-31block: introduce blk_rq_is_passthroughChristoph Hellwig 2017-01-27block: cleanup tracingChristoph Hellwig 2016-10-28block: better op and flags encodingChristoph Hellwig 2016-08-16block: Fix secure eraseAdrian Hunter 2016-08-07block: rename bio bi_rw to bi_opfJens Axboe 2016-07-26Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds 2016-06-17blktrace: avoid using timespecArnd Bergmann 2016-06-09block: add a separate operation type for secure eraseChristoph Hellwig 2016-06-07block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie 2016-06-07block, drivers: add REQ_OP_FLUSH operationMike Christie 2016-06-07blktrace: use op accessorsMike Christie 2016-05-10blktrace: add missed mask nameShaohua Li 2016-05-10blktrace: delete garbage for message traceShaohua Li 2016-03-22kernel/...: convert pr_warning to pr_warnJoe Perches