summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/event_analyzing_sample.py
diff options
context:
space:
mode:
authorBenno Lossin <benno.lossin@proton.me>2025-04-14 20:00:20 +0000
committerBenno Lossin <benno.lossin@proton.me>2025-04-21 23:19:12 +0200
commit5c4167b4056c9db951788541e23585dd4a1fa426 (patch)
treecd32c9115a302f2571ad3aec868a1871a018b085 /tools/perf/scripts/python/event_analyzing_sample.py
parent31005209b88c83adc4b4ef63fbc02867cddb2689 (diff)
downloadkernel-5c4167b4056c9db951788541e23585dd4a1fa426.tar.gz
rust: pin-init: examples: conditionally enable `feature(lint_reasons)`
`lint_reasons` is unstable in Rust 1.80 and earlier, enable it conditionally in the examples to allow compiling them with older compilers. Link: https://github.com/Rust-for-Linux/pin-init/pull/33/commits/ec494fe686b0a97d5b59b5be5a42d3858038ea6a Link: https://lore.kernel.org/all/20250414195928.129040-3-benno.lossin@proton.me Signed-off-by: Benno Lossin <benno.lossin@proton.me>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions
kvm/vcpu_sbi_v01.c?id=a046c2d8578c93b85ab9272a818c821c254931d0'>RISC-V: KVM: Reorganize SBI code by moving SBI v0.1 to its own fileAtish Patra With SBI v0.2, there may be more SBI extensions in future. It makes more sense to group related extensions in separate files. Guest kernel will choose appropriate SBI version dynamically. Move the existing implementation to a separate file so that it can be removed in future without much conflict. Signed-off-by: Atish Patra <atish.patra@wdc.com> Signed-off-by: Atish Patra <atishp@rivosinc.com> Signed-off-by: Anup Patel <anup.patel@wdc.com> X instead of MAX_POWERNV_IDLE_STATESShreyas B. Prabhu 2015-12-17powerpc/powernv: remove FW_FEATURE_OPALv3 and just use FW_FEATURE_OPALStewart Smith 2015-06-26tick/idle/powerpc: Do not register idle states with CPUIDLE_FLAG_TIMER_STOP s...preeti 2015-06-22cpuidle: powernv/pseries: Auto-promotion of snooze to deeper idle stateShilpasri G Bhat 2015-02-19cpuidle: powernv: Avoid endianness conversions while parsing DTPreeti U Murthy 2015-02-18cpuidle: powernv: Read target_residency value of idle states from DT if avail...Preeti U Murthy 2014-12-19Merge tag 'powerpc-3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds 2014-12-15powernv/cpuidle: Redesign idle states managementShreyas B. Prabhu 2014-12-15powerpc/powernv: Enable Offline CPUs to enter deep idle statesShreyas B. Prabhu 2014-11-12cpuidle: Invert CPUIDLE_FLAG_TIME_VALID logicDaniel Lezcano 2014-10-21cpuidle: powernv: Populate cpuidle state details by querying the device-treePreeti U. Murthy 2014-08-05powerpc/cpuidle: Fix parsing of idle state flags from device-treeVaidyanathan Srinivasan 2014-06-11powerpc/cpuidle: Only clear LPCR decrementer wakeup bit on fast sleep entryMichael Neuling 2014-04-02Merge branch 'powernv-cpuidle' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds 2014-03-05cpuidle/powernv: Parse device tree to setup idle statesPreeti U Murthy 2014-03-05cpuidle/powernv: Add "Fast-Sleep" CPU idle statePreeti U Murthy 2014-02-22cpuidle/powernv: Remove redundant cpuidle_idle_call()Nicolas Pitre 2014-01-29powerpc/powernv/cpuidle: Back-end cpuidle driver for powernv platform.Deepthi Dharwar