summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/parallel-perf.py
diff options
context:
space:
mode:
authorAlexandre Belloni <alexandre.belloni@bootlin.com>2025-11-01 01:45:07 +0100
committerAlexandre Belloni <alexandre.belloni@bootlin.com>2025-11-03 14:38:38 +0100
commit80101193ff6c2cb3a332e12653c585d806890194 (patch)
tree48131b777927806226484aae5083e556e4ebab3c /tools/perf/scripts/python/parallel-perf.py
parent358867b551660ac7d0987fe5fad8518cbfd5e415 (diff)
downloadkernel-80101193ff6c2cb3a332e12653c585d806890194.tar.gz
rtc: rv3028: stop setting max_user_freq
max_user_freq has not been related to the hardware RTC since commit 6610e0893b8b ("RTC: Rework RTC code to use timerqueue for events"). Stop setting it from individual driver to avoid confusing new contributors. Link: https://patch.msgid.link/20251101-max_user_freq-v1-5-c9a274fd6883@bootlin.com Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'tools/perf/scripts/python/parallel-perf.py')
0 files changed, 0 insertions, 0 deletions
href='/distro/kernel/commit/include/asm-generic/vmlinux.lds.h?h=linux-6.6.y&id=654986462939cd7ec18f276c6379a334dac106a7'>tracepoints: Fix section alignment using pointer arrayMathieu Desnoyers 2011-02-02tracing: Replace trace_event struct array with pointer arraySteven Rostedt 2011-01-25percpu: align percpu readmostly subsection to cachelineTejun Heo 2011-01-24module: show version information for built-in modules in sysfsDmitry Torokhov 2011-01-13include/asm-generic/vmlinux.lds.h: make readmostly section correctly alignShaohua Li 2010-12-23of: Add support for linking device tree blobs into vmlinuxDirk Brandewie 2010-10-28Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds 2010-10-26vmlinux.lds.h: lower init ramfs alignment to 4Mike Frysinger 2010-10-26vmlinux.lds.h: gather .data..shared_aligned sections in DATA_DATAMike Frysinger 2010-10-21Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds 2010-10-21x86-32, percpu: Correct the ordering of the percpu readmostly sectionH. Peter Anvin 2010-10-20percpu: Introduce a read-mostly percpu APIShaohua Li 2010-09-29initramfs: fix initramfs size calculationHendrik Brueckner 2010-09-22jump label: Base patch for jump labelJason Baron 2010-08-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds 2010-08-04Merge branch 'upstream/pvhvm' into upstream/xenJeremy Fitzhardinge 2010-08-02Merge commit 'v2.6.35' into perf/coreIngo Molnar 2010-07-27support multiple .discard.* sections to avoid section type conflictsJeremy Fitzhardinge 2010-07-23Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds 2010-07-23vmlinux.lds: fix .data..init_task output section (fix popwerpc boot)Sam Ravnborg 2010-07-20tracing: Properly align linker defined symbolsSam Ravnborg 2010-07-15tracing: Remove letfover markers sectionFrederic Weisbecker 2010-06-01Merge branch 'for-35' of git://repo.or.cz/linux-kbuildLinus Torvalds 2010-05-27rapidio: modify initialization of switch operationsAlexandre Bounine 2010-05-27rapidio: add Port-Write handling for EMAlexandre Bounine 2010-03-03Rename .data.nosave to .data..nosave.Denys Vlasenko 2010-03-03Rename .data.read_mostly to .data..read_mostly.Denys Vlasenko 2010-03-03Rename .data[.percpu][.XXX] to .data[..percpu][..XXX].Denys Vlasenko 2010-03-03Rename .bss.page_aligned to .bss..page_aligned.Tim Abbott 2010-03-03Rename .data.page_aligned to .data..page_aligned.Tim Abbott 2010-03-03Rename .data.init_task to .data..init_task.Tim Abbott 2010-03-03Rename .data.cacheline_aligned to .data..cacheline_aligned.Tim Abbott 2009-12-15module: make MODULE_SYMBOL_PREFIX into a CONFIG optionAlan Jenkins 2009-09-24Optimize the ordering of sections in RW_DATA_SECTION.Tim Abbott