summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/task-analyzer-record
diff options
context:
space:
mode:
authorJuergen Gross <jgross@suse.com>2025-11-26 17:20:15 +0100
committerGuenter Roeck <linux@roeck-us.net>2025-11-26 09:03:56 -0800
commit8ac2a19d7063231348da8d485fb7564ca120ddcc (patch)
tree863345a74fbba39996d3c6de9eb2ddc42988d68d /tools/perf/scripts/python/bin/task-analyzer-record
parent2f88425ef590b7fcc2324334b342e048edc144a9 (diff)
downloadkernel-8ac2a19d7063231348da8d485fb7564ca120ddcc.tar.gz
hwmon/lm78: Drop REALLY_SLOW_IO setting
In lm78_isa_found() there is REALLY_SLOW_IO defined around some port accesses, probably in order to wait between multiple accesses. Unfortunately this isn't making any difference compared to not having this define since more than a decade, as REALLY_SLOW_IO needs to be defined while "#include <asm/io.h>" is called to have an effect. As there seem not to be any outstanding issues in spite of this having no effect, just drop the "#define" and add a remark to the related comment. Signed-off-by: Juergen Gross <jgross@suse.com> Link: https://lore.kernel.org/r/20251126162018.5676-3-jgross@suse.com Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'tools/perf/scripts/python/bin/task-analyzer-record')
0 files changed, 0 insertions, 0 deletions
Torvalds 2015-11-10direct-io: be sure to assign dio->bio_bdev for both pathsJens Axboe 2015-11-07directio: add block polling supportJens Axboe 2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman 2015-09-23fs: direct-io: don't dirtying pages for ITER_BVEC/ITER_KVEC direct readMing Lei 2015-08-13block: remove bio_get_nr_vecs()Kent Overstreet 2015-08-11block: don't access bio->bi_error after bio_put()Sasha Levin 2015-07-29block: add a bi_error field to struct bioChristoph Hellwig 2015-04-24direct-io: only inc/dec inode->i_dio_count for file systemsJens Axboe 2015-04-11Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval 2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig 2015-03-13fs: split generic and aio kiocbChristoph Hellwig 2014-09-26fuse: honour max_read and max_write in direct_io modeMiklos Szeredi 2014-08-07switch iov_iter_get_pages() to passing maximal number of pagesAl Viro 2014-08-01direct-io: fix AIO regressionChristoph Hellwig 2014-07-24direct-io: fix uninitialized warning in do_direct_IO()Boaz Harrosh 2014-05-06new helper: iov_iter_npages()Al Viro 2014-05-06new helper: iov_iter_get_pages()Al Viro 2014-05-06dio: take updating ->result into do_direct_IO()Al Viro 2014-05-06new primitive: iov_iter_alignment()Al Viro 2014-05-06switch {__,}blockdev_direct_IO() to iov_iterAl Viro 2014-04-04Merge tag 'xfs-for-linus-3.15-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds 2014-04-03fs/direct-io.c: remove redundant comparisonGu Zheng 2014-02-10direct-io: add flag to allow aio writes beyond i_sizeChristoph Hellwig 2013-11-23block: Abstract out bvec iteratorKent Overstreet 2013-09-09direct-io: Use return from cmpxchg to decide of assignment happenedOlof Johansson 2013-09-04direct-io: Handle O_(D)SYNC AIOChristoph Hellwig 2013-09-04direct-io: Implement generic deferred AIO completionsChristoph Hellwig 2013-05-08Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds 2013-05-07aio: don't include aio.h in sched.hKent Overstreet 2013-04-29direct-io: submit bio after boundary buffer is added to itJan Kara 2013-04-29direct-io: fix boundary block handlingJan Kara 2013-03-23block: Convert some code to bio_for_each_segment_all()Kent Overstreet