summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'iommu-updates-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-05-312-2/+24
|\
| *-. Merge branches 'apple/dart', 'arm/mediatek', 'arm/msm', 'arm/smmu', 'ppc/pamu...Joerg Roedel2022-05-205-3/+61
| |\ \
| | | * bus: platform,amba,fsl-mc,PCI: Add device DMA ownership managementLu Baolu2022-04-281-0/+18
| | | * amba: Stop sharing platform_dma_configure()Lu Baolu2022-04-281-2/+1
| | | * driver core: Add dma_cleanup callback in bus_typeLu Baolu2022-04-281-0/+5
| | |/ | |/|
* | | Merge tag 'cxl-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds2022-05-271-3/+0
|\ \ \
| * | | device-core: Kill the lockdep_mutexDan Williams2022-04-281-3/+0
* | | | Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-262-3/+3
|\ \ \ \
| * | | | drivers/base/memory: fix an unlikely reference counting issue in __add_memory...Christophe JAILLET2022-04-281-3/+2
| * | | | drivers/base/node.c: fix compaction sysfs file leakMiaohe Lin2022-04-281-0/+1
| | |/ / | |/| |
* | | | Merge tag 'devprop-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-05-241-102/+115
|\ \ \ \
| * | | | device property: Advertise fwnode and device property count API callsAndy Shevchenko2022-05-061-0/+30
| * | | | device property: Fix recent breakage of fwnode_get_next_parent_dev()Douglas Anderson2022-05-051-1/+1
| * | | | device property: Drop 'test' prefix in parameters of fwnode_is_ancestor_of()Andy Shevchenko2022-04-131-11/+9
| * | | | device property: Introduce fwnode_for_each_parent_node()Andy Shevchenko2022-04-131-27/+29
| * | | | device property: Allow error pointer to be passed to fwnode APIsAndy Shevchenko2022-04-131-38/+51
| * | | | device property: Add irq_get to fwnode operationSakari Ailus2022-04-051-11/+1
| * | | | device property: Add iomap to fwnode operationsSakari Ailus2022-04-051-4/+1
| * | | | device property: Convert device_{dma_supported,get_dma_attr} to fwnodeSakari Ailus2022-04-051-21/+4
| | |/ / | |/| |
* | | | Merge tag 'thermal-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-05-241-0/+1
|\ \ \ \
| * | | | PM: wakeup: expose pm_wakeup_pending to modulesZhang Rui2022-05-191-0/+1
| | |_|/ | |/| |
* | | | Merge tag 'pm-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2022-05-244-153/+251
|\ \ \ \
| * \ \ \ Merge branch 'pm-domains'Rafael J. Wysocki2022-05-233-142/+209
| |\ \ \ \
| | * | | | PM: domains: Trust domain-idle-states from DT to be correct by genpdUlf Hansson2022-05-191-2/+2
| | * | | | PM: domains: Measure power-on/off latencies in genpd based on a governorUlf Hansson2022-05-191-4/+4
| | * | | | PM: domains: Allocate governor data dynamically based on a genpd governorUlf Hansson2022-05-192-36/+61
| | * | | | PM: domains: Clean up some code in pm_genpd_init() and genpd_remove()Ulf Hansson2022-05-191-18/+38
| | * | | | PM: domains: Fix initialization of genpd's next_wakeupUlf Hansson2022-05-191-0/+1
| | * | | | PM: domains: Fixup QoS latency measurements for IRQ safe devices in genpdUlf Hansson2022-05-191-3/+1
| | * | | | PM: domains: Measure suspend/resume latencies in genpd based on governorUlf Hansson2022-05-191-12/+9
| | * | | | PM: domains: Move the next_wakeup variable into the struct gpd_timing_dataUlf Hansson2022-05-192-5/+6
| | * | | | PM: domains: Allocate gpd_timing_data dynamically based on governorUlf Hansson2022-05-192-18/+39
| | * | | | PM: domains: Skip another warning in irq_safe_dev_in_sleep_domain()Ulf Hansson2022-05-191-1/+4
| | * | | | PM: domains: Rename irq_safe_dev_in_no_sleep_domain() in genpdUlf Hansson2022-05-191-7/+7
| | * | | | PM: domains: Don't check PM_QOS_FLAG_NO_POWER_OFF in genpdUlf Hansson2022-05-191-6/+0
| | * | | | PM: domains: Drop redundant code for genpd always-on governorUlf Hansson2022-05-191-6/+0
| | * | | | PM: domains: Add GENPD_FLAG_RPM_ALWAYS_ON for the always-on governorUlf Hansson2022-05-191-0/+4
| | * | | | PM: domains: Move genpd's time-accounting to ktime_get_mono_fast_ns()Ulf Hansson2022-04-221-34/+43
| | * | | | PM: domains: Extend dev_pm_domain_detach() docKrzysztof Kozlowski2022-04-131-4/+4
| | | |/ / | | |/| |
| | | | |
| | \ \ \
| | \ \ \
| | \ \ \
| *---. \ \ \ Merge branches 'pm-core', 'pm-sleep' and 'powercap'Rafael J. Wysocki2022-05-231-11/+42
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | / | | | | | |/ | | | | |/|
| | | * | | PM: runtime: Allow to call __pm_runtime_set_status() from atomic contextUlf Hansson2022-04-191-4/+5
| | | | |/ | | | |/|
| | * / | PM: runtime: Avoid device usage count underflowsRafael J. Wysocki2022-04-131-7/+37
| | |/ /
* | | | Merge tag 'regmap-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds2022-05-249-47/+55
|\ \ \ \ | |/ / / |/| | |
| * | | regmap: Add missing map->bus checkMarek Vasut2022-05-091-1/+1
| * | | regmap: Custom bulk operations for regmapsMark Brown2022-05-052-36/+44
| |\ \ \
| | * | | regmap: Add bulk read/write callbacks into regmap_configMarek Vasut2022-05-052-36/+44
| | |/ /
| * | | regmap: cache: set max_register with reg_strideJeongtae Park2022-04-251-2/+2
| * | | regmap: Constify static regmap_bus structsRikard Falkeborn2022-04-046-8/+8
| |/ /
* | | firmware_loader: use kernel credentials when reading firmwareThiƩbaud Weksteen2022-05-061-0/+17
* | | Merge tag 'driver-core-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-04-302-1/+20
|\ \ \ | |_|/ |/| |