Age | Commit message (Expand) | Author | Files | Lines |
2019-06-13 | drivers/base/devres: introduce devm_release_action() | Dan Williams | 1 | -1/+23 |
2019-05-15 | Merge tag 'pm-5.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds | 1 | -2/+6 |
2019-05-14 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -15/+9 |
2019-05-14 | mm/memory_hotplug: make unregister_memory_section() never fail | David Hildenbrand | 1 | -11/+5 |
2019-05-14 | drivers/base/memory.c: clean up relics in function parameters | Baoquan He | 1 | -6/+6 |
2019-05-14 | Merge branch 'x86-mds-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -0/+8 |
2019-05-13 | PM / Domains: Add GENPD_FLAG_RPM_ALWAYS_ON flag | Leonard Crestez | 1 | -2/+6 |
2019-05-07 | Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 22 | -94/+394 |
2019-05-07 | Merge tag 'pidfd-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b... | Linus Torvalds | 1 | -1/+0 |
2019-05-07 | Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2 | -9/+9 |
2019-05-07 | Merge tag 'regmap-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/broo... | Linus Torvalds | 14 | -180/+118 |
2019-05-06 | Merge tag 'devprop-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -0/+75 |
2019-05-06 | Merge branches 'pm-devfreq' and 'pm-domains' | Rafael J. Wysocki | 1 | -45/+42 |
2019-05-06 | Merge branches 'pm-cpuidle' and 'pm-sleep' | Rafael J. Wysocki | 4 | -48/+172 |
2019-05-01 | firmware_loader: Fix a typo ("syfs" -> "sysfs") | Jonathan Neuschäfer | 1 | -3/+3 |
2019-04-29 | Revert "driver core: platform: Fix the usage of platform device name(pdev->na... | Greg Kroah-Hartman | 1 | -4/+4 |
2019-04-25 | PM / Domains: Allow to attach a CPU via genpd_dev_pm_attach_by_id|name() | Ulf Hansson | 1 | -10/+10 |
2019-04-25 | PM / Domains: Search for the CPU device outside the genpd lock | Ulf Hansson | 1 | -25/+27 |
2019-04-25 | PM / Domains: Drop unused in-parameter to some genpd functions | Ulf Hansson | 1 | -11/+6 |
2019-04-25 | PM / Domains: Use the base device for driver_deferred_probe_check_state() | Ulf Hansson | 1 | -5/+5 |
2019-04-25 | Merge cpuidle material depended on by the subsequent changes. | Rafael J. Wysocki | 2 | -4/+140 |
2019-04-25 | driver core: platform: Fix the usage of platform device name(pdev->name) | Venkata Narendra Kumar Gutta | 1 | -4/+4 |
2019-04-25 | driver core: Postpone DMA tear-down until after devres release for probe failure | John Garry | 1 | -3/+2 |
2019-04-25 | driver core: platform: Propagate error from insert_resource() | Andy Shevchenko | 1 | -4/+6 |
2019-04-25 | Merge branch 'regmap-5.2' into regmap-next | Mark Brown | 14 | -177/+118 |
2019-04-25 | Merge branch 'regmap-5.1' into regmap-linus | Mark Brown | 1 | -3/+0 |
2019-04-25 | regmap: add proper SPDX identifiers on files that did not have them. | Greg Kroah-Hartman | 14 | -166/+90 |
2019-04-25 | drivers: fix a typo in the kernel doc for devm_platform_ioremap_resource() | Bartosz Golaszewski | 1 | -1/+1 |
2019-04-25 | mm/memory_hotplug: Do not unlock when fails to take the device_hotplug_lock | zhong jiang | 1 | -1/+1 |
2019-04-25 | driver core: Clarify which counterparts to use to device_add() | Borislav Petkov | 1 | -0/+5 |
2019-04-25 | PM / Domains: Enable genpd_dev_pm_attach_by_id|name() for single PM domain | Ulf Hansson | 1 | -2/+2 |
2019-04-25 | PM / Domains: Allow OF lookup for multi PM domain case from ->attach_dev() | Ulf Hansson | 1 | -5/+7 |
2019-04-25 | PM / Domains: Don't kfree() the virtual device in the error path | Ulf Hansson | 1 | -1/+1 |
2019-04-19 | mm/memory_hotplug: do not unlock after failing to take the device_hotplug_lock | zhong jiang | 1 | -1/+1 |
2019-04-19 | Make anon_inodes unconditional | David Howells | 1 | -1/+0 |
2019-04-18 | device property: Add fwnode_graph_get_endpoint_by_id() | Sakari Ailus | 1 | -0/+75 |
2019-04-18 | PM / Domains: remove unnecessary unlikely() | Yangtao Li | 1 | -4/+2 |
2019-04-12 | PM / core: Propagate dev->power.wakeup_path when no callbacks | Ulf Hansson | 1 | -0/+4 |
2019-04-11 | PM / Domains: Add genpd governor for CPUs | Ulf Hansson | 1 | -1/+66 |
2019-04-10 | PM / core: Introduce dpm_async_fn() helper | Yangtao Li | 1 | -39/+23 |
2019-04-10 | PM / Domains: Add support for CPU devices to genpd | Ulf Hansson | 1 | -1/+64 |
2019-04-10 | PM / Domains: Add generic data pointer to struct genpd_power_state | Ulf Hansson | 1 | -2/+10 |
2019-04-09 | treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively | Sakari Ailus | 2 | -9/+9 |
2019-04-09 | PM / core: fix kerneldoc comment for device_pm_wait_for_dev() | Yangtao Li | 1 | -1/+1 |
2019-04-09 | PM / core: fix kerneldoc comment for dpm_watchdog_handler() | Yangtao Li | 1 | -1/+1 |
2019-04-04 | drivers: base: power: add proper SPDX identifiers on files that did not have ... | Greg Kroah-Hartman | 12 | -46/+14 |
2019-04-04 | drivers: base: firmware_loader: add proper SPDX identifiers on files that did... | Greg Kroah-Hartman | 2 | -0/+2 |
2019-04-04 | drivers: base: test: add proper SPDX identifier to Makefile | Greg Kroah-Hartman | 1 | -0/+1 |
2019-04-04 | arch_topology: Make cpu_capacity sysfs node as read-only | Lingutla Chandrasekhar | 1 | -35/+1 |
2019-04-04 | node: Add memory-side caching attributes | Keith Busch | 1 | -0/+151 |