summaryrefslogtreecommitdiffstats
path: root/drivers/base
AgeCommit message (Expand)AuthorFilesLines
2022-05-31Merge tag 'iommu-updates-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-2/+24
2022-05-27Merge tag 'cxl-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds1-3/+0
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-3/+3
2022-05-24Merge tag 'devprop-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-102/+115
2022-05-24Merge tag 'thermal-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+1
2022-05-24Merge tag 'pm-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds4-153/+251
2022-05-24Merge tag 'regmap-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds9-47/+55
2022-05-23Merge branch 'pm-domains'Rafael J. Wysocki3-142/+209
2022-05-23Merge branches 'pm-core', 'pm-sleep' and 'powercap'Rafael J. Wysocki1-11/+42
2022-05-20Merge branches 'apple/dart', 'arm/mediatek', 'arm/msm', 'arm/smmu', 'ppc/pamu...Joerg Roedel5-3/+61
2022-05-19PM: domains: Trust domain-idle-states from DT to be correct by genpdUlf Hansson1-2/+2
2022-05-19PM: domains: Measure power-on/off latencies in genpd based on a governorUlf Hansson1-4/+4
2022-05-19PM: domains: Allocate governor data dynamically based on a genpd governorUlf Hansson2-36/+61
2022-05-19PM: domains: Clean up some code in pm_genpd_init() and genpd_remove()Ulf Hansson1-18/+38
2022-05-19PM: domains: Fix initialization of genpd's next_wakeupUlf Hansson1-0/+1
2022-05-19PM: domains: Fixup QoS latency measurements for IRQ safe devices in genpdUlf Hansson1-3/+1
2022-05-19PM: domains: Measure suspend/resume latencies in genpd based on governorUlf Hansson1-12/+9
2022-05-19PM: domains: Move the next_wakeup variable into the struct gpd_timing_dataUlf Hansson2-5/+6
2022-05-19PM: domains: Allocate gpd_timing_data dynamically based on governorUlf Hansson2-18/+39
2022-05-19PM: domains: Skip another warning in irq_safe_dev_in_sleep_domain()Ulf Hansson1-1/+4
2022-05-19PM: domains: Rename irq_safe_dev_in_no_sleep_domain() in genpdUlf Hansson1-7/+7
2022-05-19PM: domains: Don't check PM_QOS_FLAG_NO_POWER_OFF in genpdUlf Hansson1-6/+0
2022-05-19PM: domains: Drop redundant code for genpd always-on governorUlf Hansson1-6/+0
2022-05-19PM: domains: Add GENPD_FLAG_RPM_ALWAYS_ON for the always-on governorUlf Hansson1-0/+4
2022-05-19PM: wakeup: expose pm_wakeup_pending to modulesZhang Rui1-0/+1
2022-05-09regmap: Add missing map->bus checkMarek Vasut1-1/+1
2022-05-06device property: Advertise fwnode and device property count API callsAndy Shevchenko1-0/+30
2022-05-06firmware_loader: use kernel credentials when reading firmwareThiƩbaud Weksteen1-0/+17
2022-05-05regmap: Custom bulk operations for regmapsMark Brown2-36/+44
2022-05-05regmap: Add bulk read/write callbacks into regmap_configMarek Vasut2-36/+44
2022-05-05device property: Fix recent breakage of fwnode_get_next_parent_dev()Douglas Anderson1-1/+1
2022-04-30Merge tag 'driver-core-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-1/+20
2022-04-28drivers/base/memory: fix an unlikely reference counting issue in __add_memory...Christophe JAILLET1-3/+2
2022-04-28drivers/base/node.c: fix compaction sysfs file leakMiaohe Lin1-0/+1
2022-04-28device-core: Kill the lockdep_mutexDan Williams1-3/+0
2022-04-28bus: platform,amba,fsl-mc,PCI: Add device DMA ownership managementLu Baolu1-0/+18
2022-04-28amba: Stop sharing platform_dma_configure()Lu Baolu1-2/+1
2022-04-28driver core: Add dma_cleanup callback in bus_typeLu Baolu1-0/+5
2022-04-25regmap: cache: set max_register with reg_strideJeongtae Park1-2/+2
2022-04-23topology: Fix up build warning in topology_is_visible()Greg Kroah-Hartman1-3/+1
2022-04-22PM: domains: Move genpd's time-accounting to ktime_get_mono_fast_ns()Ulf Hansson1-34/+43
2022-04-20arch_topology: Do not set llc_sibling if llc_id is invalidWang Qing1-1/+1
2022-04-20topology: make core_mask include at least cluster_siblingsDarren Hart1-0/+9
2022-04-20topology/sysfs: Hide PPIN on systems that do not support it.Tony Luck1-0/+12
2022-04-19PM: runtime: Allow to call __pm_runtime_set_status() from atomic contextUlf Hansson1-4/+5
2022-04-13device property: Drop 'test' prefix in parameters of fwnode_is_ancestor_of()Andy Shevchenko1-11/+9
2022-04-13device property: Introduce fwnode_for_each_parent_node()Andy Shevchenko1-27/+29
2022-04-13device property: Allow error pointer to be passed to fwnode APIsAndy Shevchenko1-38/+51
2022-04-13PM: runtime: Avoid device usage count underflowsRafael J. Wysocki1-7/+37
2022-04-13PM: domains: Extend dev_pm_domain_detach() docKrzysztof Kozlowski1-4/+4