Age | Commit message (Expand) | Author | Files | Lines |
2022-05-25 | Merge tag 'devprop-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -102/+115 |
2022-05-25 | Merge tag 'thermal-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -0/+1 |
2022-05-25 | Merge tag 'pm-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 4 | -153/+251 |
2022-05-25 | Merge tag 'regmap-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/bro... | Linus Torvalds | 9 | -47/+55 |
2022-05-23 | Merge branch 'pm-domains' | Rafael J. Wysocki | 3 | -142/+209 |
2022-05-23 | Merge branches 'pm-core', 'pm-sleep' and 'powercap' | Rafael J. Wysocki | 1 | -11/+42 |
2022-05-19 | PM: domains: Trust domain-idle-states from DT to be correct by genpd | Ulf Hansson | 1 | -2/+2 |
2022-05-19 | PM: domains: Measure power-on/off latencies in genpd based on a governor | Ulf Hansson | 1 | -4/+4 |
2022-05-19 | PM: domains: Allocate governor data dynamically based on a genpd governor | Ulf Hansson | 2 | -36/+61 |
2022-05-19 | PM: domains: Clean up some code in pm_genpd_init() and genpd_remove() | Ulf Hansson | 1 | -18/+38 |
2022-05-19 | PM: domains: Fix initialization of genpd's next_wakeup | Ulf Hansson | 1 | -0/+1 |
2022-05-19 | PM: domains: Fixup QoS latency measurements for IRQ safe devices in genpd | Ulf Hansson | 1 | -3/+1 |
2022-05-19 | PM: domains: Measure suspend/resume latencies in genpd based on governor | Ulf Hansson | 1 | -12/+9 |
2022-05-19 | PM: domains: Move the next_wakeup variable into the struct gpd_timing_data | Ulf Hansson | 2 | -5/+6 |
2022-05-19 | PM: domains: Allocate gpd_timing_data dynamically based on governor | Ulf Hansson | 2 | -18/+39 |
2022-05-19 | PM: domains: Skip another warning in irq_safe_dev_in_sleep_domain() | Ulf Hansson | 1 | -1/+4 |
2022-05-19 | PM: domains: Rename irq_safe_dev_in_no_sleep_domain() in genpd | Ulf Hansson | 1 | -7/+7 |
2022-05-19 | PM: domains: Don't check PM_QOS_FLAG_NO_POWER_OFF in genpd | Ulf Hansson | 1 | -6/+0 |
2022-05-19 | PM: domains: Drop redundant code for genpd always-on governor | Ulf Hansson | 1 | -6/+0 |
2022-05-19 | PM: domains: Add GENPD_FLAG_RPM_ALWAYS_ON for the always-on governor | Ulf Hansson | 1 | -0/+4 |
2022-05-19 | PM: wakeup: expose pm_wakeup_pending to modules | Zhang Rui | 1 | -0/+1 |
2022-05-09 | regmap: Add missing map->bus check | Marek Vasut | 1 | -1/+1 |
2022-05-06 | device property: Advertise fwnode and device property count API calls | Andy Shevchenko | 1 | -0/+30 |
2022-05-06 | firmware_loader: use kernel credentials when reading firmware | ThiƩbaud Weksteen | 1 | -0/+17 |
2022-05-05 | regmap: Custom bulk operations for regmaps | Mark Brown | 2 | -36/+44 |
2022-05-05 | regmap: Add bulk read/write callbacks into regmap_config | Marek Vasut | 2 | -36/+44 |
2022-05-05 | device property: Fix recent breakage of fwnode_get_next_parent_dev() | Douglas Anderson | 1 | -1/+1 |
2022-04-30 | Merge tag 'driver-core-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -1/+20 |
2022-04-25 | regmap: cache: set max_register with reg_stride | Jeongtae Park | 1 | -2/+2 |
2022-04-23 | topology: Fix up build warning in topology_is_visible() | Greg Kroah-Hartman | 1 | -3/+1 |
2022-04-22 | PM: domains: Move genpd's time-accounting to ktime_get_mono_fast_ns() | Ulf Hansson | 1 | -34/+43 |
2022-04-20 | arch_topology: Do not set llc_sibling if llc_id is invalid | Wang Qing | 1 | -1/+1 |
2022-04-20 | topology: make core_mask include at least cluster_siblings | Darren Hart | 1 | -0/+9 |
2022-04-20 | topology/sysfs: Hide PPIN on systems that do not support it. | Tony Luck | 1 | -0/+12 |
2022-04-19 | PM: runtime: Allow to call __pm_runtime_set_status() from atomic context | Ulf Hansson | 1 | -4/+5 |
2022-04-13 | device property: Drop 'test' prefix in parameters of fwnode_is_ancestor_of() | Andy Shevchenko | 1 | -11/+9 |
2022-04-13 | device property: Introduce fwnode_for_each_parent_node() | Andy Shevchenko | 1 | -27/+29 |
2022-04-13 | device property: Allow error pointer to be passed to fwnode APIs | Andy Shevchenko | 1 | -38/+51 |
2022-04-13 | PM: runtime: Avoid device usage count underflows | Rafael J. Wysocki | 1 | -7/+37 |
2022-04-13 | PM: domains: Extend dev_pm_domain_detach() doc | Krzysztof Kozlowski | 1 | -4/+4 |
2022-04-09 | net: mdio: don't defer probe forever if PHY IRQ provider is missing | Vladimir Oltean | 1 | -0/+1 |
2022-04-05 | device property: Add irq_get to fwnode operation | Sakari Ailus | 1 | -11/+1 |
2022-04-05 | device property: Add iomap to fwnode operations | Sakari Ailus | 1 | -4/+1 |
2022-04-05 | device property: Convert device_{dma_supported,get_dma_attr} to fwnode | Sakari Ailus | 1 | -21/+4 |
2022-04-04 | regmap: Constify static regmap_bus structs | Rikard Falkeborn | 6 | -8/+8 |
2022-03-29 | Merge tag 'devprop-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -16/+16 |
2022-03-28 | Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 7 | -192/+227 |
2022-03-26 | Merge branch 'i2c/for-mergewindow' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -0/+29 |
2022-03-23 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 3 | -48/+148 |
2022-03-23 | drivers/base/memory: clarify adding and removing of memory blocks | David Hildenbrand | 1 | -18/+20 |