summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'devicetree-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-05-051-1/+1
|\
| * of: Add function for generating a DT modalias with a newlineRob Herring2017-03-221-1/+1
* | Merge tag 'staging-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-051-2/+3
|\ \
| * | cma: Store a name in the cma structureLaura Abbott2017-04-181-2/+3
* | | Merge tag 'driver-core-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-05-042-4/+3
|\ \ \
| * | | driver core: don't initialize 'parent' in device_add()Viresh Kumar2017-04-081-1/+1
| * | | drivers: base: dma-mapping: use nth_page helperGeliang Tang2017-04-081-3/+2
| |/ /
* | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-011-2/+1
|\ \ \
| * | | platform-msi: Make platform_msi_create_device_domain() ACPI awareHanjun Guo2017-04-071-2/+1
| |/ /
* | | Merge tag 'devprop-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-011-71/+293
|\ \ \
| * | | device property: Read strings using string array reading functionsSakari Ailus2017-03-291-44/+1
| * | | device property: fwnode_property_read_string_array() returns nr of stringsSakari Ailus2017-03-291-6/+6
| * | | device property: Fix reading pset strings using array access functionsSakari Ailus2017-03-291-7/+25
| * | | device property: fwnode_property_read_string_array() may return -EILSEQSakari Ailus2017-03-291-1/+1
| * | | device property: Add fwnode_get_next_parent()Sakari Ailus2017-03-291-0/+21
| * | | device property: Add support for fwnode endpointsSakari Ailus2017-03-291-0/+32
| * | | device property: Make dev_fwnode() publicSakari Ailus2017-03-291-1/+2
| * | | device property: Add fwnode_handle_get()Sakari Ailus2017-03-291-0/+11
| * | | device property: Add support for remote endpointsMika Westerberg2017-03-291-0/+123
| * | | device property: Add fwnode_get_named_child_node()Mika Westerberg2017-03-291-5/+17
| * | | ACPI / property: Add fwnode_get_next_child_node()Mika Westerberg2017-03-291-8/+30
| * | | device property: Add fwnode_get_parent()Mika Westerberg2017-03-291-0/+25
| |/ /
* | | PM / Domains: Ignore domain-idle-states that are not compatibleLina Iyer2017-03-291-7/+9
* | | PM / Domains: Don't warn about IRQ safe device for an always on PM domainUlf Hansson2017-03-291-2/+6
* | | PM / Domains: Respect errors from genpd's ->power_off() callbackUlf Hansson2017-03-291-1/+2
* | | PM / Domains: Enable users of genpd to specify always on PM domainsUlf Hansson2017-03-291-2/+12
* | | PM / Domains: Clean up code validating genpd's statusUlf Hansson2017-03-291-10/+9
* | | PM / Domain: remove conditional from error caseViresh Kumar2017-03-291-5/+5
|/ /
* | drivers core: remove assert_held_device_hotplug()Heiko Carstens2017-03-161-5/+0
|/
* Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-03-031-1/+2
|\
| * statx: Add a system call to make enhanced file info availableDavid Howells2017-03-021-1/+2
* | Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-03-034-2/+4
|\ \
| * | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
| * | sched/headers: Prepare to move the memalloc_noio_*() APIs to <linux/sched/mm.h>Ingo Molnar2017-03-021-1/+1
| * | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-022-1/+2
| |/
* | Merge tag 'pm-extra-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-03-023-134/+100
|\ \ | |/ |/|
| *---. Merge branches 'pm-cpuidle', 'pm-cpufreq' and 'pm-sleep'Rafael J. Wysocki2017-03-031-2/+1
| |\ \ \
| | | * \ Merge OPP material for v4.11 to satisfy dependencies.Rafael J. Wysocki2017-02-094-795/+476
| | | |\ \
| | * | | | cpuidle: menu: Avoid taking spinlock for accessing QoS valuesRafael J. Wysocki2017-02-271-2/+1
| | | | | |
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *-----. \ \ \ \ Merge branches 'pm-core', 'pm-qos', 'pm-domains' and 'pm-opp'Rafael J. Wysocki2017-03-033-132/+99
| |\ \ \ \ \ \ \ \
| | | | | * | | | | PM / OPP: fix off-by-one bug in dev_pm_opp_get_max_volt_latency loopAndrzej Hajda2017-02-231-1/+2
| | | | | | |_|/ / | | | | | |/| | |
| | | | * | | | | PM / Domains: Power off masters immediately in the power off sequenceUlf Hansson2017-02-231-6/+11
| | | | * | | | | PM / Domains: Rename is_async to one_dev_on for genpd_power_off()Ulf Hansson2017-02-231-6/+9
| | | | * | | | | PM / Domains: Move genpd_power_off() above genpd_power_on()Ulf Hansson2017-02-231-81/+81
| | | * | | | | | PM / QoS: Remove global notifiersViresh Kumar2017-02-231-46/+4
* | | | | | | | | memory-hotplug: use dev_online for memhp_auto_onlineNathan Fontenot2017-02-241-1/+1
* | | | | | | | | mm: wire up GFP flag passing in dma_alloc_from_contiguousLucas Stach2017-02-241-2/+3
* | | | | | | | | mm: cma_alloc: allow to specify GFP maskLucas Stach2017-02-241-1/+1
* | | | | | | | | mm: validate device_hotplug is held for memory hotplugDan Williams2017-02-241-0/+5
* | | | | | | | | Merge tag 'driver-core-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-02-221-1/+1
|\ \ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud