summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* pmdomain: imx93-pd: drop the context variable "init_off"Dario Binacchi2024-09-131-5/+5
* pmdomain: imx93-pd: don't unprepare clocks on driver removeDario Binacchi2024-09-131-3/+0
* pmdomain: imx93-pd: replace dev_err() with dev_err_probe()Dario Binacchi2024-09-131-5/+4
* pmdomain: qcom: rpmpd: Simplify locking with guard()Krzysztof Kozlowski2024-09-131-14/+6
* pmdomain: qcom: rpmhpd: Simplify locking with guard()Krzysztof Kozlowski2024-09-131-6/+5
* pmdomain: qcom: cpr: Simplify locking with guard()Krzysztof Kozlowski2024-09-131-34/+23
* pmdomain: qcom: cpr: Simplify with dev_err_probe()Krzysztof Kozlowski2024-09-131-3/+2
* pmdomain: imx: gpcv2: Simplify with scoped for each OF child loopKrzysztof Kozlowski2024-09-131-6/+2
* pmdomain: imx: gpc: Simplify with scoped for each OF child loopKrzysztof Kozlowski2024-09-131-10/+4
* pmdomain: rockchip: Simplify locking with guard()Krzysztof Kozlowski2024-09-131-4/+1
* pmdomain: rockchip: Simplify with scoped for each OF child loopKrzysztof Kozlowski2024-09-131-14/+6
* pmdomain: qcom-cpr: Use scope based of_node_put() to simplify code.Zhang Zekun2024-09-131-18/+12
* pmdomain: qcom-cpr: Use helper function for_each_available_child_of_node()Zhang Zekun2024-09-131-6/+6
* pmdomain: Merge branch fixes into nextUlf Hansson2024-08-231-34/+22
|\
| * OPP: Fix support for required OPPs for multiple PM domainsUlf Hansson2024-08-231-34/+22
* | cpuidle: dt_idle_genpd: Simplify with scoped for each OF child loopKrzysztof Kozlowski2024-08-201-10/+4
* | cpuidle: psci: Simplify with scoped for each OF child loopKrzysztof Kozlowski2024-08-201-5/+2
* | pmdomain: apple: Make apple_pmgr_reset_ops staticJinjie Ruan2024-08-201-1/+1
* | media: venus: use device managed APIs for power domainsDikshita Agarwal2024-08-201-4/+1
* | PM: domains: add device managed version of dev_pm_domain_attach|detach_list()Dikshita Agarwal2024-08-202-0/+56
* | pmdomain: rockchip: Add support for RK3576 SoCFinley Xiao2024-08-201-0/+45
* | pmdomain: Merge branch dt into nextUlf Hansson2024-08-202-0/+31
|\ \
| * | dt-bindings: power: Add support for RK3576 SoCFinley Xiao2024-08-202-0/+31
* | | pmdomain: Merge branch fixes into nextUlf Hansson2024-08-151-2/+3
|\ \ \ | | |/ | |/|
| * | pmdomain: imx: wait SSAR when i.MX93 power domain onPeng Fan2024-08-151-2/+3
* | | pmdomain: raspberrypi-power: set flag GENPD_FLAG_ACTIVE_WAKEUPStefan Wahren2024-08-141-0/+1
* | | pmdomain: raspberrypi-power: Add logging to rpi_firmware_set_powerStefan Wahren2024-08-141-14/+20
* | | pmdomain: raspberrypi-power: Adjust packet definitionStefan Wahren2024-08-141-4/+4
* | | pmdomain: Merge branch fixes into nextUlf Hansson2024-08-051-5/+0
|\| |
| * | pmdomain: imx: scu-pd: Remove duplicated clocksAlexander Stein2024-08-051-5/+0
| |/
* | cpuidle: psci: Enable the hierarchical topology for s2idle on PREEMPT_RTUlf Hansson2024-08-051-7/+6
* | cpuidle: psci: Enable the hierarchical topology for s2ram on PREEMPT_RTUlf Hansson2024-08-051-5/+15
* | cpuidle: psci: Drop redundant assignment of CPUIDLE_FLAG_RCU_IDLEUlf Hansson2024-08-051-1/+0
* | cpuidle: psci-domain: Enable system-wide suspend on PREEMPT_RTUlf Hansson2024-08-051-3/+7
* | pmdomain: core: Use dev_name() instead of kobject_get_path() in debugfsUlf Hansson2024-08-051-20/+3
* | pmdomain: core: Don't hold the genpd-lock when calling dev_pm_domain_set()Ulf Hansson2024-08-051-2/+3
* | pmdomain: core: Enable s2idle for CPU PM domains on PREEMPT_RTUlf Hansson2024-08-052-2/+50
* | pmdomain: amlogic: remove obsolete vpu domain driverJerome Brunet2024-08-053-392/+0
|/
* Linux 6.11-rc2v6.11-rc2Linus Torvalds2024-08-041-1/+1
* profiling: remove profile=sleep supportTetsuo Handa2024-08-044-24/+2
* Merge tag 'x86-urgent-2024-08-04' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-08-048-17/+36
|\
| * x86/uaccess: Zero the 8-byte get_range case on failure on 32-bitDavid Gow2024-08-011-1/+3
| * x86/mm: Fix pti_clone_entry_text() for i386Peter Zijlstra2024-08-011-1/+1
| * x86/mm: Fix pti_clone_pgtable() alignment assumptionPeter Zijlstra2024-08-011-3/+3
| * x86/setup: Parse the builtin command line before mergingBorislav Petkov (AMD)2024-07-313-8/+23
| * x86/CPU/AMD: Add models 0x60-0x6f to the Zen5 rangePerry Yuan2024-07-301-1/+1
| * x86/sev: Fix __reserved field in sev_configPavan Kumar Paluri2024-07-301-1/+1
| * x86/aperfmperf: Fix deadlock on cpu_hotplug_lockJonathan Cameron2024-07-291-2/+4
* | Merge tag 'timers-urgent-2024-08-04' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-08-042-2/+3
|\ \
| * | clocksource: Fix brown-bag boolean thinko in cs_watchdog_read()Paul E. McKenney2024-08-021-1/+1