summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)Author
2022-06-03Merge tag 'usb-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2022-05-31Merge tag 'iommu-updates-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-05-27Merge tag 'cxl-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-05-24Merge tag 'devprop-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-05-24Merge tag 'thermal-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-05-24Merge tag 'pm-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2022-05-24Merge tag 'regmap-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds
2022-05-23Merge branch 'pm-domains'Rafael J. Wysocki
2022-05-23Merge branches 'pm-core', 'pm-sleep' and 'powercap'Rafael J. Wysocki
2022-05-20Merge branches 'apple/dart', 'arm/mediatek', 'arm/msm', 'arm/smmu', 'ppc/pamu...Joerg Roedel
2022-05-19PM: domains: Trust domain-idle-states from DT to be correct by genpdUlf Hansson
2022-05-19PM: domains: Measure power-on/off latencies in genpd based on a governorUlf Hansson
2022-05-19PM: domains: Allocate governor data dynamically based on a genpd governorUlf Hansson
2022-05-19PM: domains: Clean up some code in pm_genpd_init() and genpd_remove()Ulf Hansson
2022-05-19PM: domains: Fix initialization of genpd's next_wakeupUlf Hansson
2022-05-19PM: domains: Fixup QoS latency measurements for IRQ safe devices in genpdUlf Hansson
2022-05-19PM: domains: Measure suspend/resume latencies in genpd based on governorUlf Hansson
2022-05-19PM: domains: Move the next_wakeup variable into the struct gpd_timing_dataUlf Hansson
2022-05-19PM: domains: Allocate gpd_timing_data dynamically based on governorUlf Hansson
2022-05-19PM: domains: Skip another warning in irq_safe_dev_in_sleep_domain()Ulf Hansson
2022-05-19PM: domains: Rename irq_safe_dev_in_no_sleep_domain() in genpdUlf Hansson
2022-05-19PM: domains: Don't check PM_QOS_FLAG_NO_POWER_OFF in genpdUlf Hansson
2022-05-19PM: domains: Drop redundant code for genpd always-on governorUlf Hansson
2022-05-19PM: domains: Add GENPD_FLAG_RPM_ALWAYS_ON for the always-on governorUlf Hansson
2022-05-19PM: wakeup: expose pm_wakeup_pending to modulesZhang Rui
2022-05-09regmap: Add missing map->bus checkMarek Vasut
2022-05-06device property: Advertise fwnode and device property count API callsAndy Shevchenko
2022-05-06firmware_loader: use kernel credentials when reading firmwareThiƩbaud Weksteen
2022-05-05regmap: Custom bulk operations for regmapsMark Brown
2022-05-05regmap: Add bulk read/write callbacks into regmap_configMarek Vasut
2022-05-05device property: Fix recent breakage of fwnode_get_next_parent_dev()Douglas Anderson
2022-05-03Merge 5.18-rc5 into usb-nextGreg Kroah-Hartman
2022-04-30Merge tag 'driver-core-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-04-28drivers/base/memory: fix an unlikely reference counting issue in __add_memory...Christophe JAILLET
2022-04-28drivers/base/node.c: fix compaction sysfs file leakMiaohe Lin
2022-04-28device-core: Kill the lockdep_mutexDan Williams
2022-04-28bus: platform,amba,fsl-mc,PCI: Add device DMA ownership managementLu Baolu
2022-04-28amba: Stop sharing platform_dma_configure()Lu Baolu
2022-04-28driver core: Add dma_cleanup callback in bus_typeLu Baolu
2022-04-26device property: Use multi-connection matchers for single caseBjorn Andersson
2022-04-26device property: Add helper to match multiple connectionsBjorn Andersson
2022-04-25regmap: cache: set max_register with reg_strideJeongtae Park
2022-04-23topology: Fix up build warning in topology_is_visible()Greg Kroah-Hartman
2022-04-22PM: domains: Move genpd's time-accounting to ktime_get_mono_fast_ns()Ulf Hansson
2022-04-20arch_topology: Do not set llc_sibling if llc_id is invalidWang Qing
2022-04-20topology: make core_mask include at least cluster_siblingsDarren Hart
2022-04-20topology/sysfs: Hide PPIN on systems that do not support it.Tony Luck
2022-04-19PM: runtime: Allow to call __pm_runtime_set_status() from atomic contextUlf Hansson
2022-04-13device property: Drop 'test' prefix in parameters of fwnode_is_ancestor_of()Andy Shevchenko