index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
base
/
power
Age
Commit message (
Expand
)
Author
Files
Lines
2025-02-09
PM: sleep: core: Restrict power.set_active propagation
Rafael J. Wysocki
1
-12
/
+9
2025-01-29
PM: sleep: core: Synchronize runtime PM status of parents and children
Rafael J. Wysocki
1
-9
/
+20
2025-01-17
PM: sleep: wakeirq: Introduce device-managed variant of dev_pm_set_wake_irq()
Peng Fan
1
-0
/
+26
2025-01-14
PM: sleep: Allow configuring the DPM watchdog to warn earlier than panic
Douglas Anderson
1
-5
/
+19
2024-12-05
PM: sleep: sysfs: don't include 'pm_wakeup.h' directly
Wolfram Sang
1
-1
/
+0
2024-12-05
PM: sleep: Update stale comment in device_resume()
Rafael J. Wysocki
1
-1
/
+1
2024-11-29
Merge tag 'driver-core-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-8
/
+9
2024-11-20
Merge tag 'soc-drivers-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+1
2024-11-12
Merge tag 'ti-driver-soc-for-v6.13' of https://git.kernel.org/pub/scm/linux/k...
Arnd Bergmann
1
-0
/
+1
2024-11-04
driver core: Put device attribute @wakeup_last_time_ms and its show() together
Zijun Hu
1
-8
/
+9
2024-10-25
PM: QoS: Export dev_pm_qos_read_value
Markus Schneider-Pargmann
1
-0
/
+1
2024-10-10
PM: domains: Support required OPPs in dev_pm_domain_attach_list()
Ulf Hansson
1
-1
/
+20
2024-10-10
PM: domains: Fix alloc/free in dev_pm_domain_attach|detach_list()
Ulf Hansson
1
-10
/
+15
2024-08-20
PM: domains: add device managed version of dev_pm_domain_attach|detach_list()
Dikshita Agarwal
1
-0
/
+45
2024-04-08
PM: sleep: Take advantage of %ps to simplify debug output
Len Brown
1
-3
/
+3
2024-04-03
PM: wakeup: make device_wakeup_disable() return void
Dhruva Gole
1
-4
/
+7
2024-03-13
Merge tag 'pm-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
3
-154
/
+153
2024-03-11
Merge branch 'pm-runtime'
Rafael J. Wysocki
1
-2
/
+34
2024-03-05
PM: sleep: wakeirq: fix wake irq warning in system suspend
Qingliang Li
1
-1
/
+3
2024-02-22
PM: runtime: add tracepoint for runtime_status changes
Vilas Bhat
1
-0
/
+1
2024-02-14
PM: domains: Add helper functions to attach/detach multiple PM domains
Ulf Hansson
1
-0
/
+134
2024-02-12
PM: runtime: Simplify pm_runtime_get_if_active() usage
Sakari Ailus
1
-2
/
+33
2024-02-05
PM: sleep: Call dpm_async_fn() directly in each suspend phase
Rafael J. Wysocki
1
-36
/
+25
2024-02-05
PM: sleep: Move devices to new lists earlier in each suspend phase
Rafael J. Wysocki
1
-21
/
+3
2024-02-05
PM: sleep: Move some assignments from under a lock
Rafael J. Wysocki
1
-7
/
+21
2024-02-05
PM: sleep: stats: Log errors right after running suspend callbacks
Rafael J. Wysocki
1
-36
/
+13
2024-02-05
PM: sleep: stats: Call dpm_save_failed_step() at most once per phase
Rafael J. Wysocki
1
-3
/
+17
2024-02-05
PM: sleep: stats: Define suspend_stats next to the code using it
Rafael J. Wysocki
1
-1
/
+0
2024-02-05
PM: sleep: stats: Use an array of step failure counters
Rafael J. Wysocki
1
-13
/
+9
2024-01-26
PM: sleep: Relocate two device PM core functions
Rafael J. Wysocki
1
-29
/
+29
2024-01-26
PM: sleep: Simplify dpm_suspended_list walk in dpm_resume()
Rafael J. Wysocki
1
-11
/
+5
2024-01-18
Merge tag 'rtc-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...
Linus Torvalds
1
-1
/
+1
2024-01-18
Merge tag 'driver-core-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2024-01-17
Merge tag 'pm-6.8-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
2
-54
/
+65
2024-01-16
Merge branches 'pm-sleep', 'pm-cpufreq' and 'pm-qos' into pm
Rafael J. Wysocki
2
-54
/
+65
2024-01-12
Merge tag 'pmdomain-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...
Linus Torvalds
3
-3848
/
+0
2024-01-10
Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefs
Linus Torvalds
1
-0
/
+1
2024-01-10
PM: sleep: Restore asynchronous device resume optimization
Rafael J. Wysocki
1
-53
/
+64
2024-01-09
PM: QoS: Use kcalloc() instead of kzalloc()
Erick Archer
1
-1
/
+1
2024-01-04
PM: clk: make pm_clk_add_notifier() take a const pointer
Greg Kroah-Hartman
1
-1
/
+1
2024-01-03
PM: sleep: Fix possible deadlocks in core system-wide PM code
Rafael J. Wysocki
1
-80
/
+68
2023-12-21
driver core: mark remaining local bus_type variables as const
Greg Kroah-Hartman
1
-1
/
+1
2023-12-20
PM: fix missing rculist.h dependency
Kent Overstreet
1
-0
/
+1
2023-12-18
PM: domains: Move genpd and its governor to the pmdomain subsystem
Ulf Hansson
3
-3818
/
+0
2023-12-18
PM: domains: Drop redundant header for genpd
Ulf Hansson
1
-2
/
+0
2023-12-17
rtc: Extend timeout for waiting for UIP to clear to 1s
Mario Limonciello
1
-1
/
+1
2023-12-17
rtc: Add support for configuring the UIP timeout for RTC reads
Mario Limonciello
1
-1
/
+1
2023-12-13
PM: domains: Drop the unused pm_genpd_opp_to_performance_state()
Ulf Hansson
1
-32
/
+0
2023-12-13
PM: domains: fix domain_governor kernel-doc warnings
Randy Dunlap
1
-2
/
+6
2023-10-06
Merge branch 'opp/pm-domain-scmi' of git://git.kernel.org/pub/scm/linux/kerne...
Sudeep Holla
2
-12
/
+42
[next]