summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | PM / Domain: Add struct device to genpdViresh Kumar2018-05-091-0/+3
| | | | |/ | | | |/|
| * | | | Merge branch 'pm-domains'Rafael J. Wysocki2018-06-043-42/+30
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | PM / domains: Improve wording of dev_pm_domain_attach() commentGeert Uytterhoeven2018-05-171-2/+2
| | * | | PM / Domains: Don't return -EEXIST at attach when PM domain existsUlf Hansson2018-05-151-1/+1
| | |/ /
| | * | driver core: Respect all error codes from dev_pm_domain_attach()Ulf Hansson2018-05-141-9/+8
| | * | PM / Domains: Allow a better error handling of dev_pm_domain_attach()Ulf Hansson2018-05-142-12/+14
| | * | PM / Domains: Check for existing PM domain in dev_pm_domain_attach()Ulf Hansson2018-05-142-3/+3
| | * | PM / Domains: Drop redundant code in genpd while attaching devicesUlf Hansson2018-05-141-15/+2
| | * | PM / Domains: Drop comment in genpd about legacy Samsung DT bindingUlf Hansson2018-05-141-3/+0
| | * | PM / Domains: Fix error path during attach in genpdUlf Hansson2018-05-141-0/+3
| | |/
| * | Merge branches 'pm-qos' and 'pm-core'Rafael J. Wysocki2018-06-047-97/+107
| |\ \
| | * | PM / runtime: Drop usage count for suppliers at device link removalUlf Hansson2018-05-271-0/+2
| | * | PM / runtime: Fixup reference counting of device link suppliers at probeUlf Hansson2018-05-272-26/+4
| | * | Merge back PM core material for v4.18.Rafael J. Wysocki2018-05-256-71/+101
| | |\ \
| | | * | PM: wakeup: Use pr_debug() for the "aborting suspend" messageRafael J. Wysocki2018-05-241-1/+1
| | | * | PM / core: Drop unused internal inline functions for sysfsUlf Hansson2018-05-101-3/+0
| | | * | PM / core: Drop unused internal functions for pm_qos sysfsUlf Hansson2018-05-101-2/+0
| | | * | PM / core: Drop unused internal inline functions for wakeirqsUlf Hansson2018-05-101-17/+0
| | | * | PM / core: Drop internal unused inline functions for wakeupsUlf Hansson2018-05-101-8/+0
| | | * | PM / wakeup: Only update last time for active wakeup sourcesDoug Berger2018-05-101-1/+0
| | | * | PM / wakeup: Use seq_open() to show wakeup statsMahendran Ganesh2018-05-101-16/+59
| | | * | PM / core: Use dev_printk() and symbols in suspend/resume diagnosticsBjorn Helgaas2018-05-101-11/+11
| | | * | PM / core: Simplify initcall_debug_report() timingBjorn Helgaas2018-05-101-13/+11
| | | * | PM / core: Remove unused initcall_debug_report() argumentsBjorn Helgaas2018-05-101-4/+3
| | | * | PM / core: fix deferred probe breaking suspend resume orderFeng Kan2018-04-243-3/+24
* | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-06-041-0/+3
|\ \ \ \ \
| * \ \ \ \ Merge tag 'v4.17-rc5' into irq/core, to pick up fixesIngo Molnar2018-05-144-9/+8
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | genirq/msi: Limit level-triggered MSI to platform devicesMarc Zyngier2018-05-131-0/+3
| | |_|_|/ | |/| | |
* | | | | Merge tag 'regmap-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds2018-06-042-2/+3
|\ \ \ \ \
| * \ \ \ \ Merge branch 'regmap-4.17' into regmap-4.18 for the merge windowMark Brown2018-06-041-1/+2
| |\ \ \ \ \
| | * | | | | regmap: Skip clk_put for attached clocks when freeing contextJames Kelly2018-05-171-1/+2
| | |/ / / /
| * | | | | regmap: slimbus: allow register offsets up to 16 bitsSrinivas Kandagatla2018-05-251-1/+1
| |/ / / /
* | | | | Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-06-042-28/+21
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | drivers: remove force dma flag from busesChristoph Hellwig2018-05-031-2/+1
| * | | | dma-mapping: move dma configuration to bus infrastructureNipun Gupta2018-05-032-27/+21
| | |/ / | |/| |
* | | | mm/memory_hotplug: fix leftover use of struct page during hotplugJonathan Cameron2018-05-251-2/+3
* | | | Merge tag 'pm-4.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2018-05-241-4/+3
|\ \ \ \ | | |_|/ | |/| |
| * | | PM / core: Fix direct_complete handling for devices with no callbacksRafael J. Wysocki2018-05-221-4/+3
| |/ /
* | | x86/bugs: Expose /sys/../spec_store_bypassKonrad Rzeszutek Wilk2018-05-031-0/+8
|/ /
* | Merge tag 'driver-core-4.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-04-272-3/+3
|\ \
| * | firmware: some documentation fixesAndres Rodriguez2018-04-252-3/+3
| |/
* | dma-mapping: postpone cpu addr translation on mmapJacopo Mondi2018-04-231-4/+2
* | dma-coherent: clarify dma_mmap_from_dev_coherent documentationRobin Murphy2018-04-231-2/+3
|/
* mm: check __highest_present_section_nr directly in memory_dev_init()Wei Yang2018-04-111-5/+2
* mm/memory_hotplug: optimize memory hotplugPavel Tatashin2018-04-051-0/+2
* mm/memory_hotplug: don't read nid from struct page during hotplugPavel Tatashin2018-04-052-9/+17
* mm/memory_hotplug: optimize probe routinePavel Tatashin2018-04-051-16/+20
* Merge tag 'driver-core-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-04-0413-777/+1006
|\
| * drivers: base: remove check for callback in coredump_store()Arend van Spriel2018-03-231-2/+1
| * firmware: add firmware_request_cache() to help with cache on rebootLuis R. Rodriguez2018-03-221-0/+24
OpenPOWER on IntegriCloud