summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | arch_topology: Make cpu_capacity sysfs node as read-onlyLingutla Chandrasekhar2019-04-041-35/+1Star
| * | | | node: Add memory-side caching attributesKeith Busch2019-04-041-0/+151
| * | | | node: Add heterogenous memory access attributesKeith Busch2019-04-042-0/+67
| * | | | node: Link memory nodes to their compute nodesKeith Busch2019-04-041-1/+141
| * | | | driver: base: Disable CONFIG_UEVENT_HELPER by defaultGeert Uytterhoeven2019-04-011-1/+0Star
* | | | | Merge tag 'pidfd-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds2019-05-071-1/+0Star
|\ \ \ \ \
| * | | | | Make anon_inodes unconditionalDavid Howells2019-04-191-1/+0Star
| |/ / / /
* | | | | Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-05-072-9/+9
|\ \ \ \ \
| * | | | | treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus2019-04-092-9/+9
* | | | | | Merge tag 'regmap-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds2019-05-0714-180/+118Star
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'regmap-5.2' into regmap-nextMark Brown2019-04-2514-177/+118Star
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | * | | | | regmap: add proper SPDX identifiers on files that did not have them.Greg Kroah-Hartman2019-04-2514-166/+90Star
| | * | | | | regmap: verify if register is writeable before writing operationsHan Nandor2019-04-031-5/+4Star
| | * | | | | regmap: debugfs: Jump to the next readable registerLucas Tanure2019-03-201-3/+24
| | * | | | | regmap: debugfs: Replace code by already existing functionLucas Tanure2019-03-191-4/+1Star
| * | | | | | Merge branch 'regmap-5.1' into regmap-linusMark Brown2019-04-251-3/+0Star
| |\ \ \ \ \ \
| | * | | | | | regmap: regmap-irq: fix getting type default valuesSrinivas Kandagatla2019-04-011-3/+0Star
* | | | | | | | Merge tag 'devprop-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-05-071-0/+75
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | device property: Add fwnode_graph_get_endpoint_by_id()Sakari Ailus2019-04-181-0/+75
| | |_|_|_|/ / | |/| | | | |
| | | | | | |
| \ \ \ \ \ \
*-. \ \ \ \ \ \ Merge branches 'pm-devfreq' and 'pm-domains'Rafael J. Wysocki2019-05-061-45/+42Star
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | PM / Domains: Allow to attach a CPU via genpd_dev_pm_attach_by_id|name()Ulf Hansson2019-04-251-10/+10
| | * | | | | | PM / Domains: Search for the CPU device outside the genpd lockUlf Hansson2019-04-251-25/+27
| | * | | | | | PM / Domains: Drop unused in-parameter to some genpd functionsUlf Hansson2019-04-251-11/+6Star
| | * | | | | | PM / Domains: Use the base device for driver_deferred_probe_check_state()Ulf Hansson2019-04-251-5/+5
| | * | | | | | Merge cpuidle material depended on by the subsequent changes.Rafael J. Wysocki2019-04-252-4/+140
| | |\ \ \ \ \ \
| | * | | | | | | PM / Domains: Enable genpd_dev_pm_attach_by_id|name() for single PM domainUlf Hansson2019-04-251-2/+2
| | * | | | | | | PM / Domains: Allow OF lookup for multi PM domain case from ->attach_dev()Ulf Hansson2019-04-251-5/+7
| | * | | | | | | PM / Domains: Don't kfree() the virtual device in the error pathUlf Hansson2019-04-251-1/+1
| | * | | | | | | PM / Domains: remove unnecessary unlikely()Yangtao Li2019-04-181-4/+2Star
| |/ / / / / / /
| | | | | | | |
| \ \ \ \ \ \ \
*-. \ \ \ \ \ \ \ Merge branches 'pm-cpuidle' and 'pm-sleep'Rafael J. Wysocki2019-05-064-48/+172
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | / / / / / | |_|_|/ / / / / |/| | | | | | |
| | * | | | | | PM / core: Propagate dev->power.wakeup_path when no callbacksUlf Hansson2019-04-121-0/+4
| | * | | | | | PM / core: Introduce dpm_async_fn() helperYangtao Li2019-04-101-39/+23Star
| | * | | | | | PM / core: fix kerneldoc comment for device_pm_wait_for_dev()Yangtao Li2019-04-091-1/+1
| | * | | | | | PM / core: fix kerneldoc comment for dpm_watchdog_handler()Yangtao Li2019-04-091-1/+1
| | * | | | | | PM / wakeup: Use pm_pr_dbg() instead of pr_debug()Stephen Boyd2019-04-011-3/+3
| | |/ / / / /
| * | | | | | PM / Domains: Add genpd governor for CPUsUlf Hansson2019-04-111-1/+66
| * | | | | | PM / Domains: Add support for CPU devices to genpdUlf Hansson2019-04-101-1/+64
| * | | | | | PM / Domains: Add generic data pointer to struct genpd_power_stateUlf Hansson2019-04-101-2/+10
| |/ / / / /
* / / / / / mm/memory_hotplug: do not unlock after failing to take the device_hotplug_lockzhong jiang2019-04-191-1/+1
|/ / / / /
* | | | | Merge tag 'devprop-5.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-03-221-2/+2
|\ \ \ \ \
| * | | | | drivers: base: swnode: Make two functions staticYueHaibing2019-03-191-2/+2
| | |/ / / | |/| | |
* / | | | PM / Domains: Avoid a potential deadlockJiada Wang2019-03-191-7/+6Star
|/ / / /
* | | | Merge tag 'devdax-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/n...Linus Torvalds2019-03-161-0/+1
|\ \ \ \
| * | | | device-dax: "Hotplug" persistent memory for use like normal RAMDave Hansen2019-02-281-0/+1
* | | | | Merge tag 'pm-5.1-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2019-03-149-53/+52Star
|\ \ \ \ \
| * \ \ \ \ Merge branch 'pm-domains'Rafael J. Wysocki2019-03-142-5/+4Star
| |\ \ \ \ \
| | * | | | | PM / domains: Remove one unnecessary blank lineAisheng Dong2019-03-111-1/+0Star
| | * | | | | PM / Domains: Return early for all errors in _genpd_power_off()Aisheng Dong2019-03-111-3/+3
| | * | | | | PM / Domains: Improve warn for multiple states but no governorAisheng Dong2019-03-111-1/+1
| | | | | | |
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *---. \ \ \ \ \ Merge branches 'pm-core', 'pm-sleep' and 'pm-qos'Rafael J. Wysocki2019-03-145-32/+25Star
| |\ \ \ \ \ \ \ \