summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2025-11-13 16:54:36 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2025-11-13 16:54:36 -0800
commit01814e11e5e9878f26cfeb4ad4be791525757e30 (patch)
tree4afa82cbe3675120940388fef0d79af575a575d7 /tools/perf/scripts/python/export-to-sqlite.py
parentaecba2e013ab79dde441dfc81a32792ced229539 (diff)
parentc55a8e24cd129b6d8fed20e3d63c10c2263e2fc8 (diff)
downloadkernel-01814e11e5e9878f26cfeb4ad4be791525757e30.tar.gz
Merge tag 'hwmon-for-v6.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging
Pull hwmon fixes from Guenter Roeck: - gpd-fan: Fix compilation error for non-ACPI builds, and initialize EC when loading the driver * tag 'hwmon-for-v6.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging: hwmon: (gpd-fan) initialize EC on driver load for Win 4 hwmon: (gpd-fan) Fix compilation error in non-ACPI builds
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions
e on read of sysctlMarcin Slusarz 2011-01-31watchdog: Fix sysctl consistencyMarcin Slusarz 2011-01-31watchdog: Fix broken nowatchdog logicMarcin Slusarz 2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds 2011-01-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds 2011-01-05Merge commit 'v2.6.37' into perf/coreIngo Molnar 2011-01-05Merge commit 'v2.6.37' into sched/coreIngo Molnar 2011-01-03watchdog: Improve initialisation error message and documentationBen Hutchings 2010-12-17core: Replace __get_cpu_var with __this_cpu_read if not used for an address.Christoph Lameter 2010-12-10x86, NMI: Add back unknown_nmi_panic and nmi_watchdog sysctlsDon Zickus 2010-11-26perf, arch: Cleanup perf-pmu init vs lockup-detectorPeter Zijlstra 2010-11-18Merge commit 'v2.6.37-rc2' into sched/coreIngo Molnar 2010-11-05watchdog: Fix section mismatch and potential undefined behavior.David Daney 2010-10-23sched: Make sched_param argument static in sched_setscheduler() callersKOSAKI Motohiro 2010-10-21Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds 2010-10-12Merge branch 'linus' into core/lockingThomas Gleixner 2010-09-15perf events: Clean up pid passingMatt Helsley 2010-09-15watchdog: Avoid kernel crash when disabling watchdogStephane Eranian 2010-09-09Merge branch 'perf/urgent' into perf/coreIngo Molnar 2010-09-01lockup_detector: Sync touch_*_watchdog back to old semanticsDon Zickus 2010-09-01lockup_detector: Remove unused panic_notifierAkinobu Mita 2010-09-01lockup_detector: Convert cpu notifier to return encapsulate errno valueAkinobu Mita 2010-08-23watchdog: Don't throttle the watchdogPeter Zijlstra 2010-08-20lockup_detector: Make callback function staticLin Ming 2010-07-07kernel/watchdog: Initialize 'result'Kulikov Vasiliy 2010-05-19lockup_detector: Convert per_cpu to __get_cpu_var for readabilityDon Zickus 2010-05-16lockup_detector: Cross arch compile fixesDon Zickus 2010-05-16lockup_detector: Introduce CONFIG_HARDLOCKUP_DETECTORFrederic Weisbecker 2010-05-13watchdog: Export touch_softlockup_watchdogIngo Molnar 2010-05-12lockup_detector: Separate touch_nmi_watchdog code path from touch_watchdogDon Zickus 2010-05-12lockup_detector: Touch_softlockup cleanups and softlockup_tick removalDon Zickus 2010-05-12lockup_detector: Combine nmi_watchdog and softlockup detectorDon Zickus